Skip to content

Commit

Permalink
Merge pull request #2305 from coreshop/coding-standard/refactor-3.1
Browse files Browse the repository at this point in the history
[CS] Refactor
  • Loading branch information
dpfaffenbauer committed Jun 5, 2023
2 parents 350ab75 + 80be877 commit 20ec9cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public function load(array $configs, ContainerBuilder $container): void

if (!array_key_exists('CoreShopCoreBundle', $bundles)) {
$loader->load('services/menu.yml');
}
else {
} else {
$loader->load('services/resource.yml');
}

Expand Down

0 comments on commit 20ec9cf

Please sign in to comment.