修正Model

This commit is contained in:
thinkphp
2017-06-01 23:07:37 +08:00
parent 8271eea091
commit 93e25ef386

View File

@@ -13,7 +13,7 @@ namespace think;
use InvalidArgumentException;
use think\db\Query;
use think\Exception\ValidateException;
use think\exception\ValidateException;
use think\model\Collection as ModelCollection;
use think\model\Relation;
use think\model\relation\BelongsTo;