This commit is contained in:
2023-08-14 18:56:45 +08:00
parent 0a567634d6
commit 4a51a8a336
5 changed files with 22 additions and 3 deletions
+6
View File
@@ -25,6 +25,12 @@ interface ModelInterface
public static function findOne(array|string|int $param, $db = NULL): ?static;
/**
* @return mixed
*/
public function optimize(): mixed;
/**
* @param int $param
* @param null $db