mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 21:16:52 +00:00
Camelize property AIO_TOKEN => aioToken
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
27fd1e82ab
commit
dd5d51cb2a
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ class ConfigurationManager
|
|||
|
||||
private bool $noWrite = false;
|
||||
|
||||
public string $AIO_TOKEN {
|
||||
public string $aioToken {
|
||||
get => $this->get('AIO_TOKEN', '');
|
||||
set { $this->set('AIO_TOKEN', $value); }
|
||||
}
|
||||
|
|
@ -1045,7 +1045,7 @@ class ConfigurationManager
|
|||
return match ($placeholder) {
|
||||
'NC_DOMAIN' => $this->domain,
|
||||
'NC_BASE_DN' => $this->GetBaseDN(),
|
||||
'AIO_TOKEN' => $this->AIO_TOKEN,
|
||||
'AIO_TOKEN' => $this->aioToken,
|
||||
'BORGBACKUP_REMOTE_REPO' => $this->borg_remote_repo,
|
||||
'BORGBACKUP_MODE' => $this->backupMode,
|
||||
'AIO_URL' => $this->AIO_URL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue