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