diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 538b98b3..bc901bf2 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -358,6 +358,7 @@ class Node extends HttpService if (empty($annotation)) { return $this; } + var_export($annotation); foreach ($annotation as $attribute) { if ($attribute instanceof Interceptor) { $this->addInterceptor($attribute->interceptor);