@@ -32,7 +32,7 @@ |
||
32 | 32 | $config['logging_channel'] |
33 | 33 | ); |
34 | 34 | |
35 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
35 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
36 | 36 | $loader->load('services.xml'); |
37 | 37 | |
38 | 38 | $swiftmailerEnabled = $config['channels']['swiftmailer']['enabled'] && |