This commit is contained in:
2021-02-23 14:34:21 +08:00
parent de38f9d3ee
commit c37e7e95c2
+1 -1
View File
@@ -77,7 +77,7 @@ class Middleware
return;
}
foreach ($annotation as $attribute) {
var_dump(get_class($attribute));
var_dump($attribute);
if ($attribute instanceof Interceptor) {
var_dump($attribute);
$node->addInterceptor($attribute->interceptor);