Skip to content

Commit

Permalink
bug #6324 Fixed UserCheckerInterface importing (VIs-a-vis)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Mar 5, 2016
2 parents a499d12 + 25b3aed commit e29233c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/user_checkers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ are not met, an exception should be thrown which extends the
use AppBundle\Exception\AccountDeletedException;
use AppBundle\Security\User as AppUser;
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
use Symfony\Component\Security\Core\User\UserCheckInterface;
use Symfony\Component\Security\Core\User\UserCheckerInterface;
use Symfony\Component\Security\Core\User\UserInterface;
class UserChecker implements UserCheckerInterface
Expand Down

0 comments on commit e29233c

Please sign in to comment.