Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 14, 2016
1 parent d0e9308 commit 8d8a7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppBundle/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function indexAction(Request $request)
{
// replace this example code with whatever you need
return $this->render('default/index.html.twig', array(
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..'),
'base_dir' => realpath($this->container->getParameter('kernel.root_dir').'/..'),
));
}
}

0 comments on commit 8d8a7a6

Please sign in to comment.