diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 3145afcb..9b7c656b 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -407,6 +407,7 @@ class Node extends Application $class = [$class]; } foreach ($class as $closure) { + var_dump($closure); $this->middleware[] = $closure; } $this->restructure();