mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
调整类名映射文件的数组定义
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
// 系统类库映射定义
|
// 系统类库映射定义
|
||||||
return array(
|
return [
|
||||||
'Think\App' => CORE_PATH.'App.php',
|
'Think\App' => CORE_PATH.'App.php',
|
||||||
'Think\Log' => CORE_PATH.'Log.php',
|
'Think\Log' => CORE_PATH.'Log.php',
|
||||||
'Think\Log\Driver\File' => CORE_PATH.'Log/Driver/File.php',
|
'Think\Log\Driver\File' => CORE_PATH.'Log/Driver/File.php',
|
||||||
@@ -37,4 +37,4 @@ return array(
|
|||||||
'Think\Lang' => CORE_PATH.'Lang.php',
|
'Think\Lang' => CORE_PATH.'Lang.php',
|
||||||
'Think\Filter' => CORE_PATH.'Filter.php',
|
'Think\Filter' => CORE_PATH.'Filter.php',
|
||||||
'Think\Oauth' => CORE_PATH.'Oauth.php',
|
'Think\Oauth' => CORE_PATH.'Oauth.php',
|
||||||
);
|
];
|
||||||
Reference in New Issue
Block a user