This commit is contained in:
2021-03-05 18:43:03 +08:00
parent ec3671b057
commit 529fe55c52
+1 -1
View File
@@ -280,7 +280,7 @@ class Node extends HttpService
throw new Exception('method ' . $action . ' not exists at ' . $controller . '.');
}
$this->annotationInject(get_class($controller), $action);
$this->annotationInject($controller, $action);
return [$reflect->newInstance(), $action];
} catch (Throwable $exception) {