We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49a228 commit 712a858Copy full SHA for 712a858
cookbook/security/form_login_setup.rst
@@ -81,8 +81,8 @@ bundle with an empty ``loginAction``::
81
// src/AppBundle/Controller/SecurityController.php
82
namespace AppBundle\Controller;
83
84
- use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
85
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
+ use Symfony\Component\HttpFoundation\Request;
86
87
class SecurityController extends Controller
88
{
0 commit comments