@@ -12,7 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | $loader = new XmlFileLoader( |
14 | 14 | $container, |
15 | - new FileLocator(__DIR__.'/../Resources/config') |
|
15 | + new FileLocator(__DIR__ . '/../Resources/config') |
|
16 | 16 | ); |
17 | 17 | $loader->load('services.xml'); |
18 | 18 | } |