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