diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index f2fcc245..de7776e3 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -77,6 +77,7 @@ class Middleware return; } foreach ($annotation as $attribute) { + var_dump(get_class($attribute)); if ($attribute instanceof Interceptor) { var_dump($attribute); $node->addInterceptor($attribute->interceptor);