mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
移除未使用的别名定义
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user