@@ -33,7 +33,7 @@ |
||
33 | 33 | public function load(array $config, ContainerBuilder $container) |
34 | 34 | { |
35 | 35 | $config = $this->processConfiguration($this->getConfiguration([], $container), $config); |
36 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
36 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
37 | 37 | |
38 | 38 | $loader->load('services.xml'); |
39 | 39 | $loader->load(sprintf('services/integrations/locale/%s.xml', $config['locale_switcher'])); |