修改 NodeAnnotation 命名标准
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user