diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index d4886af5..8b056968 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -443,7 +443,7 @@ class Node extends HttpService /** * @throws Exception */ - private function restructure(): static + public function restructure(): static { var_dump($this->handler); if (empty($this->handler)) {