@@ -55,7 +55,7 @@ |
||
55 | 55 | $banner = $this->getParameter('banner'); |
56 | 56 | if (empty($banner)) { |
57 | 57 | $banner_path = $this->kernel->getProjectDir() |
58 | - . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'banner.md'; |
|
58 | + . DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'banner.md'; |
|
59 | 59 | |
60 | 60 | return file_get_contents($banner_path); |
61 | 61 | } |