diff --git a/src/db/BaseQuery.php b/src/db/BaseQuery.php index 30689cb4..4c34c8a3 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 static|array|null */ public function find($data = null, ?Closure $closure = null) {