This commit is contained in:
as2252258@163.com
2021-05-03 04:09:03 +08:00
parent 1477fc084d
commit 35862b27b7
-1
View File
@@ -107,7 +107,6 @@ class Node extends HttpService
if (!($controller instanceof Controller)) {
return $this;
}
var_dump($controller::class . '::' . $action);
$this->annotationInject($controller::class, $action);
}
if (!empty($this->handler)) {