modify
This commit is contained in:
@@ -107,7 +107,6 @@ class Node extends HttpService
|
|||||||
if (!($controller instanceof Controller)) {
|
if (!($controller instanceof Controller)) {
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
var_dump($controller::class . '::' . $action);
|
|
||||||
$this->annotationInject($controller::class, $action);
|
$this->annotationInject($controller::class, $action);
|
||||||
}
|
}
|
||||||
if (!empty($this->handler)) {
|
if (!empty($this->handler)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user