mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
改进两处命名规范
This commit is contained in:
@@ -23,7 +23,7 @@ return [
|
|||||||
'default_jsonp_handler' => 'jsonpReturn', // 默认JSONP格式返回的处理方法
|
'default_jsonp_handler' => 'jsonpReturn', // 默认JSONP格式返回的处理方法
|
||||||
'var_jsonp_handler' => 'callback',
|
'var_jsonp_handler' => 'callback',
|
||||||
'template_engine' => 'think',
|
'template_engine' => 'think',
|
||||||
'common_module' => 'Common',
|
'common_module' => 'common',
|
||||||
'action_bind_class' => false,
|
'action_bind_class' => false,
|
||||||
'url_module_map' => [],
|
'url_module_map' => [],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user