From c01c60521c842b7d21621f11a4f7dfa3e535b7bc Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 11 Apr 2013 16:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AB=E5=90=8D=E6=96=87=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alias.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alias.php b/alias.php index 55b8dff1..e960f172 100644 --- a/alias.php +++ b/alias.php @@ -23,6 +23,7 @@ return array( 'Think\Template' => CORE_PATH.'Template.php', 'Think\Error' => CORE_PATH.'Error.php', 'Think\Cache' => CORE_PATH.'Cache.php', + 'Think\Cache\Driver\File' => CORE_PATH.'Cache/Driver/File.php', 'Think\Tag' => CORE_PATH.'Tag.php', 'Think\Session' => CORE_PATH.'Session.php', 'Think\Cookie' => CORE_PATH.'Cookie.php', @@ -36,5 +37,4 @@ return array( 'Think\Lang' => CORE_PATH.'Lang.php', 'Think\Filter' => CORE_PATH.'Filter.php', 'Think\Oauth' => CORE_PATH.'Oauth.php', - 'Think\Rest' => CORE_PATH.'Rest.php', ); \ No newline at end of file