Camelize property AIO_TOKEN => aioToken

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl 2026-01-23 17:12:45 +01:00
parent a16b02293a
commit f0b1d91558
3 changed files with 4 additions and 4 deletions

View file

@ -208,7 +208,7 @@ readonly class DockerController {
}
public function startTopContainer(bool $pullImage) : void {
$this->configurationManager->AIO_TOKEN = bin2hex(random_bytes(24));
$this->configurationManager->aioToken = bin2hex(random_bytes(24));
// Stop domaincheck since apache would not be able to start otherwise
$this->StopDomaincheckContainer();