@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use LoginCidadao\BadgesControlBundle\Handler\BadgesHandler; |
| 14 | 14 | use LoginCidadao\CoreBundle\Entity\Authorization; |
| 15 | 15 | use LoginCidadao\CoreBundle\Model\PersonInterface; |
| 16 | -use LoginCidadao\OAuthBundle\Entity\ClientRepository; |
|
| 17 | 16 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 18 | 17 | use Symfony\Component\HttpFoundation\Request; |
| 19 | 18 | use Symfony\Component\HttpFoundation\JsonResponse; |
@@ -10,23 +10,19 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace LoginCidadao\CoreBundle\Entity; |
| 12 | 12 | |
| 13 | -use Doctrine\ORM\EntityManagerInterface; |
|
| 14 | 13 | use Doctrine\ORM\Mapping as ORM; |
| 15 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
| 16 | 15 | use Doctrine\Common\Collections\Collection; |
| 17 | 16 | use libphonenumber\PhoneNumber; |
| 18 | -use LoginCidadao\CoreBundle\Tests\LongPolling\LongPollableInterface; |
|
| 19 | 17 | use Symfony\Component\HttpFoundation\File\File; |
| 20 | 18 | use Symfony\Component\Validator\Constraints as Assert; |
| 21 | 19 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
| 22 | -use Scheb\TwoFactorBundle\Model\Google\TwoFactorInterface; |
|
| 23 | 20 | use Scheb\TwoFactorBundle\Model\BackupCodeInterface; |
| 24 | 21 | use Vich\UploaderBundle\Mapping\Annotation as Vich; |
| 25 | 22 | use JMS\Serializer\Annotation as JMS; |
| 26 | 23 | use FOS\UserBundle\Model\User as BaseUser; |
| 27 | 24 | use LoginCidadao\OAuthBundle\Entity\Client; |
| 28 | 25 | use LoginCidadao\CoreBundle\Model\LocationSelectData; |
| 29 | -use LoginCidadao\CoreBundle\LongPolling\LongPollingUtils; |
|
| 30 | 26 | use LoginCidadao\CoreBundle\Model\PersonInterface; |
| 31 | 27 | use LoginCidadao\OAuthBundle\Model\ClientInterface; |
| 32 | 28 | use LoginCidadao\ValidationBundle\Validator\Constraints as LCAssert; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace LoginCidadao\CoreBundle\Model; |
| 4 | 4 | |
| 5 | -use Doctrine\ORM\EntityManagerInterface; |
|
| 6 | 5 | use LoginCidadao\CoreBundle\Entity\BackupCode; |
| 7 | 6 | use LoginCidadao\CoreBundle\Tests\LongPolling\LongPollableInterface; |
| 8 | 7 | use Scheb\TwoFactorBundle\Model\Google\TwoFactorInterface; |