改进两处命名规范

This commit is contained in:
thinkphp
2015-05-08 14:12:52 +08:00
parent 2e9be1464d
commit d886644b58

View File

@@ -23,7 +23,7 @@ return [
'default_jsonp_handler' => 'jsonpReturn', // 默认JSONP格式返回的处理方法
'var_jsonp_handler' => 'callback',
'template_engine' => 'think',
'common_module' => 'Common',
'common_module' => 'common',
'action_bind_class' => false,
'url_module_map' => [],