From ab6ee6e95e60dd39e863f99aaea0cbf822d56fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 24 Sep 2021 17:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-handler/CoreMiddleware.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http-handler/CoreMiddleware.php b/http-handler/CoreMiddleware.php index b3bfda6c..0de6485c 100644 --- a/http-handler/CoreMiddleware.php +++ b/http-handler/CoreMiddleware.php @@ -26,6 +26,8 @@ class CoreMiddleware extends Middleware ->withAccessControlRequestMethod($request->getAccessControlRequestMethod()) ->withAccessControlAllowHeaders($request->getAccessControlAllowHeaders()); + var_dump(get_called_class()); + return $handler->handle($request); }