From c5018bd8d9765483fc0235844e427a13ca50ee7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BA=A6=E5=BD=93=E8=8B=97=E5=84=BF?= Date: Mon, 1 Feb 2016 12:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=88=AB=E5=90=8D=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Driver.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/think/db/Driver.php b/library/think/db/Driver.php index e9e491c8..aaddc795 100644 --- a/library/think/db/Driver.php +++ b/library/think/db/Driver.php @@ -15,10 +15,9 @@ use PDO; use think\Config; use think\Db; use think\Debug; -use think\Exception; -use think\exception\DbBindParamException; use think\exception\DbException; use think\exception\PDOException; +use think\exception\DbBindParamException; use think\Log; abstract class Driver