Skip to content

Commit

Permalink
[CS] Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreShop authored Jun 5, 2023
1 parent 9153ec4 commit c26006e
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 c26006e

Please sign in to comment.