From 25b3aed842e5c3f303c8465273f32d04670abfca Mon Sep 17 00:00:00 2001 From: Kanat Gailimov Date: Thu, 3 Mar 2016 05:15:50 +0600 Subject: [PATCH] Update user_checkers.rst Fix UserCheckerInterface importing --- cookbook/security/user_checkers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/user_checkers.rst b/cookbook/security/user_checkers.rst index 7d7a9f73965..3223f544e4b 100644 --- a/cookbook/security/user_checkers.rst +++ b/cookbook/security/user_checkers.rst @@ -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