pushCriteria(app(RequestCriteria::class)); } public function updateTip($where, $count) { return $this->model->where($where)->decrement('unread', $count); } public function getTipCount($where) { return $this->model->where($where)->count(); } }