This commit is contained in:
2021-04-20 13:48:33 +08:00
parent 23995df1af
commit f647b5bd39
2 changed files with 21 additions and 7 deletions
+3
View File
@@ -532,6 +532,9 @@ class Node extends HttpService
if ($this->handler instanceof Closure) {
return call_user_func($this->handler, ...$dispatchParams);
}
var_dump($dispatchParams);
$validator = $this->getValidator();
if (!($validator instanceof Validator)) {
return call_user_func($this->callback, ...$dispatchParams);