This commit is contained in:
2020-09-21 19:03:51 +08:00
parent 07ec676e78
commit dd757ea8dc
-1
View File
@@ -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';
} }