改名
This commit is contained in:
@@ -533,6 +533,7 @@ class Node extends HttpService
|
|||||||
if (empty($dispatchParams)) {
|
if (empty($dispatchParams)) {
|
||||||
$dispatchParams = [\request()];
|
$dispatchParams = [\request()];
|
||||||
}
|
}
|
||||||
|
var_dump($dispatchParams);
|
||||||
if ($this->handler instanceof Closure) {
|
if ($this->handler instanceof Closure) {
|
||||||
return call_user_func($this->handler, ...$dispatchParams);
|
return call_user_func($this->handler, ...$dispatchParams);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user