Skip to content

Commit

Permalink
Fix cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Nov 8, 2024
1 parent 2c4d4b3 commit 834de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/UserChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use App\Entity\User as AppUser;
use App\Service\IpResolver;
use Doctrine\ORM\EntityManagerInterface;
use App\Service\UserManager;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
use Symfony\Component\Security\Core\Exception\CustomUserMessageAccountStatusException;
Expand Down

0 comments on commit 834de0f

Please sign in to comment.