mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
支持单独启用控制器类的类名后缀 CLASS_APPEND_SUFFIX 作为全局开关
This commit is contained in:
@@ -33,6 +33,8 @@ return [
|
||||
'default_filter' => '',
|
||||
// 自动Response输出
|
||||
'response_auto_output' => true,
|
||||
// 是否启用控制器类后缀
|
||||
'use_controller_suffix' => false,
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | 模块设置
|
||||
|
||||
Reference in New Issue
Block a user