调整类名映射文件的数组定义

This commit is contained in:
ThinkPHP
2013-04-13 21:55:51 +08:00
parent 33724814d3
commit 6c098361bd

View File

@@ -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',
);
];