This commit is contained in:
2021-11-11 03:11:41 +08:00
parent 229c0fa523
commit 07a40f4449
3 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -32,10 +32,11 @@ interface ModelInterface
public static function find(string|int $param): mixed;
/**
* @return string
*/
public static function className(): string;
/**
* @param array $data
* @return static
*/
public static function populate(array $data): static;
/**