mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
rename dependsOn to depends_on
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7720ed5061
commit
6cca3ceb6c
4 changed files with 15 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue