调整模式定义中的别名定义

This commit is contained in:
thinkphp
2016-06-04 23:08:38 +08:00
parent 72c5781259
commit 33e045c1e5
2 changed files with 8 additions and 7 deletions

View File

@@ -23,9 +23,9 @@ return [
],
// 别名定义
'alias' => [
'think\App' => MODE_PATH . 'console/App' . EXT
'think\App' => MODE_PATH . 'console' . DS . 'App' . EXT,
],
// 配置文件
'config' => THINK_PATH . 'convention' . EXT
'config' => THINK_PATH . 'convention' . EXT,
];