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