简化Route类的parseUrl方法 取消url_parse_type参数

This commit is contained in:
thinkphp
2016-06-27 12:31:59 +08:00
parent 66607ae180
commit 32c5e00bf4
3 changed files with 4 additions and 8 deletions

View File

@@ -93,8 +93,6 @@ return [
'url_controller_layer' => 'controller',
// 表单请求类型伪装变量
'var_method' => '_method',
// URL解析方式 module controller class namespace
'url_parse_type' => 'module',
// +----------------------------------------------------------------------
// | 模板引擎设置