@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | $container->setParameter('wowapps.proxybonanza.config', $config); |
26 | 26 | |
27 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
27 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
28 | 28 | $loader->load('repositories.yaml'); |
29 | 29 | $loader->load('services.yaml'); |
30 | 30 | } |