This commit is contained in:
2021-03-04 00:29:49 +08:00
parent 9d5007ad91
commit 10b7d949db
+1
View File
@@ -76,6 +76,7 @@ class Middleware
if (empty($annotation)) {
return;
}
var_export($annotation);
foreach ($annotation as $name => $_attribute) {
foreach ($_attribute as $attribute) {
if ($attribute instanceof Interceptor) {