modify
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user