diff --git a/src/Base/NotFoundController.php b/src/Base/NotFoundController.php index fdf916e..fa00d5c 100644 --- a/src/Base/NotFoundController.php +++ b/src/Base/NotFoundController.php @@ -15,7 +15,7 @@ class NotFoundController extends Controller */ public function fail(): ResponseInterface { - var_dump($this->request); + var_dump($this->request->getMethod()); if ($this->request->getMethod() == 'OPTIONS') { return $this->response->html(''); } else {