This commit is contained in:
as2252258@163.com
2021-09-20 01:24:32 +08:00
parent 3a596f34f8
commit da71345f1e
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ 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;