This commit is contained in:
as2252258@163.com
2021-08-03 02:26:15 +08:00
parent d9d68c9491
commit 0eec5cb298
+1 -1
View File
@@ -181,8 +181,8 @@ class Node extends HttpService
return null;
}
foreach ($aspect as $value) {
var_dump(class_implements($value));
if ($value instanceof IAspect) {
var_dump($value);
return $value;
}
}