This commit is contained in:
2021-04-19 17:27:07 +08:00
parent c19b3742d6
commit 905a1c9201
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Dispatch
*/
public function dispatch(): mixed
{
return \aop($this->handler, ...func_get_args());
return \aop($this->handler, ...$this->request);
}