改名
This commit is contained in:
@@ -125,7 +125,7 @@ class Node extends HttpService
|
||||
public function createDispatch(): Closure
|
||||
{
|
||||
return function () {
|
||||
return Dispatch::create($this->handler, func_get_args())->dispatch();
|
||||
return Dispatch::create($this->handler, ...func_get_args())->dispatch();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user