From 14af353747ff1cc831e8ec243910b21af7872a55 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Thu, 6 Sep 2018 22:44:04 +0200 Subject: [PATCH] Deleted unneccessary dependendys --- application/src/Controller/SecurityController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/src/Controller/SecurityController.php b/application/src/Controller/SecurityController.php index f770f15..d2e5cd4 100644 --- a/application/src/Controller/SecurityController.php +++ b/application/src/Controller/SecurityController.php @@ -6,9 +6,6 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Translation\TranslatorInterface; -use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface; -use Symfony\Component\HttpFoundation\Request; -use App\Entity\User; /** *