Skip to content

Commit 0c9d0ac

Browse files
committed
[Security] Fix the namespace of a code example
1 parent c961a00 commit 0c9d0ac

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)