We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a499d12 commit 25b3aedCopy full SHA for 25b3aed
cookbook/security/user_checkers.rst
@@ -29,7 +29,7 @@ are not met, an exception should be thrown which extends the
29
use AppBundle\Exception\AccountDeletedException;
30
use AppBundle\Security\User as AppUser;
31
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
32
- use Symfony\Component\Security\Core\User\UserCheckInterface;
+ use Symfony\Component\Security\Core\User\UserCheckerInterface;
33
use Symfony\Component\Security\Core\User\UserInterface;
34
35
class UserChecker implements UserCheckerInterface
0 commit comments