mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
修正
This commit is contained in:
@@ -250,7 +250,7 @@ class App
|
||||
// 初始化模块
|
||||
$config = self::initModule(MODULE_NAME, $config);
|
||||
} else {
|
||||
throw new HttpException(404,'module [ ' . MODULE_NAME . ' ] not exists ');
|
||||
throw new HttpException(404, 'module [ ' . MODULE_NAME . ' ] not exists ');
|
||||
}
|
||||
} else {
|
||||
// 单一模块部署
|
||||
|
||||
Reference in New Issue
Block a user