This commit is contained in:
as2252258@163.com
2021-05-03 04:07:26 +08:00
parent 9812888e09
commit fd531876a4
+1
View File
@@ -107,6 +107,7 @@ 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)) {