Skip to content

Commit ca8621d

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Fix user entity import
2 parents f15031e + 23ed1d4 commit ca8621d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/user_checkers.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ displayed to the user::
2323

2424
namespace App\Security;
2525

26-
use App\Security\User as AppUser;
26+
use App\Entity\User as AppUser;
27+
use App\Exception\AccountDeletedException;
2728
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
2829
use Symfony\Component\Security\Core\Exception\CustomUserMessageAccountStatusException;
2930
use Symfony\Component\Security\Core\User\UserCheckerInterface;

0 commit comments

Comments
 (0)