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