改名
This commit is contained in:
@@ -52,7 +52,7 @@ class Dispatch
|
|||||||
*/
|
*/
|
||||||
public function dispatch(): mixed
|
public function dispatch(): mixed
|
||||||
{
|
{
|
||||||
return \aop($this->handler, $this->request);
|
return \aop($this->handler, ...func_get_args());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user