The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\LexikJWTAuthenticationExtension".
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
Since sonata-project/block-bundle 5.0: The "http_cache" option is deprecated and not doing anything anymore since sonata-project/block-bundle 5.0. It will be removed in 6.0.
Method "Sonata\MediaBundle\Model\MediaInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaMedia" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sonata\MediaBundle\Model\GalleryInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGallery" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sonata\MediaBundle\Model\GalleryItemInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGalleryItem" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2214, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Method "Sonata\MediaBundle\Model\MediaInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaMedia" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Sonata\MediaBundle\Model\GalleryItemInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGalleryItem" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corEmail AS corEmail_14, t0.emailsSolicitacao AS emailsSolicitacao_15, t0.emailsUsuario AS emailsUsuario_16, t0.comteleToken AS comteleToken_17, t0.comteleEnvios AS comteleEnvios_18, t0.logo_id AS logo_id_19 FROM empresa t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corEmail AS corEmail_14, t0.emailsSolicitacao AS emailsSolicitacao_15, t0.emailsUsuario AS emailsUsuario_16, t0.comteleToken AS comteleToken_17, t0.comteleEnvios AS comteleEnvios_18, t0.logo_id AS logo_id_19 FROM empresa t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corEmail AS corEmail_14, t0.emailsSolicitacao AS emailsSolicitacao_15, t0.emailsUsuario AS emailsUsuario_16, t0.comteleToken AS comteleToken_17, t0.comteleEnvios AS comteleEnvios_18, t0.logo_id AS logo_id_19 FROM empresa t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corEmail AS corEmail_14, t0.emailsSolicitacao AS emailsSolicitacao_15, t0.emailsUsuario AS emailsUsuario_16, t0.comteleToken AS comteleToken_17, t0.comteleEnvios AS comteleEnvios_18, t0.logo_id AS logo_id_19 FROM empresa t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
User Deprecated: Method "Sonata\MediaBundle\Model\GalleryInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGallery" now to avoid errors or add an explicit @return annotation to suppress this message.
Log messages generated during the compilation of the service container.
Messages
Class
947
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController" (parent: .instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoAdminType" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoAdminType).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoType" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoType).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoBlocoRepository" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoBlocoRepository).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoBlocoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoBlocoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoGaleriaRepository" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoGaleriaRepository).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoGaleriaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoGaleriaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoRepository).
Resolving inheritance for "App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoExternoBundle\Repository\AcompanhamentoExternoRepository" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoExternoBundle\Repository\AcompanhamentoExternoRepository).
Resolving inheritance for "App\Application\Internit\AcompanhamentoExternoBundle\Repository\AcompanhamentoExternoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoExternoBundle\Repository\AcompanhamentoExternoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoSiteBundle\Repository\AcompanhamentoSiteRepository" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoSiteBundle\Repository\AcompanhamentoSiteRepository).
Resolving inheritance for "App\Application\Internit\AcompanhamentoSiteBundle\Repository\AcompanhamentoSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoSiteBundle\Repository\AcompanhamentoSiteRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController).
Resolving inheritance for "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController" (parent: .abstract.instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController).
Resolving inheritance for "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController).
Resolving inheritance for "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController" (parent: .instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AgendamentoBundle\Form\AgendamentoType" (parent: .abstract.instanceof.App\Application\Internit\AgendamentoBundle\Form\AgendamentoType).
Resolving inheritance for "App\Application\Internit\AgendamentoBundle\Form\AgendamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AgendamentoBundle\Form\AgendamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AgendamentoBundle\Repository\AgendamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\AgendamentoBundle\Repository\AgendamentoRepository).
Resolving inheritance for "App\Application\Internit\AgendamentoBundle\Repository\AgendamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AgendamentoBundle\Repository\AgendamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController).
Resolving inheritance for "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController" (parent: .abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController).
Resolving inheritance for "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController" (parent: .instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Form\AndamentoSolicitacaoType" (parent: .abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Form\AndamentoSolicitacaoType).
Resolving inheritance for "App\Application\Internit\AndamentoSolicitacaoBundle\Form\AndamentoSolicitacaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Form\AndamentoSolicitacaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Repository\AndamentoSolicitacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Repository\AndamentoSolicitacaoRepository).
Resolving inheritance for "App\Application\Internit\AndamentoSolicitacaoBundle\Repository\AndamentoSolicitacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Repository\AndamentoSolicitacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AppApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AppApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AppApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AppApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\AppApiController.0.App\Application\Internit\ApiBundle\Controller\AppApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AppApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\AppApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\AppApiController.0.App\Application\Internit\ApiBundle\Controller\AppApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\AuthClienteApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\BlocoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\BlocoApiController.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\BlocoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\BlocoApiController.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\ClienteApiController.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\ClienteApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\ClienteApiController.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\ComunicadoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\CronApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\CronApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\CronApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\CronApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\CronApiController.0.App\Application\Internit\ApiBundle\Controller\CronApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\CronApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\CronApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\CronApiController.0.App\Application\Internit\ApiBundle\Controller\CronApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DashboardApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\DashboardApiController.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\DashboardApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\DashboardApiController.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\DepartamentoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DependenteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\DependenteApiController.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\DependenteApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\DependenteApiController.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DownloadApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\DownloadApiController.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\DownloadApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\DownloadApiController.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\EmpresaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\EmpresaApiController.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\EmpresaApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\EmpresaApiController.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FaqApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\FaqApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FaqApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FaqApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\FaqApiController.0.App\Application\Internit\ApiBundle\Controller\FaqApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FaqApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\FaqApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\FaqApiController.0.App\Application\Internit\ApiBundle\Controller\FaqApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\FinanceiroApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\GarantiaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\GarantiaApiController.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\GarantiaApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\GarantiaApiController.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\SacApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\SacApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\SacApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\SacApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\SacApiController.0.App\Application\Internit\ApiBundle\Controller\SacApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\SacApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\SacApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\SacApiController.0.App\Application\Internit\ApiBundle\Controller\SacApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\TestDevApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\TestDevApiController.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\TestDevApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\TestDevApiController.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController" (parent: .abstract.instanceof.App\Application\Internit\ApiBundle\Controller\UnidadeApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ApiBundle\Controller\UnidadeApiController.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController).
Resolving inheritance for "App\Application\Internit\ApiBundle\Controller\UnidadeApiController" (parent: .instanceof.App\Application\Internit\ApiBundle\Controller\UnidadeApiController.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AppBundle\Controller\AppAdminController" (parent: .abstract.instanceof.App\Application\Internit\AppBundle\Controller\AppAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AppBundle\Controller\AppAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AppBundle\Controller\AppAdminController).
Resolving inheritance for "App\Application\Internit\AppBundle\Controller\AppAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AppBundle\Controller\AppAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AppBundle\Form\AppType" (parent: .abstract.instanceof.App\Application\Internit\AppBundle\Form\AppType).
Resolving inheritance for "App\Application\Internit\AppBundle\Form\AppType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AppBundle\Form\AppType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AppBundle\Repository\AppRepository" (parent: .abstract.instanceof.App\Application\Internit\AppBundle\Repository\AppRepository).
Resolving inheritance for "App\Application\Internit\AppBundle\Repository\AppRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AppBundle\Repository\AppRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController" (parent: .abstract.instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController).
Resolving inheritance for "App\Application\Internit\BlocoBundle\Controller\BlocoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController" (parent: .abstract.instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoWebController.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController).
Resolving inheritance for "App\Application\Internit\BlocoBundle\Controller\BlocoWebController" (parent: .instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoWebController.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\BlocoBundle\Form\BlocoType" (parent: .abstract.instanceof.App\Application\Internit\BlocoBundle\Form\BlocoType).
Resolving inheritance for "App\Application\Internit\BlocoBundle\Form\BlocoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\BlocoBundle\Form\BlocoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\BlocoBundle\Repository\BlocoRepository" (parent: .abstract.instanceof.App\Application\Internit\BlocoBundle\Repository\BlocoRepository).
Resolving inheritance for "App\Application\Internit\BlocoBundle\Repository\BlocoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\BlocoBundle\Repository\BlocoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController).
Resolving inheritance for "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController" (parent: .abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController).
Resolving inheritance for "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController" (parent: .instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Form\CategoriaTipoSolicitacaoType" (parent: .abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Form\CategoriaTipoSolicitacaoType).
Resolving inheritance for "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Form\CategoriaTipoSolicitacaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Form\CategoriaTipoSolicitacaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Repository\CategoriaTipoSolicitacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Repository\CategoriaTipoSolicitacaoRepository).
Resolving inheritance for "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Repository\CategoriaTipoSolicitacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Repository\CategoriaTipoSolicitacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Controller\ClienteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController" (parent: .instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController" (parent: .instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteWebController.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Controller\ClienteWebController" (parent: .instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteWebController.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClienteBundle\Form\ClienteAdminType" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Form\ClienteAdminType).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Form\ClienteAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClienteBundle\Form\ClienteAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClienteBundle\Form\ClienteType" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Form\ClienteType).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Form\ClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClienteBundle\Form\ClienteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ClienteBundle\Repository\ClienteRepository" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Repository\ClienteRepository).
Resolving inheritance for "App\Application\Internit\ClienteBundle\Repository\ClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ClienteBundle\Repository\ClienteRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController).
Resolving inheritance for "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController).
Resolving inheritance for "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController).
Resolving inheritance for "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController" (parent: .instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ComunicadoBundle\Form\ComunicadoAdminType" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Form\ComunicadoAdminType).
Resolving inheritance for "App\Application\Internit\ComunicadoBundle\Form\ComunicadoAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ComunicadoBundle\Form\ComunicadoAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ComunicadoBundle\Form\ComunicadoType" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Form\ComunicadoType).
Resolving inheritance for "App\Application\Internit\ComunicadoBundle\Form\ComunicadoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ComunicadoBundle\Form\ComunicadoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ComunicadoBundle\Repository\ComunicadoRepository" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Repository\ComunicadoRepository).
Resolving inheritance for "App\Application\Internit\ComunicadoBundle\Repository\ComunicadoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ComunicadoBundle\Repository\ComunicadoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Repository\ConfiguracaoAcompanhamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Repository\ConfiguracaoAcompanhamentoRepository).
Resolving inheritance for "App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Repository\ConfiguracaoAcompanhamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Repository\ConfiguracaoAcompanhamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController).
Resolving inheritance for "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController).
Resolving inheritance for "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController" (parent: .instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DepartamentoBundle\Form\DepartamentoType" (parent: .abstract.instanceof.App\Application\Internit\DepartamentoBundle\Form\DepartamentoType).
Resolving inheritance for "App\Application\Internit\DepartamentoBundle\Form\DepartamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DepartamentoBundle\Form\DepartamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DepartamentoBundle\Repository\DepartamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\DepartamentoBundle\Repository\DepartamentoRepository).
Resolving inheritance for "App\Application\Internit\DepartamentoBundle\Repository\DepartamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DepartamentoBundle\Repository\DepartamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController).
Resolving inheritance for "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController).
Resolving inheritance for "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController" (parent: .instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Form\DiaIndisponivelAgendamentoType" (parent: .abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Form\DiaIndisponivelAgendamentoType).
Resolving inheritance for "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Form\DiaIndisponivelAgendamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Form\DiaIndisponivelAgendamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Repository\DiaIndisponivelAgendamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Repository\DiaIndisponivelAgendamentoRepository).
Resolving inheritance for "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Repository\DiaIndisponivelAgendamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Repository\DiaIndisponivelAgendamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController" (parent: .abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController).
Resolving inheritance for "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController" (parent: .abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController).
Resolving inheritance for "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController" (parent: .instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DiaSemanaBundle\Form\DiaSemanaType" (parent: .abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Form\DiaSemanaType).
Resolving inheritance for "App\Application\Internit\DiaSemanaBundle\Form\DiaSemanaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DiaSemanaBundle\Form\DiaSemanaType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DiaSemanaBundle\Repository\DiaSemanaRepository" (parent: .abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Repository\DiaSemanaRepository).
Resolving inheritance for "App\Application\Internit\DiaSemanaBundle\Repository\DiaSemanaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DiaSemanaBundle\Repository\DiaSemanaRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController).
Resolving inheritance for "App\Application\Internit\DownloadBundle\Controller\DownloadAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadApiController" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadApiController).
Resolving inheritance for "App\Application\Internit\DownloadBundle\Controller\DownloadApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadWebController.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController).
Resolving inheritance for "App\Application\Internit\DownloadBundle\Controller\DownloadWebController" (parent: .instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadWebController.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DownloadBundle\Form\DownloadAdminType" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Form\DownloadAdminType).
Resolving inheritance for "App\Application\Internit\DownloadBundle\Form\DownloadAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DownloadBundle\Form\DownloadAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DownloadBundle\Form\DownloadType" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Form\DownloadType).
Resolving inheritance for "App\Application\Internit\DownloadBundle\Form\DownloadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DownloadBundle\Form\DownloadType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DownloadBundle\Repository\DownloadRepository" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Repository\DownloadRepository).
Resolving inheritance for "App\Application\Internit\DownloadBundle\Repository\DownloadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DownloadBundle\Repository\DownloadRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController).
Resolving inheritance for "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController" (parent: .abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController).
Resolving inheritance for "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController" (parent: .instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EmpreendimentoBundle\Form\EmpreendimentoType" (parent: .abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Form\EmpreendimentoType).
Resolving inheritance for "App\Application\Internit\EmpreendimentoBundle\Form\EmpreendimentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EmpreendimentoBundle\Form\EmpreendimentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EmpreendimentoBundle\Repository\EmpreendimentoRepository" (parent: .abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Repository\EmpreendimentoRepository).
Resolving inheritance for "App\Application\Internit\EmpreendimentoBundle\Repository\EmpreendimentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EmpreendimentoBundle\Repository\EmpreendimentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController" (parent: .abstract.instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController).
Resolving inheritance for "App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController" (parent: .abstract.instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController).
Resolving inheritance for "App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController" (parent: .abstract.instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController).
Resolving inheritance for "App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController" (parent: .instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EmpresaBundle\Form\EmpresaType" (parent: .abstract.instanceof.App\Application\Internit\EmpresaBundle\Form\EmpresaType).
Resolving inheritance for "App\Application\Internit\EmpresaBundle\Form\EmpresaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EmpresaBundle\Form\EmpresaType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EmpresaBundle\Repository\EmpresaRepository" (parent: .abstract.instanceof.App\Application\Internit\EmpresaBundle\Repository\EmpresaRepository).
Resolving inheritance for "App\Application\Internit\EmpresaBundle\Repository\EmpresaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EmpresaBundle\Repository\EmpresaRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController).
Resolving inheritance for "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController" (parent: .abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController).
Resolving inheritance for "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController).
Resolving inheritance for "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController" (parent: .instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Form\EtapaAcompanhamentoType" (parent: .abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Form\EtapaAcompanhamentoType).
Resolving inheritance for "App\Application\Internit\EtapaAcompanhamentoBundle\Form\EtapaAcompanhamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Form\EtapaAcompanhamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Repository\EtapaAcompanhamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Repository\EtapaAcompanhamentoRepository).
Resolving inheritance for "App\Application\Internit\EtapaAcompanhamentoBundle\Repository\EtapaAcompanhamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Repository\EtapaAcompanhamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController" (parent: .abstract.instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController).
Resolving inheritance for "App\Application\Internit\EtapaBundle\Controller\EtapaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaApiController" (parent: .abstract.instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaApiController).
Resolving inheritance for "App\Application\Internit\EtapaBundle\Controller\EtapaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController" (parent: .abstract.instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaWebController.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController).
Resolving inheritance for "App\Application\Internit\EtapaBundle\Controller\EtapaWebController" (parent: .instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaWebController.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EtapaBundle\Form\EtapaType" (parent: .abstract.instanceof.App\Application\Internit\EtapaBundle\Form\EtapaType).
Resolving inheritance for "App\Application\Internit\EtapaBundle\Form\EtapaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EtapaBundle\Form\EtapaType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EtapaBundle\Repository\EtapaRepository" (parent: .abstract.instanceof.App\Application\Internit\EtapaBundle\Repository\EtapaRepository).
Resolving inheritance for "App\Application\Internit\EtapaBundle\Repository\EtapaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EtapaBundle\Repository\EtapaRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController).
Resolving inheritance for "App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\FaleConoscoRepository" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Repository\FaleConoscoRepository).
Resolving inheritance for "App\Application\Internit\FaleConoscoBundle\Repository\FaleConoscoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\FaleConoscoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoAnexoRepository" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoAnexoRepository).
Resolving inheritance for "App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoAnexoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoAnexoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoRepository" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoRepository).
Resolving inheritance for "App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\Application\Internit\FinanceiroBundle\Controller\DefaultController.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController).
Resolving inheritance for "App\Application\Internit\FinanceiroBundle\Controller\DefaultController" (parent: .instanceof.App\Application\Internit\FinanceiroBundle\Controller\DefaultController.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\BoletoRepository" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\BoletoRepository).
Resolving inheritance for "App\Application\Internit\FinanceiroBundle\Repository\BoletoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\BoletoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\ContratoRepository" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\ContratoRepository).
Resolving inheritance for "App\Application\Internit\FinanceiroBundle\Repository\ContratoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\ContratoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\EmpreendimentoRepository" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\EmpreendimentoRepository).
Resolving inheritance for "App\Application\Internit\FinanceiroBundle\Repository\EmpreendimentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\EmpreendimentoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\UnidadeRepository" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\UnidadeRepository).
Resolving inheritance for "App\Application\Internit\FinanceiroBundle\Repository\UnidadeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\UnidadeRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController).
Resolving inheritance for "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController).
Resolving inheritance for "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController).
Resolving inheritance for "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController" (parent: .instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentoType" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentoType).
Resolving inheritance for "App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentodminType" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentodminType).
Resolving inheritance for "App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentodminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentodminType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Repository\GaleriaEmpreendimentoRepository" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Repository\GaleriaEmpreendimentoRepository).
Resolving inheritance for "App\Application\Internit\GaleriaEmpreendimentoBundle\Repository\GaleriaEmpreendimentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Repository\GaleriaEmpreendimentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController).
Resolving inheritance for "App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GarantiaBundle\Form\GarantiaType" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Form\GarantiaType).
Resolving inheritance for "App\Application\Internit\GarantiaBundle\Form\GarantiaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GarantiaBundle\Form\GarantiaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GarantiaBundle\Form\UnidadeGarantiaType" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Form\UnidadeGarantiaType).
Resolving inheritance for "App\Application\Internit\GarantiaBundle\Form\UnidadeGarantiaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GarantiaBundle\Form\UnidadeGarantiaType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GarantiaBundle\Repository\GarantiaRepository" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Repository\GarantiaRepository).
Resolving inheritance for "App\Application\Internit\GarantiaBundle\Repository\GarantiaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GarantiaBundle\Repository\GarantiaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GarantiaBundle\Repository\UnidadeGarantiaRepository" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Repository\UnidadeGarantiaRepository).
Resolving inheritance for "App\Application\Internit\GarantiaBundle\Repository\UnidadeGarantiaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GarantiaBundle\Repository\UnidadeGarantiaRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController).
Resolving inheritance for "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController).
Resolving inheritance for ".instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController).
Resolving inheritance for "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController" (parent: .instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ImportacaoBundle\Repository\ImportacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\ImportacaoBundle\Repository\ImportacaoRepository).
Resolving inheritance for "App\Application\Internit\ImportacaoBundle\Repository\ImportacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ImportacaoBundle\Repository\ImportacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController).
Resolving inheritance for "App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController).
Resolving inheritance for "App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoItemRepository" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoItemRepository).
Resolving inheritance for "App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoRepository" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoRepository).
Resolving inheritance for "App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\TipoIndiceRepository" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Repository\TipoIndiceRepository).
Resolving inheritance for "App\Application\Internit\IndiceCorrecaoBundle\Repository\TipoIndiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\TipoIndiceRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\IntegracaoBundle\Command\CreateMockBoletosCommand" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Command\CreateMockBoletosCommand).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Command\CreateMockBoletosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\IntegracaoBundle\Command\CreateMockBoletosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand).
Resolving inheritance for ".instanceof.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand.0.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand" (parent: .instanceof.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand.0.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController).
Resolving inheritance for ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController" (parent: .instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\BoletoRepository" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\BoletoRepository).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Sienge\Repository\BoletoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\BoletoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ClienteRepository" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ClienteRepository).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Sienge\Repository\ClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ClienteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ContratoRepository" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ContratoRepository).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Sienge\Repository\ContratoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ContratoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\EmpreendimentoRepository" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\EmpreendimentoRepository).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Sienge\Repository\EmpreendimentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\EmpreendimentoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\UnidadeRepository" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\UnidadeRepository).
Resolving inheritance for "App\Application\Internit\IntegracaoBundle\Sienge\Repository\UnidadeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\UnidadeRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController" (parent: .abstract.instanceof.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController).
Resolving inheritance for "App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\OrdemServicoBundle\Repository\OrdemServicoRepository" (parent: .abstract.instanceof.App\Application\Internit\OrdemServicoBundle\Repository\OrdemServicoRepository).
Resolving inheritance for "App\Application\Internit\OrdemServicoBundle\Repository\OrdemServicoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\OrdemServicoBundle\Repository\OrdemServicoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController" (parent: .abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController).
Resolving inheritance for "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController" (parent: .abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController).
Resolving inheritance for "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController" (parent: .abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController).
Resolving inheritance for "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController" (parent: .instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Form\PerguntaFrequenteType" (parent: .abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Form\PerguntaFrequenteType).
Resolving inheritance for "App\Application\Internit\PerguntaFrequenteBundle\Form\PerguntaFrequenteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Form\PerguntaFrequenteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Repository\PerguntaFrequenteRepository" (parent: .abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Repository\PerguntaFrequenteRepository).
Resolving inheritance for "App\Application\Internit\PerguntaFrequenteBundle\Repository\PerguntaFrequenteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Repository\PerguntaFrequenteRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController).
Resolving inheritance for "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController).
Resolving inheritance for "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController" (parent: .instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Form\PeriodoAgendamentoType" (parent: .abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Form\PeriodoAgendamentoType).
Resolving inheritance for "App\Application\Internit\PeriodoAgendamentoBundle\Form\PeriodoAgendamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Form\PeriodoAgendamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Repository\PeriodoAgendamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Repository\PeriodoAgendamentoRepository).
Resolving inheritance for "App\Application\Internit\PeriodoAgendamentoBundle\Repository\PeriodoAgendamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Repository\PeriodoAgendamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController).
Resolving inheritance for "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController" (parent: .abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController).
Resolving inheritance for "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController" (parent: .instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Form\PeriodoDisponivelAgendamentoType" (parent: .abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Form\PeriodoDisponivelAgendamentoType).
Resolving inheritance for "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Form\PeriodoDisponivelAgendamentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Form\PeriodoDisponivelAgendamentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Repository\PeriodoDisponivelAgendamentoRepository" (parent: .abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Repository\PeriodoDisponivelAgendamentoRepository).
Resolving inheritance for "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Repository\PeriodoDisponivelAgendamentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Repository\PeriodoDisponivelAgendamentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController).
Resolving inheritance for "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController).
Resolving inheritance for "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Form\PesquisaSatisfacaoAdminType" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Form\PesquisaSatisfacaoAdminType).
Resolving inheritance for "App\Application\Internit\PesquisaSatisfacaoBundle\Form\PesquisaSatisfacaoAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Form\PesquisaSatisfacaoAdminType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PerguntaRepository" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PerguntaRepository).
Resolving inheritance for "App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PerguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PerguntaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PesquisaSatisfacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PesquisaSatisfacaoRepository).
Resolving inheritance for "App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PesquisaSatisfacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PesquisaSatisfacaoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\RespostaRepository" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\RespostaRepository).
Resolving inheritance for "App\Application\Internit\PesquisaSatisfacaoBundle\Repository\RespostaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\RespostaRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController).
Resolving inheritance for "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController" (parent: .abstract.instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController).
Resolving inheritance for "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController" (parent: .abstract.instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController).
Resolving inheritance for "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController" (parent: .instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProfissaoBundle\Form\ProfissaoType" (parent: .abstract.instanceof.App\Application\Internit\ProfissaoBundle\Form\ProfissaoType).
Resolving inheritance for "App\Application\Internit\ProfissaoBundle\Form\ProfissaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProfissaoBundle\Form\ProfissaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ProfissaoBundle\Repository\ProfissaoRepository" (parent: .abstract.instanceof.App\Application\Internit\ProfissaoBundle\Repository\ProfissaoRepository).
Resolving inheritance for "App\Application\Internit\ProfissaoBundle\Repository\ProfissaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ProfissaoBundle\Repository\ProfissaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController" (parent: .abstract.instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController).
Resolving inheritance for "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController" (parent: .abstract.instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController).
Resolving inheritance for "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController" (parent: .abstract.instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController).
Resolving inheritance for "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController" (parent: .instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProfissionalBundle\Form\ProfissionalType" (parent: .abstract.instanceof.App\Application\Internit\ProfissionalBundle\Form\ProfissionalType).
Resolving inheritance for "App\Application\Internit\ProfissionalBundle\Form\ProfissionalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProfissionalBundle\Form\ProfissionalType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ProfissionalBundle\Repository\ProfissionalRepository" (parent: .abstract.instanceof.App\Application\Internit\ProfissionalBundle\Repository\ProfissionalRepository).
Resolving inheritance for "App\Application\Internit\ProfissionalBundle\Repository\ProfissionalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ProfissionalBundle\Repository\ProfissionalRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController).
Resolving inheritance for "App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController).
Resolving inheritance for "App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RelatorioBundle\Form\SacType" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Form\SacType).
Resolving inheritance for "App\Application\Internit\RelatorioBundle\Form\SacType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RelatorioBundle\Form\SacType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RelatorioBundle\Repository\RelatorioGeralRepository" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Repository\RelatorioGeralRepository).
Resolving inheritance for "App\Application\Internit\RelatorioBundle\Repository\RelatorioGeralRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RelatorioBundle\Repository\RelatorioGeralRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RelatorioBundle\Repository\RelatorioRepository" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Repository\RelatorioRepository).
Resolving inheritance for "App\Application\Internit\RelatorioBundle\Repository\RelatorioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RelatorioBundle\Repository\RelatorioRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController).
Resolving inheritance for "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController" (parent: .abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController).
Resolving inheritance for "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController" (parent: .instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Form\RespostaSolicitacaoType" (parent: .abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Form\RespostaSolicitacaoType).
Resolving inheritance for "App\Application\Internit\RespostaSolicitacaoBundle\Form\RespostaSolicitacaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Form\RespostaSolicitacaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Repository\RespostaSolicitacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Repository\RespostaSolicitacaoRepository).
Resolving inheritance for "App\Application\Internit\RespostaSolicitacaoBundle\Repository\RespostaSolicitacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Repository\RespostaSolicitacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SacBundle\Controller\SacAdminController" (parent: .abstract.instanceof.App\Application\Internit\SacBundle\Controller\SacAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SacBundle\Controller\SacAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SacBundle\Controller\SacAdminController).
Resolving inheritance for "App\Application\Internit\SacBundle\Controller\SacAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SacBundle\Controller\SacAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SacBundle\Controller\SacWebController" (parent: .abstract.instanceof.App\Application\Internit\SacBundle\Controller\SacWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SacBundle\Controller\SacWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SacBundle\Controller\SacWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\SacBundle\Controller\SacWebController.0.App\Application\Internit\SacBundle\Controller\SacWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SacBundle\Controller\SacWebController).
Resolving inheritance for "App\Application\Internit\SacBundle\Controller\SacWebController" (parent: .instanceof.App\Application\Internit\SacBundle\Controller\SacWebController.0.App\Application\Internit\SacBundle\Controller\SacWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SacBundle\Form\SacType" (parent: .abstract.instanceof.App\Application\Internit\SacBundle\Form\SacType).
Resolving inheritance for "App\Application\Internit\SacBundle\Form\SacType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SacBundle\Form\SacType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SacBundle\Repository\SacRepository" (parent: .abstract.instanceof.App\Application\Internit\SacBundle\Repository\SacRepository).
Resolving inheritance for "App\Application\Internit\SacBundle\Repository\SacRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SacBundle\Repository\SacRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController).
Resolving inheritance for "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController" (parent: .abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController).
Resolving inheritance for "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController" (parent: .instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoAdminType" (parent: .abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoAdminType).
Resolving inheritance for "App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoType" (parent: .abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoType).
Resolving inheritance for "App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SolicitacaoBundle\Repository\SolicitacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Repository\SolicitacaoRepository).
Resolving inheritance for "App\Application\Internit\SolicitacaoBundle\Repository\SolicitacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SolicitacaoBundle\Repository\SolicitacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController" (parent: .abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController).
Resolving inheritance for "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController" (parent: .abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController).
Resolving inheritance for "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController" (parent: .abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController).
Resolving inheritance for "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController" (parent: .instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Form\StatusEmpreendimentoType" (parent: .abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Form\StatusEmpreendimentoType).
Resolving inheritance for "App\Application\Internit\StatusEmpreendimentoBundle\Form\StatusEmpreendimentoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Form\StatusEmpreendimentoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Repository\StatusEmpreendimentoRepository" (parent: .abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Repository\StatusEmpreendimentoRepository).
Resolving inheritance for "App\Application\Internit\StatusEmpreendimentoBundle\Repository\StatusEmpreendimentoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Repository\StatusEmpreendimentoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController).
Resolving inheritance for "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController" (parent: .abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController).
Resolving inheritance for "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController" (parent: .abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController).
Resolving inheritance for "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController" (parent: .instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Form\StatusSolicitacaoType" (parent: .abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Form\StatusSolicitacaoType).
Resolving inheritance for "App\Application\Internit\StatusSolicitacaoBundle\Form\StatusSolicitacaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Form\StatusSolicitacaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Repository\StatusSolicitacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Repository\StatusSolicitacaoRepository).
Resolving inheritance for "App\Application\Internit\StatusSolicitacaoBundle\Repository\StatusSolicitacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Repository\StatusSolicitacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController" (parent: .abstract.instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController).
Resolving inheritance for "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController" (parent: .abstract.instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController).
Resolving inheritance for "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController" (parent: .abstract.instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController).
Resolving inheritance for "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController" (parent: .instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TipoClienteBundle\Form\TipoClienteType" (parent: .abstract.instanceof.App\Application\Internit\TipoClienteBundle\Form\TipoClienteType).
Resolving inheritance for "App\Application\Internit\TipoClienteBundle\Form\TipoClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TipoClienteBundle\Form\TipoClienteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoClienteBundle\Repository\TipoClienteRepository" (parent: .abstract.instanceof.App\Application\Internit\TipoClienteBundle\Repository\TipoClienteRepository).
Resolving inheritance for "App\Application\Internit\TipoClienteBundle\Repository\TipoClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoClienteBundle\Repository\TipoClienteRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController).
Resolving inheritance for "App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController).
Resolving inheritance for "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController).
Resolving inheritance for "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController" (parent: .instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Form\TipoSolicitacaoType" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Form\TipoSolicitacaoType).
Resolving inheritance for "App\Application\Internit\TipoSolicitacaoBundle\Form\TipoSolicitacaoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Form\TipoSolicitacaoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Repository\AssuntoRepository" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Repository\AssuntoRepository).
Resolving inheritance for "App\Application\Internit\TipoSolicitacaoBundle\Repository\AssuntoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Repository\AssuntoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Repository\TipoSolicitacaoRepository" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Repository\TipoSolicitacaoRepository).
Resolving inheritance for "App\Application\Internit\TipoSolicitacaoBundle\Repository\TipoSolicitacaoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Repository\TipoSolicitacaoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController" (parent: .abstract.instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController).
Resolving inheritance for "App\Application\Internit\TopicoBundle\Controller\TopicoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoApiController" (parent: .abstract.instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoApiController).
Resolving inheritance for "App\Application\Internit\TopicoBundle\Controller\TopicoApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController" (parent: .abstract.instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoWebController.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController).
Resolving inheritance for "App\Application\Internit\TopicoBundle\Controller\TopicoWebController" (parent: .instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoWebController.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TopicoBundle\Form\TopicoType" (parent: .abstract.instanceof.App\Application\Internit\TopicoBundle\Form\TopicoType).
Resolving inheritance for "App\Application\Internit\TopicoBundle\Form\TopicoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TopicoBundle\Form\TopicoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TopicoBundle\Repository\TopicoRepository" (parent: .abstract.instanceof.App\Application\Internit\TopicoBundle\Repository\TopicoRepository).
Resolving inheritance for "App\Application\Internit\TopicoBundle\Repository\TopicoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TopicoBundle\Repository\TopicoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController" (parent: .abstract.instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController).
Resolving inheritance for "App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController" (parent: .abstract.instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController).
Resolving inheritance for "App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController" (parent: .instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeBundle\Form\UnidadeAdminType" (parent: .abstract.instanceof.App\Application\Internit\UnidadeBundle\Form\UnidadeAdminType).
Resolving inheritance for "App\Application\Internit\UnidadeBundle\Form\UnidadeAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeBundle\Form\UnidadeAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeBundle\Form\UnidadeType" (parent: .abstract.instanceof.App\Application\Internit\UnidadeBundle\Form\UnidadeType).
Resolving inheritance for "App\Application\Internit\UnidadeBundle\Form\UnidadeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeBundle\Form\UnidadeType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\UnidadeBundle\Repository\UnidadeRepository" (parent: .abstract.instanceof.App\Application\Internit\UnidadeBundle\Repository\UnidadeRepository).
Resolving inheritance for "App\Application\Internit\UnidadeBundle\Repository\UnidadeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\UnidadeBundle\Repository\UnidadeRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController).
Resolving inheritance for "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController).
Resolving inheritance for "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController).
Resolving inheritance for ".instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController).
Resolving inheritance for "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController" (parent: .instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteAdminType" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteAdminType).
Resolving inheritance for "App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteAdminType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteType" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteType).
Resolving inheritance for "App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\UnidadeClienteBundle\Repository\UnidadeClienteRepository" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Repository\UnidadeClienteRepository).
Resolving inheritance for "App\Application\Internit\UnidadeClienteBundle\Repository\UnidadeClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\UnidadeClienteBundle\Repository\UnidadeClienteRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\AdminHomeController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\AdminHomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\AdminHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\AdminHomeController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\AdminHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\AdminHomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\Base\BaseAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseApiController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseApiController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\Base\BaseApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseWebController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseWebController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\Base\BaseWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseWebController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\ContentAdminController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\ContentAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\ContentAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\ContentAdminController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\ContentAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\ContentAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\ContentWebController" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Controller\ContentWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\ContentWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\ContentWebController).
Resolving inheritance for ".instanceof.App\Application\Project\ContentBundle\Controller\ContentWebController.0.App\Application\Project\ContentBundle\Controller\ContentWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\ContentWebController).
Resolving inheritance for "App\Application\Project\ContentBundle\Controller\ContentWebController" (parent: .instanceof.App\Application\Project\ContentBundle\Controller\ContentWebController.0.App\Application\Project\ContentBundle\Controller\ContentWebController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\ContentBundle\Repository\ContentRepository" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Repository\ContentRepository).
Resolving inheritance for "App\Application\Project\ContentBundle\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\ContentBundle\Repository\ContentRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController" (parent: .abstract.instanceof.App\Application\Project\MediaBundle\Controller\GaleriaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController).
Resolving inheritance for ".instanceof.App\Application\Project\MediaBundle\Controller\GaleriaApiController.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController).
Resolving inheritance for "App\Application\Project\MediaBundle\Controller\GaleriaApiController" (parent: .instanceof.App\Application\Project\MediaBundle\Controller\GaleriaApiController.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\MediaBundle\Controller\MediaApiController" (parent: .abstract.instanceof.App\Application\Project\MediaBundle\Controller\MediaApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\MediaBundle\Controller\MediaApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\MediaBundle\Controller\MediaApiController).
Resolving inheritance for ".instanceof.App\Application\Project\MediaBundle\Controller\MediaApiController.0.App\Application\Project\MediaBundle\Controller\MediaApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\MediaBundle\Controller\MediaApiController).
Resolving inheritance for "App\Application\Project\MediaBundle\Controller\MediaApiController" (parent: .instanceof.App\Application\Project\MediaBundle\Controller\MediaApiController.0.App\Application\Project\MediaBundle\Controller\MediaApiController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension" (parent: .abstract.instanceof.App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension).
Resolving inheritance for "App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand.0.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand).
Resolving inheritance for "App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand" (parent: .instanceof.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand.0.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController).
Resolving inheritance for "App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController).
Resolving inheritance for "App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityAdminBundle\Repository\GroupAdminRepository" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Repository\GroupAdminRepository).
Resolving inheritance for "App\Application\Project\SecurityAdminBundle\Repository\GroupAdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityAdminBundle\Repository\GroupAdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityAdminBundle\Repository\UserAdminRepository" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Repository\UserAdminRepository).
Resolving inheritance for "App\Application\Project\SecurityAdminBundle\Repository\UserAdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityAdminBundle\Repository\UserAdminRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand.0.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Command\CreateUserCommand" (parent: .instanceof.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand.0.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\AuthApController" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthApController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\AuthApController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\AuthApController).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Controller\AuthApController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\AuthApController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController" (parent: .instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Controller\GroupAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\UserAdminController" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\UserAdminController).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Controller\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\UserApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityUserBundle\Controller\UserApiController.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Controller\UserApiController" (parent: .instanceof.App\Application\Project\SecurityUserBundle\Controller\UserApiController.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityUserBundle\Repository\GroupRepository" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Repository\GroupRepository).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityUserBundle\Repository\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityUserBundle\Repository\UserRepository" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Repository\UserRepository).
Resolving inheritance for "App\Application\Project\SecurityUserBundle\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityUserBundle\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SettingBundle\Command\initProjectCommand" (parent: .abstract.instanceof.App\Application\Project\SettingBundle\Command\initProjectCommand).
Resolving inheritance for ".instanceof.App\Application\Project\SettingBundle\Command\initProjectCommand.0.App\Application\Project\SettingBundle\Command\initProjectCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SettingBundle\Command\initProjectCommand).
Resolving inheritance for "App\Application\Project\SettingBundle\Command\initProjectCommand" (parent: .instanceof.App\Application\Project\SettingBundle\Command\initProjectCommand.0.App\Application\Project\SettingBundle\Command\initProjectCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController" (parent: .abstract.instanceof.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController).
Resolving inheritance for "App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SettingBundle\Repository\SmtpEmailRepository" (parent: .abstract.instanceof.App\Application\Project\SettingBundle\Repository\SmtpEmailRepository).
Resolving inheritance for "App\Application\Project\SettingBundle\Repository\SmtpEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SettingBundle\Repository\SmtpEmailRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugJWTCommand" (parent: .abstract.instanceof.App\Command\DebugJWTCommand).
Resolving inheritance for ".instanceof.App\Command\DebugJWTCommand.0.App\Command\DebugJWTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugJWTCommand).
Resolving inheritance for "App\Command\DebugJWTCommand" (parent: .instanceof.App\Command\DebugJWTCommand.0.App\Command\DebugJWTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetClientePasswordCommand" (parent: .abstract.instanceof.App\Command\ResetClientePasswordCommand).
Resolving inheritance for ".instanceof.App\Command\ResetClientePasswordCommand.0.App\Command\ResetClientePasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetClientePasswordCommand).
Resolving inheritance for "App\Command\ResetClientePasswordCommand" (parent: .instanceof.App\Command\ResetClientePasswordCommand.0.App\Command\ResetClientePasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoginApiCommand" (parent: .abstract.instanceof.App\Command\TestLoginApiCommand).
Resolving inheritance for ".instanceof.App\Command\TestLoginApiCommand.0.App\Command\TestLoginApiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoginApiCommand).
Resolving inheritance for "App\Command\TestLoginApiCommand" (parent: .instanceof.App\Command\TestLoginApiCommand.0.App\Command\TestLoginApiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoginCommand" (parent: .abstract.instanceof.App\Command\TestLoginCommand).
Resolving inheritance for ".instanceof.App\Command\TestLoginCommand.0.App\Command\TestLoginCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoginCommand).
Resolving inheritance for "App\Command\TestLoginCommand" (parent: .instanceof.App\Command\TestLoginCommand.0.App\Command\TestLoginCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreateGalleryAction" (parent: .abstract.instanceof.App\Controller\CreateGalleryAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreateGalleryAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreateGalleryAction).
Resolving inheritance for "App\Controller\CreateGalleryAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreateGalleryAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.App\Controller\HomeController.0.App\Controller\HomeController).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.security.provider.admin.user" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.security.provider.default.user" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.security.provider.default.cliente" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.security.provider.all.api" (parent: security.user.provider.chain).
Resolving inheritance for "security.user.provider.concrete.security.provider.all.web" (parent: security.user.provider.chain).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.web" (parent: security.firewall.config).
Resolving inheritance for "security.listener.web.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.web" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.web" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.web" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.web" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.web" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.web" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.web" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.web" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.web" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for ".instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento.0.App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento).
Resolving inheritance for ".instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco.0.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco).
Resolving inheritance for ".instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria.0.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria).
Resolving inheritance for ".instanceof.App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno.0.App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno).
Resolving inheritance for ".instanceof.App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite.0.App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite" (parent: .abstract.instanceof.App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite).
Resolving inheritance for ".instanceof.App\Application\Internit\AgendamentoBundle\Entity\Agendamento.0.App\Application\Internit\AgendamentoBundle\Entity\Agendamento" (parent: .abstract.instanceof.App\Application\Internit\AgendamentoBundle\Entity\Agendamento).
Resolving inheritance for ".instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao.0.App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao" (parent: .abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao).
Resolving inheritance for ".instanceof.App\Application\Internit\AppBundle\Entity\App.0.App\Application\Internit\AppBundle\Entity\App" (parent: .abstract.instanceof.App\Application\Internit\AppBundle\Entity\App).
Resolving inheritance for ".instanceof.App\Application\Internit\BlocoBundle\Entity\Bloco.0.App\Application\Internit\BlocoBundle\Entity\Bloco" (parent: .abstract.instanceof.App\Application\Internit\BlocoBundle\Entity\Bloco).
Resolving inheritance for ".instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao" (parent: .abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao).
Resolving inheritance for ".instanceof.App\Application\Internit\ClienteBundle\Entity\Cliente.0.App\Application\Internit\ClienteBundle\Entity\Cliente" (parent: .abstract.instanceof.App\Application\Internit\ClienteBundle\Entity\Cliente).
Resolving inheritance for ".instanceof.App\Application\Internit\ComunicadoBundle\Entity\Comunicado.0.App\Application\Internit\ComunicadoBundle\Entity\Comunicado" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Entity\Comunicado).
Resolving inheritance for ".instanceof.App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao.0.App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao" (parent: .abstract.instanceof.App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao).
Resolving inheritance for ".instanceof.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento.0.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento" (parent: .abstract.instanceof.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento).
Resolving inheritance for ".instanceof.App\Application\Internit\DepartamentoBundle\Entity\Departamento.0.App\Application\Internit\DepartamentoBundle\Entity\Departamento" (parent: .abstract.instanceof.App\Application\Internit\DepartamentoBundle\Entity\Departamento).
Resolving inheritance for ".instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento" (parent: .abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento).
Resolving inheritance for ".instanceof.App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana.0.App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana" (parent: .abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana).
Resolving inheritance for ".instanceof.App\Application\Internit\DownloadBundle\Entity\Download.0.App\Application\Internit\DownloadBundle\Entity\Download" (parent: .abstract.instanceof.App\Application\Internit\DownloadBundle\Entity\Download).
Resolving inheritance for ".instanceof.App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento.0.App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento" (parent: .abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento).
Resolving inheritance for ".instanceof.App\Application\Internit\EmpresaBundle\Entity\Empresa.0.App\Application\Internit\EmpresaBundle\Entity\Empresa" (parent: .abstract.instanceof.App\Application\Internit\EmpresaBundle\Entity\Empresa).
Resolving inheritance for ".instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento.0.App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento" (parent: .abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento).
Resolving inheritance for ".instanceof.App\Application\Internit\EtapaBundle\Entity\Etapa.0.App\Application\Internit\EtapaBundle\Entity\Etapa" (parent: .abstract.instanceof.App\Application\Internit\EtapaBundle\Entity\Etapa).
Resolving inheritance for ".instanceof.App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco.0.App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco).
Resolving inheritance for ".instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco.0.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco).
Resolving inheritance for ".instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo.0.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo" (parent: .abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo).
Resolving inheritance for ".instanceof.App\Application\Internit\FinanceiroBundle\Entity\Contrato.0.App\Application\Internit\FinanceiroBundle\Entity\Contrato" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Entity\Contrato).
Resolving inheritance for ".instanceof.App\Application\Internit\FinanceiroBundle\Entity\Empreendimento.0.App\Application\Internit\FinanceiroBundle\Entity\Empreendimento" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Entity\Empreendimento).
Resolving inheritance for ".instanceof.App\Application\Internit\FinanceiroBundle\Entity\Unidade.0.App\Application\Internit\FinanceiroBundle\Entity\Unidade" (parent: .abstract.instanceof.App\Application\Internit\FinanceiroBundle\Entity\Unidade).
Resolving inheritance for ".instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento" (parent: .abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento).
Resolving inheritance for ".instanceof.App\Application\Internit\GarantiaBundle\Entity\Garantia.0.App\Application\Internit\GarantiaBundle\Entity\Garantia" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Entity\Garantia).
Resolving inheritance for ".instanceof.App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia.0.App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia" (parent: .abstract.instanceof.App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia).
Resolving inheritance for ".instanceof.App\Application\Internit\ImportacaoBundle\Entity\Importacao.0.App\Application\Internit\ImportacaoBundle\Entity\Importacao" (parent: .abstract.instanceof.App\Application\Internit\ImportacaoBundle\Entity\Importacao).
Resolving inheritance for ".instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao.0.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao).
Resolving inheritance for ".instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem.0.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem).
Resolving inheritance for ".instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice.0.App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice" (parent: .abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice).
Resolving inheritance for ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto).
Resolving inheritance for ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente).
Resolving inheritance for ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento).
Resolving inheritance for ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade" (parent: .abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade).
Resolving inheritance for ".instanceof.App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico.0.App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico" (parent: .abstract.instanceof.App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico).
Resolving inheritance for ".instanceof.App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente.0.App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente" (parent: .abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente).
Resolving inheritance for ".instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento.0.App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento" (parent: .abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento).
Resolving inheritance for ".instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento" (parent: .abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento).
Resolving inheritance for ".instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta.0.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta).
Resolving inheritance for ".instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao.0.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao).
Resolving inheritance for ".instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta.0.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta" (parent: .abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta).
Resolving inheritance for ".instanceof.App\Application\Internit\ProfissaoBundle\Entity\Profissao.0.App\Application\Internit\ProfissaoBundle\Entity\Profissao" (parent: .abstract.instanceof.App\Application\Internit\ProfissaoBundle\Entity\Profissao).
Resolving inheritance for ".instanceof.App\Application\Internit\ProfissionalBundle\Entity\Profissional.0.App\Application\Internit\ProfissionalBundle\Entity\Profissional" (parent: .abstract.instanceof.App\Application\Internit\ProfissionalBundle\Entity\Profissional).
Resolving inheritance for ".instanceof.App\Application\Internit\RelatorioBundle\Entity\Relatorio.0.App\Application\Internit\RelatorioBundle\Entity\Relatorio" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Entity\Relatorio).
Resolving inheritance for ".instanceof.App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral.0.App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral" (parent: .abstract.instanceof.App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral).
Resolving inheritance for ".instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao.0.App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao" (parent: .abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao).
Resolving inheritance for ".instanceof.App\Application\Internit\SacBundle\Entity\Sac.0.App\Application\Internit\SacBundle\Entity\Sac" (parent: .abstract.instanceof.App\Application\Internit\SacBundle\Entity\Sac).
Resolving inheritance for ".instanceof.App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao.0.App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao" (parent: .abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao).
Resolving inheritance for ".instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento.0.App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento" (parent: .abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento).
Resolving inheritance for ".instanceof.App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao.0.App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao" (parent: .abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao).
Resolving inheritance for ".instanceof.App\Application\Internit\TipoClienteBundle\Entity\TipoCliente.0.App\Application\Internit\TipoClienteBundle\Entity\TipoCliente" (parent: .abstract.instanceof.App\Application\Internit\TipoClienteBundle\Entity\TipoCliente).
Resolving inheritance for ".instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto.0.App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto).
Resolving inheritance for ".instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao.0.App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao" (parent: .abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao).
Resolving inheritance for ".instanceof.App\Application\Internit\TopicoBundle\Entity\Topico.0.App\Application\Internit\TopicoBundle\Entity\Topico" (parent: .abstract.instanceof.App\Application\Internit\TopicoBundle\Entity\Topico).
Resolving inheritance for ".instanceof.App\Application\Internit\UnidadeBundle\Entity\Unidade.0.App\Application\Internit\UnidadeBundle\Entity\Unidade" (parent: .abstract.instanceof.App\Application\Internit\UnidadeBundle\Entity\Unidade).
Resolving inheritance for ".instanceof.App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente.0.App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente" (parent: .abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente).
Resolving inheritance for ".instanceof.App\Application\Project\ContentBundle\Attributes\ARR.0.App\Application\Project\ContentBundle\Attributes\ARR" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Attributes\ARR).
Resolving inheritance for ".instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Admin.0.App\Application\Project\ContentBundle\Attributes\Acl\Admin" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Admin).
Resolving inheritance for ".instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Api.0.App\Application\Project\ContentBundle\Attributes\Acl\Api" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Api).
Resolving inheritance for ".instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Web.0.App\Application\Project\ContentBundle\Attributes\Acl\Web" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Web).
Resolving inheritance for ".instanceof.App\Application\Project\ContentBundle\Entity\Content.0.App\Application\Project\ContentBundle\Entity\Content" (parent: .abstract.instanceof.App\Application\Project\ContentBundle\Entity\Content).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin.0.App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityAdminBundle\Entity\UserAdmin.0.App\Application\Project\SecurityAdminBundle\Entity\UserAdmin" (parent: .abstract.instanceof.App\Application\Project\SecurityAdminBundle\Entity\UserAdmin).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityUserBundle\Entity\Group.0.App\Application\Project\SecurityUserBundle\Entity\Group" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Entity\Group).
Resolving inheritance for ".instanceof.App\Application\Project\SecurityUserBundle\Entity\User.0.App\Application\Project\SecurityUserBundle\Entity\User" (parent: .abstract.instanceof.App\Application\Project\SecurityUserBundle\Entity\User).
Resolving inheritance for ".instanceof.App\Application\Project\SettingBundle\Entity\SmtpEmail.0.App\Application\Project\SettingBundle\Entity\SmtpEmail" (parent: .abstract.instanceof.App\Application\Project\SettingBundle\Entity\SmtpEmail).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
307
Removing service-argument resolver for controller "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AppApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AppApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AppApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AuthClienteApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AuthClienteApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\AuthClienteApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\BlocoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\BlocoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\BlocoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ClienteApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ClienteApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ClienteApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ComunicadoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ComunicadoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ComunicadoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\CronApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\CronApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\CronApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DashboardApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DashboardApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DashboardApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DepartamentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DepartamentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DepartamentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DependenteApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DependenteApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DependenteApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DownloadApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DownloadApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\DownloadApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\EmpresaApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\EmpresaApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\EmpresaApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FaqApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FaqApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FaqApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\GarantiaApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\GarantiaApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\GarantiaApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\SacApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\SacApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\SacApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\UnidadeApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\UnidadeApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ApiBundle\Controller\UnidadeApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AppBundle\Controller\AppAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AppBundle\Controller\AppAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\AppBundle\Controller\AppAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\BlocoBundle\Controller\BlocoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\BlocoBundle\Controller\BlocoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\BlocoBundle\Controller\BlocoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ClienteBundle\Controller\ClienteAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ClienteBundle\Controller\ClienteAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ClienteBundle\Controller\ClienteAdminController::formatTime": no corresponding services exist for the referenced types.
Removing method "setSiengeImportService" of service "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DownloadBundle\Controller\DownloadAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DownloadBundle\Controller\DownloadAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DownloadBundle\Controller\DownloadAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DownloadBundle\Controller\DownloadApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DownloadBundle\Controller\DownloadApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\DownloadBundle\Controller\DownloadApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaBundle\Controller\EtapaAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaBundle\Controller\EtapaAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaBundle\Controller\EtapaAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaBundle\Controller\EtapaApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaBundle\Controller\EtapaApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\EtapaBundle\Controller\EtapaApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\SacBundle\Controller\SacAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\SacBundle\Controller\SacAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\SacBundle\Controller\SacAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TopicoBundle\Controller\TopicoAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TopicoBundle\Controller\TopicoAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TopicoBundle\Controller\TopicoAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TopicoBundle\Controller\TopicoApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TopicoBundle\Controller\TopicoApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\TopicoBundle\Controller\TopicoApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\AdminHomeController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\AdminHomeController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\AdminHomeController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\Base\BaseAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\Base\BaseAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\Base\BaseAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\Base\BaseApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\Base\BaseApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\Base\BaseApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\ContentAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\ContentAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\ContentBundle\Controller\ContentAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\MediaBundle\Controller\GaleriaApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\MediaBundle\Controller\GaleriaApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\MediaBundle\Controller\GaleriaApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\MediaBundle\Controller\MediaApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\MediaBundle\Controller\MediaApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\MediaBundle\Controller\MediaApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\AuthApController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\AuthApController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\AuthApController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\GroupAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\GroupAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\GroupAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\UserAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\UserAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\UserAdminController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\UserApiController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\UserApiController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SecurityUserBundle\Controller\UserApiController::formatTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::formatDate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::formatDateTime": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::formatTime": no corresponding services exist for the referenced types.
365
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "App\Application\Internit\IntegracaoBundle\Contract\ErpAuthInterface"; reason: private alias.
Removed service "App\Application\Internit\IntegracaoBundle\Contract\ErpFinanceiroInterface"; reason: private alias.
Removed service "App\Application\Internit\IntegracaoBundle\Contract\ErpIntegrationInterface"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.web"; reason: private alias.
Removed service "security.user_checker.web"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\MediaBundle\Provider\Pool"; reason: private alias.
Removed service "sonata.media.admin.media.manager"; reason: private alias.
Removed service "sonata.media.http.client"; reason: private alias.
Removed service "sonata.media.http.message_factory"; reason: private alias.
Removed service "sonata.media.adapter.image.default"; reason: private alias.
Removed service "sonata.media.resizer.default"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "SimpleThings\EntityAudit\AuditReader"; reason: private alias.
Removed service "SimpleThings\EntityAudit\AuditConfiguration"; reason: private alias.
Removed service "simplethings_entityaudit.username_callable"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_doc"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service ".service_locator.O8.cMm9"; reason: private alias.
Removed service ".service_locator.oeWXF0n"; reason: private alias.
Removed service ".service_locator.BPaAnB7"; reason: private alias.
Removed service ".service_locator.PsksVkm"; reason: private alias.
Removed service ".service_locator.9dHHuFi"; reason: private alias.
Removed service ".service_locator.j4B3aic"; reason: private alias.
Removed service ".service_locator.3EWmr3k"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.web"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.web"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.GQjT5oQ"; reason: private alias.
Removed service ".service_locator.RUdlJZf"; reason: private alias.
Removed service ".service_locator.Y7TBth."; reason: private alias.
Removed service ".service_locator.1DRPcSa"; reason: private alias.
Removed service ".service_locator.DYsAJDE"; reason: private alias.
Removed service ".service_locator.ul97L87"; reason: private alias.
Removed service ".service_locator.OOqMRl4"; reason: private alias.
Removed service ".service_locator.dZOPNyE"; reason: private alias.
Removed service ".service_locator.hDA8p2V"; reason: private alias.
Removed service ".service_locator.X6CR2xv"; reason: private alias.
Removed service ".service_locator.4cNkxMg"; reason: private alias.
Removed service ".service_locator.fZfe1qg"; reason: private alias.
Removed service ".service_locator.gaYsUn3"; reason: private alias.
Removed service ".service_locator.2opviuu"; reason: private alias.
Removed service ".service_locator.uBwBrvQ"; reason: private alias.
Removed service ".service_locator.YyC_7Cl"; reason: private alias.
Removed service ".service_locator.rHQjh.E"; reason: private alias.
Removed service ".service_locator.TGlu1vG"; reason: private alias.
Removed service ".service_locator.1DJAZo9"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
Removed service ".service_locator.wN7WB5p"; reason: private alias.
Removed service ".service_locator.Hzk1D5M"; reason: private alias.
203
Changed reference of service "App\Application\Project\SecurityAdminBundle\Security\AdminAccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Project\SecurityAdminBundle\Security\UserAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Project\SecurityUserBundle\Security\CustomAuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Application\Project\SecurityUserBundle\Security\UserAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "project.content.content" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "project.content.setting" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.importacaoBundle.importacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "project.security.provider.admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "project.security.provider.admin.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.relatorioBundle.relatorio_geral" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.relatorioBundle.relatorio1" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "project.security.provider.api.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "project.security.provider.api.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.empresabundle.empresa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.appbundle.app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.tipoclientebundle.tipocliente" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.clientebundle.cliente" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.unidadeclientebundle.unidadecliente" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.statusempreendimentobundle.statusempreendimento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.empreendimentobundle.empreendimento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.blocobundle.bloco" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.unidadebundle.unidade" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.etapabundle.etapa" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.acompanhamentobundle.acompanhamento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.etapaacompanhamentobundle.etapaacompanhamento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.galeriaempreendimentobundle.galeriaempreendimento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.statussolicitacaobundle.statussolicitacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.categoriatiposolicitacaobundle.categoriatiposolicitacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.tiposolicitacaobundle.tiposolicitacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.tiposolicitacaobundle.assunto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.solicitacaobundle.solicitacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.andamentosolicitacaobundle.andamentosolicitacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.respostasolicitacaobundle.respostasolicitacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.ordemServico.ordemServico" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.periododisponivelagendamentobundle.periododisponivelagendamento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.diaindisponivelagendamentobundle.diaindisponivelagendamento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.profissaobundle.profissao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.profissionalbundle.profissional" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.comunicadobundle.comunicado" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.downloadbundle.download" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.indicecorrecaobundle.tipoindice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.indicecorrecaobundle.indicecorrecao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.indicecorrecaobundle.indicecorrecaoitem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.pesquisasatisfacao.pergunta" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.pesquisasatisfacao.pesquisasatisfacao" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.departamentobundle.departamento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.sacbundle.sac" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.faleconosco.faleconosco" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.faleconosco.mensagemfaleconosco" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.topicobundle.topico" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.perguntafrequentebundle.perguntafrequente" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.acompanhamentobundle.acompanhamentobloco" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.acompanhamentobundle.acompanhamentogaleria" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.configuracaoacompanhamentobundle.configuracaoacompanhamento" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.acompanhamentoexternobundle.acompanhamentoexterno" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "internit.acompanhamentositebundle.acompanhamentosite" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.access.closure_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu.group_provider" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.security_runtime" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.security.handler.role" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.media.security.public_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.forbidden_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.superadmin_strategy" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.media.security.session_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.security.connected_strategy" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.media.admin.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.media.admin.gallery_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ezh.KM8" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ezh.KM8" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ezh.KM8" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.Vb01FXJ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Vb01FXJ" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.7JC8.yo" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.7JC8.yo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7JC8.yo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fF2rtFy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fF2rtFy" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fF2rtFy" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.CyR4poO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CyR4poO" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.CyR4poO" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.EcDUMdJ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5ltxHEW" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.5ltxHEW" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
1060
Removed service "App\Entity"; reason: abstract.
Removed service "App\Application\Internit\FinanceiroBundle-old"; reason: abstract.
Removed service ".abstract.App\Application\Internit\IntegracaoBundle\Contract\ErpAuthInterface"; reason: abstract.
Removed service ".abstract.App\Application\Internit\IntegracaoBundle\Contract\ErpFinanceiroInterface"; reason: abstract.
Removed service ".abstract.App\Application\Internit\IntegracaoBundle\Contract\ErpIntegrationInterface"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController.0.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento.0.App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco.0.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria.0.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Form\AcompanhamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoBlocoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoBlocoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoGaleriaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoGaleriaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoBundle\Repository\AcompanhamentoRepository"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno.0.App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoExternoBundle\Repository\AcompanhamentoExternoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoExternoBundle\Repository\AcompanhamentoExternoRepository"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite.0.App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AcompanhamentoSiteBundle\Repository\AcompanhamentoSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AcompanhamentoSiteBundle\Repository\AcompanhamentoSiteRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController.0.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AgendamentoBundle\Entity\Agendamento.0.App\Application\Internit\AgendamentoBundle\Entity\Agendamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AgendamentoBundle\Entity\Agendamento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AgendamentoBundle\Form\AgendamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AgendamentoBundle\Form\AgendamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AgendamentoBundle\Repository\AgendamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AgendamentoBundle\Repository\AgendamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController.0.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao.0.App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Form\AndamentoSolicitacaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Form\AndamentoSolicitacaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AndamentoSolicitacaoBundle\Repository\AndamentoSolicitacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AndamentoSolicitacaoBundle\Repository\AndamentoSolicitacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController.0.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AppApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AppApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\AppApiController.0.App\Application\Internit\ApiBundle\Controller\AppApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AppApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController.0.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\BlocoApiController.0.App\Application\Internit\ApiBundle\Controller\BlocoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\BlocoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\ClienteApiController.0.App\Application\Internit\ApiBundle\Controller\ClienteApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController.0.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController.0.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\CronApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\CronApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\CronApiController.0.App\Application\Internit\ApiBundle\Controller\CronApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\CronApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\DashboardApiController.0.App\Application\Internit\ApiBundle\Controller\DashboardApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DashboardApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController.0.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\DependenteApiController.0.App\Application\Internit\ApiBundle\Controller\DependenteApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DependenteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\DownloadApiController.0.App\Application\Internit\ApiBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController.0.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\EmpresaApiController.0.App\Application\Internit\ApiBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController.0.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FaqApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FaqApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\FaqApiController.0.App\Application\Internit\ApiBundle\Controller\FaqApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\FaqApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController.0.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\GarantiaApiController.0.App\Application\Internit\ApiBundle\Controller\GarantiaApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\GarantiaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController.0.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController.0.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController.0.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController.0.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\SacApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\SacApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\SacApiController.0.App\Application\Internit\ApiBundle\Controller\SacApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\SacApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\TestDevApiController.0.App\Application\Internit\ApiBundle\Controller\TestDevApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\TestDevApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController.0.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ApiBundle\Controller\UnidadeApiController.0.App\Application\Internit\ApiBundle\Controller\UnidadeApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ApiBundle\Controller\UnidadeApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\AppBundle\Controller\AppAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\AppBundle\Controller\AppAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AppBundle\Controller\AppAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\AppBundle\Entity\App.0.App\Application\Internit\AppBundle\Entity\App"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AppBundle\Entity\App"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\AppBundle\Form\AppType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AppBundle\Form\AppType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\AppBundle\Repository\AppRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\AppBundle\Repository\AppRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoWebController.0.App\Application\Internit\BlocoBundle\Controller\BlocoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\BlocoBundle\Controller\BlocoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\BlocoBundle\Entity\Bloco.0.App\Application\Internit\BlocoBundle\Entity\Bloco"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\BlocoBundle\Entity\Bloco"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\BlocoBundle\Form\BlocoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\BlocoBundle\Form\BlocoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\BlocoBundle\Repository\BlocoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\BlocoBundle\Repository\BlocoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Form\CategoriaTipoSolicitacaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Form\CategoriaTipoSolicitacaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Repository\CategoriaTipoSolicitacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Repository\CategoriaTipoSolicitacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController.0.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteWebController.0.App\Application\Internit\ClienteBundle\Controller\ClienteWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Controller\ClienteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ClienteBundle\Entity\Cliente.0.App\Application\Internit\ClienteBundle\Entity\Cliente"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Entity\Cliente"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClienteBundle\Form\ClienteAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Form\ClienteAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ClienteBundle\Form\ClienteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Form\ClienteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ClienteBundle\Repository\ClienteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ClienteBundle\Repository\ClienteRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController.0.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ComunicadoBundle\Entity\Comunicado.0.App\Application\Internit\ComunicadoBundle\Entity\Comunicado"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Entity\Comunicado"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao.0.App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ComunicadoBundle\Form\ComunicadoAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Form\ComunicadoAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ComunicadoBundle\Form\ComunicadoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Form\ComunicadoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ComunicadoBundle\Repository\ComunicadoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ComunicadoBundle\Repository\ComunicadoRepository"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento.0.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Repository\ConfiguracaoAcompanhamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Repository\ConfiguracaoAcompanhamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController.0.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DepartamentoBundle\Entity\Departamento.0.App\Application\Internit\DepartamentoBundle\Entity\Departamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DepartamentoBundle\Entity\Departamento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DepartamentoBundle\Form\DepartamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DepartamentoBundle\Form\DepartamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DepartamentoBundle\Repository\DepartamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DepartamentoBundle\Repository\DepartamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Form\DiaIndisponivelAgendamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Form\DiaIndisponivelAgendamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Repository\DiaIndisponivelAgendamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Repository\DiaIndisponivelAgendamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController.0.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana.0.App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DiaSemanaBundle\Form\DiaSemanaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Form\DiaSemanaType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DiaSemanaBundle\Repository\DiaSemanaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DiaSemanaBundle\Repository\DiaSemanaRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadWebController.0.App\Application\Internit\DownloadBundle\Controller\DownloadWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Controller\DownloadWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\DownloadBundle\Entity\Download.0.App\Application\Internit\DownloadBundle\Entity\Download"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Entity\Download"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DownloadBundle\Form\DownloadAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Form\DownloadAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\DownloadBundle\Form\DownloadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Form\DownloadType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\DownloadBundle\Repository\DownloadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\DownloadBundle\Repository\DownloadRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController.0.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento.0.App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EmpreendimentoBundle\Form\EmpreendimentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Form\EmpreendimentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EmpreendimentoBundle\Repository\EmpreendimentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpreendimentoBundle\Repository\EmpreendimentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController.0.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EmpresaBundle\Entity\Empresa.0.App\Application\Internit\EmpresaBundle\Entity\Empresa"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpresaBundle\Entity\Empresa"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EmpresaBundle\Form\EmpresaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpresaBundle\Form\EmpresaType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EmpresaBundle\Repository\EmpresaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EmpresaBundle\Repository\EmpresaRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController.0.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento.0.App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Form\EtapaAcompanhamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Form\EtapaAcompanhamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EtapaAcompanhamentoBundle\Repository\EtapaAcompanhamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaAcompanhamentoBundle\Repository\EtapaAcompanhamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaWebController.0.App\Application\Internit\EtapaBundle\Controller\EtapaWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaBundle\Controller\EtapaWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\EtapaBundle\Entity\Etapa.0.App\Application\Internit\EtapaBundle\Entity\Etapa"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaBundle\Entity\Etapa"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\EtapaBundle\Form\EtapaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaBundle\Form\EtapaType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\EtapaBundle\Repository\EtapaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\EtapaBundle\Repository\EtapaRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco.0.App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco.0.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo.0.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\FaleConoscoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Repository\FaleConoscoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoAnexoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoAnexoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FaleConoscoBundle\Repository\MensagemFaleConoscoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FinanceiroBundle\Controller\DefaultController.0.App\Application\Internit\FinanceiroBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FinanceiroBundle\Entity\Contrato.0.App\Application\Internit\FinanceiroBundle\Entity\Contrato"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Entity\Contrato"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FinanceiroBundle\Entity\Empreendimento.0.App\Application\Internit\FinanceiroBundle\Entity\Empreendimento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Entity\Empreendimento"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\FinanceiroBundle\Entity\Unidade.0.App\Application\Internit\FinanceiroBundle\Entity\Unidade"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Entity\Unidade"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\BoletoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\BoletoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\ContratoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\ContratoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\EmpreendimentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\EmpreendimentoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\FinanceiroBundle\Repository\UnidadeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\FinanceiroBundle\Repository\UnidadeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentodminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Form\GaleriaEmpreendimentodminType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GaleriaEmpreendimentoBundle\Repository\GaleriaEmpreendimentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GaleriaEmpreendimentoBundle\Repository\GaleriaEmpreendimentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\GarantiaBundle\Entity\Garantia.0.App\Application\Internit\GarantiaBundle\Entity\Garantia"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Entity\Garantia"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia.0.App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GarantiaBundle\Form\GarantiaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Form\GarantiaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\GarantiaBundle\Form\UnidadeGarantiaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Form\UnidadeGarantiaType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GarantiaBundle\Repository\GarantiaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Repository\GarantiaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\GarantiaBundle\Repository\UnidadeGarantiaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\GarantiaBundle\Repository\UnidadeGarantiaRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController.0.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ImportacaoBundle\Entity\Importacao.0.App\Application\Internit\ImportacaoBundle\Entity\Importacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ImportacaoBundle\Entity\Importacao"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ImportacaoBundle\Repository\ImportacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ImportacaoBundle\Repository\ImportacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao.0.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem.0.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice.0.App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Repository\IndiceCorrecaoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IndiceCorrecaoBundle\Repository\TipoIndiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IndiceCorrecaoBundle\Repository\TipoIndiceRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\IntegracaoBundle\Command\CreateMockBoletosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Command\CreateMockBoletosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand.0.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Command\SiengeSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController.0.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade.0.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\BoletoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\BoletoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ClienteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ClienteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ContratoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\ContratoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\EmpreendimentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\EmpreendimentoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\IntegracaoBundle\Sienge\Repository\UnidadeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\IntegracaoBundle\Sienge\Repository\UnidadeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico.0.App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\OrdemServicoBundle\Repository\OrdemServicoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\OrdemServicoBundle\Repository\OrdemServicoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController.0.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente.0.App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Form\PerguntaFrequenteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Form\PerguntaFrequenteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PerguntaFrequenteBundle\Repository\PerguntaFrequenteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PerguntaFrequenteBundle\Repository\PerguntaFrequenteRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController.0.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento.0.App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Form\PeriodoAgendamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Form\PeriodoAgendamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PeriodoAgendamentoBundle\Repository\PeriodoAgendamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoAgendamentoBundle\Repository\PeriodoAgendamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Form\PeriodoDisponivelAgendamentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Form\PeriodoDisponivelAgendamentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Repository\PeriodoDisponivelAgendamentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Repository\PeriodoDisponivelAgendamentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta.0.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao.0.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta.0.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Form\PesquisaSatisfacaoAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Form\PesquisaSatisfacaoAdminType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PerguntaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PerguntaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PesquisaSatisfacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\PesquisaSatisfacaoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\RespostaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\PesquisaSatisfacaoBundle\Repository\RespostaRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController.0.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ProfissaoBundle\Entity\Profissao.0.App\Application\Internit\ProfissaoBundle\Entity\Profissao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissaoBundle\Entity\Profissao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProfissaoBundle\Form\ProfissaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissaoBundle\Form\ProfissaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ProfissaoBundle\Repository\ProfissaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissaoBundle\Repository\ProfissaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController.0.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\ProfissionalBundle\Entity\Profissional.0.App\Application\Internit\ProfissionalBundle\Entity\Profissional"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissionalBundle\Entity\Profissional"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\ProfissionalBundle\Form\ProfissionalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissionalBundle\Form\ProfissionalType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\ProfissionalBundle\Repository\ProfissionalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\ProfissionalBundle\Repository\ProfissionalRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\RelatorioBundle\Entity\Relatorio.0.App\Application\Internit\RelatorioBundle\Entity\Relatorio"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Entity\Relatorio"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral.0.App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RelatorioBundle\Form\SacType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Form\SacType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RelatorioBundle\Repository\RelatorioGeralRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Repository\RelatorioGeralRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RelatorioBundle\Repository\RelatorioRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RelatorioBundle\Repository\RelatorioRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController.0.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao.0.App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Form\RespostaSolicitacaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Form\RespostaSolicitacaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\RespostaSolicitacaoBundle\Repository\RespostaSolicitacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\RespostaSolicitacaoBundle\Repository\RespostaSolicitacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SacBundle\Controller\SacAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SacBundle\Controller\SacAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SacBundle\Controller\SacAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SacBundle\Controller\SacWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SacBundle\Controller\SacWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\SacBundle\Controller\SacWebController.0.App\Application\Internit\SacBundle\Controller\SacWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SacBundle\Controller\SacWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\SacBundle\Entity\Sac.0.App\Application\Internit\SacBundle\Entity\Sac"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SacBundle\Entity\Sac"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SacBundle\Form\SacType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SacBundle\Form\SacType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SacBundle\Repository\SacRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SacBundle\Repository\SacRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController.0.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao.0.App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Form\SolicitacaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\SolicitacaoBundle\Repository\SolicitacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\SolicitacaoBundle\Repository\SolicitacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController.0.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento.0.App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Form\StatusEmpreendimentoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Form\StatusEmpreendimentoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\StatusEmpreendimentoBundle\Repository\StatusEmpreendimentoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusEmpreendimentoBundle\Repository\StatusEmpreendimentoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController.0.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao.0.App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Form\StatusSolicitacaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Form\StatusSolicitacaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\StatusSolicitacaoBundle\Repository\StatusSolicitacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\StatusSolicitacaoBundle\Repository\StatusSolicitacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController.0.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TipoClienteBundle\Entity\TipoCliente.0.App\Application\Internit\TipoClienteBundle\Entity\TipoCliente"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoClienteBundle\Entity\TipoCliente"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TipoClienteBundle\Form\TipoClienteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoClienteBundle\Form\TipoClienteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoClienteBundle\Repository\TipoClienteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoClienteBundle\Repository\TipoClienteRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController.0.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto.0.App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao.0.App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Form\TipoSolicitacaoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Form\TipoSolicitacaoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Repository\AssuntoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Repository\AssuntoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TipoSolicitacaoBundle\Repository\TipoSolicitacaoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TipoSolicitacaoBundle\Repository\TipoSolicitacaoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoWebController.0.App\Application\Internit\TopicoBundle\Controller\TopicoWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TopicoBundle\Controller\TopicoWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\TopicoBundle\Entity\Topico.0.App\Application\Internit\TopicoBundle\Entity\Topico"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TopicoBundle\Entity\Topico"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\TopicoBundle\Form\TopicoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TopicoBundle\Form\TopicoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\TopicoBundle\Repository\TopicoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\TopicoBundle\Repository\TopicoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController.0.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\UnidadeBundle\Entity\Unidade.0.App\Application\Internit\UnidadeBundle\Entity\Unidade"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeBundle\Entity\Unidade"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeBundle\Form\UnidadeAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeBundle\Form\UnidadeAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeBundle\Form\UnidadeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeBundle\Form\UnidadeType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\UnidadeBundle\Repository\UnidadeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeBundle\Repository\UnidadeRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController.0.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente.0.App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteAdminType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteAdminType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Form\UnidadeClienteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Internit\UnidadeClienteBundle\Repository\UnidadeClienteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Internit\UnidadeClienteBundle\Repository\UnidadeClienteRepository"; reason: abstract.
Removed service ".instanceof.App\Application\Project\ContentBundle\Attributes\ARR.0.App\Application\Project\ContentBundle\Attributes\ARR"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Attributes\ARR"; reason: abstract.
Removed service ".instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Admin.0.App\Application\Project\ContentBundle\Attributes\Acl\Admin"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Admin"; reason: abstract.
Removed service ".instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Api.0.App\Application\Project\ContentBundle\Attributes\Acl\Api"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Api"; reason: abstract.
Removed service ".instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Web.0.App\Application\Project\ContentBundle\Attributes\Acl\Web"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Attributes\Acl\Web"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\AdminHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\AdminHomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\AdminHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\Base\BaseWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\Base\BaseWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\Base\BaseWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\ContentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\ContentAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\ContentAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\ContentBundle\Controller\ContentWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\ContentBundle\Controller\ContentWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\ContentBundle\Controller\ContentWebController.0.App\Application\Project\ContentBundle\Controller\ContentWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Controller\ContentWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\ContentBundle\Entity\Content.0.App\Application\Project\ContentBundle\Entity\Content"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Entity\Content"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\ContentBundle\Repository\ContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\ContentBundle\Repository\ContentRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\MediaBundle\Controller\GaleriaApiController.0.App\Application\Project\MediaBundle\Controller\GaleriaApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\MediaBundle\Controller\GaleriaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\MediaBundle\Controller\MediaApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\MediaBundle\Controller\MediaApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\MediaBundle\Controller\MediaApiController.0.App\Application\Project\MediaBundle\Controller\MediaApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\MediaBundle\Controller\MediaApiController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand.0.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Command\CreateAdminUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin.0.App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityAdminBundle\Entity\UserAdmin.0.App\Application\Project\SecurityAdminBundle\Entity\UserAdmin"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Entity\UserAdmin"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityAdminBundle\Repository\GroupAdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Repository\GroupAdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityAdminBundle\Repository\UserAdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityAdminBundle\Repository\UserAdminRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand.0.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Command\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\AuthApController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\AuthApController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthApController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController.0.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityUserBundle\Controller\UserApiController.0.App\Application\Project\SecurityUserBundle\Controller\UserApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Controller\UserApiController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityUserBundle\Entity\Group.0.App\Application\Project\SecurityUserBundle\Entity\Group"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Entity\Group"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SecurityUserBundle\Entity\User.0.App\Application\Project\SecurityUserBundle\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Entity\User"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityUserBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SecurityUserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SecurityUserBundle\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Project\SettingBundle\Command\initProjectCommand"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SettingBundle\Command\initProjectCommand.0.App\Application\Project\SettingBundle\Command\initProjectCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SettingBundle\Command\initProjectCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController"; reason: abstract.
Removed service ".instanceof.App\Application\Project\SettingBundle\Entity\SmtpEmail.0.App\Application\Project\SettingBundle\Entity\SmtpEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SettingBundle\Entity\SmtpEmail"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Application\Project\SettingBundle\Repository\SmtpEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Project\SettingBundle\Repository\SmtpEmailRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DebugJWTCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DebugJWTCommand.0.App\Command\DebugJWTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DebugJWTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ResetClientePasswordCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ResetClientePasswordCommand.0.App\Command\ResetClientePasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ResetClientePasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoginApiCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestLoginApiCommand.0.App\Command\TestLoginApiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestLoginApiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestLoginCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestLoginCommand.0.App\Command\TestLoginCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestLoginCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreateGalleryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreateGalleryAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CreateGalleryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
692
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Admin\Extension\MediaAddRouteExtension"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\Admin\AcompanhamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\Admin\AcompanhamentoBlocoAdmin"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\Admin\AcompanhamentoGaleriaAdmin"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\ApplicationInternitAcompanhamentoBundle"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\Entity\Acompanhamento"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoBloco"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoBundle\Entity\AcompanhamentoGaleria"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoExternoBundle\Admin\AcompanhamentoExternoAdmin"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoExternoBundle\ApplicationInternitAcompanhamentoExternoBundle"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoExternoBundle\Entity\AcompanhamentoExterno"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoSiteBundle\Admin\AcompanhamentoSiteAdmin"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoSiteBundle\ApplicationInternitAcompanhamentoSiteBundle"; reason: unused.
Removed service "App\Application\Internit\AcompanhamentoSiteBundle\Entity\AcompanhamentoSite"; reason: unused.
Removed service "App\Application\Internit\AgendamentoBundle\Admin\AgendamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\AgendamentoBundle\ApplicationInternitAgendamentoBundle"; reason: unused.
Removed service "App\Application\Internit\AgendamentoBundle\Entity\Agendamento"; reason: unused.
Removed service "App\Application\Internit\AndamentoSolicitacaoBundle\Admin\AndamentoSolicitacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\AndamentoSolicitacaoBundle\ApplicationInternitAndamentoSolicitacaoBundle"; reason: unused.
Removed service "App\Application\Internit\AndamentoSolicitacaoBundle\Entity\AndamentoSolicitacao"; reason: unused.
Removed service "App\Application\Internit\ApiBundle\ApplicationInternitApiBundle"; reason: unused.
Removed service "App\Application\Internit\AppBundle\Admin\AppAdmin"; reason: unused.
Removed service "App\Application\Internit\AppBundle\ApplicationInternitAppBundle"; reason: unused.
Removed service "App\Application\Internit\AppBundle\Entity\App"; reason: unused.
Removed service "App\Application\Internit\AppBundle\EventSubscriber\AppLogoSubscriber"; reason: unused.
Removed service "App\Application\Internit\BlocoBundle\Admin\BlocoAdmin"; reason: unused.
Removed service "App\Application\Internit\BlocoBundle\ApplicationInternitBlocoBundle"; reason: unused.
Removed service "App\Application\Internit\BlocoBundle\Entity\Bloco"; reason: unused.
Removed service "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Admin\CategoriaTipoSolicitacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\CategoriaTipoSolicitacaoBundle\ApplicationInternitCategoriaTipoSolicitacaoBundle"; reason: unused.
Removed service "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Entity\CategoriaTipoSolicitacao"; reason: unused.
Removed service "App\Application\Internit\ClienteBundle\Admin\ClienteAdmin"; reason: unused.
Removed service "App\Application\Internit\ClienteBundle\ApplicationInternitClienteBundle"; reason: unused.
Removed service "App\Application\Internit\ClienteBundle\Entity\Cliente"; reason: unused.
Removed service "App\Application\Internit\ComunicadoBundle\Admin\ComunicadoAdmin"; reason: unused.
Removed service "App\Application\Internit\ComunicadoBundle\ApplicationInternitComunicadoBundle"; reason: unused.
Removed service "App\Application\Internit\ComunicadoBundle\Entity\Comunicado"; reason: unused.
Removed service "App\Application\Internit\ComunicadoBundle\Entity\ComunicadoVisualizacao"; reason: unused.
Removed service "App\Application\Internit\ComunicadoBundle\Service\ComunicadoVisualizacaoService"; reason: unused.
Removed service "App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Admin\ConfiguracaoAcompanhamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\ConfiguracaoAcompanhamentoBundle\ApplicationInternitConfiguracaoAcompanhamentoBundle"; reason: unused.
Removed service "App\Application\Internit\ConfiguracaoAcompanhamentoBundle\Entity\ConfiguracaoAcompanhamento"; reason: unused.
Removed service "App\Application\Internit\DepartamentoBundle\Admin\DepartamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\DepartamentoBundle\ApplicationInternitDepartamentoBundle"; reason: unused.
Removed service "App\Application\Internit\DepartamentoBundle\Entity\Departamento"; reason: unused.
Removed service "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Admin\DiaIndisponivelAgendamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\DiaIndisponivelAgendamentoBundle\ApplicationInternitDiaIndisponivelAgendamentoBundle"; reason: unused.
Removed service "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Entity\DiaIndisponivelAgendamento"; reason: unused.
Removed service "App\Application\Internit\DiaSemanaBundle\Admin\DiaSemanaAdmin"; reason: unused.
Removed service "App\Application\Internit\DiaSemanaBundle\ApplicationInternitDiaSemanaBundle"; reason: unused.
Removed service "App\Application\Internit\DiaSemanaBundle\Entity\DiaSemana"; reason: unused.
Removed service "App\Application\Internit\DownloadBundle\Admin\DownloadAdmin"; reason: unused.
Removed service "App\Application\Internit\DownloadBundle\ApplicationInternitDownloadBundle"; reason: unused.
Removed service "App\Application\Internit\DownloadBundle\Entity\Download"; reason: unused.
Removed service "App\Application\Internit\EmpreendimentoBundle\Admin\EmpreendimentoAdmin"; reason: unused.
Removed service "App\Application\Internit\EmpreendimentoBundle\ApplicationInternitEmpreendimentoBundle"; reason: unused.
Removed service "App\Application\Internit\EmpreendimentoBundle\Entity\Empreendimento"; reason: unused.
Removed service "App\Application\Internit\EmpresaBundle\Admin\EmpresaAdmin"; reason: unused.
Removed service "App\Application\Internit\EmpresaBundle\ApplicationInternitEmpresaBundle"; reason: unused.
Removed service "App\Application\Internit\EmpresaBundle\Entity\Empresa"; reason: unused.
Removed service "App\Application\Internit\EtapaAcompanhamentoBundle\Admin\EtapaAcompanhamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\EtapaAcompanhamentoBundle\ApplicationInternitEtapaAcompanhamentoBundle"; reason: unused.
Removed service "App\Application\Internit\EtapaAcompanhamentoBundle\Entity\EtapaAcompanhamento"; reason: unused.
Removed service "App\Application\Internit\EtapaBundle\Admin\EtapaAdmin"; reason: unused.
Removed service "App\Application\Internit\EtapaBundle\ApplicationInternitEtapaBundle"; reason: unused.
Removed service "App\Application\Internit\EtapaBundle\Entity\Etapa"; reason: unused.
Removed service "App\Application\Internit\FaleConoscoBundle\Admin\FaleConoscoAdmin"; reason: unused.
Removed service "App\Application\Internit\FaleConoscoBundle\Admin\MensagemFaleConoscoAdmin"; reason: unused.
Removed service "App\Application\Internit\FaleConoscoBundle\ApplicationInternitFaleConoscoBundle"; reason: unused.
Removed service "App\Application\Internit\FaleConoscoBundle\Entity\FaleConosco"; reason: unused.
Removed service "App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConosco"; reason: unused.
Removed service "App\Application\Internit\FaleConoscoBundle\Entity\MensagemFaleConoscoAnexo"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\ApplicationInternitFinanceiroBundle"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Entity\Contrato"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Entity\Empreendimento"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Entity\Unidade"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Model\AssuntoForm"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Model\Atendimento"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Model\AtendimentoDetalhes"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Model\Boleto"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Model\Cadastro"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Model\EmpreedimentoVenda"; reason: unused.
Removed service "App\Application\Internit\FinanceiroBundle\Types\TipoAtendimentoType"; reason: unused.
Removed service "App\Application\Internit\GaleriaEmpreendimentoBundle\Admin\GaleriaEmpreendimentoAdmin"; reason: unused.
Removed service "App\Application\Internit\GaleriaEmpreendimentoBundle\ApplicationInternitGaleriaEmpreendimentoBundle"; reason: unused.
Removed service "App\Application\Internit\GaleriaEmpreendimentoBundle\Entity\GaleriaEmpreendimento"; reason: unused.
Removed service "App\Application\Internit\GarantiaBundle\Admin\GarantiaAdmin"; reason: unused.
Removed service "App\Application\Internit\GarantiaBundle\Admin\UnidadeGarantiaAdmin"; reason: unused.
Removed service "App\Application\Internit\GarantiaBundle\ApplicationInternitGarantiaBundle"; reason: unused.
Removed service "App\Application\Internit\GarantiaBundle\Entity\Garantia"; reason: unused.
Removed service "App\Application\Internit\GarantiaBundle\Entity\UnidadeGarantia"; reason: unused.
Removed service "App\Application\Internit\ImportacaoBundle\Admin\ImportacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\ImportacaoBundle\ApplicationInternitImportacaoBundle"; reason: unused.
Removed service "App\Application\Internit\ImportacaoBundle\Entity\Importacao"; reason: unused.
Removed service "App\Application\Internit\ImportacaoBundle\Repository\Importacao"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\Admin\IndiceCorrecaoAdmin"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\Admin\IndiceCorrecaoItemAdmin"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\Admin\TipoIndiceAdmin"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\ApplicationInternitIndiceCorrecaoBundle"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecao"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\Entity\IndiceCorrecaoItem"; reason: unused.
Removed service "App\Application\Internit\IndiceCorrecaoBundle\Entity\TipoIndice"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\ApplicationInternitIntegracaoBundle"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Model\BoletoDTO"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Model\DemonstrativoPagamentoDTO"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Model\EmpreendimentoVendaDTO"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Model\PaymentSlipNotificationDTO"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Sienge\Entity\Boleto"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Sienge\Entity\Cliente"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Sienge\Entity\Contrato"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Sienge\Entity\Empreendimento"; reason: unused.
Removed service "App\Application\Internit\IntegracaoBundle\Sienge\Entity\Unidade"; reason: unused.
Removed service "App\Application\Internit\OrdemServicoBundle\Admin\OrdemServicoAdmin"; reason: unused.
Removed service "App\Application\Internit\OrdemServicoBundle\ApplicationInternitOrdemServicoBundle"; reason: unused.
Removed service "App\Application\Internit\OrdemServicoBundle\Entity\OrdemServico"; reason: unused.
Removed service "App\Application\Internit\PerguntaFrequenteBundle\Admin\PerguntaFrequenteAdmin"; reason: unused.
Removed service "App\Application\Internit\PerguntaFrequenteBundle\ApplicationInternitPerguntaFrequenteBundle"; reason: unused.
Removed service "App\Application\Internit\PerguntaFrequenteBundle\Entity\PerguntaFrequente"; reason: unused.
Removed service "App\Application\Internit\PeriodoAgendamentoBundle\Admin\PeriodoAgendamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\PeriodoAgendamentoBundle\ApplicationInternitPeriodoAgendamentoBundle"; reason: unused.
Removed service "App\Application\Internit\PeriodoAgendamentoBundle\Entity\PeriodoAgendamento"; reason: unused.
Removed service "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Admin\PeriodoDisponivelAgendamentoAdmin"; reason: unused.
Removed service "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\ApplicationInternitPeriodoDisponivelAgendamentoBundle"; reason: unused.
Removed service "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Entity\PeriodoDisponivelAgendamento"; reason: unused.
Removed service "App\Application\Internit\PesquisaSatisfacaoBundle\Admin\PerguntaAdmin"; reason: unused.
Removed service "App\Application\Internit\PesquisaSatisfacaoBundle\Admin\PesquisaSatisfacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\PesquisaSatisfacaoBundle\ApplicationInternitPesquisaSatisfacaoBundle"; reason: unused.
Removed service "App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Pergunta"; reason: unused.
Removed service "App\Application\Internit\PesquisaSatisfacaoBundle\Entity\PesquisaSatisfacao"; reason: unused.
Removed service "App\Application\Internit\PesquisaSatisfacaoBundle\Entity\Resposta"; reason: unused.
Removed service "App\Application\Internit\ProfissaoBundle\Admin\ProfissaoAdmin"; reason: unused.
Removed service "App\Application\Internit\ProfissaoBundle\ApplicationInternitProfissaoBundle"; reason: unused.
Removed service "App\Application\Internit\ProfissaoBundle\Entity\Profissao"; reason: unused.
Removed service "App\Application\Internit\ProfissionalBundle\Admin\ProfissionalAdmin"; reason: unused.
Removed service "App\Application\Internit\ProfissionalBundle\ApplicationInternitProfissionalBundle"; reason: unused.
Removed service "App\Application\Internit\ProfissionalBundle\Entity\Profissional"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Admin\RelatorioAdmin"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Admin\RelatorioGeralAdmin"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\ApplicationInternitRelatorioBundle"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Entity\Relatorio"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Entity\RelatorioGeral"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Service\BaseRelatorioService"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Service\OrdemServicoRelatorioService"; reason: unused.
Removed service "App\Application\Internit\RelatorioBundle\Service\RelatorioGeralService"; reason: unused.
Removed service "App\Application\Internit\RespostaSolicitacaoBundle\Admin\RespostaSolicitacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\RespostaSolicitacaoBundle\ApplicationInternitRespostaSolicitacaoBundle"; reason: unused.
Removed service "App\Application\Internit\RespostaSolicitacaoBundle\Entity\RespostaSolicitacao"; reason: unused.
Removed service "App\Application\Internit\SacBundle\Admin\SacAdmin"; reason: unused.
Removed service "App\Application\Internit\SacBundle\ApplicationInternitSacBundle"; reason: unused.
Removed service "App\Application\Internit\SacBundle\Entity\Sac"; reason: unused.
Removed service "App\Application\Internit\SolicitacaoBundle\Admin\SolicitacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\SolicitacaoBundle\ApplicationInternitSolicitacaoBundle"; reason: unused.
Removed service "App\Application\Internit\SolicitacaoBundle\Entity\Solicitacao"; reason: unused.
Removed service "App\Application\Internit\StatusEmpreendimentoBundle\Admin\StatusEmpreendimentoAdmin"; reason: unused.
Removed service "App\Application\Internit\StatusEmpreendimentoBundle\ApplicationInternitStatusEmpreendimentoBundle"; reason: unused.
Removed service "App\Application\Internit\StatusEmpreendimentoBundle\Entity\StatusEmpreendimento"; reason: unused.
Removed service "App\Application\Internit\StatusSolicitacaoBundle\Admin\StatusSolicitacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\StatusSolicitacaoBundle\ApplicationInternitStatusSolicitacaoBundle"; reason: unused.
Removed service "App\Application\Internit\StatusSolicitacaoBundle\Entity\StatusSolicitacao"; reason: unused.
Removed service "App\Application\Internit\TipoClienteBundle\Admin\TipoClienteAdmin"; reason: unused.
Removed service "App\Application\Internit\TipoClienteBundle\ApplicationInternitTipoClienteBundle"; reason: unused.
Removed service "App\Application\Internit\TipoClienteBundle\Entity\TipoCliente"; reason: unused.
Removed service "App\Application\Internit\TipoSolicitacaoBundle\Admin\AssuntoAdmin"; reason: unused.
Removed service "App\Application\Internit\TipoSolicitacaoBundle\Admin\TipoSolicitacaoAdmin"; reason: unused.
Removed service "App\Application\Internit\TipoSolicitacaoBundle\ApplicationInternitTipoSolicitacaoBundle"; reason: unused.
Removed service "App\Application\Internit\TipoSolicitacaoBundle\Entity\Assunto"; reason: unused.
Removed service "App\Application\Internit\TipoSolicitacaoBundle\Entity\TipoSolicitacao"; reason: unused.
Removed service "App\Application\Internit\TopicoBundle\Admin\TopicoAdmin"; reason: unused.
Removed service "App\Application\Internit\TopicoBundle\ApplicationInternitTopicoBundle"; reason: unused.
Removed service "App\Application\Internit\TopicoBundle\Entity\Topico"; reason: unused.
Removed service "App\Application\Internit\UnidadeBundle\Admin\UnidadeAdmin"; reason: unused.
Removed service "App\Application\Internit\UnidadeBundle\ApplicationInternitUnidadeBundle"; reason: unused.
Removed service "App\Application\Internit\UnidadeBundle\Entity\Unidade"; reason: unused.
Removed service "App\Application\Internit\UnidadeClienteBundle\Admin\UnidadeClienteAdmin"; reason: unused.
Removed service "App\Application\Internit\UnidadeClienteBundle\ApplicationInternitUnidadeClienteBundle"; reason: unused.
Removed service "App\Application\Internit\UnidadeClienteBundle\Entity\UnidadeCliente"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Admin\Base\BaseAdmin"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Admin\ContentAdmin"; reason: unused.
Removed service "App\Application\Project\ContentBundle\ApplicationProjectContentBundle"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Attributes\ARR"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Attributes\Acl\Admin"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Attributes\Acl\Api"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Attributes\Acl\Web"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Entity\BaseAdminUser"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Entity\BaseEntity"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Entity\BaseUser"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Entity\Content"; reason: unused.
Removed service "App\Application\Project\ContentBundle\EventListener\ExceptionListener"; reason: unused.
Removed service "App\Application\Project\ContentBundle\EventListener\MenuBuilderListener"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Service\BaseACL"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Service\FilterDoctrine"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Service\ObjectTransformer"; reason: unused.
Removed service "App\Application\Project\ContentBundle\Service\SerializerObjects"; reason: unused.
Removed service "App\Application\Project\MediaBundle\ApplicationProjectMediaBundle"; reason: unused.
Removed service "App\Application\Project\MediaBundle\Service\MediaService"; reason: unused.
Removed service "App\Application\Project\MediaBundle\Service\MockMediaPool"; reason: unused.
Removed service "App\Application\Project\SecurityAdminBundle\Admin\GroupAdminAdmin"; reason: unused.
Removed service "App\Application\Project\SecurityAdminBundle\Admin\UserAdminAdmin"; reason: unused.
Removed service "App\Application\Project\SecurityAdminBundle\ApplicationProjectSecurityAdminBundle"; reason: unused.
Removed service "App\Application\Project\SecurityAdminBundle\Entity\GroupAdmin"; reason: unused.
Removed service "App\Application\Project\SecurityAdminBundle\Entity\UserAdmin"; reason: unused.
Removed service "App\Application\Project\SecurityUserBundle\Admin\GroupAdmin"; reason: unused.
Removed service "App\Application\Project\SecurityUserBundle\Admin\UserAdmin"; reason: unused.
Removed service "App\Application\Project\SecurityUserBundle\ApplicationProjectSecurityUserBundle"; reason: unused.
Removed service "App\Application\Project\SecurityUserBundle\Entity\Group"; reason: unused.
Removed service "App\Application\Project\SecurityUserBundle\Entity\User"; reason: unused.
Removed service "App\Application\Project\SecurityUserBundle\EventListener\ExceptionListener"; reason: unused.
Removed service "App\Application\Project\SettingBundle\Admin\SmtpEmailAdmin"; reason: unused.
Removed service "App\Application\Project\SettingBundle\ApplicationProjectSettingBundle"; reason: unused.
Removed service "App\Application\Project\SettingBundle\Entity\SmtpEmail"; reason: unused.
Removed service "GuzzleHttp\Client"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service "security.user_checker.chain.web"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~XwKhTYW"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "sonata.media.thumbnail.file"; reason: unused.
Removed service "sonata.media.adapter.image.imagick"; reason: unused.
Removed service "sonata.media.adapter.image.gmagick"; reason: unused.
Removed service "sonata.media.formatter.twig"; reason: unused.
Removed service "sonata.media.security.public_strategy"; reason: unused.
Removed service "sonata.media.security.forbidden_strategy"; reason: unused.
Removed service "sonata.media.security.session_strategy"; reason: unused.
Removed service "sonata.media.security.connected_strategy"; reason: unused.
Removed service "sonata.media.adapter.service.azure"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.request.param_fetcher"; reason: unused.
Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service ".service_locator.XwLUNOl"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AppApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AppApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AppApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\BlocoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\BlocoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\BlocoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ClienteApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ClienteApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ClienteApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\CronApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\CronApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\CronApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DashboardApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DashboardApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DashboardApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DependenteApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DependenteApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DependenteApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DownloadApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DownloadApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\DownloadApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\EmpresaApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\EmpresaApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\EmpresaApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FaqApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FaqApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FaqApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\GarantiaApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\GarantiaApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\GarantiaApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\SacApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\SacApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\SacApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\UnidadeApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\UnidadeApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ApiBundle\Controller\UnidadeApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AppBundle\Controller\AppAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AppBundle\Controller\AppAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\AppBundle\Controller\AppAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.cIxiQbG"; reason: unused.
Removed service ".service_locator.cIxiQbG.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::setSiengeImportService()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DownloadBundle\Controller\DownloadApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DownloadBundle\Controller\DownloadApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\DownloadBundle\Controller\DownloadApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaBundle\Controller\EtapaApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaBundle\Controller\EtapaApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\EtapaBundle\Controller\EtapaApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\SacBundle\Controller\SacAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\SacBundle\Controller\SacAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\SacBundle\Controller\SacAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TopicoBundle\Controller\TopicoApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TopicoBundle\Controller\TopicoApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\TopicoBundle\Controller\TopicoApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\AdminHomeController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\AdminHomeController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\AdminHomeController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\Base\BaseApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\Base\BaseApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\Base\BaseApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\ContentAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\ContentAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\ContentBundle\Controller\ContentAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\MediaBundle\Controller\GaleriaApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\MediaBundle\Controller\GaleriaApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\MediaBundle\Controller\GaleriaApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\MediaBundle\Controller\MediaApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\MediaBundle\Controller\MediaApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\MediaBundle\Controller\MediaApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\AuthApController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\AuthApController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\AuthApController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\UserAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\UserAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\UserAdminController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\UserApiController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\UserApiController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SecurityUserBundle\Controller\UserApiController::formatTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::formatDate()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::formatDateTime()"; reason: unused.
Removed service ".service_locator.XwLUNOl.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::formatTime()"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.Vb01FXJ.App\Controller\CreateGalleryAction"; reason: unused.
Removed service ".service_locator.TJNRSaV"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
603
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController" to "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController" to "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController" to "App\Application\Internit\AcompanhamentoBundle\Controller\AcompanhamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController" to "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController" to "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController" to "App\Application\Internit\AgendamentoBundle\Controller\AgendamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController" to "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController" to "App\Application\Internit\AndamentoSolicitacaoBundle\Controller\AndamentoSolicitacaoWebController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController" to "App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\AppApiController" to "App\Application\Internit\ApiBundle\Controller\AppApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController" to "App\Application\Internit\ApiBundle\Controller\AssuntosTipoSolicitacaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\AuthClienteApiController" to "App\Application\Internit\ApiBundle\Controller\AuthClienteApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\BlocoApiController" to "App\Application\Internit\ApiBundle\Controller\BlocoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController" to "App\Application\Internit\ApiBundle\Controller\CategoriaTipoSolicitacaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\ClienteApiController" to "App\Application\Internit\ApiBundle\Controller\ClienteApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController" to "App\Application\Internit\ApiBundle\Controller\ClienteProfileApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\ComunicadoApiController" to "App\Application\Internit\ApiBundle\Controller\ComunicadoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\CronApiController" to "App\Application\Internit\ApiBundle\Controller\CronApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\DashboardApiController" to "App\Application\Internit\ApiBundle\Controller\DashboardApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\DepartamentoApiController" to "App\Application\Internit\ApiBundle\Controller\DepartamentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\DependenteApiController" to "App\Application\Internit\ApiBundle\Controller\DependenteApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\DownloadApiController" to "App\Application\Internit\ApiBundle\Controller\DownloadApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController" to "App\Application\Internit\ApiBundle\Controller\EmpreendimentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\EmpresaApiController" to "App\Application\Internit\ApiBundle\Controller\EmpresaApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController" to "App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\FaqApiController" to "App\Application\Internit\ApiBundle\Controller\FaqApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController" to "App\Application\Internit\ApiBundle\Controller\FinanceiroApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\GarantiaApiController" to "App\Application\Internit\ApiBundle\Controller\GarantiaApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController" to "App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController" to "App\Application\Internit\ApiBundle\Controller\PeriodoDisponivelAgendamentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController" to "App\Application\Internit\ApiBundle\Controller\PesquisaSatisfacaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController" to "App\Application\Internit\ApiBundle\Controller\ResetPasswordApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\SacApiController" to "App\Application\Internit\ApiBundle\Controller\SacApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController" to "App\Application\Internit\ApiBundle\Controller\SolicitacaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\TestDevApiController" to "App\Application\Internit\ApiBundle\Controller\TestDevApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController" to "App\Application\Internit\ApiBundle\Controller\TipoSolicitacaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ApiBundle\Controller\UnidadeApiController" to "App\Application\Internit\ApiBundle\Controller\UnidadeApiController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\AppBundle\Controller\AppAdminController" to "App\Application\Internit\AppBundle\Controller\AppAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\BlocoBundle\Controller\BlocoAdminController" to "App\Application\Internit\BlocoBundle\Controller\BlocoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\BlocoBundle\Controller\BlocoWebController" to "App\Application\Internit\BlocoBundle\Controller\BlocoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController" to "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController" to "App\Application\Internit\CategoriaTipoSolicitacaoBundle\Controller\CategoriaTipoSolicitacaoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\ClienteBundle\Controller\ClienteAdminController" to "App\Application\Internit\ClienteBundle\Controller\ClienteAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController" to "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController" to "App\Application\Internit\ClienteBundle\Controller\ClientePortalFinanceiroWebController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ClienteBundle\Controller\ClienteWebController" to "App\Application\Internit\ClienteBundle\Controller\ClienteWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController" to "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController" to "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController" to "App\Application\Internit\ComunicadoBundle\Controller\ComunicadoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController" to "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController" to "App\Application\Internit\DepartamentoBundle\Controller\DepartamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController" to "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController" to "App\Application\Internit\DiaIndisponivelAgendamentoBundle\Controller\DiaIndisponivelAgendamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController" to "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController" to "App\Application\Internit\DiaSemanaBundle\Controller\DiaSemanaWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\DownloadBundle\Controller\DownloadAdminController" to "App\Application\Internit\DownloadBundle\Controller\DownloadAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\DownloadBundle\Controller\DownloadApiController" to "App\Application\Internit\DownloadBundle\Controller\DownloadApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\DownloadBundle\Controller\DownloadWebController" to "App\Application\Internit\DownloadBundle\Controller\DownloadWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController" to "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController" to "App\Application\Internit\EmpreendimentoBundle\Controller\EmpreendimentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController" to "App\Application\Internit\EmpresaBundle\Controller\EmpresaAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController" to "App\Application\Internit\EmpresaBundle\Controller\EmpresaApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController" to "App\Application\Internit\EmpresaBundle\Controller\EmpresaWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController" to "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController" to "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController" to "App\Application\Internit\EtapaAcompanhamentoBundle\Controller\EtapaAcompanhamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\EtapaBundle\Controller\EtapaAdminController" to "App\Application\Internit\EtapaBundle\Controller\EtapaAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EtapaBundle\Controller\EtapaApiController" to "App\Application\Internit\EtapaBundle\Controller\EtapaApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\EtapaBundle\Controller\EtapaWebController" to "App\Application\Internit\EtapaBundle\Controller\EtapaWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController" to "App\Application\Internit\FaleConoscoBundle\Controller\FaleConoscoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\FinanceiroBundle\Controller\DefaultController" to "App\Application\Internit\FinanceiroBundle\Controller\DefaultController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController" to "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController" to "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController" to "App\Application\Internit\GaleriaEmpreendimentoBundle\Controller\GaleriaEmpreendimentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController" to "App\Application\Internit\GarantiaBundle\Controller\GarantiaAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController" to "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController" to "App\Application\Internit\ImportacaoBundle\Controller\ImportacaoApiController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController" to "App\Application\Internit\IndiceCorrecaoBundle\Controller\IndiceCorrecaoAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController" to "App\Application\Internit\IndiceCorrecaoBundle\Controller\TipoIndiceAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController" to "App\Application\Internit\IntegracaoBundle\Sienge\Controller\PaymentSlipNotificationController".
Inlined service "App\Application\Internit\IntegracaoBundle\Sienge\Middleware\RateLimitHandler" to "App\Application\Internit\IntegracaoBundle\Sienge\Service\SiengeHttpClient".
Inlined service "App\Application\Internit\IntegracaoBundle\Sienge\Middleware\SiengeDataNormalizer" to "App\Application\Internit\IntegracaoBundle\Sienge\Service\SiengeImportService".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController" to "App\Application\Internit\OrdemServicoBundle\Controller\OrdemServicoAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController" to "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController" to "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController" to "App\Application\Internit\PerguntaFrequenteBundle\Controller\PerguntaFrequenteWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController" to "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController" to "App\Application\Internit\PeriodoAgendamentoBundle\Controller\PeriodoAgendamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController" to "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController" to "App\Application\Internit\PeriodoDisponivelAgendamentoBundle\Controller\PeriodoDisponivelAgendamentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController" to "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PerguntaAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController" to "App\Application\Internit\PesquisaSatisfacaoBundle\Controller\PesquisaSatisfacaoAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController" to "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController" to "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController" to "App\Application\Internit\ProfissaoBundle\Controller\ProfissaoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController" to "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController" to "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController" to "App\Application\Internit\ProfissionalBundle\Controller\ProfissionalWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController" to "App\Application\Internit\RelatorioBundle\Controller\RelatorioAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController" to "App\Application\Internit\RelatorioBundle\Controller\RelatorioGeralAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController" to "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController" to "App\Application\Internit\RespostaSolicitacaoBundle\Controller\RespostaSolicitacaoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\SacBundle\Controller\SacAdminController" to "App\Application\Internit\SacBundle\Controller\SacAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\SacBundle\Controller\SacWebController" to "App\Application\Internit\SacBundle\Controller\SacWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController" to "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController" to "App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController" to "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController" to "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController" to "App\Application\Internit\StatusEmpreendimentoBundle\Controller\StatusEmpreendimentoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController" to "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController" to "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController" to "App\Application\Internit\StatusSolicitacaoBundle\Controller\StatusSolicitacaoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController" to "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController" to "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController" to "App\Application\Internit\TipoClienteBundle\Controller\TipoClienteWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController" to "App\Application\Internit\TipoSolicitacaoBundle\Controller\AssuntoAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController" to "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController" to "App\Application\Internit\TipoSolicitacaoBundle\Controller\TipoSolicitacaoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\TopicoBundle\Controller\TopicoAdminController" to "App\Application\Internit\TopicoBundle\Controller\TopicoAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\TopicoBundle\Controller\TopicoApiController" to "App\Application\Internit\TopicoBundle\Controller\TopicoApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\TopicoBundle\Controller\TopicoWebController" to "App\Application\Internit\TopicoBundle\Controller\TopicoWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController" to "App\Application\Internit\UnidadeBundle\Controller\UnidadeAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController" to "App\Application\Internit\UnidadeBundle\Controller\UnidadeWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController" to "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController" to "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController" to "App\Application\Internit\UnidadeClienteBundle\Controller\UnidadeClienteWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\ContentBundle\Controller\AdminHomeController" to "App\Application\Project\ContentBundle\Controller\AdminHomeController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\ContentBundle\Controller\Base\BaseAdminController" to "App\Application\Project\ContentBundle\Controller\Base\BaseAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\ContentBundle\Controller\Base\BaseApiController" to "App\Application\Project\ContentBundle\Controller\Base\BaseApiController".
Inlined service ".service_locator.7JC8.yo.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController" to "App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\ContentBundle\Controller\Base\BaseWebController" to "App\Application\Project\ContentBundle\Controller\Base\BaseWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\ContentBundle\Controller\ContentAdminController" to "App\Application\Project\ContentBundle\Controller\ContentAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\ContentBundle\Controller\ContentWebController" to "App\Application\Project\ContentBundle\Controller\ContentWebController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\MediaBundle\Controller\GaleriaApiController" to "App\Application\Project\MediaBundle\Controller\GaleriaApiController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\MediaBundle\Controller\MediaApiController" to "App\Application\Project\MediaBundle\Controller\MediaApiController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController" to "App\Application\Project\SecurityAdminBundle\Controller\GroupAdminAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController" to "App\Application\Project\SecurityAdminBundle\Controller\UserAdminAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\SecurityUserBundle\Controller\AuthApController" to "App\Application\Project\SecurityUserBundle\Controller\AuthApController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController" to "App\Application\Project\SecurityUserBundle\Controller\AuthUserWebController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\SecurityUserBundle\Controller\GroupAdminController" to "App\Application\Project\SecurityUserBundle\Controller\GroupAdminController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\SecurityUserBundle\Controller\UserAdminController" to "App\Application\Project\SecurityUserBundle\Controller\UserAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Application\Project\SecurityUserBundle\Controller\UserApiController" to "App\Application\Project\SecurityUserBundle\Controller\UserApiController".
Inlined service ".service_locator.ezh.KM8.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController" to "App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController".
Inlined service ".service_locator.Vb01FXJ.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.__Qcdb6" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.njb2unH" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.UoTJz6S" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.tHGjwPl" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.E88MRC_" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Application\Project\MediaBundle\Twig\SonataMediaTwigExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata.media.twig.extension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "sonata.media.twig.global" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.4OyO3XG" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.5ltxHEW" to "security.helper".
Inlined service ".service_locator.qe07GcU" to "security.helper".
Inlined service ".service_locator.7sW05Qa" to "security.helper".
Inlined service ".service_locator.Vhu5q01" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.F1Z5kfg" to "security.access_map".
Inlined service ".security.request_matcher.zcnB5SZ" to "security.access_map".
Inlined service ".security.request_matcher.LLP25rz" to "security.access_map".
Inlined service ".security.request_matcher.uvFt06i" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service ".security.request_matcher.3qgJVJN" to ".security.request_matcher.NaFk5J1".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "App\Application\Project\SecurityUserBundle\Security\ApiAccessDeniedHandler" to "security.exception_listener.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.TzAbjfk" to ".security.request_matcher.kmerxKw".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "App\Application\Project\SecurityAdminBundle\Security\AdminAccessDeniedHandler" to "security.exception_listener.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.jor1Ghd".
Inlined service "debug.security.firewall.authenticator.web.inner" to "debug.security.firewall.authenticator.web".
Inlined service "App\Application\Project\SecurityUserBundle\Security\CustomAuthenticationEntryPoint" to "security.exception_listener.web".
Inlined service "security.exception_listener.web" to "security.firewall.map.context.web".
Inlined service "security.logout_listener.web" to "security.firewall.map.context.web".
Inlined service ".security.request_matcher.mAE4hmT" to ".security.request_matcher.F1Z5kfg".
Inlined service ".security.request_matcher.KKIeLE6" to ".security.request_matcher.zcnB5SZ".
Inlined service ".security.request_matcher.iw792ob" to ".security.request_matcher.LLP25rz".
Inlined service ".security.request_matcher.2RxH2ys" to ".security.request_matcher.uvFt06i".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service ".service_locator.pWAGyOi" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator._8anbdp" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.assets.version_strategy" to "sonata.admin.assets.package".
Inlined service ".service_locator.Nr_D1_R" to "sonata.admin.pool".
Inlined service ".service_locator.8KYpGZg" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.DVbCv4S" to "sonata.admin.audit.manager".
Inlined service ".service_locator.fF2rtFy.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "sonata.media.security.superadmin_strategy" to "sonata.media.pool".
Inlined service "sonata.media.provider.file" to "sonata.media.pool".
Inlined service "sonata.media.provider.youtube" to "sonata.media.pool".
Inlined service "sonata.media.provider.dailymotion" to "sonata.media.pool".
Inlined service "sonata.media.provider.vimeo" to "sonata.media.pool".
Inlined service "sonata.media.resizer.crop" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.resizer.square" to "sonata.media.thumbnail.format".
Inlined service "sonata.media.metadata.noop" to "sonata.media.metadata.proxy".
Inlined service ".service_locator.CyR4poO.sonata.media.controller.media.admin" to "sonata.media.controller.media.admin".
Inlined service ".service_locator.fF2rtFy.sonata.media.controller.gallery.admin" to "sonata.media.controller.gallery.admin".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "simplethings_entityaudit.username_callable.token_storage" to "simplethings_entityaudit.config".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.web.inner" to "debug.security.event_dispatcher.web".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service ".service_locator.k4ZXoaf" to ".service_locator.k4ZXoaf.App\Application\Internit\ApiBundle\Controller\AcompanhamentoApiController::showAction()".
Inlined service ".service_locator.PeLPqzW" to ".service_locator.PeLPqzW.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::listAction()".
Inlined service ".service_locator.ufsd2Y6" to ".service_locator.ufsd2Y6.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::showAction()".
Inlined service ".service_locator.rDaiM.a" to ".service_locator.rDaiM.a.App\Application\Internit\ApiBundle\Controller\FaleConoscoApiController::replyAction()".
Inlined service ".service_locator.FuM.UIN" to ".service_locator.FuM.UIN.App\Application\Internit\ApiBundle\Controller\FinanceiroApiController::listAction()".
Inlined service ".service_locator.ByAIuMi" to ".service_locator.ByAIuMi.App\Application\Internit\ApiBundle\Controller\OrdemServicoApiController::osToJson()".
Inlined service ".service_locator.Nw5LNGs" to ".service_locator.Nw5LNGs.App\Application\Internit\SolicitacaoBundle\Controller\SolicitacaoAdminController::createOrdemServico()".
Inlined service ".service_locator.JsrCExF" to ".service_locator.JsrCExF.App\Application\Project\SettingBundle\Controller\SmtpEmailAdminController::testAction()".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.7JC8.yo" to ".service_locator.7JC8.yo.App\Application\Project\ContentBundle\Controller\Base\BaseCRUDController".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.mVqIsAD" to ".service_locator.mVqIsAD.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.CyR4poO" to ".service_locator.CyR4poO.sonata.media.controller.media.admin".
Inlined service ".service_locator.z9BtxXI" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.fythSNW" to "console.command_loader".
Inlined service ".service_locator.mVqIsAD.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "sonata.media.http.base_client" to "sonata.media.pool".
Inlined service "sonata.media.http.base_message_factory" to "sonata.media.pool".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
7
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.controller_resolver", "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.web", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.web", "fos_rest.serializer.form_error_handler", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "sonata.admin.template_registry" was defined on service(s) "project.content.content.template_registry", "project.content.setting.template_registry", "internit.importacaoBundle.importacao.template_registry", "project.security.provider.admin.user.template_registry", "project.security.provider.admin.group.template_registry", "internit.relatorioBundle.relatorio_geral.template_registry", "internit.relatorioBundle.relatorio1.template_registry", "project.security.provider.api.user.template_registry", "project.security.provider.api.group.template_registry", "internit.empresabundle.empresa.template_registry", "internit.appbundle.app.template_registry", "internit.tipoclientebundle.tipocliente.template_registry", "internit.clientebundle.cliente.template_registry", "internit.unidadeclientebundle.unidadecliente.template_registry", "internit.statusempreendimentobundle.statusempreendimento.template_registry", "internit.empreendimentobundle.empreendimento.template_registry", "internit.blocobundle.bloco.template_registry", "internit.unidadebundle.unidade.template_registry", "internit.etapabundle.etapa.template_registry", "internit.acompanhamentobundle.acompanhamento.template_registry", "internit.etapaacompanhamentobundle.etapaacompanhamento.template_registry", "internit.galeriaempreendimentobundle.galeriaempreendimento.template_registry", "internit.statussolicitacaobundle.statussolicitacao.template_registry", "internit.categoriatiposolicitacaobundle.categoriatiposolicitacao.template_registry", "internit.tiposolicitacaobundle.tiposolicitacao.template_registry", "internit.tiposolicitacaobundle.assunto.template_registry", "internit.solicitacaobundle.solicitacao.template_registry", "internit.andamentosolicitacaobundle.andamentosolicitacao.template_registry", "internit.respostasolicitacaobundle.respostasolicitacao.template_registry", "internit.ordemServico.ordemServico.template_registry", "internit.periododisponivelagendamentobundle.periododisponivelagendamento.template_registry", "internit.diaindisponivelagendamentobundle.diaindisponivelagendamento.template_registry", "internit.profissaobundle.profissao.template_registry", "internit.profissionalbundle.profissional.template_registry", "internit.comunicadobundle.comunicado.template_registry", "internit.downloadbundle.download.template_registry", "internit.indicecorrecaobundle.tipoindice.template_registry", "internit.indicecorrecaobundle.indicecorrecao.template_registry", "internit.indicecorrecaobundle.indicecorrecaoitem.template_registry", "internit.pesquisasatisfacao.pergunta.template_registry", "internit.pesquisasatisfacao.pesquisasatisfacao.template_registry", "internit.departamentobundle.departamento.template_registry", "internit.sacbundle.sac.template_registry", "internit.faleconosco.faleconosco.template_registry", "internit.faleconosco.mensagemfaleconosco.template_registry", "internit.topicobundle.topico.template_registry", "internit.perguntafrequentebundle.perguntafrequente.template_registry", "internit.acompanhamentobundle.acompanhamentobloco.template_registry", "internit.acompanhamentobundle.acompanhamentogaleria.template_registry", "internit.configuracaoacompanhamentobundle.configuracaoacompanhamento.template_registry", "internit.acompanhamentoexternobundle.acompanhamentoexterno.template_registry", "internit.acompanhamentositebundle.acompanhamentosite.template_registry", "sonata.media.admin.media.template_registry", "sonata.media.admin.gallery.template_registry", "sonata.media.admin.gallery_item.template_registry", but was never used.
6
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.