model->whereUserId($this->auth->id()); } public function getAllByCurrentUser(): Collection { return $this->byCurrentUser()->get(); } }