Skip to content

Commit e29233c

Browse files
committed
bug #6324 Fixed UserCheckerInterface importing (VIs-a-vis)
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes #6324). Discussion ---------- Fixed UserCheckerInterface importing Fixed UserCheckerInterface name in ``use`` statement Commits ------- 25b3aed Update user_checkers.rst
2 parents a499d12 + 25b3aed commit e29233c

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)