Skip to content

Commit

Permalink
NTR: CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 15, 2025
1 parent 4b56dde commit e6a6141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopware/Component/Settings/SettingsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private function getShopwareSettings(?string $salesChannelId = null): array
/**
* Attention, we have to use service locator here, because in Shopware 6.4 there is an issue with system config service.
*/
if($this->systemConfigService === null){
if ($this->systemConfigService === null) {
$this->systemConfigService = $this->container->get(SystemConfigService::class);
}
$shopwareSettingsArray = $this->systemConfigService->get(self::SYSTEM_CONFIG_DOMAIN, $salesChannelId);
Expand Down

0 comments on commit e6a6141

Please sign in to comment.