mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
move containers-definition-path to Dataconst
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
4ba7f1ed64
commit
897e3e7e6e
3 changed files with 7 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ readonly class ContainerDefinitionFetcher {
|
|||
*/
|
||||
private function GetDefinition(): array
|
||||
{
|
||||
$data = json_decode(file_get_contents(__DIR__ . '/../containers.json'), true);
|
||||
$data = json_decode(file_get_contents(DataConst::GetContainersDefinitionPath()), true);
|
||||
|
||||
$additionalContainerNames = [];
|
||||
foreach ($this->configurationManager->GetEnabledCommunityContainers() as $communityContainer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue