mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 05:31:36 +08:00
调整模式定义中的别名定义
This commit is contained in:
@@ -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,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user