Skip to content

Commit

Permalink
minor #5072 Add missing use statement in Building Login Form doc (ock…
Browse files Browse the repository at this point in the history
…cyp)

This PR was merged into the 2.3 branch.

Discussion
----------

Add missing use statement in Building Login Form doc

Also removed use statement for Route as it is only needed
when using annotations for routing

 Q                 | A
 -------------    | ---
 Doc fix?       | yes
 New docs?  | no
 Applies to    | all
 Fixed tickets | #5072

Commits
-------

712a858 Add missing use statement in Building Login Form doc Also removed use statement for Route as it is only needed when using annotations for routing
  • Loading branch information
weaverryan committed Mar 14, 2015
2 parents 9468b9a + 712a858 commit 4307190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbook/security/form_login_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ bundle::
namespace AppBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;

class SecurityController extends Controller
{
Expand Down

0 comments on commit 4307190

Please sign in to comment.