Skip to content

Commit 25b3aed

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/security/user_checkers.rst

+1-1
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

0 commit comments

Comments
 (0)