We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15031e + 23ed1d4 commit ca8621dCopy full SHA for ca8621d
security/user_checkers.rst
@@ -23,7 +23,8 @@ displayed to the user::
23
24
namespace App\Security;
25
26
- use App\Security\User as AppUser;
+ use App\Entity\User as AppUser;
27
+ use App\Exception\AccountDeletedException;
28
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
29
use Symfony\Component\Security\Core\Exception\CustomUserMessageAccountStatusException;
30
use Symfony\Component\Security\Core\User\UserCheckerInterface;
0 commit comments