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 cff74eb commit cac8c2dCopy full SHA for cac8c2d
cookbook/doctrine/registration_form.rst
@@ -199,7 +199,7 @@ Handling the Form Submission
199
Next, you need a controller to handle the form. Start by creating a simple
200
controller for displaying the registration form::
201
202
- // src/AppBundle/Controller/AccountController.php
+ // src/AppBundle/Controller/RegistrationController.php
203
namespace AppBundle\Controller;
204
205
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
0 commit comments