From 3ea963d6d6a0e7ce0b30e65f4c179e3f035311fd Mon Sep 17 00:00:00 2001 From: Alexandru Furculita Date: Fri, 11 Dec 2015 19:04:16 +0200 Subject: [PATCH] Update registration_form.rst --- cookbook/doctrine/registration_form.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/doctrine/registration_form.rst b/cookbook/doctrine/registration_form.rst index 296b0355806..6f1341e4bb5 100644 --- a/cookbook/doctrine/registration_form.rst +++ b/cookbook/doctrine/registration_form.rst @@ -198,7 +198,7 @@ Handling the Form Submission Next, you need a controller to handle the form. Start by creating a simple controller for displaying the registration form:: - // src/AppBundle/Controller/AccountController.php + // src/AppBundle/Controller/RegistrationController.php namespace AppBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller;