Browse Source

Suppression d'un use inutile

François 5 years ago
parent
commit
5a728b514e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Controller/SecurityController.php

+ 0 - 1
src/Controller/SecurityController.php

@@ -14,7 +14,6 @@ use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\Routing\Annotation\Route;
 use App\Form\UserType;
 use App\Entity\User;
-use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
 use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface;
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
 use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;