diff --git a/cookbook/security/form_login_setup.rst b/cookbook/security/form_login_setup.rst index 011ab6f6894..607cfd37586 100644 --- a/cookbook/security/form_login_setup.rst +++ b/cookbook/security/form_login_setup.rst @@ -81,8 +81,8 @@ bundle with an empty ``loginAction``:: // src/AppBundle/Controller/SecurityController.php namespace AppBundle\Controller; - use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Symfony\Bundle\FrameworkBundle\Controller\Controller; + use Symfony\Component\HttpFoundation\Request; class SecurityController extends Controller {