改名
This commit is contained in:
@@ -76,9 +76,7 @@ class Middleware
|
||||
if (empty($annotation)) {
|
||||
return;
|
||||
}
|
||||
var_export($annotation);
|
||||
foreach ($annotation as $name => $_attribute) {
|
||||
foreach ($_attribute as $attribute) {
|
||||
foreach ($annotation as $name => $attribute) {
|
||||
if ($attribute instanceof Interceptor) {
|
||||
$node->addInterceptor($attribute->interceptor);
|
||||
}
|
||||
@@ -93,7 +91,6 @@ class Middleware
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user