改名
This commit is contained in:
@@ -130,7 +130,7 @@ class Node extends HttpService
|
||||
if (empty($dispatchParam)) {
|
||||
$dispatchParam = [\request()];
|
||||
}
|
||||
return call_user_func($this->handler, ...$dispatchParam);
|
||||
// return call_user_func($this->handler, ...$dispatchParam);
|
||||
|
||||
return \aop($this->handler, $dispatchParam);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user