This commit is contained in:
2021-03-04 00:20:21 +08:00
parent ee4436eab4
commit 54045e6bae
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -76,7 +76,6 @@ class Middleware
if (empty($annotation)) {
return;
}
var_dump($annotation, $action);
foreach ($annotation as $name => $_attribute) {
foreach ($_attribute as $attribute) {
if ($attribute instanceof Interceptor) {