From 6c098361bd3f5df8249616bbdb2bee2e232aa641 Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Sat, 13 Apr 2013 21:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=B1=BB=E5=90=8D=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E6=96=87=E4=BB=B6=E7=9A=84=E6=95=B0=E7=BB=84=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alias.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alias.php b/alias.php index e960f172..e4c8d0a4 100644 --- a/alias.php +++ b/alias.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 系统类库映射定义 -return array( +return [ 'Think\App' => CORE_PATH.'App.php', 'Think\Log' => CORE_PATH.'Log.php', 'Think\Log\Driver\File' => CORE_PATH.'Log/Driver/File.php', @@ -37,4 +37,4 @@ return array( 'Think\Lang' => CORE_PATH.'Lang.php', 'Think\Filter' => CORE_PATH.'Filter.php', 'Think\Oauth' => CORE_PATH.'Oauth.php', -); \ No newline at end of file +]; \ No newline at end of file