Skip to content

Commit

Permalink
minor symfony#20437 [Security] Fix the namespace of a code example (j…
Browse files Browse the repository at this point in the history
…aviereguiluz)

This PR was merged into the 6.4 branch.

Discussion
----------

[Security] Fix the namespace of a code example

Commits
-------

0c9d0ac [Security] Fix the namespace of a code example
  • Loading branch information
javiereguiluz committed Dec 6, 2024
2 parents c961a00 + 0c9d0ac commit 2675832
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 2675832

Please sign in to comment.