From d653761ef52bf6e3af856bb741a6602439ee57d1 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 18 Jun 2016 11:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.php | 1 - library/think/Validate.php | 1 - mode/common.php | 1 - mode/sae.php | 1 - 4 files changed, 4 deletions(-) diff --git a/helper.php b/helper.php index 78a49390..6fc757ef 100644 --- a/helper.php +++ b/helper.php @@ -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; diff --git a/library/think/Validate.php b/library/think/Validate.php index 37f11f56..73090f72 100644 --- a/library/think/Validate.php +++ b/library/think/Validate.php @@ -12,7 +12,6 @@ namespace think; use think\Exception; -use think\Input; use think\Request; class Validate diff --git a/mode/common.php b/mode/common.php index 59e3f8c6..b83e8895 100644 --- a/mode/common.php +++ b/mode/common.php @@ -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, diff --git a/mode/sae.php b/mode/sae.php index e8896435..2cc48004 100644 --- a/mode/sae.php +++ b/mode/sae.php @@ -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,