This commit is contained in:
2021-04-20 13:52:58 +08:00
parent 885e85e809
commit 60e2f3ee44
-2
View File
@@ -532,8 +532,6 @@ class Node extends HttpService
if ($this->handler instanceof Closure) {
return call_user_func($this->handler, ...$dispatchParams);
}
var_dump($this->callback, ...$dispatchParams);
$validator = $this->getValidator();
if (!($validator instanceof Validator)) {
return call_user_func($this->callback, ...$dispatchParams);