diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 08b25d46..c80356c8 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -111,6 +111,7 @@ class Node extends HttpService protected function annotation(): array { $middleWares = $this->getMiddleWares(); + var_dump($middleWares); $middleWares = $this->annotation_limit($this, $middleWares); $middleWares = $this->annotation_interceptor($this, $middleWares); return $middleWares;