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