This commit is contained in:
as2252258@163.com
2021-09-05 03:59:00 +08:00
parent 11a2167a2c
commit 91bb128a15
+1 -1
View File
@@ -112,7 +112,7 @@ class Pipeline
$aop = Kiri::getDi()->get($aop->aspect);
$destination = static function () use ($aop, $destination, $parameters) {
/** @var \Kiri\IAspect $aop */
$aop->invoke($destination, $parameters);
return $aop->invoke($destination, $parameters);
};
}
return $destination;