@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function load(array $configs, ContainerBuilder $container) |
17 | 17 | { |
18 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
18 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
19 | 19 | $loader->load('services.xml'); |
20 | 20 | |
21 | 21 | $configuration = new Configuration(); |