@@ -35,7 +35,7 @@ |
||
| 35 | 35 | { |
| 36 | 36 | // replace this example code with whatever you need |
| 37 | 37 | return $this->render('default/index.html.twig', array( |
| 38 | - 'base_dir' => realpath($this->container->getParameter('kernel.root_dir').'/..'), |
|
| 38 | + 'base_dir' => realpath($this->container->getParameter('kernel.root_dir') . '/..'), |
|
| 39 | 39 | )); |
| 40 | 40 | } |
| 41 | 41 | } |