This commit is contained in:
2025-12-30 21:43:56 +08:00
parent 0c17482b20
commit 8165b61f72
+1 -1
View File
@@ -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 {