Deleted unneccessary dependendys

This commit is contained in:
Kevin Frantz 2018-09-06 22:44:04 +02:00
parent 2597529f01
commit 14af353747

View File

@ -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;
/**
*