@@ -25,6 +25,6 @@ |
||
25 | 25 | public function registerContainerConfiguration(LoaderInterface $loader) |
26 | 26 | { |
27 | 27 | // We don't need that Environment stuff, just one config |
28 | - $loader->load(__DIR__ . '/config.yml'); |
|
28 | + $loader->load(__DIR__.'/config.yml'); |
|
29 | 29 | } |
30 | 30 | } |