Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit d430f8d

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fixed typo
2 parents 3df5239 + 8d8a7a6 commit d430f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Controller/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function indexAction(Request $request)
1515
{
1616
// replace this example code with whatever you need
1717
return $this->render('default/index.html.twig', array(
18-
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..'),
18+
'base_dir' => realpath($this->container->getParameter('kernel.root_dir').'/..'),
1919
));
2020
}
2121
}

0 commit comments

Comments
 (0)