This commit is contained in:
2021-06-08 11:37:17 +08:00
parent 9da5d5a332
commit aed5e9469d
+1
View File
@@ -358,6 +358,7 @@ class Node extends HttpService
if (empty($annotation)) {
return $this;
}
var_export($annotation);
foreach ($annotation as $attribute) {
if ($attribute instanceof Interceptor) {
$this->addInterceptor($attribute->interceptor);