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