From 0c9d0ac831135ab3bd6c73a32ea9f431d9e0cede Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 5 Dec 2024 16:09:21 +0100 Subject: [PATCH] [Security] Fix the namespace of a code example --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 3f3fb7d87de..8661263b90d 100644 --- a/security.rst +++ b/security.rst @@ -1767,7 +1767,7 @@ You can log in a user programmatically using the ``login()`` method of the :class:`Symfony\\Bundle\\SecurityBundle\\Security` helper:: // src/Controller/SecurityController.php - namespace App\Controller\SecurityController; + namespace App\Controller; use App\Security\Authenticator\ExampleAuthenticator; use Symfony\Bundle\SecurityBundle\Security;