Skip to content

Commit

Permalink
Update user_checkers.rst
Browse files Browse the repository at this point in the history
Fix UserCheckerInterface importing
  • Loading branch information
gailimov authored and wouterj committed Mar 5, 2016
1 parent a499d12 commit 25b3aed
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 25b3aed

Please sign in to comment.