This commit is contained in:
2021-01-12 18:39:53 +08:00
parent f488a14d5b
commit c8a4c3bead
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ interface IOrm
* @param null $db
* @return ActiveRecord
*/
public static function findOne($param, $db = NULL): static;
public static function findOne($param, $db = NULL): mixed;
/**