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