This commit is contained in:
as2252258@163.com
2021-09-20 01:25:11 +08:00
parent da71345f1e
commit 270283dff0
-1
View File
@@ -46,7 +46,6 @@ class AspectProxy extends AProxy implements ProxyInterface
{
$aspect = NoteManager::getSpecify_annotation(Aspect::class, $executor[0], $executor[1]);
if (!is_null($aspect)) {
var_dump($aspect);
$aspect = Kiri::getDi()->get($aspect->aspect);
}
return $aspect;