This commit is contained in:
as2252258@163.com
2021-08-03 02:40:36 +08:00
parent 3c3bfb7f0b
commit 1de1f50b1f
+3
View File
@@ -162,6 +162,9 @@ class Node extends HttpService
*/
private function aopHandler(?IAspect $reflect): Closure
{
if (is_null($reflect)) {
return $this->normalHandler($this->handler);
}
$params = $this->_injectParameters;
$handler = $this->handler;
return static function () use ($reflect, $handler, $params) {