@@ -19,11 +19,11 @@ |
||
| 19 | 19 | |
| 20 | 20 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 21 | 21 | { |
| 22 | - $loader->load($this->getProjectDir() . '/app/config/config_' . $this->getEnvironment() . '.yml'); |
|
| 22 | + $loader->load($this->getProjectDir().'/app/config/config_'.$this->getEnvironment().'.yml'); |
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | public function getProjectDir() |
| 26 | 26 | { |
| 27 | - return realpath(__DIR__ . '/../'); |
|
| 27 | + return realpath(__DIR__.'/../'); |
|
| 28 | 28 | } |
| 29 | 29 | } |