This commit is contained in:
as2252258@163.com
2021-08-29 05:53:47 +08:00
parent 1cb1b0b9cb
commit c06f25fcf5
16 changed files with 152 additions and 205 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class Node
if (empty($aspect)) {
return null;
}
return di($aspect['params']['aspect']);
return di($aspect->aspect);
}