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