Skip to content

Commit cac8c2d

Browse files
afurculitawouterj
authored andcommitted
Update registration_form.rst
1 parent cff74eb commit cac8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/registration_form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Handling the Form Submission
199199
Next, you need a controller to handle the form. Start by creating a simple
200200
controller for displaying the registration form::
201201

202-
// src/AppBundle/Controller/AccountController.php
202+
// src/AppBundle/Controller/RegistrationController.php
203203
namespace AppBundle\Controller;
204204

205205
use Symfony\Bundle\FrameworkBundle\Controller\Controller;

0 commit comments

Comments
 (0)