@@ -54,6 +54,6 @@ |
||
54 | 54 | */ |
55 | 55 | protected function configureContainer(ContainerBuilder $c, LoaderInterface $loader) |
56 | 56 | { |
57 | - $loader->load(__DIR__ . '/config/config_' . $this->getEnvironment() . '.yml'); |
|
57 | + $loader->load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml'); |
|
58 | 58 | } |
59 | 59 | } |