We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6e7b commit 659b5feCopy full SHA for 659b5fe
Resources/doc/overriding_controllers.md
@@ -92,7 +92,7 @@ class RegistrationController extends BaseController
92
return new RedirectResponse($url);
93
}
94
95
- return $this->container->get('templating')->renderResponse('FOSUserBundle:Registration:register.html.'.$this->getEngine(), array(
+ return $this->container->get('templating')->renderResponse('FOSUserBundle:Registration:register.html.twig', array(
96
'form' => $form->createView(),
97
));
98
0 commit comments