@@ -16,7 +16,6 @@ |
||
16 | 16 | use Symfony\Component\Translation\TranslatorInterface; |
17 | 17 | use LoginCidadao\ValidationBundle\Validator\Constraints\UsernameValidator; |
18 | 18 | use Doctrine\ORM\EntityManager; |
19 | -use LoginCidadao\CoreBundle\Exception\LcEmailException; |
|
20 | 19 | use LoginCidadao\CoreBundle\Entity\Authorization; |
21 | 20 | |
22 | 21 | class RegisterListner implements EventSubscriberInterface |