@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | $loader = new Loader\YamlFileLoader( |
30 | 30 | $container, |
31 | - new FileLocator(__DIR__.'/../Resources/config') |
|
31 | + new FileLocator(__DIR__ . '/../Resources/config') |
|
32 | 32 | ); |
33 | 33 | |
34 | 34 | $loader->load('services.yml'); |