@@ -43,7 +43,7 @@ |
||
43 | 43 | $configuration = new Configuration(); |
44 | 44 | $config = $this->processConfiguration($configuration, $configs); |
45 | 45 | |
46 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
46 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
47 | 47 | $loader->load('services.yaml'); |
48 | 48 | $loader->load('security.yaml'); |
49 | 49 |