From 93e25ef386bfce16d574d1db2bf76aeafb789a16 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 1 Jun 2017 23:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Model.php b/library/think/Model.php index 493d055a..386ddaea 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -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;