改名
This commit is contained in:
@@ -322,7 +322,6 @@ class Request extends Application
|
|||||||
public function getMethod()
|
public function getMethod()
|
||||||
{
|
{
|
||||||
$method = $this->headers->get('request_method');
|
$method = $this->headers->get('request_method');
|
||||||
var_dump($this->headers);
|
|
||||||
if (empty($method)) {
|
if (empty($method)) {
|
||||||
return 'get';
|
return 'get';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user