modify
This commit is contained in:
@@ -193,7 +193,7 @@ class Node extends HttpService
|
|||||||
|
|
||||||
$implements = class_implements($value);
|
$implements = class_implements($value);
|
||||||
if ($this->path == '/user/attributes') {
|
if ($this->path == '/user/attributes') {
|
||||||
var_dump($aspect);
|
var_dump($value, $implements);
|
||||||
}
|
}
|
||||||
if (isset($implements[IAspect::class])) {
|
if (isset($implements[IAspect::class])) {
|
||||||
return $value;
|
return $value;
|
||||||
|
|||||||
Reference in New Issue
Block a user