We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae05c56 + ca8621d commit eff4501Copy full SHA for eff4501
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