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