@@ -20,7 +20,7 @@ |
||
20 | 20 | $configuration = new Configuration(); |
21 | 21 | $this->processConfiguration($configuration, $configs); |
22 | 22 | |
23 | - $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
23 | + $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
24 | 24 | $loader->load('services.xml'); |
25 | 25 | } |
26 | 26 | } |