APP_MULTI_MODULE常量改为app_multi_module配置参数

This commit is contained in:
thinkphp
2016-06-14 08:12:14 +08:00
parent eb026e02a6
commit 87a3c5577c
9 changed files with 18 additions and 17 deletions

View File

@@ -7,6 +7,8 @@ return [
// 应用模式状态
'app_status' => '',
// 是否支持多模块
'app_multi_module' => true,
// 注册的根命名空间
'root_namespace' => [],
// 扩展配置文件