diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 0ee00bcf..58f41a65 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -533,8 +533,7 @@ class Node extends HttpService return call_user_func($this->handler, ...$dispatchParams); } - var_dump($dispatchParams); - + var_dump($this->callback, ...$dispatchParams); $validator = $this->getValidator(); if (!($validator instanceof Validator)) { return call_user_func($this->callback, ...$dispatchParams);