改名
This commit is contained in:
@@ -93,7 +93,6 @@ class Middleware
|
|||||||
}
|
}
|
||||||
foreach ($annotation as $item) {
|
foreach ($annotation as $item) {
|
||||||
foreach ($item['attributes'] as $attribute) {
|
foreach ($item['attributes'] as $attribute) {
|
||||||
var_dump($attribute);
|
|
||||||
if ($attribute instanceof Interceptor) {
|
if ($attribute instanceof Interceptor) {
|
||||||
$node->addInterceptor($attribute->interceptor);
|
$node->addInterceptor($attribute->interceptor);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user