This commit is contained in:
as2252258@163.com
2021-08-03 02:24:05 +08:00
parent c4ca8f1e4b
commit 1b98b0aa8c
+1
View File
@@ -180,6 +180,7 @@ class Node extends HttpService
if (empty($aspect)) {
return null;
}
var_dump($aspect);
foreach ($aspect as $value) {
if ($value instanceof IAspect) {
return $value;