diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 76f42690..355c2c78 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -444,6 +444,7 @@ class Node extends HttpService */ public function restructure(): static { + var_dump($this->handler); if (empty($this->handler)) { return $this; }