mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-08 14:57:58 +00:00
Lower case method names in ConfigurationManager
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
5752556e4f
commit
bf43a6dae6
5 changed files with 86 additions and 86 deletions
|
|
@ -246,7 +246,7 @@ readonly class ContainerDefinitionFetcher {
|
|||
// All secrets are registered with the configuration when they
|
||||
// are discovered so they can be later generated at time-of-use.
|
||||
foreach ($entry['secrets'] as $secret) {
|
||||
$this->configurationManager->RegisterSecret($secret);
|
||||
$this->configurationManager->registerSecret($secret);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue