Skip to content

Commit

Permalink
Update registration_form.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
afurculita authored and wouterj committed Dec 12, 2015
1 parent cff74eb commit cac8c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/doctrine/registration_form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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;
Expand Down

0 comments on commit cac8c2d

Please sign in to comment.