fix on a docblock.

This commit is contained in:
KJ 2024-05-21 15:06:02 -04:00
parent b85fb7e034
commit cd1685d2e7
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ class Model {
* (opcional) Indica si el query debe reiniciarse o no (por defecto es true). * (opcional) Indica si el query debe reiniciarse o no (por defecto es true).
* *
* @return static|null * @return static|null
* Puede retornar un objeto static o null. * Puede retornar una instancia de la clase actual o null.
*/ */
public static function getFirst(bool $resetQuery = true): ?static public static function getFirst(bool $resetQuery = true): ?static
{ {