@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use PROCERGS\Generic\ValidationBundle\Validator\Constraints as PROCERGSAssert; |
| 14 | 14 | use PROCERGS\LoginCidadao\NfgBundle\Entity\NfgProfile; |
| 15 | 15 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
| 16 | -use Symfony\Component\Validator\Constraints as Assert; |
|
| 17 | 16 | use LoginCidadao\CoreBundle\Model\PersonInterface; |
| 18 | 17 | use JMS\Serializer\Annotation as JMS; |
| 19 | 18 | use Doctrine\ORM\Mapping as ORM; |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use JMS\Serializer\EventDispatcher\EventSubscriberInterface; |
| 14 | 14 | use JMS\Serializer\EventDispatcher\ObjectEvent; |
| 15 | 15 | use JMS\Serializer\Serializer; |
| 16 | -use LoginCidadao\OAuthBundle\Model\AccessTokenManager; |
|
| 17 | 16 | use LoginCidadao\CoreBundle\Model\PersonInterface; |
| 18 | 17 | use PROCERGS\LoginCidadao\CoreBundle\Entity\PersonMeuRS; |
| 19 | 18 | use PROCERGS\LoginCidadao\CoreBundle\Helper\MeuRSHelper; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
| 6 | 6 | use Symfony\Component\HttpFoundation\Request; |
| 7 | 7 | use Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler; |
| 8 | -use Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface; |
|
| 9 | 8 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 10 | 9 | use Symfony\Component\HttpFoundation\Session\Session; |
| 11 | 10 | use Symfony\Component\Routing\RouterInterface; |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use LoginCidadao\PhoneVerificationBundle\Event\SendPhoneVerificationEvent; |
| 20 | 20 | use LoginCidadao\PhoneVerificationBundle\Model\PhoneVerificationInterface; |
| 21 | 21 | use LoginCidadao\PhoneVerificationBundle\PhoneVerificationEvents; |
| 22 | -use PROCERGS\Sms\Exception\SmsServiceException; |
|
| 23 | 22 | use PROCERGS\Sms\SmsService; |
| 24 | 23 | use Psr\Log\LoggerAwareInterface; |
| 25 | 24 | use Psr\Log\LoggerAwareTrait; |
@@ -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; |
@@ -12,9 +12,7 @@ |
||
| 12 | 12 | |
| 13 | 13 | use LoginCidadao\OAuthBundle\Entity\Client; |
| 14 | 14 | use PROCERGS\LoginCidadao\AccountingBundle\Entity\ProcergsLink; |
| 15 | -use PROCERGS\LoginCidadao\AccountingBundle\Form\MonthSelectorType; |
|
| 16 | 15 | use PROCERGS\LoginCidadao\AccountingBundle\Model\AccountingReport; |
| 17 | -use PROCERGS\LoginCidadao\AccountingBundle\Model\AccountingReportEntry; |
|
| 18 | 16 | use PROCERGS\LoginCidadao\AccountingBundle\Service\AccountingService; |
| 19 | 17 | use PROCERGS\LoginCidadao\AccountingBundle\Service\SystemsRegistryService; |
| 20 | 18 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |