rename dependsOn to depends_on

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-25 00:39:22 +01:00
parent 7720ed5061
commit 6cca3ceb6c
4 changed files with 15 additions and 16 deletions

View file

@ -142,7 +142,7 @@ class ContainerDefinitionFetcher
}
$dependsOn = [];
foreach ($entry['dependsOn'] as $value) {
foreach ($entry['depends_on'] as $value) {
if ($value === 'nextcloud-aio-clamav') {
if (!$this->configurationManager->isClamavEnabled()) {
continue;