移除未使用的别名定义

This commit is contained in:
麦当苗儿
2016-02-01 12:16:21 +08:00
parent fecb43aa5a
commit 75b6cee7ff

View File

@@ -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