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