This commit is contained in:
2021-03-05 17:03:52 +08:00
parent 3ef83c3f62
commit 979b97058e
+1 -1
View File
@@ -303,7 +303,7 @@ class Node extends HttpService
return $this;
}
foreach ($annotation as $name => $attribute) {
var_dump(get_class($attribute));
var_dump($this->path . ':' . get_class($attribute));
if ($attribute instanceof \Annotation\Route\Interceptor) {
$this->addInterceptor($attribute->interceptor);
}