mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
参数调整
This commit is contained in:
@@ -411,7 +411,7 @@ class Request
|
||||
* @param bool $method true 获取原始请求类型
|
||||
* @return string
|
||||
*/
|
||||
public function method($method = '')
|
||||
public function method($method = false)
|
||||
{
|
||||
if (true === $method) {
|
||||
// 获取原始请求类型
|
||||
|
||||
Reference in New Issue
Block a user