8000 Update user_checkers.rst · symfony/symfony-docs@25b3aed · GitHub
[go: up one dir, main page]

Skip to content

Commit 25b3aed

Browse files
gailimovwouterj
authored andcommitted
Update user_checkers.rst
Fix UserCheckerInterface importing
1 parent a499d12 commit 25b3aed

Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ are not met, an exception should be thrown which extends the
2929
use AppBundle\Exception\AccountDeletedException;
3030
use AppBundle\Security\User as AppUser;
3131
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
32-
use Symfony\Component\Security\Core\User\UserCheckInterface;
32+
use Symfony\Component\Security\Core\User\UserCheckerInterface;
3333
use Symfony\Component\Security\Core\User\UserInterface;
3434
3535
class UserChecker implements UserCheckerInterface