mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
配置参数调整
This commit is contained in:
@@ -417,7 +417,7 @@ class Request
|
||||
$this->method = $method;
|
||||
return;
|
||||
} elseif (!$this->method) {
|
||||
$mask = $this->param(Config::get('method_var'));
|
||||
$mask = $this->param(Config::get('var_method'));
|
||||
if ($mask) {
|
||||
$this->method = $mask;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user