mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
修正Model
This commit is contained in:
@@ -13,7 +13,7 @@ namespace think;
|
|||||||
|
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use think\db\Query;
|
use think\db\Query;
|
||||||
use think\Exception\ValidateException;
|
use think\exception\ValidateException;
|
||||||
use think\model\Collection as ModelCollection;
|
use think\model\Collection as ModelCollection;
|
||||||
use think\model\Relation;
|
use think\model\Relation;
|
||||||
use think\model\relation\BelongsTo;
|
use think\model\relation\BelongsTo;
|
||||||
|
|||||||
Reference in New Issue
Block a user