修改 NodeAnnotation 命名标准

This commit is contained in:
wolfcode
2023-09-04 20:45:38 +08:00
parent ad6766cc3d
commit cf086a7b6c
17 changed files with 64 additions and 63 deletions

View File

@@ -29,7 +29,7 @@ class Node extends Command
protected function refresh($force)
{
$nodeList = (new NodeService())->getNodelist();
$nodeList = (new NodeService())->getNodeList();
if (empty($nodeList)) {
return true;
}