@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | $loader = new Loader\YamlFileLoader( |
| 21 | 21 | $container, |
| 22 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
| 22 | + new FileLocator(__DIR__.'/../Resources/config') |
|
| 23 | 23 | ); |
| 24 | 24 | $loader->load('services.yml'); |
| 25 | 25 | $config = $this->processConfiguration( |