Skip to content

Commit 0064988

Browse files
committed
minor #15188 [Security] remove unused namespace (felipyamorim)
This PR was merged into the 5.2 branch. Discussion ---------- [Security] remove unused namespace when the CustomUserMessageAccountStatusException was introduced in 5.1 version, AccountDeletedException is no longer used in the sample code Commits ------- 9e9796b remove namespace unused
2 parents 2472528 + 9e9796b commit 0064988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/user_checkers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ displayed to the user::
2424
namespace App\Security;
2525

2626
use App\Entity\User as AppUser;
27-
use App\Exception\AccountDeletedException;
2827
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
2928
use Symfony\Component\Security\Core\Exception\CustomUserMessageAccountStatusException;
3029
use Symfony\Component\Security\Core\User\UserCheckerInterface;

0 commit comments

Comments
 (0)