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