@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $configuration = new Configuration(); |
| 27 | 27 | $config = $this->processConfiguration($configuration, $configs); |
| 28 | 28 | |
| 29 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 29 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 30 | 30 | $loader->load('services.yml'); |
| 31 | 31 | } |
| 32 | 32 | } |