Skip to content

Commit

Permalink
[Security] Fix the namespace of a code example
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 5, 2024
1 parent c961a00 commit 0c9d0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c9d0ac

Please sign in to comment.