This commit is contained in:
2021-03-04 00:24:13 +08:00
parent bb051869b1
commit 27be897191
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -85,6 +85,7 @@ class Middleware
$node->addAfter($attribute->after);
}
if ($attribute instanceof RMiddleware) {
var_dump($attribute->middleware);
$node->addMiddleware($attribute->middleware);
}
if ($attribute instanceof Limits) {