mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
移除未使用的别名定义
This commit is contained in:
@@ -15,10 +15,9 @@ use PDO;
|
|||||||
use think\Config;
|
use think\Config;
|
||||||
use think\Db;
|
use think\Db;
|
||||||
use think\Debug;
|
use think\Debug;
|
||||||
use think\Exception;
|
|
||||||
use think\exception\DbBindParamException;
|
|
||||||
use think\exception\DbException;
|
use think\exception\DbException;
|
||||||
use think\exception\PDOException;
|
use think\exception\PDOException;
|
||||||
|
use think\exception\DbBindParamException;
|
||||||
use think\Log;
|
use think\Log;
|
||||||
|
|
||||||
abstract class Driver
|
abstract class Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user