This commit is contained in:
2021-04-19 16:31:09 +08:00
parent 1babd8e858
commit 49f6eeb362
+1
View File
@@ -561,6 +561,7 @@ class Node extends HttpService
private function runWith(): mixed
{
$requestParams = func_get_args();
var_dump($requestParams);
if (func_num_args() > 0) {
return call_user_func($this->callback, ...$requestParams);
} else {