diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index 6eab96c2..e2dc3988 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -76,6 +76,7 @@ class Middleware if (empty($annotation)) { return; } + var_export($annotation); foreach ($annotation as $name => $_attribute) { foreach ($_attribute as $attribute) { if ($attribute instanceof Interceptor) {