From c83020f3875715c1b33386e596e56d9ef248701b Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 20 Dec 2016 14:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Validate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/Validate.php b/library/think/Validate.php index dc2457a4..1fe27d1f 100644 --- a/library/think/Validate.php +++ b/library/think/Validate.php @@ -11,6 +11,7 @@ namespace think; +use think\Db; use think\exception\ClassNotFoundException; use think\File; use think\Lang;