We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0958209 commit bea2e77Copy full SHA for bea2e77
security/user_checkers.rst
@@ -21,8 +21,8 @@ or :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationExceptio
21
22
namespace App\Security;
23
24
+ use App\Entity\User as AppUser;
25
use App\Exception\AccountDeletedException;
- use App\Security\User as AppUser;
26
use Symfony\Component\Security\Core\Exception\AccountExpiredException;
27
use Symfony\Component\Security\Core\User\UserCheckerInterface;
28
use Symfony\Component\Security\Core\User\UserInterface;
0 commit comments