改名
This commit is contained in:
@@ -303,7 +303,7 @@ class Node extends HttpService
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
foreach ($annotation as $name => $attribute) {
|
foreach ($annotation as $name => $attribute) {
|
||||||
var_dump(get_class($attribute));
|
var_dump($this->path . ':' . get_class($attribute));
|
||||||
if ($attribute instanceof \Annotation\Route\Interceptor) {
|
if ($attribute instanceof \Annotation\Route\Interceptor) {
|
||||||
$this->addInterceptor($attribute->interceptor);
|
$this->addInterceptor($attribute->interceptor);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user