diff --git a/security/user_checkers.rst b/security/user_checkers.rst index 97f215bac82..a441dc5e892 100644 --- a/security/user_checkers.rst +++ b/security/user_checkers.rst @@ -20,8 +20,8 @@ are not met, an exception should be thrown which extends the namespace AppBundle\Security; + use AppBundle\Entity\User as AppUser; use AppBundle\Exception\AccountDeletedException; - use AppBundle\Security\User as AppUser; use Symfony\Component\Security\Core\Exception\AccountExpiredException; use Symfony\Component\Security\Core\User\UserCheckerInterface; use Symfony\Component\Security\Core\User\UserInterface;