This commit is contained in:
2021-04-20 13:49:31 +08:00
parent f647b5bd39
commit 885e85e809
+1 -2
View File
@@ -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);