Skip to content

Commit 2675832

Browse files
committed
minor #20437 [Security] Fix the namespace of a code example (javiereguiluz)
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
2 parents c961a00 + 0c9d0ac commit 2675832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ You can log in a user programmatically using the ``login()`` method of the
17671767
:class:`Symfony\\Bundle\\SecurityBundle\\Security` helper::
17681768

17691769
// src/Controller/SecurityController.php
1770-
namespace App\Controller\SecurityController;
1770+
namespace App\Controller;
17711771

17721772
use App\Security\Authenticator\ExampleAuthenticator;
17731773
use Symfony\Bundle\SecurityBundle\Security;

0 commit comments

Comments
 (0)