@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | $loader = new YamlFileLoader( |
16 | 16 | $container, |
17 | - new FileLocator(__DIR__.'/../Resources/config') |
|
17 | + new FileLocator(__DIR__ . '/../Resources/config') |
|
18 | 18 | ); |
19 | 19 | $loader->load('services.yml'); |
20 | 20 | } |