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