This commit is contained in:
2021-04-19 17:29:20 +08:00
parent 905a1c9201
commit 91de982def
+1
View File
@@ -52,6 +52,7 @@ class Dispatch
*/ */
public function dispatch(): mixed public function dispatch(): mixed
{ {
return call_user_func($this->handler, ...$this->request);
return \aop($this->handler, ...$this->request); return \aop($this->handler, ...$this->request);
} }