diff --git a/src/db/BaseQuery.php b/src/db/BaseQuery.php index 1dab8cd3..530bbdd5 100644 --- a/src/db/BaseQuery.php +++ b/src/db/BaseQuery.php @@ -1346,7 +1346,7 @@ public function select(array $data = []): Collection * @throws ModelNotFoundException * @throws DataNotFoundException * - * @return mixed + * @return $this|array|null */ public function find($data = null) {