This commit is contained in:
2021-04-19 17:17:32 +08:00
parent 9604b9c1c5
commit 46aad644e8
2 changed files with 9 additions and 12 deletions
-1
View File
@@ -560,7 +560,6 @@ class Node extends HttpService
*/
private function runWith(): mixed
{
var_dump(func_get_args());
return ($this->callback)(...func_get_args());
return call_user_func($this->callback, ...func_get_args());