改进Db类

This commit is contained in:
thinkphp
2016-05-04 17:00:16 +08:00
parent 6b26b1ee25
commit 7c7948d44b
2 changed files with 4 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ return [
// 默认模块名
'default_module' => 'index',
// 禁止访问模块
'deny_module_list' => [COMMON_MODULE, 'runtime'],
'deny_module_list' => [COMMON_MODULE],
// 默认控制器名
'default_controller' => 'Index',
// 默认操作名