This commit is contained in:
2021-03-05 17:29:34 +08:00
parent 1bd1e6ec75
commit 1e5d0d7eec
+1 -1
View File
@@ -321,7 +321,7 @@ class Node extends HttpService
if (empty($annotation)) {
return $node;
}
var_dump($className, $action, $annotation);
// var_dump($className, $action, $annotation);
foreach ($annotation as $name => $attribute) {
if ($attribute instanceof \Annotation\Route\Interceptor) {
$node->addInterceptor($attribute->interceptor);