Skip to content

Commit 35c7de5

Browse files
gitliliminliu21st
authored andcommitted
fix: 修复模型__clone方法使用了未引用的类导致异常
1 parent bf4b479 commit 35c7de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use think\contract\Jsonable;
2121
use think\db\BaseQuery as Query;
2222
use think\db\Express;
23+
use think\exception\InvalidArgumentException;
2324
use think\exception\ValidateException;
2425
use think\model\Collection;
2526
use think\model\contract\Modelable;

0 commit comments

Comments
 (0)