mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修改
This commit is contained in:
@@ -18,7 +18,6 @@ use think\Config;
|
||||
use think\Cookie;
|
||||
use think\Db;
|
||||
use think\Debug;
|
||||
use think\Input;
|
||||
use think\Lang;
|
||||
use think\Loader;
|
||||
use think\Log;
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
namespace think;
|
||||
|
||||
use think\Exception;
|
||||
use think\Input;
|
||||
use think\Request;
|
||||
|
||||
class Validate
|
||||
|
||||
@@ -78,7 +78,6 @@ return [
|
||||
'think\exception\ThrowableError' => CORE_PATH . 'exception' . DS . 'ThrowableError' . EXT,
|
||||
'think\File' => CORE_PATH . 'File' . EXT,
|
||||
'think\Hook' => CORE_PATH . 'Hook' . EXT,
|
||||
'think\Input' => CORE_PATH . 'Input' . EXT,
|
||||
'think\Lang' => CORE_PATH . 'Lang' . EXT,
|
||||
'think\Log' => CORE_PATH . 'Log' . EXT,
|
||||
'think\log\driver\File' => CORE_PATH . 'log' . DS . 'driver' . DS . 'File' . EXT,
|
||||
|
||||
@@ -91,7 +91,6 @@ return [
|
||||
'think\exception\ThrowableError' => CORE_PATH . 'exception' . DS . 'ThrowableError' . EXT,
|
||||
'think\File' => CORE_PATH . 'File' . EXT,
|
||||
'think\Hook' => CORE_PATH . 'Hook' . EXT,
|
||||
'think\Input' => CORE_PATH . 'Input' . EXT,
|
||||
'think\Lang' => CORE_PATH . 'Lang' . EXT,
|
||||
'think\Log' => CORE_PATH . 'Log' . EXT,
|
||||
'think\Model' => CORE_PATH . 'Model' . EXT,
|
||||
|
||||
Reference in New Issue
Block a user