8000 fixed typo · symfony/symfony-standard@8d8a7a6 · GitHub
[go: up one dir, main page]

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

Commit 8d8a7a6

Browse files
committed
fixed typo
1 parent d0e9308 commit 8d8a7a6

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)
0