From f4430e2dd079d29658b5de8b34f05d5a4f6e77d8 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 30 Dec 2025 21:49:20 +0800 Subject: [PATCH] eee --- src/Base/NotFoundController.php | 1 + 1 file changed, 1 insertion(+) 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 {