diff --git a/src/db/BaseQuery.php b/src/db/BaseQuery.php index b653e7b3..a6fd3aee 100644 --- a/src/db/BaseQuery.php +++ b/src/db/BaseQuery.php @@ -1452,7 +1452,7 @@ public function select(array $data = []): Collection * @throws ModelNotFoundException * @throws DataNotFoundException * - * @return mixed + * @return $this|array|null */ public function find($data = null, ?Closure $closure = null) {