@@ -22,7 +22,7 @@ |
||
| 22 | 22 | $item = $menu; |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | - $item->addChild('banners', ['route' => 'odiseo_sylius_banner_plugin_admin_banner_index']) |
|
| 25 | + $item->addChild('banners', [ 'route' => 'odiseo_sylius_banner_plugin_admin_banner_index' ]) |
|
| 26 | 26 | ->setLabel('odiseo_sylius_banner_plugin.ui.banners') |
| 27 | 27 | ->setLabelAttribute('icon', 'image') |
| 28 | 28 | ; |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | public function load(array $config, ContainerBuilder $container): void |
| 18 | 18 | { |
| 19 | - $config = $this->processConfiguration($this->getConfiguration([], $container), $config); |
|
| 19 | + $config = $this->processConfiguration($this->getConfiguration([ ], $container), $config); |
|
| 20 | 20 | |
| 21 | 21 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
| 22 | 22 | |