From 885e85e809585dbea911e372f79eb7f89c765891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 20 Apr 2021 13:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Route/Node.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);