Skip to content

Commit 7968152

Browse files
authored
Fixes
1 parent 010d781 commit 7968152

4 files changed

Lines changed: 688 additions & 568 deletions

File tree

config/var/www/admin/control-panel/controllers/ExternalServicesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getConfig()
8585

8686
$this->loadExternalApi();
8787

88-
$config = ExternalServicesFeedParser::getServicesConfig();
88+
$config = $this->feedParser->getServicesConfig();
8989
$this->setCached($cacheKey, $config);
9090
// codacy:ignore - Static ApiResponse method used; dependency injection would require service container
9191
ApiResponse::success($config, $this->getTtl($cacheKey));

0 commit comments

Comments
 (0)