This commit is contained in:
2021-04-19 17:25:34 +08:00
parent d35a61f475
commit c19b3742d6
+1 -1
View File
@@ -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());
} }