Skip to content

Commit f0e8e88

Browse files
committed
minor #6000 Update registration_form.rst (afurculita)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6000). Discussion ---------- Update registration_form.rst Commits ------- cac8c2d Update registration_form.rst
2 parents cff74eb + cac8c2d commit f0e8e88

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)