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); }