Refactor variable and function names for consistency

This commit is contained in:
Andras Bacsai
2024-10-25 10:59:12 +02:00
parent 35a1307e7b
commit 2877080a39
5 changed files with 23 additions and 24 deletions

View File

@@ -174,7 +174,8 @@ class Form extends Component
$this->server->settings->refresh();
return handleError($e, $this);
} finally {}
} finally {
}
}
public function restartSentinel($notification = true)