@@ -17,12 +17,9 @@ |
||
17 | 17 | use FOS\UserBundle\Mailer\MailerInterface; |
18 | 18 | use Doctrine\ORM\EntityManager; |
19 | 19 | use LoginCidadao\CoreBundle\Entity\City; |
20 | -use Assetic\Exception\Exception; |
|
21 | 20 | use LoginCidadao\CoreBundle\Exception\LcValidationException; |
22 | -use LoginCidadao\NotificationBundle\Entity\Notification; |
|
23 | 21 | use LoginCidadao\CoreBundle\Entity\Person; |
24 | 22 | use LoginCidadao\CoreBundle\Entity\State; |
25 | -use LoginCidadao\CoreBundle\DynamicFormEvents; |
|
26 | 23 | use LoginCidadao\CoreBundle\Model\DynamicFormData; |
27 | 24 | use LoginCidadao\CoreBundle\Model\SelectData; |
28 | 25 | use LoginCidadao\CoreBundle\Model\PersonInterface; |
@@ -10,8 +10,6 @@ |
||
10 | 10 | use Symfony\Component\Form\FormEvents; |
11 | 11 | use Symfony\Component\Form\FormInterface; |
12 | 12 | use Symfony\Component\OptionsResolver\OptionsResolver; |
13 | -use Doctrine\ORM\EntityManager; |
|
14 | -use Doctrine\ORM\EntityRepository; |
|
15 | 13 | use LoginCidadao\CoreBundle\Entity\State; |
16 | 14 | use LoginCidadao\CoreBundle\Model\SelectData; |
17 | 15 | use LoginCidadao\CoreBundle\Model\Manager\CityManager; |
@@ -11,12 +11,6 @@ |
||
11 | 11 | namespace LoginCidadao\CoreBundle\Form\Type; |
12 | 12 | |
13 | 13 | use Symfony\Component\Form\FormBuilderInterface; |
14 | -use Doctrine\ORM\EntityRepository; |
|
15 | -use LoginCidadao\CoreBundle\Entity\Country; |
|
16 | -use LoginCidadao\CoreBundle\Entity\State; |
|
17 | -use LoginCidadao\CoreBundle\Entity\City; |
|
18 | -use Symfony\Component\Form\FormEvent; |
|
19 | -use Symfony\Component\Form\FormEvents; |
|
20 | 14 | use Doctrine\ORM\EntityManager; |
21 | 15 | use Symfony\Component\Form\AbstractType; |
22 | 16 |
@@ -5,9 +5,6 @@ |
||
5 | 5 | use Doctrine\ORM\EntityRepository; |
6 | 6 | use LoginCidadao\CoreBundle\Entity\Country; |
7 | 7 | use LoginCidadao\CoreBundle\Entity\State; |
8 | -use LoginCidadao\CoreBundle\Entity\City; |
|
9 | -use Symfony\Component\Form\FormEvent; |
|
10 | -use Symfony\Component\Form\FormEvents; |
|
11 | 8 | use Doctrine\ORM\EntityManager; |
12 | 9 | use Symfony\Component\Form\AbstractType; |
13 | 10 |
@@ -6,14 +6,11 @@ |
||
6 | 6 | use Symfony\Component\Form\AbstractType; |
7 | 7 | use Symfony\Component\OptionsResolver\OptionsResolver; |
8 | 8 | use Symfony\Component\Translation\TranslatorInterface; |
9 | -use LoginCidadao\CoreBundle\Form\DataTransformer\StateToStringTransformer; |
|
10 | 9 | use LoginCidadao\CoreBundle\Entity\Country; |
11 | 10 | use Doctrine\ORM\EntityManager; |
12 | -use Doctrine\ORM\EntityRepository; |
|
13 | 11 | use Symfony\Component\Form\FormEvent; |
14 | 12 | use Symfony\Component\Form\FormEvents; |
15 | 13 | use LoginCidadao\CoreBundle\Entity\State; |
16 | -use LoginCidadao\CoreBundle\Entity\City; |
|
17 | 14 | use LoginCidadao\CoreBundle\Entity\PersonAddress; |
18 | 15 | use LoginCidadao\CoreBundle\Model\SelectData; |
19 | 16 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace LoginCidadao\CoreBundle\Form\Type; |
4 | 4 | |
5 | 5 | use Symfony\Component\Form\FormBuilderInterface; |
6 | -use Doctrine\ORM\EntityRepository; |
|
7 | 6 | use Symfony\Component\Form\FormEvent; |
8 | 7 | use Symfony\Component\Form\FormEvents; |
9 | 8 | use LoginCidadao\CoreBundle\Form\Type\CommonFormType; |
@@ -4,12 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Form\FormBuilderInterface; |
6 | 6 | use Doctrine\ORM\EntityRepository; |
7 | -use LoginCidadao\CoreBundle\Entity\Country; |
|
8 | -use LoginCidadao\CoreBundle\Entity\State; |
|
9 | -use LoginCidadao\CoreBundle\Entity\City; |
|
10 | -use Symfony\Component\Form\FormEvent; |
|
11 | -use Symfony\Component\Form\FormEvents; |
|
12 | -use Doctrine\ORM\EntityManager; |
|
13 | 7 | use Symfony\Component\Form\AbstractType; |
14 | 8 | use Symfony\Component\Security\Core\SecurityContext; |
15 | 9 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Symfony\Component\Form\FormEvent; |
8 | 8 | use Symfony\Component\Form\FormEvents; |
9 | 9 | use Symfony\Component\OptionsResolver\OptionsResolver; |
10 | -use Doctrine\ORM\EntityManager; |
|
11 | 10 | use Doctrine\ORM\EntityRepository; |
12 | 11 | use LoginCidadao\CoreBundle\Entity\State; |
13 | 12 |
@@ -8,10 +8,7 @@ |
||
8 | 8 | use LoginCidadao\CoreBundle\Entity\Country; |
9 | 9 | use LoginCidadao\CoreBundle\Entity\State; |
10 | 10 | use LoginCidadao\CoreBundle\Entity\City; |
11 | -use Symfony\Component\Form\FormEvent; |
|
12 | -use Symfony\Component\Form\FormEvents; |
|
13 | 11 | use Doctrine\ORM\EntityManager; |
14 | -use LoginCidadao\CoreBundle\Model\PersonInterface; |
|
15 | 12 | |
16 | 13 | class ProfileFormType extends BaseType |
17 | 14 | { |