瀏覽代碼

Suppression d'un use inutile

François 5 年之前
父節點
當前提交
5a728b514e
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;