This commit is contained in:
thinkphp
2016-06-18 11:28:01 +08:00
parent 59a2fce286
commit d653761ef5
4 changed files with 0 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ use think\Config;
use think\Cookie; use think\Cookie;
use think\Db; use think\Db;
use think\Debug; use think\Debug;
use think\Input;
use think\Lang; use think\Lang;
use think\Loader; use think\Loader;
use think\Log; use think\Log;

View File

@@ -12,7 +12,6 @@
namespace think; namespace think;
use think\Exception; use think\Exception;
use think\Input;
use think\Request; use think\Request;
class Validate class Validate

View File

@@ -78,7 +78,6 @@ return [
'think\exception\ThrowableError' => CORE_PATH . 'exception' . DS . 'ThrowableError' . EXT, 'think\exception\ThrowableError' => CORE_PATH . 'exception' . DS . 'ThrowableError' . EXT,
'think\File' => CORE_PATH . 'File' . EXT, 'think\File' => CORE_PATH . 'File' . EXT,
'think\Hook' => CORE_PATH . 'Hook' . EXT, 'think\Hook' => CORE_PATH . 'Hook' . EXT,
'think\Input' => CORE_PATH . 'Input' . EXT,
'think\Lang' => CORE_PATH . 'Lang' . EXT, 'think\Lang' => CORE_PATH . 'Lang' . EXT,
'think\Log' => CORE_PATH . 'Log' . EXT, 'think\Log' => CORE_PATH . 'Log' . EXT,
'think\log\driver\File' => CORE_PATH . 'log' . DS . 'driver' . DS . 'File' . EXT, 'think\log\driver\File' => CORE_PATH . 'log' . DS . 'driver' . DS . 'File' . EXT,

View File

@@ -91,7 +91,6 @@ return [
'think\exception\ThrowableError' => CORE_PATH . 'exception' . DS . 'ThrowableError' . EXT, 'think\exception\ThrowableError' => CORE_PATH . 'exception' . DS . 'ThrowableError' . EXT,
'think\File' => CORE_PATH . 'File' . EXT, 'think\File' => CORE_PATH . 'File' . EXT,
'think\Hook' => CORE_PATH . 'Hook' . EXT, 'think\Hook' => CORE_PATH . 'Hook' . EXT,
'think\Input' => CORE_PATH . 'Input' . EXT,
'think\Lang' => CORE_PATH . 'Lang' . EXT, 'think\Lang' => CORE_PATH . 'Lang' . EXT,
'think\Log' => CORE_PATH . 'Log' . EXT, 'think\Log' => CORE_PATH . 'Log' . EXT,
'think\Model' => CORE_PATH . 'Model' . EXT, 'think\Model' => CORE_PATH . 'Model' . EXT,