Skip to content

Commit bea2e77

Browse files
KaisKarsoujaviereguiluz
authored andcommitted
Fix user entity import
1 parent 0958209 commit bea2e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_checkers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ or :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationExceptio
2121

2222
namespace App\Security;
2323

24+
use App\Entity\User as AppUser;
2425
use App\Exception\AccountDeletedException;
25-
use App\Security\User as AppUser;
2626
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
2727
use Symfony\Component\Security\Core\User\UserCheckerInterface;
2828
use Symfony\Component\Security\Core\User\UserInterface;

0 commit comments

Comments
 (0)