From 19dddda61c1fd4c4f064ac3c4d41b9ddbd8e2a3f 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 da280962989..f848d32178a 100644 --- a/cookbook/security/user_checkers.rst +++ b/cookbook/security/user_checkers.rst @@ -25,7 +25,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