@@ -28,7 +28,7 @@ |
||
| 28 | 28 | |
| 29 | 29 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 30 | 30 | { |
| 31 | - $loader->load(function (ContainerBuilder $container) { |
|
| 31 | + $loader->load(function(ContainerBuilder $container) { |
|
| 32 | 32 | $container->loadFromExtension('metro_markets_ff', $this->config); |
| 33 | 33 | }); |
| 34 | 34 | } |