Skip to content

Commit 8d60d5c

Browse files
themaschweaverryan
authored andcommitted
fixed missing level in namespace
The link to the UserCheckerInterface seems to be wrong.
1 parent c395c74 commit 8d60d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_checkers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creating a Custom User Checker
1616
------------------------------
1717

1818
User checkers are classes that must implement the
19-
:class:`Symfony\\Component\\Security\\Core\\UserCheckerInterface`. This interface
19+
:class:`Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface`. This interface
2020
defines two methods called ``checkPreAuth()`` and ``checkPostAuth()`` to
2121
perform checks before and after user authentication. If one or more conditions
2222
are not met, an exception should be thrown which extends the

0 commit comments

Comments
 (0)