modify
This commit is contained in:
@@ -180,6 +180,7 @@ class Node extends HttpService
|
|||||||
if (empty($aspect)) {
|
if (empty($aspect)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
var_dump($aspect);
|
||||||
foreach ($aspect as $value) {
|
foreach ($aspect as $value) {
|
||||||
if ($value instanceof IAspect) {
|
if ($value instanceof IAspect) {
|
||||||
return $value;
|
return $value;
|
||||||
|
|||||||
Reference in New Issue
Block a user