var/cache/dev/ContainerQx8B0ya/srcApp_KernelDevDebugContainer.php line 1969

Open in your IDE?
  1. <?php
  2. namespace ContainerQx8B0ya;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 4; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'App\\Model\\BoletimModel' => 'getBoletimModelService',
  39.             'App\\Model\\FranquiaModel' => 'getFranquiaModelService',
  40.             'App\\Model\\PropostaModel' => 'getPropostaModelService',
  41.             'App\\Model\\RelatorioTecnicoModel' => 'getRelatorioTecnicoModelService',
  42.             'App\\Services\\ToolService' => 'getToolServiceService',
  43.             'cache.app' => 'getCache_AppService',
  44.             'cache.system' => 'getCache_SystemService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  50.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  51.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  52.             'event_dispatcher' => 'getEventDispatcherService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  57.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  58.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  59.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  60.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  61.             'profiler' => 'getProfilerService',
  62.             'request_stack' => 'getRequestStackService',
  63.             'router' => 'getRouterService',
  64.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65.             'security.token_storage' => 'getSecurity_TokenStorageService',
  66.             'serializer' => 'getSerializerService',
  67.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  68.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  69.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  70.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  71.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  72.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  73.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  74.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  75.             'sonata.intl.locale_detector.request_stack' => 'getSonata_Intl_LocaleDetector_RequestStackService',
  76.             'sonata.intl.templating.helper.datetime' => 'getSonata_Intl_Templating_Helper_DatetimeService',
  77.             'sonata.intl.templating.helper.locale' => 'getSonata_Intl_Templating_Helper_LocaleService',
  78.             'sonata.intl.templating.helper.number' => 'getSonata_Intl_Templating_Helper_NumberService',
  79.             'sonata.intl.timezone_detector.chain' => 'getSonata_Intl_TimezoneDetector_ChainService',
  80.             'sonata.intl.timezone_detector.locale' => 'getSonata_Intl_TimezoneDetector_LocaleService',
  81.             'sonata.intl.timezone_detector.user' => 'getSonata_Intl_TimezoneDetector_UserService',
  82.             'templating' => 'getTemplatingService',
  83.             'translator' => 'getTranslatorService',
  84.             'twig' => 'getTwigService',
  85.             'validator' => 'getValidatorService',
  86.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  87.         ];
  88.         $this->fileMap = [
  89.             'App\\Controller\\API\\APIUserController' => 'getAPIUserControllerService.php',
  90.             'App\\Controller\\API\\BaseRestAPIController' => 'getBaseRestAPIControllerService.php',
  91.             'App\\Controller\\App\\AcessoClienteController' => 'getAcessoClienteControllerService.php',
  92.             'App\\Controller\\App\\AppController' => 'getAppControllerService.php',
  93.             'App\\Controller\\App\\UniLtecController' => 'getUniLtecControllerService.php',
  94.             'App\\Controller\\CRUD\\BaseCRUDController' => 'getBaseCRUDControllerService.php',
  95.             'App\\Controller\\CRUD\\BotetimMedicaoCRUDController' => 'getBotetimMedicaoCRUDControllerService.php',
  96.             'App\\Controller\\CRUD\\CentroCustoCRUDController' => 'getCentroCustoCRUDControllerService.php',
  97.             'App\\Controller\\CRUD\\ContasPagarReceberCRUDController' => 'getContasPagarReceberCRUDControllerService.php',
  98.             'App\\Controller\\CRUD\\ContratoClienteCRUDController' => 'getContratoClienteCRUDControllerService.php',
  99.             'App\\Controller\\CRUD\\FluxoCaixaCRUDController' => 'getFluxoCaixaCRUDControllerService.php',
  100.             'App\\Controller\\CRUD\\ImportacaoDadosCRUDController' => 'getImportacaoDadosCRUDControllerService.php',
  101.             'App\\Controller\\CRUD\\OrdemDeServicoCRUDController' => 'getOrdemDeServicoCRUDControllerService.php',
  102.             'App\\Controller\\CRUD\\PropostaComercialCRUDController' => 'getPropostaComercialCRUDControllerService.php',
  103.             'App\\Controller\\CRUD\\RelatorioMassaCRUDController' => 'getRelatorioMassaCRUDControllerService.php',
  104.             'App\\Controller\\CRUD\\RelatorioTecnicoCRUDController' => 'getRelatorioTecnicoCRUDControllerService.php',
  105.             'App\\Controller\\CRUD\\ServicoBoletimMedicaoCRUDController' => 'getServicoBoletimMedicaoCRUDControllerService.php',
  106.             'App\\Controller\\DebugController' => 'getDebugControllerService.php',
  107.             'App\\Controller\\RelatorioEquipamentoController' => 'getRelatorioEquipamentoControllerService.php',
  108.             'App\\Controller\\ServicoBoletimMedicaoAdminController' => 'getServicoBoletimMedicaoAdminControllerService.php',
  109.             'App\\Model\\CronJobScheduler' => 'getCronJobSchedulerService.php',
  110.             'App\\Services\\ImageCachingManager' => 'getImageCachingManagerService.php',
  111.             'App\\Services\\PushNotificationProcess' => 'getPushNotificationProcessService.php',
  112.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
  113.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  114.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  115.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  116.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  117.             'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
  118.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  119.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  120.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  121.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService.php',
  122.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService.php',
  123.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService.php',
  124.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService.php',
  125.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService.php',
  126.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService.php',
  127.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService.php',
  128.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService.php',
  129.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService.php',
  130.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService.php',
  131.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  132.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  133.             'admin.acesso_cliente' => 'getAdmin_AcessoClienteService.php',
  134.             'admin.acesso_cliente.template_registry' => 'getAdmin_AcessoCliente_TemplateRegistryService.php',
  135.             'admin.arquivo_colaborador' => 'getAdmin_ArquivoColaboradorService.php',
  136.             'admin.arquivo_colaborador.template_registry' => 'getAdmin_ArquivoColaborador_TemplateRegistryService.php',
  137.             'admin.arquivo_download' => 'getAdmin_ArquivoDownloadService.php',
  138.             'admin.arquivo_download.template_registry' => 'getAdmin_ArquivoDownload_TemplateRegistryService.php',
  139.             'admin.arquivo_empresa' => 'getAdmin_ArquivoEmpresaService.php',
  140.             'admin.arquivo_empresa.template_registry' => 'getAdmin_ArquivoEmpresa_TemplateRegistryService.php',
  141.             'admin.arquivo_os' => 'getAdmin_ArquivoOsService.php',
  142.             'admin.arquivo_os.template_registry' => 'getAdmin_ArquivoOs_TemplateRegistryService.php',
  143.             'admin.aternativa_questao_topico' => 'getAdmin_AternativaQuestaoTopicoService.php',
  144.             'admin.aternativa_questao_topico.template_registry' => 'getAdmin_AternativaQuestaoTopico_TemplateRegistryService.php',
  145.             'admin.boletim_medicao' => 'getAdmin_BoletimMedicaoService.php',
  146.             'admin.boletim_medicao.template_registry' => 'getAdmin_BoletimMedicao_TemplateRegistryService.php',
  147.             'admin.calibracao_equipamento' => 'getAdmin_CalibracaoEquipamentoService.php',
  148.             'admin.calibracao_equipamento.template_registry' => 'getAdmin_CalibracaoEquipamento_TemplateRegistryService.php',
  149.             'admin.categoria_download' => 'getAdmin_CategoriaDownloadService.php',
  150.             'admin.categoria_download.template_registry' => 'getAdmin_CategoriaDownload_TemplateRegistryService.php',
  151.             'admin.centro_custo' => 'getAdmin_CentroCustoService.php',
  152.             'admin.centro_custo.template_registry' => 'getAdmin_CentroCusto_TemplateRegistryService.php',
  153.             'admin.cliente' => 'getAdmin_ClienteService.php',
  154.             'admin.cliente.template_registry' => 'getAdmin_Cliente_TemplateRegistryService.php',
  155.             'admin.cliente_contato' => 'getAdmin_ClienteContatoService.php',
  156.             'admin.cliente_contato.template_registry' => 'getAdmin_ClienteContato_TemplateRegistryService.php',
  157.             'admin.colaborador' => 'getAdmin_ColaboradorService.php',
  158.             'admin.colaborador.template_registry' => 'getAdmin_Colaborador_TemplateRegistryService.php',
  159.             'admin.conta_pagar' => 'getAdmin_ContaPagarService.php',
  160.             'admin.conta_pagar.template_registry' => 'getAdmin_ContaPagar_TemplateRegistryService.php',
  161.             'admin.conta_receber' => 'getAdmin_ContaReceberService.php',
  162.             'admin.conta_receber.template_registry' => 'getAdmin_ContaReceber_TemplateRegistryService.php',
  163.             'admin.contrato_cliente' => 'getAdmin_ContratoClienteService.php',
  164.             'admin.contrato_cliente.template_registry' => 'getAdmin_ContratoCliente_TemplateRegistryService.php',
  165.             'admin.contrato_curso_aluno' => 'getAdmin_ContratoCursoAlunoService.php',
  166.             'admin.contrato_curso_aluno.template_registry' => 'getAdmin_ContratoCursoAluno_TemplateRegistryService.php',
  167.             'admin.devolucao_almoxarifado' => 'getAdmin_DevolucaoAlmoxarifadoService.php',
  168.             'admin.devolucao_almoxarifado.template_registry' => 'getAdmin_DevolucaoAlmoxarifado_TemplateRegistryService.php',
  169.             'admin.devolucao_item_almoxarifado' => 'getAdmin_DevolucaoItemAlmoxarifadoService.php',
  170.             'admin.devolucao_item_almoxarifado.template_registry' => 'getAdmin_DevolucaoItemAlmoxarifado_TemplateRegistryService.php',
  171.             'admin.diario_obra' => 'getAdmin_DiarioObraService.php',
  172.             'admin.diario_obra.template_registry' => 'getAdmin_DiarioObra_TemplateRegistryService.php',
  173.             'admin.diretor_cliente' => 'getAdmin_DiretorClienteService.php',
  174.             'admin.diretor_cliente.template_registry' => 'getAdmin_DiretorCliente_TemplateRegistryService.php',
  175.             'admin.empresa' => 'getAdmin_EmpresaService.php',
  176.             'admin.empresa.template_registry' => 'getAdmin_Empresa_TemplateRegistryService.php',
  177.             'admin.entrada_saida_equipamento' => 'getAdmin_EntradaSaidaEquipamentoService.php',
  178.             'admin.entrada_saida_equipamento.template_registry' => 'getAdmin_EntradaSaidaEquipamento_TemplateRegistryService.php',
  179.             'admin.equipamento' => 'getAdmin_EquipamentoService.php',
  180.             'admin.equipamento.template_registry' => 'getAdmin_Equipamento_TemplateRegistryService.php',
  181.             'admin.fluxo_caixa' => 'getAdmin_FluxoCaixaService.php',
  182.             'admin.fluxo_caixa.template_registry' => 'getAdmin_FluxoCaixa_TemplateRegistryService.php',
  183.             'admin.fornecedor' => 'getAdmin_FornecedorService.php',
  184.             'admin.fornecedor.template_registry' => 'getAdmin_Fornecedor_TemplateRegistryService.php',
  185.             'admin.imagem_relatorio' => 'getAdmin_ImagemRelatorioService.php',
  186.             'admin.imagem_relatorio.template_registry' => 'getAdmin_ImagemRelatorio_TemplateRegistryService.php',
  187.             'admin.importacao_dados' => 'getAdmin_ImportacaoDadosService.php',
  188.             'admin.importacao_dados.template_registry' => 'getAdmin_ImportacaoDados_TemplateRegistryService.php',
  189.             'admin.ordem_de_servico' => 'getAdmin_OrdemDeServicoService.php',
  190.             'admin.ordem_de_servico.template_registry' => 'getAdmin_OrdemDeServico_TemplateRegistryService.php',
  191.             'admin.patrimonio' => 'getAdmin_PatrimonioService.php',
  192.             'admin.patrimonio.template_registry' => 'getAdmin_Patrimonio_TemplateRegistryService.php',
  193.             'admin.perfil_user' => 'getAdmin_PerfilUserService.php',
  194.             'admin.perfil_user.template_registry' => 'getAdmin_PerfilUser_TemplateRegistryService.php',
  195.             'admin.proposta_comercial' => 'getAdmin_PropostaComercialService.php',
  196.             'admin.proposta_comercial.template_registry' => 'getAdmin_PropostaComercial_TemplateRegistryService.php',
  197.             'admin.registro_caixa_rotativo' => 'getAdmin_RegistroCaixaRotativoService.php',
  198.             'admin.registro_caixa_rotativo.template_registry' => 'getAdmin_RegistroCaixaRotativo_TemplateRegistryService.php',
  199.             'admin.relatorio_tecnico' => 'getAdmin_RelatorioTecnicoService.php',
  200.             'admin.relatorio_tecnico.template_registry' => 'getAdmin_RelatorioTecnico_TemplateRegistryService.php',
  201.             'admin.relatorio_tecnico_massa' => 'getAdmin_RelatorioTecnicoMassaService.php',
  202.             'admin.relatorio_tecnico_massa.template_registry' => 'getAdmin_RelatorioTecnicoMassa_TemplateRegistryService.php',
  203.             'admin.saida_almoxarifado' => 'getAdmin_SaidaAlmoxarifadoService.php',
  204.             'admin.saida_almoxarifado.template_registry' => 'getAdmin_SaidaAlmoxarifado_TemplateRegistryService.php',
  205.             'admin.saida_item_almoxarifado' => 'getAdmin_SaidaItemAlmoxarifadoService.php',
  206.             'admin.saida_item_almoxarifado.template_registry' => 'getAdmin_SaidaItemAlmoxarifado_TemplateRegistryService.php',
  207.             'admin.secao_download' => 'getAdmin_SecaoDownloadService.php',
  208.             'admin.secao_download.template_registry' => 'getAdmin_SecaoDownload_TemplateRegistryService.php',
  209.             'admin.seccao_servico' => 'getAdmin_SeccaoServicoService.php',
  210.             'admin.seccao_servico.template_registry' => 'getAdmin_SeccaoServico_TemplateRegistryService.php',
  211.             'admin.servico' => 'getAdmin_ServicoService.php',
  212.             'admin.servico.template_registry' => 'getAdmin_Servico_TemplateRegistryService.php',
  213.             'admin.servico_boletim_medicao' => 'getAdmin_ServicoBoletimMedicaoService.php',
  214.             'admin.servico_boletim_medicao.template_registry' => 'getAdmin_ServicoBoletimMedicao_TemplateRegistryService.php',
  215.             'admin.servico_proposta_comercial' => 'getAdmin_ServicoPropostaComercialService.php',
  216.             'admin.servico_proposta_comercial.template_registry' => 'getAdmin_ServicoPropostaComercial_TemplateRegistryService.php',
  217.             'admin.split_valor_conta_pagar' => 'getAdmin_SplitValorContaPagarService.php',
  218.             'admin.split_valor_conta_pagar.template_registry' => 'getAdmin_SplitValorContaPagar_TemplateRegistryService.php',
  219.             'admin.status_proposta' => 'getAdmin_StatusPropostaService.php',
  220.             'admin.status_proposta.template_registry' => 'getAdmin_StatusProposta_TemplateRegistryService.php',
  221.             'admin.sub_secao_servico' => 'getAdmin_SubSecaoServicoService.php',
  222.             'admin.sub_secao_servico.template_registry' => 'getAdmin_SubSecaoServico_TemplateRegistryService.php',
  223.             'admin.suporte' => 'getAdmin_SuporteService.php',
  224.             'admin.suporte.template_registry' => 'getAdmin_Suporte_TemplateRegistryService.php',
  225.             'admin.u_aluno' => 'getAdmin_UAlunoService.php',
  226.             'admin.u_aluno.template_registry' => 'getAdmin_UAluno_TemplateRegistryService.php',
  227.             'admin.u_aula' => 'getAdmin_UAulaService.php',
  228.             'admin.u_aula.template_registry' => 'getAdmin_UAula_TemplateRegistryService.php',
  229.             'admin.u_curso' => 'getAdmin_UCursoService.php',
  230.             'admin.u_curso.template_registry' => 'getAdmin_UCurso_TemplateRegistryService.php',
  231.             'admin.u_item_topico' => 'getAdmin_UItemTopicoService.php',
  232.             'admin.u_item_topico.template_registry' => 'getAdmin_UItemTopico_TemplateRegistryService.php',
  233.             'admin.u_modulo' => 'getAdmin_UModuloService.php',
  234.             'admin.u_modulo.template_registry' => 'getAdmin_UModulo_TemplateRegistryService.php',
  235.             'admin.u_topico' => 'getAdmin_UTopicoService.php',
  236.             'admin.u_topico.template_registry' => 'getAdmin_UTopico_TemplateRegistryService.php',
  237.             'admin.usuario' => 'getAdmin_UsuarioService.php',
  238.             'admin.usuario.template_registry' => 'getAdmin_Usuario_TemplateRegistryService.php',
  239.             'app.block.indicadores' => 'getApp_Block_IndicadoresService.php',
  240.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  241.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  242.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  243.             'cache_clearer' => 'getCacheClearerService.php',
  244.             'cache_warmer' => 'getCacheWarmerService.php',
  245.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  246.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  247.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  248.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  249.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  250.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  251.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  252.             'form.factory' => 'getForm_FactoryService.php',
  253.             'form.type.file' => 'getForm_Type_FileService.php',
  254.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  255.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  256.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
  257.             'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
  258.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  259.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  260.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  261.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  262.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  263.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService.php',
  264.             'jms_serializer' => 'getJmsSerializerService.php',
  265.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  266.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  267.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  268.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  269.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  270.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  271.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  272.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  273.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  274.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  275.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php',
  276.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  277.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  278.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  279.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
  280.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
  281.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
  282.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
  283.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
  284.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
  285.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
  286.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
  287.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
  288.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
  289.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
  290.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  291.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  292.             'routing.loader' => 'getRouting_LoaderService.php',
  293.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  294.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  295.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  296.             'services_resetter' => 'getServicesResetterService.php',
  297.             'session' => 'getSessionService.php',
  298.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  299.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  300.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  301.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  302.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  303.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  304.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  305.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  306.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  307.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  308.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  309.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  310.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  311.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  312.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  313.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  314.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  315.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  316.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  317.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  318.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  319.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  320.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  321.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  322.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  323.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  324.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  325.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  326.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  327.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  328.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  329.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  330.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  331.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  332.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  333.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  334.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  335.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  336.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  337.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  338.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  339.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  340.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  341.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  342.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  343.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  344.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  345.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  346.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  347.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  348.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  349.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  350.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  351.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  352.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  353.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  354.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  355.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  356.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  357.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  358.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  359.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  360.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  361.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  362.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  363.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  364.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  365.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  366.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  367.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  368.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  369.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  370.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  371.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  372.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  373.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  374.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  375.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  376.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  377.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  378.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  379.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  380.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
  381.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  382.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  383.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  384.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  385.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  386.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  387.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  388.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  389.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  390.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  391.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  392.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  393.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  394.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  395.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  396.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  397.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  398.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  399.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  400.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  401.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  402.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  403.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  404.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  405.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  406.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  407.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService.php',
  408.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService.php',
  409.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService.php',
  410.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService.php',
  411.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService.php',
  412.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService.php',
  413.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService.php',
  414.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService.php',
  415.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService.php',
  416.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService.php',
  417.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService.php',
  418.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService.php',
  419.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  420.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  421.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  422.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  423.             'templating.loader' => 'getTemplating_LoaderService.php',
  424.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  425.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  426.             'user.mailer.rest' => 'getUser_Mailer_RestService.php',
  427.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  428.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  429.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  430.         ];
  431.         $this->aliases = [
  432.             'database_connection' => 'doctrine.dbal.default_connection',
  433.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  434.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  435.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  436.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  437.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  438.             'mailer' => 'swiftmailer.mailer.default',
  439.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  440.             'sonata.user.group_manager' => 'fos_user.group_manager',
  441.             'sonata.user.user_manager' => 'fos_user.user_manager',
  442.         ];
  443.         $this->privates['service_container'] = function () {
  444.             include_once $this->targetDirs[3].'/src/EventListener/EmpresaUserFilterListener.php';
  445.             include_once $this->targetDirs[3].'/src/Model/BoletimModel.php';
  446.             include_once $this->targetDirs[3].'/src/Model/FranquiaModel.php';
  447.             include_once $this->targetDirs[3].'/src/Model/PropostaModel.php';
  448.             include_once $this->targetDirs[3].'/src/Model/RelatorioTecnicoModel.php';
  449.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php';
  450.             include_once $this->targetDirs[3].'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  451.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  452.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  453.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  454.             include_once $this->targetDirs[3].'/src/Repository/DevolucaoItemAlmoxarifadoRepository.php';
  455.             include_once $this->targetDirs[3].'/src/Repository/SaidaItemAlmoxarifadoRepository.php';
  456.             include_once $this->targetDirs[3].'/src/Services/ToolService.php';
  457.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  458.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  459.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  460.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  461.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  462.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  463.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  464.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  465.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  466.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  467.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  468.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  469.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  470.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  471.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  472.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  473.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  474.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  475.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  476.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  477.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  479.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  480.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  481.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  482.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  483.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  484.             include_once $this->targetDirs[3].'/vendor/symfony/filesystem/Filesystem.php';
  485.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  486.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  487.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  488.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  489.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  490.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  491.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  492.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  493.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  494.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  495.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  496.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  497.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  498.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  499.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  500.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  501.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  502.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  503.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  504.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  505.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  506.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  507.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  508.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  509.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  510.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  511.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  512.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  513.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  514.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  515.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  516.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  517.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  518.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  519.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  520.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  521.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  522.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  523.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  524.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  525.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  526.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  527.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  528.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  529.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  530.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  531.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  532.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  533.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  534.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  535.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  536.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  537.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  538.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  539.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  540.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  541.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  542.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  543.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  544.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  545.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  546.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  547.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  548.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  549.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  550.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  551.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  552.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  553.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  554.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  555.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  556.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  557.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  558.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  559.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  560.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  561.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  562.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  563.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  564.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  565.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  566.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  567.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  568.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  569.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  570.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  571.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  572.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  573.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  574.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  575.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  576.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  577.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  578.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  579.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  580.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  581.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  582.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  583.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  584.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  585.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  586.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  587.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/SerializerInterface.php';
  588.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  589.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  590.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  591.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  592.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  593.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  594.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  595.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  596.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Serializer.php';
  597.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  598.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/SerializerAwareInterface.php';
  599.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  600.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  601.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/SerializerAwareTrait.php';
  602.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  603.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  604.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  605.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  606.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  607.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  608.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  609.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  610.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  611.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  612.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  613.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  614.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  615.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  616.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  617.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  618.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  619.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  620.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  621.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  622.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  623.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  624.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  625.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  626.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  627.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  628.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  629.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  630.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  631.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  632.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  633.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  634.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  635.             include_once $this->targetDirs[3].'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  636.             include_once $this->targetDirs[3].'/vendor/symfony/mime/MimeTypesInterface.php';
  637.             include_once $this->targetDirs[3].'/vendor/symfony/mime/MimeTypes.php';
  638.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  639.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  640.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  641.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  642.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  643.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  644.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  645.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  646.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  647.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  648.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  649.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  650.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  651.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  652.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  653.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  654.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  655.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  656.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  657.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  658.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  659.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  660.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  661.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  662.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  663.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  664.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  665.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  666.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  667.             include_once $this->targetDirs[3].'/src/Twig/AppExtension.php';
  668.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  669.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  670.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  671.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  672.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  673.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  674.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  675.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  676.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  677.             include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  678.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  679.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  680.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  681.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  682.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  683.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  684.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  685.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  686.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  687.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  688.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  689.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  690.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  691.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  692.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  693.             include_once $this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  694.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Twig/Extension/LocaleExtension.php';
  695.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Twig/Extension/NumberExtension.php';
  696.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Twig/Extension/DateTimeExtension.php';
  697.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  698.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  699.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  700.             include_once $this->targetDirs[3].'/src/Model/ContaPagarModel.php';
  701.             include_once $this->targetDirs[3].'/src/Model/ContaReceberModel.php';
  702.             include_once $this->targetDirs[3].'/src/Model/FluxoCaixaModel.php';
  703.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  704.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  705.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  706.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  707.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  708.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  709.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  710.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  711.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  712.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  713.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  714.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  715.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  716.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  717.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  718.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  719.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  720.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  721.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  722.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  723.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  724.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  725.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  726.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  727.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  728.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  729.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  730.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  731.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  732.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  733.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  734.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  735.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  736.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  737.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  738.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  739.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  740.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  741.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  742.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  743.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  744.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  745.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  746.             include_once $this->targetDirs[3].'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  747.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  748.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  749.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  750.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  751.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  752.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  753.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  754.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  755.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  756.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  757.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  758.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  759.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  760.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  761.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  762.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  763.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  764.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  765.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  766.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  767.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  768.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  769.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  770.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
  771.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  772.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  773.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
  774.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  775.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  776.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  777.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  778.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  779.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  780.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  781.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  782.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  783.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  784.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  785.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  786.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  787.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  788.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  789.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Security.php';
  790.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  791.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  792.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  793.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  794.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  795.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  796.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  797.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  798.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  799.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  800.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  801.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  802.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  803.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  804.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  805.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  806.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  807.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  808.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  809.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  810.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  811.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  812.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  813.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  814.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  815.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  816.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  817.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  818.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  819.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  820.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  821.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  822.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  823.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  824.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  825.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  826.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  827.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  828.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  829.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  830.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  831.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  832.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  833.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  834.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  835.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  836.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  837.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  838.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  839.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  840.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  841.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  842.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  843.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  844.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  845.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  846.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  847.             include_once $this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  848.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  849.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  850.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  851.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  852.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  853.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  854.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  855.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  856.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  857.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  858.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  859.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  860.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  861.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  862.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  863.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  864.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  865.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  866.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  867.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  868.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  869.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  870.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestMatcher.php';
  871.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  872.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  873.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  874.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  875.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  876.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  877.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  878.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  879.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  880.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  881.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  882.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  883.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  884.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  885.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  886.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  887.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  888.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  889.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Locale/LocaleDetectorInterface.php';
  890.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Locale/RequestStackDetector.php';
  891.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Templating/Helper/BaseHelper.php';
  892.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Templating/Helper/LocaleHelper.php';
  893.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Templating/Helper/NumberHelper.php';
  894.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Templating/Helper/DateTimeHelper.php';
  895.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Timezone/TimezoneDetectorInterface.php';
  896.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Timezone/ChainTimezoneDetector.php';
  897.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Timezone/UserBasedTimezoneDetector.php';
  898.             include_once $this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Timezone/LocaleBasedTimezoneDetector.php';
  899.             include_once $this->targetDirs[3].'/vendor/symfony/templating/EngineInterface.php';
  900.             include_once $this->targetDirs[3].'/vendor/symfony/templating/StreamingEngineInterface.php';
  901.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/TwigEngine.php';
  902.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/EngineInterface.php';
  903.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/TwigEngine.php';
  904.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  905.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  906.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  907.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  908.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  909.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  910.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  911.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  912.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  913.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  914.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  915.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  916.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  917.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  918.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  919.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  920.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  921.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  922.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  923.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  924.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  925.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  926.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  927.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  928.         };
  929.     }
  930.     public function compile()
  931.     {
  932.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  933.     }
  934.     public function isCompiled()
  935.     {
  936.         return true;
  937.     }
  938.     public function getRemovedIds()
  939.     {
  940.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  941.     }
  942.     protected function load($file$lazyLoad true)
  943.     {
  944.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  945.     }
  946.     /**
  947.      * Gets the public 'App\Model\BoletimModel' shared autowired service.
  948.      *
  949.      * @return \App\Model\BoletimModel
  950.      */
  951.     protected function getBoletimModelService()
  952.     {
  953.         return $this->services['App\\Model\\BoletimModel'] = new \App\Model\BoletimModel(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  954.     }
  955.     /**
  956.      * Gets the public 'App\Model\FranquiaModel' shared autowired service.
  957.      *
  958.      * @return \App\Model\FranquiaModel
  959.      */
  960.     protected function getFranquiaModelService()
  961.     {
  962.         return $this->services['App\\Model\\FranquiaModel'] = new \App\Model\FranquiaModel(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  963.     }
  964.     /**
  965.      * Gets the public 'App\Model\PropostaModel' shared autowired service.
  966.      *
  967.      * @return \App\Model\PropostaModel
  968.      */
  969.     protected function getPropostaModelService()
  970.     {
  971.         return $this->services['App\\Model\\PropostaModel'] = new \App\Model\PropostaModel($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')));
  972.     }
  973.     /**
  974.      * Gets the public 'App\Model\RelatorioTecnicoModel' shared autowired service.
  975.      *
  976.      * @return \App\Model\RelatorioTecnicoModel
  977.      */
  978.     protected function getRelatorioTecnicoModelService()
  979.     {
  980.         return $this->services['App\\Model\\RelatorioTecnicoModel'] = new \App\Model\RelatorioTecnicoModel(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  981.     }
  982.     /**
  983.      * Gets the public 'App\Services\ToolService' shared autowired service.
  984.      *
  985.      * @return \App\Services\ToolService
  986.      */
  987.     protected function getToolServiceService()
  988.     {
  989.         return $this->services['App\\Services\\ToolService'] = new \App\Services\ToolService($this, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\SaidaItemAlmoxarifadoRepository'] ?? $this->getSaidaItemAlmoxarifadoRepositoryService()), ($this->privates['App\\Repository\\DevolucaoItemAlmoxarifadoRepository'] ?? $this->getDevolucaoItemAlmoxarifadoRepositoryService()));
  990.     }
  991.     /**
  992.      * Gets the public 'cache.app' shared service.
  993.      *
  994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  995.      */
  996.     protected function getCache_AppService()
  997.     {
  998.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('e5+i7HSnOv'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  999.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1000.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1001.     }
  1002.     /**
  1003.      * Gets the public 'cache.system' shared service.
  1004.      *
  1005.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1006.      */
  1007.     protected function getCache_SystemService()
  1008.     {
  1009.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('I3wA2U7lRp'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1010.     }
  1011.     /**
  1012.      * Gets the public 'data_collector.dump' shared service.
  1013.      *
  1014.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1015.      */
  1016.     protected function getDataCollector_DumpService()
  1017.     {
  1018.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1019.     }
  1020.     /**
  1021.      * Gets the public 'doctrine' shared service.
  1022.      *
  1023.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1024.      */
  1025.     protected function getDoctrineService()
  1026.     {
  1027.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1028.     }
  1029.     /**
  1030.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1031.      *
  1032.      * @return \Doctrine\DBAL\Connection
  1033.      */
  1034.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1035.     {
  1036.         $a = new \Doctrine\DBAL\Configuration();
  1037.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1038.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1039.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1040.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1042.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1043.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1044.         $a->setSQLLogger($b);
  1045.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1046.             'App\\EventListener\\EmpresaAddListener' => ['privates''App\\EventListener\\EmpresaAddListener''getEmpresaAddListenerService.php'true],
  1047.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  1048.         ], [
  1049.             'App\\EventListener\\EmpresaAddListener' => '?',
  1050.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1051.         ]));
  1052.         $e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  1053.         $e->addAssociation('App\\Application\\Sonata\\UserBundle\\Entity\\User''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group''cascade' => [], 'joinTable' => ['name' => 'fos_user_user_group''joinColumns' => [=> ['name' => 'user_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'inverseJoinColumns' => [=> ['name' => 'group_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]]);
  1054.         $f = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  1055.         $g = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1056.         $f->setAnnotationReader($g);
  1057.         $h = new \Gedmo\Timestampable\TimestampableListener();
  1058.         $h->setAnnotationReader($g);
  1059.         $d->addEventSubscriber($e);
  1060.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  1061.         $d->addEventSubscriber($f);
  1062.         $d->addEventSubscriber($h);
  1063.         $d->addEventListener([=> 'prePersist'], 'App\\EventListener\\EmpresaAddListener');
  1064.         $d->addEventListener([=> 'preUpdate'], 'App\\EventListener\\EmpresaAddListener');
  1065.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1066.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['dbname' => $this->getEnv('DATABASE_NAME'), 'driver' => $this->getEnv('DATABASE_DRIVER'), 'host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('DATABASE_PORT'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'utf8''url' => $this->getEnv('DATABASE_URL'), 'driverOptions' => [], 'serverVersion' => '10.3''defaultTableOptions' => ['charset' => 'UTF8''collate' => 'utf8_unicode_ci']], $a$d, []);
  1067.     }
  1068.     /**
  1069.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1070.      *
  1071.      * @return \Doctrine\ORM\EntityManager
  1072.      */
  1073.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1074.     {
  1075.         $a = new \Doctrine\ORM\Configuration();
  1076.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  1077.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([($this->targetDirs[3].'/src/Application/Sonata/UserBundle/Resources/config/doctrine') => 'App\\Application\\Sonata\\UserBundle\\Entity', ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity']);
  1078.         $c->setGlobalBasename('mapping');
  1079.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity')]), 'App\\Entity');
  1080.         $b->addDriver($c'App\\Application\\Sonata\\UserBundle\\Entity');
  1081.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  1082.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1083.         $a->setEntityNamespaces(['App' => 'App\\Entity''ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\Entity''SonataUserBundle' => 'Sonata\\UserBundle\\Entity']);
  1084.         $a->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()));
  1085.         $a->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()));
  1086.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  1087.         $a->setMetadataDriverImpl($b);
  1088.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  1089.         $a->setProxyNamespace('Proxies');
  1090.         $a->setAutoGenerateProxyClasses(false);
  1091.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1092.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1093.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1094.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1095.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1096.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1097.             'App\\Repository\\AcessoClienteRepository' => ['privates''App\\Repository\\AcessoClienteRepository''getAcessoClienteRepositoryService.php'true],
  1098.             'App\\Repository\\ArquivoColaboradorRepository' => ['privates''App\\Repository\\ArquivoColaboradorRepository''getArquivoColaboradorRepositoryService.php'true],
  1099.             'App\\Repository\\ArquivoDownloadRepository' => ['privates''App\\Repository\\ArquivoDownloadRepository''getArquivoDownloadRepositoryService.php'true],
  1100.             'App\\Repository\\ArquivoEmpresaRepository' => ['privates''App\\Repository\\ArquivoEmpresaRepository''getArquivoEmpresaRepositoryService.php'true],
  1101.             'App\\Repository\\ArquivoOsRepository' => ['privates''App\\Repository\\ArquivoOsRepository''getArquivoOsRepositoryService.php'true],
  1102.             'App\\Repository\\AternativaQuestaoTopicoRepository' => ['privates''App\\Repository\\AternativaQuestaoTopicoRepository''getAternativaQuestaoTopicoRepositoryService.php'true],
  1103.             'App\\Repository\\BoletimMedicaoRepository' => ['privates''App\\Repository\\BoletimMedicaoRepository''getBoletimMedicaoRepositoryService.php'true],
  1104.             'App\\Repository\\CalibracaoEquipamentoRepository' => ['privates''App\\Repository\\CalibracaoEquipamentoRepository''getCalibracaoEquipamentoRepositoryService.php'true],
  1105.             'App\\Repository\\CategoriaDownloadRepository' => ['privates''App\\Repository\\CategoriaDownloadRepository''getCategoriaDownloadRepositoryService.php'true],
  1106.             'App\\Repository\\CentroCustoRepository' => ['privates''App\\Repository\\CentroCustoRepository''getCentroCustoRepositoryService.php'true],
  1107.             'App\\Repository\\ClienteContatoRepository' => ['privates''App\\Repository\\ClienteContatoRepository''getClienteContatoRepositoryService.php'true],
  1108.             'App\\Repository\\ClienteRepository' => ['privates''App\\Repository\\ClienteRepository''getClienteRepositoryService.php'true],
  1109.             'App\\Repository\\ColaboradorRepository' => ['privates''App\\Repository\\ColaboradorRepository''getColaboradorRepositoryService.php'true],
  1110.             'App\\Repository\\ConcretagemRepository' => ['privates''App\\Repository\\ConcretagemRepository''getConcretagemRepositoryService.php'true],
  1111.             'App\\Repository\\ContaPagarRepository' => ['privates''App\\Repository\\ContaPagarRepository''getContaPagarRepositoryService.php'true],
  1112.             'App\\Repository\\ContaReceberRepository' => ['privates''App\\Repository\\ContaReceberRepository''getContaReceberRepositoryService.php'true],
  1113.             'App\\Repository\\ContratoClienteRepository' => ['privates''App\\Repository\\ContratoClienteRepository''getContratoClienteRepositoryService.php'true],
  1114.             'App\\Repository\\ContratoCursoAlunoRepository' => ['privates''App\\Repository\\ContratoCursoAlunoRepository''getContratoCursoAlunoRepositoryService.php'true],
  1115.             'App\\Repository\\CorpoProvaConcretoRepository' => ['privates''App\\Repository\\CorpoProvaConcretoRepository''getCorpoProvaConcretoRepositoryService.php'true],
  1116.             'App\\Repository\\DevolucaoAlmoxarifadoRepository' => ['privates''App\\Repository\\DevolucaoAlmoxarifadoRepository''getDevolucaoAlmoxarifadoRepositoryService.php'true],
  1117.             'App\\Repository\\DevolucaoItemAlmoxarifadoRepository' => ['privates''App\\Repository\\DevolucaoItemAlmoxarifadoRepository''getDevolucaoItemAlmoxarifadoRepositoryService'false],
  1118.             'App\\Repository\\DiarioObraRepository' => ['privates''App\\Repository\\DiarioObraRepository''getDiarioObraRepositoryService.php'true],
  1119.             'App\\Repository\\DiretorClienteRepository' => ['privates''App\\Repository\\DiretorClienteRepository''getDiretorClienteRepositoryService.php'true],
  1120.             'App\\Repository\\EmpresaRepository' => ['privates''App\\Repository\\EmpresaRepository''getEmpresaRepositoryService.php'true],
  1121.             'App\\Repository\\EntradaSaidaEquipamentoRepository' => ['privates''App\\Repository\\EntradaSaidaEquipamentoRepository''getEntradaSaidaEquipamentoRepositoryService.php'true],
  1122.             'App\\Repository\\EquipamentoRepository' => ['privates''App\\Repository\\EquipamentoRepository''getEquipamentoRepositoryService.php'true],
  1123.             'App\\Repository\\FluxoCaixaRepository' => ['privates''App\\Repository\\FluxoCaixaRepository''getFluxoCaixaRepositoryService.php'true],
  1124.             'App\\Repository\\FornecedorRepository' => ['privates''App\\Repository\\FornecedorRepository''getFornecedorRepositoryService.php'true],
  1125.             'App\\Repository\\ImagemRelatorioRepository' => ['privates''App\\Repository\\ImagemRelatorioRepository''getImagemRelatorioRepositoryService.php'true],
  1126.             'App\\Repository\\ImportacaoDadosRepository' => ['privates''App\\Repository\\ImportacaoDadosRepository''getImportacaoDadosRepositoryService.php'true],
  1127.             'App\\Repository\\InterrupcaoOsRepository' => ['privates''App\\Repository\\InterrupcaoOsRepository''getInterrupcaoOsRepositoryService.php'true],
  1128.             'App\\Repository\\OrdemDeServicoRepository' => ['privates''App\\Repository\\OrdemDeServicoRepository''getOrdemDeServicoRepositoryService.php'true],
  1129.             'App\\Repository\\PatrimonioRepository' => ['privates''App\\Repository\\PatrimonioRepository''getPatrimonioRepositoryService.php'true],
  1130.             'App\\Repository\\PropostaComercialRepository' => ['privates''App\\Repository\\PropostaComercialRepository''getPropostaComercialRepositoryService.php'true],
  1131.             'App\\Repository\\RegistroCaixaRotativoRepository' => ['privates''App\\Repository\\RegistroCaixaRotativoRepository''getRegistroCaixaRotativoRepositoryService.php'true],
  1132.             'App\\Repository\\RelatorioIndividualMassaRepository' => ['privates''App\\Repository\\RelatorioIndividualMassaRepository''getRelatorioIndividualMassaRepositoryService.php'true],
  1133.             'App\\Repository\\RelatorioTecnicoMassaRepository' => ['privates''App\\Repository\\RelatorioTecnicoMassaRepository''getRelatorioTecnicoMassaRepositoryService.php'true],
  1134.             'App\\Repository\\RelatorioTecnicoRepository' => ['privates''App\\Repository\\RelatorioTecnicoRepository''getRelatorioTecnicoRepositoryService.php'true],
  1135.             'App\\Repository\\SaidaAlmoxarifadoRepository' => ['privates''App\\Repository\\SaidaAlmoxarifadoRepository''getSaidaAlmoxarifadoRepositoryService.php'true],
  1136.             'App\\Repository\\SaidaItemAlmoxarifadoRepository' => ['privates''App\\Repository\\SaidaItemAlmoxarifadoRepository''getSaidaItemAlmoxarifadoRepositoryService'false],
  1137.             'App\\Repository\\SecaoDownloadRepository' => ['privates''App\\Repository\\SecaoDownloadRepository''getSecaoDownloadRepositoryService.php'true],
  1138.             'App\\Repository\\SeccaoServicoRepository' => ['privates''App\\Repository\\SeccaoServicoRepository''getSeccaoServicoRepositoryService.php'true],
  1139.             'App\\Repository\\ServicoBoletimMedicaoRepository' => ['privates''App\\Repository\\ServicoBoletimMedicaoRepository''getServicoBoletimMedicaoRepositoryService.php'true],
  1140.             'App\\Repository\\ServicoPropostaComercialRepository' => ['privates''App\\Repository\\ServicoPropostaComercialRepository''getServicoPropostaComercialRepositoryService.php'true],
  1141.             'App\\Repository\\ServicoRepository' => ['privates''App\\Repository\\ServicoRepository''getServicoRepositoryService.php'true],
  1142.             'App\\Repository\\SplitValorContaPagarRepository' => ['privates''App\\Repository\\SplitValorContaPagarRepository''getSplitValorContaPagarRepositoryService.php'true],
  1143.             'App\\Repository\\StatusPropostaRepository' => ['privates''App\\Repository\\StatusPropostaRepository''getStatusPropostaRepositoryService.php'true],
  1144.             'App\\Repository\\SubSecaoServicoRepository' => ['privates''App\\Repository\\SubSecaoServicoRepository''getSubSecaoServicoRepositoryService.php'true],
  1145.             'App\\Repository\\SuporteRepository' => ['privates''App\\Repository\\SuporteRepository''getSuporteRepositoryService.php'true],
  1146.             'App\\Repository\\UAlunoRepository' => ['privates''App\\Repository\\UAlunoRepository''getUAlunoRepositoryService.php'true],
  1147.             'App\\Repository\\UAulaRepository' => ['privates''App\\Repository\\UAulaRepository''getUAulaRepositoryService.php'true],
  1148.             'App\\Repository\\UCursoAlunoRepository' => ['privates''App\\Repository\\UCursoAlunoRepository''getUCursoAlunoRepositoryService.php'true],
  1149.             'App\\Repository\\UCursoRepository' => ['privates''App\\Repository\\UCursoRepository''getUCursoRepositoryService.php'true],
  1150.             'App\\Repository\\UItemTopicoRepository' => ['privates''App\\Repository\\UItemTopicoRepository''getUItemTopicoRepositoryService.php'true],
  1151.             'App\\Repository\\UModuloRepository' => ['privates''App\\Repository\\UModuloRepository''getUModuloRepositoryService.php'true],
  1152.             'App\\Repository\\URespostaPerguntaModuloRepository' => ['privates''App\\Repository\\URespostaPerguntaModuloRepository''getURespostaPerguntaModuloRepositoryService.php'true],
  1153.             'App\\Repository\\UTopicoRepository' => ['privates''App\\Repository\\UTopicoRepository''getUTopicoRepositoryService.php'true],
  1154.             'App\\Repository\\UsuarioRepository' => ['privates''App\\Repository\\UsuarioRepository''getUsuarioRepositoryService.php'true],
  1155.         ], [
  1156.             'App\\Repository\\AcessoClienteRepository' => '?',
  1157.             'App\\Repository\\ArquivoColaboradorRepository' => '?',
  1158.             'App\\Repository\\ArquivoDownloadRepository' => '?',
  1159.             'App\\Repository\\ArquivoEmpresaRepository' => '?',
  1160.             'App\\Repository\\ArquivoOsRepository' => '?',
  1161.             'App\\Repository\\AternativaQuestaoTopicoRepository' => '?',
  1162.             'App\\Repository\\BoletimMedicaoRepository' => '?',
  1163.             'App\\Repository\\CalibracaoEquipamentoRepository' => '?',
  1164.             'App\\Repository\\CategoriaDownloadRepository' => '?',
  1165.             'App\\Repository\\CentroCustoRepository' => '?',
  1166.             'App\\Repository\\ClienteContatoRepository' => '?',
  1167.             'App\\Repository\\ClienteRepository' => '?',
  1168.             'App\\Repository\\ColaboradorRepository' => '?',
  1169.             'App\\Repository\\ConcretagemRepository' => '?',
  1170.             'App\\Repository\\ContaPagarRepository' => '?',
  1171.             'App\\Repository\\ContaReceberRepository' => '?',
  1172.             'App\\Repository\\ContratoClienteRepository' => '?',
  1173.             'App\\Repository\\ContratoCursoAlunoRepository' => '?',
  1174.             'App\\Repository\\CorpoProvaConcretoRepository' => '?',
  1175.             'App\\Repository\\DevolucaoAlmoxarifadoRepository' => '?',
  1176.             'App\\Repository\\DevolucaoItemAlmoxarifadoRepository' => '?',
  1177.             'App\\Repository\\DiarioObraRepository' => '?',
  1178.             'App\\Repository\\DiretorClienteRepository' => '?',
  1179.             'App\\Repository\\EmpresaRepository' => '?',
  1180.             'App\\Repository\\EntradaSaidaEquipamentoRepository' => '?',
  1181.             'App\\Repository\\EquipamentoRepository' => '?',
  1182.             'App\\Repository\\FluxoCaixaRepository' => '?',
  1183.             'App\\Repository\\FornecedorRepository' => '?',
  1184.             'App\\Repository\\ImagemRelatorioRepository' => '?',
  1185.             'App\\Repository\\ImportacaoDadosRepository' => '?',
  1186.             'App\\Repository\\InterrupcaoOsRepository' => '?',
  1187.             'App\\Repository\\OrdemDeServicoRepository' => '?',
  1188.             'App\\Repository\\PatrimonioRepository' => '?',
  1189.             'App\\Repository\\PropostaComercialRepository' => '?',
  1190.             'App\\Repository\\RegistroCaixaRotativoRepository' => '?',
  1191.             'App\\Repository\\RelatorioIndividualMassaRepository' => '?',
  1192.             'App\\Repository\\RelatorioTecnicoMassaRepository' => '?',
  1193.             'App\\Repository\\RelatorioTecnicoRepository' => '?',
  1194.             'App\\Repository\\SaidaAlmoxarifadoRepository' => '?',
  1195.             'App\\Repository\\SaidaItemAlmoxarifadoRepository' => '?',
  1196.             'App\\Repository\\SecaoDownloadRepository' => '?',
  1197.             'App\\Repository\\SeccaoServicoRepository' => '?',
  1198.             'App\\Repository\\ServicoBoletimMedicaoRepository' => '?',
  1199.             'App\\Repository\\ServicoPropostaComercialRepository' => '?',
  1200.             'App\\Repository\\ServicoRepository' => '?',
  1201.             'App\\Repository\\SplitValorContaPagarRepository' => '?',
  1202.             'App\\Repository\\StatusPropostaRepository' => '?',
  1203.             'App\\Repository\\SubSecaoServicoRepository' => '?',
  1204.             'App\\Repository\\SuporteRepository' => '?',
  1205.             'App\\Repository\\UAlunoRepository' => '?',
  1206.             'App\\Repository\\UAulaRepository' => '?',
  1207.             'App\\Repository\\UCursoAlunoRepository' => '?',
  1208.             'App\\Repository\\UCursoRepository' => '?',
  1209.             'App\\Repository\\UItemTopicoRepository' => '?',
  1210.             'App\\Repository\\UModuloRepository' => '?',
  1211.             'App\\Repository\\URespostaPerguntaModuloRepository' => '?',
  1212.             'App\\Repository\\UTopicoRepository' => '?',
  1213.             'App\\Repository\\UsuarioRepository' => '?',
  1214.         ])));
  1215.         $a->addCustomStringFunction('unaccent''App\\DoctrineExtensions\\UnaccentString');
  1216.         $a->addFilter('franquia_user_filter''App\\Doctrine\\EmpresaUserFilter');
  1217.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1218.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1219.         return $instance;
  1220.     }
  1221.     /**
  1222.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  1223.      *
  1224.      * @return \Doctrine\Common\Cache\ArrayCache
  1225.      */
  1226.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  1227.     {
  1228.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1229.         $instance->setNamespace('sf_orm_default_b8970e687a55ec3fb9dbb49b2dae9b7a8a178152d9d1122a1c5a09d020bb8393');
  1230.         return $instance;
  1231.     }
  1232.     /**
  1233.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  1234.      *
  1235.      * @return \Doctrine\Common\Cache\ArrayCache
  1236.      */
  1237.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  1238.     {
  1239.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1240.         $instance->setNamespace('sf_orm_default_b8970e687a55ec3fb9dbb49b2dae9b7a8a178152d9d1122a1c5a09d020bb8393');
  1241.         return $instance;
  1242.     }
  1243.     /**
  1244.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  1245.      *
  1246.      * @return \Doctrine\Common\Cache\ArrayCache
  1247.      */
  1248.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  1249.     {
  1250.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1251.         $instance->setNamespace('sf_orm_default_b8970e687a55ec3fb9dbb49b2dae9b7a8a178152d9d1122a1c5a09d020bb8393');
  1252.         return $instance;
  1253.     }
  1254.     /**
  1255.      * Gets the public 'event_dispatcher' shared service.
  1256.      *
  1257.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1258.      */
  1259.     protected function getEventDispatcherService()
  1260.     {
  1261.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1262.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1263.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1264.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1265.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1266.         $instance->addListener('kernel.exception', [=> function () {
  1267.             return ($this->privates['App\\EventListener\\APIExceptionListener'] ?? ($this->privates['App\\EventListener\\APIExceptionListener'] = new \App\EventListener\APIExceptionListener()));
  1268.         }, => 'onKernelException'], 0);
  1269.         $instance->addListener('kernel.request', [=> function () {
  1270.             return ($this->privates['App\\EventListener\\EmpresaUserFilterListener'] ?? $this->getEmpresaUserFilterListenerService());
  1271.         }, => 'onKernelRequest'], 0);
  1272.         $instance->addListener('kernel.controller', [=> function () {
  1273.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1274.         }, => 'onKernelController'], 0);
  1275.         $instance->addListener('kernel.response', [=> function () {
  1276.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1277.         }, => 'onKernelResponse'], 0);
  1278.         $instance->addListener('kernel.request', [=> function () {
  1279.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1280.         }, => 'onKernelRequest'], 10);
  1281.         $instance->addListener('kernel.request', [=> function () {
  1282.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1283.         }, => 'onKernelRequest'], 34);
  1284.         $instance->addListener('kernel.request', [=> function () {
  1285.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1286.         }, => 'onKernelRequest'], 33);
  1287.         $instance->addListener('kernel.request', [=> function () {
  1288.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1289.         }, => 'onKernelRequest'], 31);
  1290.         $instance->addListener('kernel.controller', [=> function () {
  1291.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1292.         }, => 'onKernelController'], 5);
  1293.         $instance->addListener('kernel.request', [=> function () {
  1294.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1295.         }, => 'onKernelRequest'], 248);
  1296.         $instance->addListener('kernel.response', [=> function () {
  1297.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1298.         }, => 'onKernelResponse'], 0);
  1299.         $instance->addListener('kernel.response', [=> function () {
  1300.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1301.         }, => 'onKernelResponse'], -1024);
  1302.         $instance->addListener('kernel.request', [=> function () {
  1303.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1304.         }, => 'setDefaultLocale'], 100);
  1305.         $instance->addListener('kernel.request', [=> function () {
  1306.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1307.         }, => 'onKernelRequest'], 16);
  1308.         $instance->addListener('kernel.finish_request', [=> function () {
  1309.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1310.         }, => 'onKernelFinishRequest'], 0);
  1311.         $instance->addListener('kernel.request', [=> function () {
  1312.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1313.         }, => 'onKernelRequest'], 256);
  1314.         $instance->addListener('kernel.request', [=> function () {
  1315.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  1316.         }, => 'onKernelRequest'], 24);
  1317.         $instance->addListener('kernel.response', [=> function () {
  1318.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1319.         }, => 'onResponse'], -255);
  1320.         $instance->addListener('kernel.request', [=> function () {
  1321.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1322.         }, => 'onKernelRequest'], 15);
  1323.         $instance->addListener('kernel.finish_request', [=> function () {
  1324.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1325.         }, => 'onKernelFinishRequest'], -15);
  1326.         $instance->addListener('console.error', [=> function () {
  1327.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1328.         }, => 'onConsoleError'], -128);
  1329.         $instance->addListener('console.terminate', [=> function () {
  1330.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1331.         }, => 'onConsoleTerminate'], -128);
  1332.         $instance->addListener('console.error', [=> function () {
  1333.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1334.         }, => 'onConsoleError'], 0);
  1335.         $instance->addListener('kernel.request', [=> function () {
  1336.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1337.         }, => 'onKernelRequest'], 128);
  1338.         $instance->addListener('kernel.response', [=> function () {
  1339.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1340.         }, => 'onKernelResponse'], -1000);
  1341.         $instance->addListener('kernel.finish_request', [=> function () {
  1342.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1343.         }, => 'onFinishRequest'], 0);
  1344.         $instance->addListener('kernel.response', [=> function () {
  1345.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1346.         }, => 'onKernelResponse'], -100);
  1347.         $instance->addListener('kernel.exception', [=> function () {
  1348.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1349.         }, => 'onKernelException'], 0);
  1350.         $instance->addListener('kernel.terminate', [=> function () {
  1351.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1352.         }, => 'onKernelTerminate'], -1024);
  1353.         $instance->addListener('kernel.controller', [=> function () {
  1354.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1355.         }, => 'onKernelController'], 0);
  1356.         $instance->addListener('kernel.response', [=> function () {
  1357.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1358.         }, => 'onKernelResponse'], 0);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1361.         }, => 'configure'], 2048);
  1362.         $instance->addListener('kernel.exception', [=> function () {
  1363.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1364.         }, => 'onKernelException'], -2048);
  1365.         $instance->addListener('kernel.request', [=> function () {
  1366.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1367.         }, => 'onKernelRequest'], 32);
  1368.         $instance->addListener('kernel.finish_request', [=> function () {
  1369.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1370.         }, => 'onKernelFinishRequest'], 0);
  1371.         $instance->addListener('kernel.exception', [=> function () {
  1372.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1373.         }, => 'onKernelException'], -64);
  1374.         $instance->addListener('kernel.response', [=> function () {
  1375.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1376.         }, => 'onKernelResponse'], 0);
  1377.         $instance->addListener('kernel.response', [=> function () {
  1378.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1379.         }, => 'onKernelResponse'], -128);
  1380.         $instance->addListener('kernel.exception', [=> function () {
  1381.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1382.         }, => 'logKernelException'], 0);
  1383.         $instance->addListener('kernel.exception', [=> function () {
  1384.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1385.         }, => 'onKernelException'], -128);
  1386.         $instance->addListener('kernel.controller', [=> function () {
  1387.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1388.         }, => 'onKernelController'], 0);
  1389.         $instance->addListener('kernel.controller', [=> function () {
  1390.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1391.         }, => 'onKernelController'], 0);
  1392.         $instance->addListener('kernel.controller', [=> function () {
  1393.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1394.         }, => 'onKernelController'], -128);
  1395.         $instance->addListener('kernel.view', [=> function () {
  1396.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1397.         }, => 'onKernelView'], 0);
  1398.         $instance->addListener('kernel.controller', [=> function () {
  1399.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1400.         }, => 'onKernelController'], 0);
  1401.         $instance->addListener('kernel.response', [=> function () {
  1402.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1403.         }, => 'onKernelResponse'], 0);
  1404.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1405.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1406.         }, => 'onKernelControllerArguments'], 0);
  1407.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1408.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1409.         }, => 'onKernelControllerArguments'], 0);
  1410.         $instance->addListener('console.command', [=> function () {
  1411.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1412.         }, => 'onCommand'], 255);
  1413.         $instance->addListener('console.terminate', [=> function () {
  1414.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1415.         }, => 'onTerminate'], -255);
  1416.         $instance->addListener('console.error', [=> function () {
  1417.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1418.         }, => 'onConsoleError'], 0);
  1419.         $instance->addListener('console.terminate', [=> function () {
  1420.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1421.         }, => 'onConsoleTerminate'], 0);
  1422.         $instance->addListener('kernel.response', [=> function () {
  1423.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1424.         }, => 'onKernelResponse'], 0);
  1425.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1426.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1427.         }, => 'onVoterVote'], 0);
  1428.         $instance->addListener('kernel.request', [=> function () {
  1429.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1430.         }, => 'configureLogoutUrlGenerator'], 8);
  1431.         $instance->addListener('kernel.request', [=> function () {
  1432.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1433.         }, => 'onKernelRequest'], 8);
  1434.         $instance->addListener('kernel.finish_request', [=> function () {
  1435.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1436.         }, => 'onKernelFinishRequest'], 0);
  1437.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1438.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1439.         }, => 'onImplicitLogin'], 0);
  1440.         $instance->addListener('security.interactive_login', [=> function () {
  1441.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1442.         }, => 'onSecurityInteractiveLogin'], 0);
  1443.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1444.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1445.         }, => 'authenticate'], 0);
  1446.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1447.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1448.         }, => 'authenticate'], 0);
  1449.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1450.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1451.         }, => 'authenticate'], 0);
  1452.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1453.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1454.         }, => 'addSuccessFlash'], 0);
  1455.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1456.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1457.         }, => 'addSuccessFlash'], 0);
  1458.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1459.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1460.         }, => 'addSuccessFlash'], 0);
  1461.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1462.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1463.         }, => 'addSuccessFlash'], 0);
  1464.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1465.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1466.         }, => 'addSuccessFlash'], 0);
  1467.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1468.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1469.         }, => 'addSuccessFlash'], 0);
  1470.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1471.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1472.         }, => 'addSuccessFlash'], 0);
  1473.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1474.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1475.         }, => 'onResettingResetInitialize'], 0);
  1476.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1477.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1478.         }, => 'onResettingResetSuccess'], 0);
  1479.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1480.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1481.         }, => 'onResettingResetRequest'], 0);
  1482.         $instance->addListener('kernel.exception', [=> function () {
  1483.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1484.         }, => 'onException'], 0);
  1485.         $instance->addListener('kernel.terminate', [=> function () {
  1486.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1487.         }, => 'onTerminate'], 0);
  1488.         $instance->addListener('console.error', [=> function () {
  1489.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1490.         }, => 'onException'], 0);
  1491.         $instance->addListener('console.terminate', [=> function () {
  1492.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1493.         }, => 'onTerminate'], 0);
  1494.         $instance->addListener('kernel.view', [=> function () {
  1495.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  1496.         }, => 'onKernelView'], 30);
  1497.         $instance->addListener('console.command', [=> function () {
  1498.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1499.         }, => 'configure'], 1024);
  1500.         return $instance;
  1501.     }
  1502.     /**
  1503.      * Gets the public 'filesystem' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\Filesystem\Filesystem
  1506.      */
  1507.     protected function getFilesystemService()
  1508.     {
  1509.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1510.     }
  1511.     /**
  1512.      * Gets the public 'fos_rest.view_handler' shared service.
  1513.      *
  1514.      * @return \FOS\RestBundle\View\ViewHandler
  1515.      */
  1516.     protected function getFosRest_ViewHandlerService()
  1517.     {
  1518.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.symfony'] ?? $this->getFosRest_Serializer_SymfonyService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false]);
  1519.     }
  1520.     /**
  1521.      * Gets the public 'http_kernel' shared service.
  1522.      *
  1523.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1524.      */
  1525.     protected function getHttpKernelService()
  1526.     {
  1527.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1528.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1529.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1530.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1531.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1532.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1533.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1534.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1535.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1536.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1537.         }, 8)), $a));
  1538.     }
  1539.     /**
  1540.      * Gets the public 'knp_menu.matcher' shared service.
  1541.      *
  1542.      * @return \Knp\Menu\Matcher\Matcher
  1543.      */
  1544.     protected function getKnpMenu_MatcherService()
  1545.     {
  1546.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1547.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1548.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1549.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1550.         }, 3));
  1551.     }
  1552.     /**
  1553.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1554.      *
  1555.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1556.      */
  1557.     protected function getLiipImagine_Cache_ManagerService()
  1558.     {
  1559.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default');
  1560.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1561.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1562.         return $instance;
  1563.     }
  1564.     /**
  1565.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1566.      *
  1567.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1568.      */
  1569.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1570.     {
  1571.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->targetDirs[3].'/public'), 'media/cache');
  1572.     }
  1573.     /**
  1574.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1575.      *
  1576.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1577.      */
  1578.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1579.     {
  1580.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1581.     }
  1582.     /**
  1583.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1584.      *
  1585.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1586.      */
  1587.     protected function getLiipImagine_Cache_SignerService()
  1588.     {
  1589.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1590.     }
  1591.     /**
  1592.      * Gets the public 'profiler' shared service.
  1593.      *
  1594.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1595.      */
  1596.     protected function getProfilerService()
  1597.     {
  1598.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1599.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1600.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1601.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1602.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1603.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1604.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1605.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1606.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1607.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1608.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1609.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1610.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1611.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1612.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1613.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1614.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1615.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1616.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1617.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1618.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1619.         if ($this->has('kernel')) {
  1620.             $f->setKernel($b);
  1621.         }
  1622.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1623.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1624.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1625.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1626.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1627.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1628.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1629.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1630.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1631.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1632.         $instance->add($d);
  1633.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1634.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1635.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1636.         $instance->add($e);
  1637.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1638.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1639.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1640.         $instance->add($f);
  1641.         return $instance;
  1642.     }
  1643.     /**
  1644.      * Gets the public 'request_stack' shared service.
  1645.      *
  1646.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1647.      */
  1648.     protected function getRequestStackService()
  1649.     {
  1650.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1651.     }
  1652.     /**
  1653.      * Gets the public 'router' shared service.
  1654.      *
  1655.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1656.      */
  1657.     protected function getRouterService()
  1658.     {
  1659.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1660.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1661.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1662.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1663.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1664.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1665.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1666.         ], [
  1667.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1668.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'pt_BR');
  1669.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1670.         return $instance;
  1671.     }
  1672.     /**
  1673.      * Gets the public 'security.authorization_checker' shared service.
  1674.      *
  1675.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1676.      */
  1677.     protected function getSecurity_AuthorizationCheckerService()
  1678.     {
  1679.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1680.     }
  1681.     /**
  1682.      * Gets the public 'security.token_storage' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1685.      */
  1686.     protected function getSecurity_TokenStorageService()
  1687.     {
  1688.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1689.     }
  1690.     /**
  1691.      * Gets the public 'serializer' shared service.
  1692.      *
  1693.      * @return \Symfony\Component\Serializer\Serializer
  1694.      */
  1695.     protected function getSerializerService()
  1696.     {
  1697.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1698.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1699.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1700.     }
  1701.     /**
  1702.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1703.      *
  1704.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1705.      */
  1706.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1707.     {
  1708.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1709.     }
  1710.     /**
  1711.      * Gets the public 'sonata.admin.pool' shared service.
  1712.      *
  1713.      * @return \Sonata\AdminBundle\Admin\Pool
  1714.      */
  1715.     protected function getSonata_Admin_PoolService()
  1716.     {
  1717.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Painel de Gestão LTEC''media/images/logo.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1718.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1719.         $instance->setAdminServiceIds([=> 'sonata.user.admin.user'=> 'admin.perfil_user'=> 'admin.empresa'=> 'admin.cliente'=> 'admin.diretor_cliente'=> 'admin.servico'=> 'admin.proposta_comercial'=> 'admin.servico_proposta_comercial'=> 'admin.contrato_cliente'=> 'admin.ordem_de_servico'10 => 'admin.boletim_medicao'11 => 'admin.servico_boletim_medicao'12 => 'admin.diario_obra'13 => 'admin.relatorio_tecnico'14 => 'admin.fornecedor'15 => 'admin.conta_pagar'16 => 'admin.conta_receber'17 => 'admin.centro_custo'18 => 'admin.colaborador'19 => 'admin.seccao_servico'20 => 'admin.sub_secao_servico'21 => 'admin.imagem_relatorio'22 => 'admin.status_proposta'23 => 'admin.fluxo_caixa'24 => 'admin.registro_caixa_rotativo'25 => 'admin.cliente_contato'26 => 'admin.suporte'27 => 'admin.categoria_download'28 => 'admin.arquivo_download'29 => 'admin.secao_download'30 => 'admin.acesso_cliente'31 => 'admin.u_item_topico'32 => 'admin.u_topico'33 => 'admin.u_aula'34 => 'admin.u_modulo'35 => 'admin.u_curso'36 => 'admin.patrimonio'37 => 'admin.equipamento'38 => 'admin.aternativa_questao_topico'39 => 'admin.split_valor_conta_pagar'40 => 'admin.contrato_curso_aluno'41 => 'admin.relatorio_tecnico_massa'42 => 'admin.entrada_saida_equipamento'43 => 'admin.calibracao_equipamento'44 => 'admin.arquivo_empresa'45 => 'admin.arquivo_os'46 => 'admin.arquivo_colaborador'47 => 'admin.importacao_dados'48 => 'admin.u_aluno'49 => 'admin.usuario'50 => 'admin.saida_almoxarifado'51 => 'admin.saida_item_almoxarifado'52 => 'admin.devolucao_almoxarifado'53 => 'admin.devolucao_item_almoxarifado'54 => 'sonata.user.admin.group']);
  1720.         $instance->setAdminGroups(['empresa' => ['on_top' => true'label' => 'Gerenciar Empresas''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-building\'></i>''items' => [=> ['admin' => 'admin.empresa''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'keep_open' => false'item_adds' => [], 'roles' => []], 'cadastros' => ['label' => 'Cadastros''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-database\'></i>''items' => [=> ['admin' => 'admin.cliente''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.arquivo_empresa''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.servico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.sub_secao_servico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.seccao_servico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.fornecedor''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.status_proposta''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.importacao_dados''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'administrativo' => ['label' => 'Administrativo''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-calculator\'></i>''items' => [=> ['admin' => 'admin.colaborador''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.arquivo_colaborador''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'patrimonio' => ['label' => 'Patrimônio''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-database\'></i>''items' => [=> ['admin' => 'admin.patrimonio''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.equipamento''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.saida_almoxarifado''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.devolucao_almoxarifado''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'comercial' => ['label' => 'Comercial''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-handshake-o\'></i> ''items' => [=> ['admin' => 'admin.proposta_comercial''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.contrato_cliente''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'operacional' => ['label' => 'Operacional''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-cogs\' aria-hidden=\'true\'></i>''items' => [=> ['admin' => 'admin.ordem_de_servico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.arquivo_os''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.diario_obra''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.relatorio_tecnico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.relatorio_tecnico_massa''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.boletim_medicao''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.servico_boletim_medicao''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.acesso_cliente''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'financeiro' => ['label' => 'Financeiro''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-usd\' aria-hidden=\'true\'></i>''items' => [=> ['admin' => 'admin.fluxo_caixa''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.conta_receber''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.conta_pagar''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.centro_custo''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.registro_caixa_rotativo''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'universidade' => ['label' => 'Arquivos''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-book\' aria-hidden=\'true\'></i>''items' => [=> ['admin' => 'admin.secao_download''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.categoria_download''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.arquivo_download''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'users' => ['label' => 'Segurança''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-users\'></i>''items' => [=> ['admin' => 'sonata.user.admin.user''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'sonata.user.admin.group''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'suporte' => ['label' => 'Suporte''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-question-circle\' aria-hidden=\'true\'></i>''items' => [=> ['admin' => 'admin.suporte''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'uniltec' => ['label' => 'Uniltec''label_catalogue' => 'SonataAdminBundle''icon' => '<i class=\'fa fa-graduation-cap\' aria-hidden=\'true\'></i>''items' => [=> ['admin' => 'admin.u_curso''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.u_modulo''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.u_aula''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.u_topico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.u_item_topico''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.contrato_curso_aluno''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.u_aluno''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.usuario''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []]]);
  1721.         $instance->setAdminClasses(['App\\Application\\Sonata\\UserBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Entity\\PerfilUser' => [=> 'admin.perfil_user'], 'App\\Entity\\Empresa' => [=> 'admin.empresa'], 'App\\Entity\\Cliente' => [=> 'admin.cliente'], 'App\\Entity\\DiretorCliente' => [=> 'admin.diretor_cliente'], 'App\\Entity\\Servico' => [=> 'admin.servico'], 'App\\Entity\\PropostaComercial' => [=> 'admin.proposta_comercial'], 'App\\Entity\\ServicoPropostaComercial' => [=> 'admin.servico_proposta_comercial'], 'App\\Entity\\ContratoCliente' => [=> 'admin.contrato_cliente'], 'App\\Entity\\OrdemDeServico' => [=> 'admin.ordem_de_servico'], 'App\\Entity\\BoletimMedicao' => [=> 'admin.boletim_medicao'], 'App\\Entity\\ServicoBoletimMedicao' => [=> 'admin.servico_boletim_medicao'], 'App\\Entity\\DiarioObra' => [=> 'admin.diario_obra'], 'App\\Entity\\RelatorioTecnico' => [=> 'admin.relatorio_tecnico'], 'App\\Entity\\Fornecedor' => [=> 'admin.fornecedor'], 'App\\Entity\\ContaPagar' => [=> 'admin.conta_pagar'], 'App\\Entity\\ContaReceber' => [=> 'admin.conta_receber'], 'App\\Entity\\CentroCusto' => [=> 'admin.centro_custo'], 'App\\Entity\\Colaborador' => [=> 'admin.colaborador'], 'App\\Entity\\SeccaoServico' => [=> 'admin.seccao_servico'], 'App\\Entity\\SubSecaoServico' => [=> 'admin.sub_secao_servico'], 'App\\Entity\\ImagemRelatorio' => [=> 'admin.imagem_relatorio'], 'App\\Entity\\StatusProposta' => [=> 'admin.status_proposta'], 'App\\Entity\\FluxoCaixa' => [=> 'admin.fluxo_caixa'], 'App\\Entity\\RegistroCaixaRotativo' => [=> 'admin.registro_caixa_rotativo'], 'App\\Entity\\ClienteContato' => [=> 'admin.cliente_contato'], 'App\\Entity\\Suporte' => [=> 'admin.suporte'], 'App\\Entity\\CategoriaDownload' => [=> 'admin.categoria_download'], 'App\\Entity\\ArquivoDownload' => [=> 'admin.arquivo_download'], 'App\\Entity\\SecaoDownload' => [=> 'admin.secao_download'], 'App\\Entity\\AcessoCliente' => [=> 'admin.acesso_cliente'], 'App\\Entity\\UItemTopico' => [=> 'admin.u_item_topico'], 'App\\Entity\\UTopico' => [=> 'admin.u_topico'], 'App\\Entity\\UAula' => [=> 'admin.u_aula'], 'App\\Entity\\UModulo' => [=> 'admin.u_modulo'], 'App\\Entity\\UCurso' => [=> 'admin.u_curso'], 'App\\Entity\\Patrimonio' => [=> 'admin.patrimonio'], 'App\\Entity\\Equipamento' => [=> 'admin.equipamento'], 'App\\Entity\\AternativaQuestaoTopico' => [=> 'admin.aternativa_questao_topico'], 'App\\Entity\\SplitValorContaPagar' => [=> 'admin.split_valor_conta_pagar'], 'App\\Entity\\ContratoCursoAluno' => [=> 'admin.contrato_curso_aluno'], 'App\\Entity\\RelatorioTecnicoMassa' => [=> 'admin.relatorio_tecnico_massa'], 'App\\Entity\\EntradaSaidaEquipamento' => [=> 'admin.entrada_saida_equipamento'], 'App\\Entity\\CalibracaoEquipamento' => [=> 'admin.calibracao_equipamento'], 'App\\Entity\\ArquivoEmpresa' => [=> 'admin.arquivo_empresa'], 'App\\Entity\\ArquivoOs' => [=> 'admin.arquivo_os'], 'App\\Entity\\ArquivoColaborador' => [=> 'admin.arquivo_colaborador'], 'App\\Entity\\ImportacaoDados' => [=> 'admin.importacao_dados'], 'App\\Entity\\UAluno' => [=> 'admin.u_aluno'], 'App\\Entity\\Usuario' => [=> 'admin.usuario'], 'App\\Entity\\SaidaAlmoxarifado' => [=> 'admin.saida_almoxarifado'], 'App\\Entity\\SaidaItemAlmoxarifado' => [=> 'admin.saida_item_almoxarifado'], 'App\\Entity\\DevolucaoAlmoxarifado' => [=> 'admin.devolucao_almoxarifado'], 'App\\Entity\\DevolucaoItemAlmoxarifado' => [=> 'admin.devolucao_item_almoxarifado'], 'App\\Application\\Sonata\\UserBundle\\Entity\\Group' => [=> 'sonata.user.admin.group']]);
  1722.         return $instance;
  1723.     }
  1724.     /**
  1725.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1726.      *
  1727.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1728.      */
  1729.     protected function getSonata_Admin_Twig_ExtensionService()
  1730.     {
  1731.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1732.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1733.         return $instance;
  1734.     }
  1735.     /**
  1736.      * Gets the public 'sonata.admin.twig.global' shared service.
  1737.      *
  1738.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1739.      */
  1740.     protected function getSonata_Admin_Twig_GlobalService()
  1741.     {
  1742.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
  1743.     }
  1744.     /**
  1745.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1746.      *
  1747.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1748.      */
  1749.     protected function getSonata_Block_ContextManager_DefaultService()
  1750.     {
  1751.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1752.     }
  1753.     /**
  1754.      * Gets the public 'sonata.block.manager' shared service.
  1755.      *
  1756.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1757.      */
  1758.     protected function getSonata_Block_ManagerService()
  1759.     {
  1760.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1761.         $instance->add('app.block.indicadores''app.block.indicadores'$this->parameters['sonata_blocks.default_contexts']);
  1762.         $instance->add('sonata.block.service.container''sonata.block.service.container'$this->parameters['sonata_blocks.default_contexts']);
  1763.         $instance->add('sonata.block.service.empty''sonata.block.service.empty'$this->parameters['sonata_blocks.default_contexts']);
  1764.         $instance->add('sonata.block.service.text''sonata.block.service.text'$this->parameters['sonata_blocks.default_contexts']);
  1765.         $instance->add('sonata.block.service.rss''sonata.block.service.rss'$this->parameters['sonata_blocks.default_contexts']);
  1766.         $instance->add('sonata.block.service.menu''sonata.block.service.menu'$this->parameters['sonata_blocks.default_contexts']);
  1767.         $instance->add('sonata.block.service.template''sonata.block.service.template'$this->parameters['sonata_blocks.default_contexts']);
  1768.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list'$this->parameters['sonata_blocks.default_contexts']);
  1769.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result'$this->parameters['sonata_blocks.default_contexts']);
  1770.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats'$this->parameters['sonata_blocks.default_contexts']);
  1771.         return $instance;
  1772.     }
  1773.     /**
  1774.      * Gets the public 'sonata.block.renderer.default' shared service.
  1775.      *
  1776.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1777.      */
  1778.     protected function getSonata_Block_Renderer_DefaultService()
  1779.     {
  1780.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1781.         $a->setDefaultFilter('debug_only');
  1782.         $a->setDefaultRenderer('throw');
  1783.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true);
  1784.     }
  1785.     /**
  1786.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  1787.      *
  1788.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1789.      */
  1790.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  1791.     {
  1792.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1793.     }
  1794.     /**
  1795.      * Gets the public 'sonata.intl.locale_detector.request_stack' shared service.
  1796.      *
  1797.      * @return \Sonata\IntlBundle\Locale\RequestStackDetector
  1798.      */
  1799.     protected function getSonata_Intl_LocaleDetector_RequestStackService()
  1800.     {
  1801.         return $this->services['sonata.intl.locale_detector.request_stack'] = new \Sonata\IntlBundle\Locale\RequestStackDetector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pt_BR');
  1802.     }
  1803.     /**
  1804.      * Gets the public 'sonata.intl.templating.helper.datetime' shared service.
  1805.      *
  1806.      * @return \Sonata\IntlBundle\Templating\Helper\DateTimeHelper
  1807.      */
  1808.     protected function getSonata_Intl_Templating_Helper_DatetimeService()
  1809.     {
  1810.         return $this->services['sonata.intl.templating.helper.datetime'] = new \Sonata\IntlBundle\Templating\Helper\DateTimeHelper(($this->services['sonata.intl.timezone_detector.chain'] ?? $this->getSonata_Intl_TimezoneDetector_ChainService()), 'UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  1811.     }
  1812.     /**
  1813.      * Gets the public 'sonata.intl.templating.helper.locale' shared service.
  1814.      *
  1815.      * @return \Sonata\IntlBundle\Templating\Helper\LocaleHelper
  1816.      */
  1817.     protected function getSonata_Intl_Templating_Helper_LocaleService()
  1818.     {
  1819.         return $this->services['sonata.intl.templating.helper.locale'] = new \Sonata\IntlBundle\Templating\Helper\LocaleHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  1820.     }
  1821.     /**
  1822.      * Gets the public 'sonata.intl.templating.helper.number' shared service.
  1823.      *
  1824.      * @return \Sonata\IntlBundle\Templating\Helper\NumberHelper
  1825.      */
  1826.     protected function getSonata_Intl_Templating_Helper_NumberService()
  1827.     {
  1828.         return $this->services['sonata.intl.templating.helper.number'] = new \Sonata\IntlBundle\Templating\Helper\NumberHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  1829.     }
  1830.     /**
  1831.      * Gets the public 'sonata.intl.timezone_detector.chain' shared service.
  1832.      *
  1833.      * @return \Sonata\IntlBundle\Timezone\ChainTimezoneDetector
  1834.      */
  1835.     protected function getSonata_Intl_TimezoneDetector_ChainService()
  1836.     {
  1837.         $this->services['sonata.intl.timezone_detector.chain'] = $instance = new \Sonata\IntlBundle\Timezone\ChainTimezoneDetector('America/Sao_Paulo');
  1838.         $instance->addDetector(($this->services['sonata.intl.timezone_detector.user'] ?? $this->getSonata_Intl_TimezoneDetector_UserService()));
  1839.         $instance->addDetector(($this->services['sonata.intl.timezone_detector.locale'] ?? $this->getSonata_Intl_TimezoneDetector_LocaleService()));
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'sonata.intl.timezone_detector.locale' shared service.
  1844.      *
  1845.      * @return \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector
  1846.      */
  1847.     protected function getSonata_Intl_TimezoneDetector_LocaleService()
  1848.     {
  1849.         return $this->services['sonata.intl.timezone_detector.locale'] = new \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector(($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()), []);
  1850.     }
  1851.     /**
  1852.      * Gets the public 'sonata.intl.timezone_detector.user' shared service.
  1853.      *
  1854.      * @return \Sonata\IntlBundle\Timezone\UserBasedTimezoneDetector
  1855.      */
  1856.     protected function getSonata_Intl_TimezoneDetector_UserService()
  1857.     {
  1858.         return $this->services['sonata.intl.timezone_detector.user'] = new \Sonata\IntlBundle\Timezone\UserBasedTimezoneDetector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1859.     }
  1860.     /**
  1861.      * Gets the public 'templating' shared service.
  1862.      *
  1863.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  1864.      */
  1865.     protected function getTemplatingService()
  1866.     {
  1867.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), ($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')));
  1868.     }
  1869.     /**
  1870.      * Gets the public 'translator' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1873.      */
  1874.     protected function getTranslatorService()
  1875.     {
  1876.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1877.     }
  1878.     /**
  1879.      * Gets the public 'twig' shared service.
  1880.      *
  1881.      * @return \Twig\Environment
  1882.      */
  1883.     protected function getTwigService()
  1884.     {
  1885.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
  1886.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1887.         $a->addPath(($this->targetDirs[3].'/templates'));
  1888.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1889.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1890.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1891.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1892.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1893.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1894.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1895.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1896.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1897.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1898.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  1899.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  1900.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  1901.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  1902.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1903.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1904.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1905.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1906.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1907.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1908.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1909.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1910.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1911.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1912.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  1913.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  1914.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1915.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1916.         $a->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1917.         $a->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1918.         $a->addPath(($this->targetDirs[3].'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  1919.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1920.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1921.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1922.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1923.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Resources/views'), 'SonataIntl');
  1924.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Resources/views'), '!SonataIntl');
  1925.         $a->addPath(($this->targetDirs[3].'/templates'));
  1926.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1927.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1928.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1929.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1930.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1931.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1932.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1933.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1934.         $g = new \Knp\Menu\Util\MenuManipulator();
  1935.         $h = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1936.         $i = new \Symfony\Bridge\Twig\AppVariable();
  1937.         $i->setEnvironment('dev');
  1938.         $i->setDebug(true);
  1939.         if ($this->has('security.token_storage')) {
  1940.             $i->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1941.         }
  1942.         if ($this->has('request_stack')) {
  1943.             $i->setRequestStack($e);
  1944.         }
  1945.         $j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1946.         $k = ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php'));
  1947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d$this->targetDirs[3], 'UTF-8'));
  1952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  1959.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1963.         $instance->addExtension(new \App\Twig\AppExtension());
  1964.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1965.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1966.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1967.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1968.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  1969.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  1970.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1971.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
  1972.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1973.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1974.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1975.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1976.         ], [
  1977.             'list' => '?',
  1978.             'twig' => '?',
  1979.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $g$h), $h$g));
  1980.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  1981.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  1982.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  1983.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1984.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1985.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1986.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1987.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1988.         ], [
  1989.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1990.             'webpack_encore.tag_renderer' => '?',
  1991.         ])));
  1992.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\LocaleExtension(($this->services['sonata.intl.templating.helper.locale'] ?? $this->getSonata_Intl_Templating_Helper_LocaleService())));
  1993.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\NumberExtension(($this->services['sonata.intl.templating.helper.number'] ?? $this->getSonata_Intl_Templating_Helper_NumberService())));
  1994.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\DateTimeExtension(($this->services['sonata.intl.templating.helper.datetime'] ?? $this->getSonata_Intl_Templating_Helper_DatetimeService())));
  1995.         $instance->addGlobal('app'$i);
  1996.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1997.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1998.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  1999.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  2000.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  2001.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  2002.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  2003.         ], [
  2004.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2005.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  2006.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  2007.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2008.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2009.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2010.         ])));
  2011.         $instance->addGlobal('proposta_model', ($this->services['App\\Model\\PropostaModel'] ?? $this->getPropostaModelService()));
  2012.         $instance->addGlobal('conta_pagar_model', new \App\Model\ContaPagarModel($this$j$k));
  2013.         $instance->addGlobal('conta_receber_model', new \App\Model\ContaReceberModel($this$j$k));
  2014.         $instance->addGlobal('fluxo_caixa_model', new \App\Model\FluxoCaixaModel($this$j$k));
  2015.         $instance->addGlobal('tool_service', ($this->services['App\\Services\\ToolService'] ?? $this->getToolServiceService()));
  2016.         $instance->addGlobal('franquia_model', ($this->services['App\\Model\\FranquiaModel'] ?? $this->getFranquiaModelService()));
  2017.         $instance->addGlobal('boletim_model', ($this->services['App\\Model\\BoletimModel'] ?? $this->getBoletimModelService()));
  2018.         $instance->addGlobal('rt_model', ($this->services['App\\Model\\RelatorioTecnicoModel'] ?? $this->getRelatorioTecnicoModelService()));
  2019.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  2020.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  2021.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  2022.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2023.         return $instance;
  2024.     }
  2025.     /**
  2026.      * Gets the public 'validator' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2029.      */
  2030.     protected function getValidatorService()
  2031.     {
  2032.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2033.     }
  2034.     /**
  2035.      * Gets the public 'var_dumper.cloner' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2038.      */
  2039.     protected function getVarDumper_ClonerService()
  2040.     {
  2041.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2042.         $instance->setMaxItems(2500);
  2043.         $instance->setMinDepth(1);
  2044.         $instance->setMaxString(-1);
  2045.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2046.         return $instance;
  2047.     }
  2048.     /**
  2049.      * Gets the private 'App\EventListener\EmpresaUserFilterListener' shared autowired service.
  2050.      *
  2051.      * @return \App\EventListener\EmpresaUserFilterListener
  2052.      */
  2053.     protected function getEmpresaUserFilterListenerService()
  2054.     {
  2055.         return $this->privates['App\\EventListener\\EmpresaUserFilterListener'] = new \App\EventListener\EmpresaUserFilterListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2056.     }
  2057.     /**
  2058.      * Gets the private 'App\Repository\DevolucaoItemAlmoxarifadoRepository' shared autowired service.
  2059.      *
  2060.      * @return \App\Repository\DevolucaoItemAlmoxarifadoRepository
  2061.      */
  2062.     protected function getDevolucaoItemAlmoxarifadoRepositoryService()
  2063.     {
  2064.         return $this->privates['App\\Repository\\DevolucaoItemAlmoxarifadoRepository'] = new \App\Repository\DevolucaoItemAlmoxarifadoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2065.     }
  2066.     /**
  2067.      * Gets the private 'App\Repository\SaidaItemAlmoxarifadoRepository' shared autowired service.
  2068.      *
  2069.      * @return \App\Repository\SaidaItemAlmoxarifadoRepository
  2070.      */
  2071.     protected function getSaidaItemAlmoxarifadoRepositoryService()
  2072.     {
  2073.         return $this->privates['App\\Repository\\SaidaItemAlmoxarifadoRepository'] = new \App\Repository\SaidaItemAlmoxarifadoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2074.     }
  2075.     /**
  2076.      * Gets the private 'annotations.cached_reader' shared service.
  2077.      *
  2078.      * @return \Doctrine\Common\Annotations\CachedReader
  2079.      */
  2080.     protected function getAnnotations_CachedReaderService()
  2081.     {
  2082.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  2083.     }
  2084.     /**
  2085.      * Gets the private 'annotations.reader' shared service.
  2086.      *
  2087.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2088.      */
  2089.     protected function getAnnotations_ReaderService()
  2090.     {
  2091.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2092.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2093.         $a->registerUniqueLoader('class_exists');
  2094.         $instance->addGlobalIgnoredName('required'$a);
  2095.         return $instance;
  2096.     }
  2097.     /**
  2098.      * Gets the private 'assets.packages' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\Asset\Packages
  2101.      */
  2102.     protected function getAssets_PackagesService()
  2103.     {
  2104.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy(($this->targetDirs[3].'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2105.     }
  2106.     /**
  2107.      * Gets the private 'cache.annotations' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2110.      */
  2111.     protected function getCache_AnnotationsService()
  2112.     {
  2113.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B-dxPnTulh'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2114.     }
  2115.     /**
  2116.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2119.      */
  2120.     protected function getCache_Messenger_RestartWorkersSignalService()
  2121.     {
  2122.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('K0AD2C5uVl'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2123.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2124.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2125.     }
  2126.     /**
  2127.      * Gets the private 'cache.property_info' shared service.
  2128.      *
  2129.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2130.      */
  2131.     protected function getCache_PropertyInfoService()
  2132.     {
  2133.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4ulIQ2n5TV'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'cache.security_expression_language' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2139.      */
  2140.     protected function getCache_SecurityExpressionLanguageService()
  2141.     {
  2142.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pYebJaPfGo'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'cache.serializer' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2148.      */
  2149.     protected function getCache_SerializerService()
  2150.     {
  2151.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DQAo+Q1tfZ'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2152.     }
  2153.     /**
  2154.      * Gets the private 'cache.validator' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2157.      */
  2158.     protected function getCache_ValidatorService()
  2159.     {
  2160.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('K5F8sn0YbV'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2161.     }
  2162.     /**
  2163.      * Gets the private 'cache.webpack_encore' shared service.
  2164.      *
  2165.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2166.      */
  2167.     protected function getCache_WebpackEncoreService()
  2168.     {
  2169.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('O0aKu8AMNU'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2170.     }
  2171.     /**
  2172.      * Gets the private 'config_cache_factory' shared service.
  2173.      *
  2174.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2175.      */
  2176.     protected function getConfigCacheFactoryService()
  2177.     {
  2178.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2179.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2180.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2181.         }, 2));
  2182.     }
  2183.     /**
  2184.      * Gets the private 'data_collector.form' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2187.      */
  2188.     protected function getDataCollector_FormService()
  2189.     {
  2190.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2191.     }
  2192.     /**
  2193.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2194.      *
  2195.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2196.      */
  2197.     protected function getDebug_DebugHandlersListenerService()
  2198.     {
  2199.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2200.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2201.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2202.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2203.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2204.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  2205.     }
  2206.     /**
  2207.      * Gets the private 'debug.file_link_formatter' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2210.      */
  2211.     protected function getDebug_FileLinkFormatterService()
  2212.     {
  2213.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->targetDirs[3], function () {
  2214.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2215.         });
  2216.     }
  2217.     /**
  2218.      * Gets the private 'debug.log_processor' shared service.
  2219.      *
  2220.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2221.      */
  2222.     protected function getDebug_LogProcessorService()
  2223.     {
  2224.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2225.     }
  2226.     /**
  2227.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2228.      *
  2229.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2230.      */
  2231.     protected function getDebug_Security_Access_DecisionManagerService()
  2232.     {
  2233.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2234.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2235.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2236.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2237.             yield => ($this->privates['debug.security.voter.App\\Security\\ClienteCRUDVoter'] ?? $this->load('getClienteCRUDVoterService.php'));
  2238.             yield => ($this->privates['debug.security.voter.App\\Security\\UserCRUDVoter'] ?? $this->load('getUserCRUDVoterService.php'));
  2239.         }, 5), 'unanimous'falsetrue));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'debug.security.firewall' shared service.
  2243.      *
  2244.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2245.      */
  2246.     protected function getDebug_Security_FirewallService()
  2247.     {
  2248.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'fos_rest.body_listener' shared service.
  2252.      *
  2253.      * @return \FOS\RestBundle\EventListener\BodyListener
  2254.      */
  2255.     protected function getFosRest_BodyListenerService()
  2256.     {
  2257.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2258.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2259.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2260.         ], [
  2261.             'fos_rest.decoder.json' => '?',
  2262.             'fos_rest.decoder.xml' => '?',
  2263.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2264.         $instance->setDefaultFormat(NULL);
  2265.         return $instance;
  2266.     }
  2267.     /**
  2268.      * Gets the private 'fos_rest.format_listener' shared service.
  2269.      *
  2270.      * @return \FOS\RestBundle\EventListener\FormatListener
  2271.      */
  2272.     protected function getFosRest_FormatListenerService()
  2273.     {
  2274.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2275.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2276.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v.*/'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  2277.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2278.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2279.     }
  2280.     /**
  2281.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2282.      *
  2283.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2284.      */
  2285.     protected function getFosRest_ParamFetcherListenerService()
  2286.     {
  2287.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
  2288.     }
  2289.     /**
  2290.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  2291.      *
  2292.      * @return \FOS\RestBundle\Request\ParamFetcher
  2293.      */
  2294.     protected function getFosRest_Request_ParamFetcherService()
  2295.     {
  2296.         return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService()));
  2297.     }
  2298.     /**
  2299.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  2300.      *
  2301.      * @return \FOS\RestBundle\Request\ParamReader
  2302.      */
  2303.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  2304.     {
  2305.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'fos_rest.serializer.symfony' shared service.
  2309.      *
  2310.      * @return \FOS\RestBundle\Serializer\SymfonySerializerAdapter
  2311.      */
  2312.     protected function getFosRest_Serializer_SymfonyService($lazyLoad true)
  2313.     {
  2314.         return $this->privates['fos_rest.serializer.symfony'] = new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['serializer'] ?? $this->getSerializerService()));
  2315.     }
  2316.     /**
  2317.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  2318.      *
  2319.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  2320.      */
  2321.     protected function getFosRest_Versioning_ExclusionListenerService()
  2322.     {
  2323.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'fos_rest.versioning.listener' shared service.
  2327.      *
  2328.      * @return \FOS\RestBundle\EventListener\VersionListener
  2329.      */
  2330.     protected function getFosRest_Versioning_ListenerService()
  2331.     {
  2332.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  2333.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  2334.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  2335.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  2336.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($aNULL);
  2337.     }
  2338.     /**
  2339.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  2340.      *
  2341.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  2342.      */
  2343.     protected function getFosRest_ZoneMatcherListenerService()
  2344.     {
  2345.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  2346.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v.*/*'));
  2347.         return $instance;
  2348.     }
  2349.     /**
  2350.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2351.      *
  2352.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2353.      */
  2354.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2355.     {
  2356.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2357.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2358.     }
  2359.     /**
  2360.      * Gets the private 'fos_user.util.password_updater' shared service.
  2361.      *
  2362.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2363.      */
  2364.     protected function getFosUser_Util_PasswordUpdaterService()
  2365.     {
  2366.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2370.      *
  2371.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2372.      */
  2373.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2374.     {
  2375.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2376.     }
  2377.     /**
  2378.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2379.      *
  2380.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2381.      */
  2382.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2383.     {
  2384.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2385.     }
  2386.     /**
  2387.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2388.      *
  2389.      * @return \Knp\Menu\Provider\ChainProvider
  2390.      */
  2391.     protected function getKnpMenu_MenuProvider_ChainService()
  2392.     {
  2393.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2394.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  2395.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  2396.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  2397.         }, 3));
  2398.     }
  2399.     /**
  2400.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2401.      *
  2402.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2403.      */
  2404.     protected function getLiipImagine_Filter_ConfigurationService()
  2405.     {
  2406.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2407.     }
  2408.     /**
  2409.      * Gets the private 'locale_aware_listener' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2412.      */
  2413.     protected function getLocaleAwareListenerService()
  2414.     {
  2415.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2416.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2417.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2418.     }
  2419.     /**
  2420.      * Gets the private 'locale_listener' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2423.      */
  2424.     protected function getLocaleListenerService()
  2425.     {
  2426.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pt_BR', ($this->services['router'] ?? $this->getRouterService()));
  2427.     }
  2428.     /**
  2429.      * Gets the private 'mime_types' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\Mime\MimeTypes
  2432.      */
  2433.     protected function getMimeTypesService()
  2434.     {
  2435.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2436.         $instance->setDefault($instance);
  2437.         return $instance;
  2438.     }
  2439.     /**
  2440.      * Gets the private 'monolog.handler.console' shared service.
  2441.      *
  2442.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2443.      */
  2444.     protected function getMonolog_Handler_ConsoleService()
  2445.     {
  2446.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2447.     }
  2448.     /**
  2449.      * Gets the private 'monolog.handler.main' shared service.
  2450.      *
  2451.      * @return \Monolog\Handler\StreamHandler
  2452.      */
  2453.     protected function getMonolog_Handler_MainService()
  2454.     {
  2455.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  2456.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2457.         return $instance;
  2458.     }
  2459.     /**
  2460.      * Gets the private 'monolog.logger' shared service.
  2461.      *
  2462.      * @return \Symfony\Bridge\Monolog\Logger
  2463.      */
  2464.     protected function getMonolog_LoggerService()
  2465.     {
  2466.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2467.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2468.         $instance->useMicrosecondTimestamps(true);
  2469.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2470.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2471.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the private 'monolog.logger.cache' shared service.
  2476.      *
  2477.      * @return \Symfony\Bridge\Monolog\Logger
  2478.      */
  2479.     protected function getMonolog_Logger_CacheService()
  2480.     {
  2481.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2482.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2483.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2484.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the private 'monolog.logger.request' shared service.
  2490.      *
  2491.      * @return \Symfony\Bridge\Monolog\Logger
  2492.      */
  2493.     protected function getMonolog_Logger_RequestService()
  2494.     {
  2495.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2496.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2497.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2498.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2499.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the private 'parameter_bag' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2506.      */
  2507.     protected function getParameterBagService()
  2508.     {
  2509.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2510.     }
  2511.     /**
  2512.      * Gets the private 'profiler_listener' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2515.      */
  2516.     protected function getProfilerListenerService()
  2517.     {
  2518.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2519.     }
  2520.     /**
  2521.      * Gets the private 'property_accessor' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2524.      */
  2525.     protected function getPropertyAccessorService()
  2526.     {
  2527.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2528.     }
  2529.     /**
  2530.      * Gets the private 'property_info' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2533.      */
  2534.     protected function getPropertyInfoService()
  2535.     {
  2536.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2537.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  2538.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2539.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2540.         }, 3), new RewindableGenerator(function () {
  2541.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2542.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2543.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2544.         }, 3), new RewindableGenerator(function () {
  2545.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2546.         }, 1), new RewindableGenerator(function () {
  2547.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2548.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2549.         }, 2), new RewindableGenerator(function () {
  2550.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2551.         }, 1));
  2552.     }
  2553.     /**
  2554.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2555.      *
  2556.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2557.      */
  2558.     protected function getResolveControllerNameSubscriberService()
  2559.     {
  2560.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2561.     }
  2562.     /**
  2563.      * Gets the private 'router.request_context' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Routing\RequestContext
  2566.      */
  2567.     protected function getRouter_RequestContextService()
  2568.     {
  2569.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2570.     }
  2571.     /**
  2572.      * Gets the private 'router_listener' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2575.      */
  2576.     protected function getRouterListenerService()
  2577.     {
  2578.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), $this->targetDirs[3], true);
  2579.     }
  2580.     /**
  2581.      * Gets the private 'security.authentication.manager' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2584.      */
  2585.     protected function getSecurity_Authentication_ManagerService()
  2586.     {
  2587.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2588.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->load('getSecurity_Authentication_Provider_Dao_LoginService.php'));
  2589.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? ($this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2590.             yield => ($this->privates['security.authentication.provider.anonymous.api_open'] ?? ($this->privates['security.authentication.provider.anonymous.api_open'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2591.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->load('getSecurity_Authentication_Provider_Guard_ApiService.php'));
  2592.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2593.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2594.         }, 6), true);
  2595.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the private 'security.encoder_factory.generic' shared service.
  2600.      *
  2601.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2602.      */
  2603.     protected function getSecurity_EncoderFactory_GenericService()
  2604.     {
  2605.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  2606.     }
  2607.     /**
  2608.      * Gets the private 'security.firewall.map' shared service.
  2609.      *
  2610.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2611.      */
  2612.     protected function getSecurity_Firewall_MapService()
  2613.     {
  2614.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2615.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2616.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService.php'true],
  2617.             'security.firewall.map.context.api_open' => ['privates''security.firewall.map.context.api_open''getSecurity_Firewall_Map_Context_ApiOpenService.php'true],
  2618.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2619.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService.php'true],
  2620.         ], [
  2621.             'security.firewall.map.context.admin' => '?',
  2622.             'security.firewall.map.context.api' => '?',
  2623.             'security.firewall.map.context.api_open' => '?',
  2624.             'security.firewall.map.context.dev' => '?',
  2625.             'security.firewall.map.context.login' => '?',
  2626.         ]), new RewindableGenerator(function () {
  2627.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.9xz6gUQ'] ?? ($this->privates['.security.request_matcher.9xz6gUQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js|media|terms)/')));
  2628.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2629.             yield 'security.firewall.map.context.api_open' => ($this->privates['.security.request_matcher.iqcryZi'] ?? ($this->privates['.security.request_matcher.iqcryZi'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v(.*)/(users$|users/resetpassword|users/social|empresas$)'NULL, [=> 'GET'=> 'POST'])));
  2630.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.bnFnoh4'] ?? ($this->privates['.security.request_matcher.bnFnoh4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api(?!/doc$)')));
  2631.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.cVxvreg'] ?? ($this->privates['.security.request_matcher.cVxvreg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/(.*)')));
  2632.         }, 5));
  2633.     }
  2634.     /**
  2635.      * Gets the private 'security.helper' shared service.
  2636.      *
  2637.      * @return \Symfony\Component\Security\Core\Security
  2638.      */
  2639.     protected function getSecurity_HelperService()
  2640.     {
  2641.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2642.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2643.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2644.         ], [
  2645.             'security.authorization_checker' => '?',
  2646.             'security.token_storage' => '?',
  2647.         ]));
  2648.     }
  2649.     /**
  2650.      * Gets the private 'security.logout_url_generator' shared service.
  2651.      *
  2652.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2653.      */
  2654.     protected function getSecurity_LogoutUrlGeneratorService()
  2655.     {
  2656.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2657.         $instance->registerListener('admin''/logout''logout''_csrf_token'NULL'user');
  2658.         return $instance;
  2659.     }
  2660.     /**
  2661.      * Gets the private 'security.role_hierarchy' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2664.      */
  2665.     protected function getSecurity_RoleHierarchyService()
  2666.     {
  2667.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2668.     }
  2669.     /**
  2670.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2671.      *
  2672.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2673.      */
  2674.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2675.     {
  2676.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2677.     }
  2678.     /**
  2679.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2680.      *
  2681.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2682.      */
  2683.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2684.     {
  2685.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2686.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2687.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2688.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.symfony'] ?? $this->getFosRest_Serializer_SymfonyService()), [], '', ($this->services['validator'] ?? $this->getValidatorService()), 'validationErrors'), -50'fos_rest.request_body');
  2689.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2690.     }
  2691.     /**
  2692.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2693.      *
  2694.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2695.      */
  2696.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2697.     {
  2698.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2699.     }
  2700.     /**
  2701.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2702.      *
  2703.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2704.      */
  2705.     protected function getSensioFrameworkExtra_View_ListenerService()
  2706.     {
  2707.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2708.     }
  2709.     /**
  2710.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2713.      */
  2714.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2715.     {
  2716.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  2717.     }
  2718.     /**
  2719.      * Gets the private 'session_listener' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2722.      */
  2723.     protected function getSessionListenerService()
  2724.     {
  2725.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2726.             'initialized_session' => ['services''session'NULLtrue],
  2727.             'session' => ['services''session''getSessionService.php'true],
  2728.         ], [
  2729.             'initialized_session' => '?',
  2730.             'session' => '?',
  2731.         ]));
  2732.     }
  2733.     /**
  2734.      * Gets the private 'sonata.block.templating.helper' shared service.
  2735.      *
  2736.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2737.      */
  2738.     protected function getSonata_Block_Templating_HelperService()
  2739.     {
  2740.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2741.     }
  2742.     /**
  2743.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  2744.      *
  2745.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  2746.      */
  2747.     protected function getSonata_User_MatrixRolesBuilderService()
  2748.     {
  2749.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2750.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2751.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2752.         return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a$b$c), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a$b$c$this->parameters['security.role_hierarchy.roles']));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'translator.default' shared service.
  2756.      *
  2757.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2758.      */
  2759.     protected function getTranslator_DefaultService()
  2760.     {
  2761.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2762.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2763.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2764.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2765.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2766.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2767.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2768.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2769.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2770.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2771.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2772.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2773.         ], [
  2774.             'translation.loader.csv' => '?',
  2775.             'translation.loader.dat' => '?',
  2776.             'translation.loader.ini' => '?',
  2777.             'translation.loader.json' => '?',
  2778.             'translation.loader.mo' => '?',
  2779.             'translation.loader.php' => '?',
  2780.             'translation.loader.po' => '?',
  2781.             'translation.loader.qt' => '?',
  2782.             'translation.loader.res' => '?',
  2783.             'translation.loader.xliff' => '?',
  2784.             'translation.loader.yml' => '?',
  2785.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pt_BR', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 10 => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 11 => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 10 => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 11 => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 10 => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff'), => ($this->targetDirs[3].'/src/Application/Sonata/UserBundle/Resources/translations/SonataAdminBundle.pt_BR.xliff'), 10 => ($this->targetDirs[3].'/translations/FOSUserBundle.pt_BR.yaml'), 11 => ($this->targetDirs[3].'/translations/SonataUserBundle.pt_BR.yaml'), 12 => ($this->targetDirs[3].'/translations/messages.pt_BR.yaml'), 13 => ($this->targetDirs[3].'/translations/FOSUserBundle.pt_BR.yaml'), 14 => ($this->targetDirs[3].'/translations/SonataUserBundle.pt_BR.yaml'), 15 => ($this->targetDirs[3].'/translations/messages.pt_BR.yaml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), 10 => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sk.xliff')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sv_SE' => [=> ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/src/Application/Sonata/UserBundle/Resources/translations'), 10 => ($this->targetDirs[3].'/translations'), 11 => ($this->targetDirs[3].'/translations'), 12 => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), 13 => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), 14 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 15 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 16 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 17 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 18 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), 19 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 20 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 21 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 22 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 23 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 24 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 25 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 26 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 27 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 28 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 29 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 30 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 31 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 32 => ($this->targetDirs[3].'/src/Resources/SonataDatagridBundle/translations'), 33 => ($this->targetDirs[3].'/src/Resources/SonataCoreBundle/translations'), 34 => ($this->targetDirs[3].'/src/Resources/SonataBlockBundle/translations'), 35 => ($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/translations'), 36 => ($this->targetDirs[3].'/src/Resources/KnpMenuBundle/translations'), 37 => ($this->targetDirs[3].'/src/Resources/SonataAdminBundle/translations'), 38 => ($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/translations'), 39 => ($this->targetDirs[3].'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 40 => ($this->targetDirs[3].'/vendor/sonata-project/easy-extends-bundle/src/Resources/translations'), 41 => ($this->targetDirs[3].'/src/Resources/SonataEasyExtendsBundle/translations'), 42 => ($this->targetDirs[3].'/src/Resources/FOSUserBundle/translations'), 43 => ($this->targetDirs[3].'/src/Resources/SonataUserBundle/translations'), 44 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 45 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 46 => ($this->targetDirs[3].'/src/Resources/ApplicationSonataUserBundle/translations'), 47 => ($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/translations'), 48 => ($this->targetDirs[3].'/src/Resources/LiipImagineBundle/translations'), 49 => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle/Resources/translations'), 50 => ($this->targetDirs[3].'/src/Resources/LexikJWTAuthenticationBundle/translations'), 51 => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/translations'), 52 => ($this->targetDirs[3].'/src/Resources/NelmioApiDocBundle/translations'), 53 => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Resources/translations'), 54 => ($this->targetDirs[3].'/src/Resources/FOSRestBundle/translations'), 55 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 56 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 57 => ($this->targetDirs[3].'/vendor/jms/serializer-bundle/Resources/translations'), 58 => ($this->targetDirs[3].'/src/Resources/JMSSerializerBundle/translations'), 59 => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Resources/translations'), 60 => ($this->targetDirs[3].'/src/Resources/WebpackEncoreBundle/translations'), 61 => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/Resources/translations'), 62 => ($this->targetDirs[3].'/src/Resources/StofDoctrineExtensionsBundle/translations'), 63 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 64 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 65 => ($this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src/Resources/translations'), 66 => ($this->targetDirs[3].'/src/Resources/SonataIntlBundle/translations'), 67 => ($this->targetDirs[3].'/vendor/knplabs/knp-snappy-bundle/Resources/translations'), 68 => ($this->targetDirs[3].'/src/Resources/KnpSnappyBundle/translations'), 69 => ($this->targetDirs[3].'/src/Resources/translations')]]);
  2786.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2787.         $instance->setFallbackLocales([=> 'pt_BR']);
  2788.         return $instance;
  2789.     }
  2790.     /**
  2791.      * Gets the private 'validator.builder' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2794.      */
  2795.     protected function getValidator_BuilderService()
  2796.     {
  2797.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2798.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2799.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2800.         $instance->setTranslationDomain('validators');
  2801.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2802.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2803.         $instance->addMethodMapping('loadValidatorMetadata');
  2804.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2805.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2806.         return $instance;
  2807.     }
  2808.     /**
  2809.      * Gets the private 'validator.validator_factory' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2812.      */
  2813.     protected function getValidator_ValidatorFactoryService()
  2814.     {
  2815.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2816.             'App\\Validator\\Constraints\\CpfCnpjValidator' => ['privates''App\\Validator\\Constraints\\CpfCnpjValidator''getCpfCnpjValidatorService.php'true],
  2817.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2818.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2819.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2820.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2821.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2822.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2823.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2824.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2825.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2826.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2827.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2828.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2829.         ], [
  2830.             'App\\Validator\\Constraints\\CpfCnpjValidator' => '?',
  2831.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  2832.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2833.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2834.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2835.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2836.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2837.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2838.             'doctrine.orm.validator.unique' => '?',
  2839.             'security.validator.user_password' => '?',
  2840.             'sonata.admin.validator.inline' => '?',
  2841.             'sonata.core.validator.inline' => '?',
  2842.             'validator.expression' => '?',
  2843.         ]));
  2844.     }
  2845.     /**
  2846.      * Gets the private 'var_dumper.html_dumper' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2849.      */
  2850.     protected function getVarDumper_HtmlDumperService()
  2851.     {
  2852.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2853.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2854.         return $instance;
  2855.     }
  2856.     /**
  2857.      * Gets the private 'var_dumper.server_connection' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\VarDumper\Server\Connection
  2860.      */
  2861.     protected function getVarDumper_ServerConnectionService()
  2862.     {
  2863.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'$this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2864.     }
  2865.     /**
  2866.      * Gets the private 'web_profiler.csp.handler' shared service.
  2867.      *
  2868.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2869.      */
  2870.     protected function getWebProfiler_Csp_HandlerService()
  2871.     {
  2872.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2873.     }
  2874.     /**
  2875.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2876.      *
  2877.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2878.      */
  2879.     protected function getWebProfiler_DebugToolbarService()
  2880.     {
  2881.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2882.     }
  2883.     public function getParameter($name)
  2884.     {
  2885.         $name = (string) $name;
  2886.         if (isset($this->buildParameters[$name])) {
  2887.             return $this->buildParameters[$name];
  2888.         }
  2889.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2890.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2891.         }
  2892.         if (isset($this->loadedDynamicParameters[$name])) {
  2893.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2894.         }
  2895.         return $this->parameters[$name];
  2896.     }
  2897.     public function hasParameter($name)
  2898.     {
  2899.         $name = (string) $name;
  2900.         if (isset($this->buildParameters[$name])) {
  2901.             return true;
  2902.         }
  2903.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2904.     }
  2905.     public function setParameter($name$value)
  2906.     {
  2907.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2908.     }
  2909.     public function getParameterBag()
  2910.     {
  2911.         if (null === $this->parameterBag) {
  2912.             $parameters $this->parameters;
  2913.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2914.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2915.             }
  2916.             foreach ($this->buildParameters as $name => $value) {
  2917.                 $parameters[$name] = $value;
  2918.             }
  2919.             $this->parameterBag = new FrozenParameterBag($parameters);
  2920.         }
  2921.         return $this->parameterBag;
  2922.     }
  2923.     private $loadedDynamicParameters = [
  2924.         'kernel.root_dir' => false,
  2925.         'kernel.project_dir' => false,
  2926.         'kernel.cache_dir' => false,
  2927.         'kernel.logs_dir' => false,
  2928.         'kernel.bundles_metadata' => false,
  2929.         'kernel.secret' => false,
  2930.         'session.save_path' => false,
  2931.         'validator.mapping.cache.file' => false,
  2932.         'translator.default_path' => false,
  2933.         'profiler.storage.dsn' => false,
  2934.         'debug.container.dump' => false,
  2935.         'serializer.mapping.cache.file' => false,
  2936.         'twig.default_path' => false,
  2937.         'doctrine.orm.proxy_dir' => false,
  2938.         'doctrine_migrations.dir_name' => false,
  2939.         'swiftmailer.spool.default.memory.path' => false,
  2940.         'liip_imagine.resolvers' => false,
  2941.         'liip_imagine.loaders' => false,
  2942.         'lexik_jwt_authentication.pass_phrase' => false,
  2943.         'knp_snappy.pdf.binary' => false,
  2944.         'knp_snappy.image.binary' => false,
  2945.     ];
  2946.     private $dynamicParameters = [];
  2947.     /**
  2948.      * Computes a dynamic parameter.
  2949.      *
  2950.      * @param string $name The name of the dynamic parameter to load
  2951.      *
  2952.      * @return mixed The value of the dynamic parameter
  2953.      *
  2954.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2955.      */
  2956.     private function getDynamicParameter($name)
  2957.     {
  2958.         switch ($name) {
  2959.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2960.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2961.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2962.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2963.             case 'kernel.bundles_metadata'$value = [
  2964.                 'FrameworkBundle' => [
  2965.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2966.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2967.                 ],
  2968.                 'WebProfilerBundle' => [
  2969.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2970.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2971.                 ],
  2972.                 'TwigBundle' => [
  2973.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2974.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2975.                 ],
  2976.                 'SensioFrameworkExtraBundle' => [
  2977.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src'),
  2978.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2979.                 ],
  2980.                 'MonologBundle' => [
  2981.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2982.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2983.                 ],
  2984.                 'DoctrineCacheBundle' => [
  2985.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2986.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2987.                 ],
  2988.                 'DoctrineBundle' => [
  2989.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2990.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2991.                 ],
  2992.                 'DoctrineMigrationsBundle' => [
  2993.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2994.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2995.                 ],
  2996.                 'MakerBundle' => [
  2997.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2998.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2999.                 ],
  3000.                 'SecurityBundle' => [
  3001.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  3002.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3003.                 ],
  3004.                 'SonataDatagridBundle' => [
  3005.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src'),
  3006.                     'namespace' => 'Sonata\\DatagridBundle',
  3007.                 ],
  3008.                 'SonataCoreBundle' => [
  3009.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  3010.                     'namespace' => 'Sonata\\CoreBundle',
  3011.                 ],
  3012.                 'SonataBlockBundle' => [
  3013.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src'),
  3014.                     'namespace' => 'Sonata\\BlockBundle',
  3015.                 ],
  3016.                 'KnpMenuBundle' => [
  3017.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src'),
  3018.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3019.                 ],
  3020.                 'SonataAdminBundle' => [
  3021.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src'),
  3022.                     'namespace' => 'Sonata\\AdminBundle',
  3023.                 ],
  3024.                 'SonataDoctrineORMAdminBundle' => [
  3025.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3026.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3027.                 ],
  3028.                 'SonataEasyExtendsBundle' => [
  3029.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/easy-extends-bundle/src'),
  3030.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  3031.                 ],
  3032.                 'FOSUserBundle' => [
  3033.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  3034.                     'namespace' => 'FOS\\UserBundle',
  3035.                 ],
  3036.                 'SonataUserBundle' => [
  3037.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/user-bundle/src'),
  3038.                     'namespace' => 'Sonata\\UserBundle',
  3039.                 ],
  3040.                 'SwiftmailerBundle' => [
  3041.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  3042.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3043.                 ],
  3044.                 'ApplicationSonataUserBundle' => [
  3045.                     'path' => ($this->targetDirs[3].'/src/Application/Sonata/UserBundle'),
  3046.                     'namespace' => 'App\\Application\\Sonata\\UserBundle',
  3047.                 ],
  3048.                 'LiipImagineBundle' => [
  3049.                     'path' => ($this->targetDirs[3].'/vendor/liip/imagine-bundle'),
  3050.                     'namespace' => 'Liip\\ImagineBundle',
  3051.                 ],
  3052.                 'LexikJWTAuthenticationBundle' => [
  3053.                     'path' => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle'),
  3054.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3055.                 ],
  3056.                 'NelmioApiDocBundle' => [
  3057.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle'),
  3058.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3059.                 ],
  3060.                 'FOSRestBundle' => [
  3061.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle'),
  3062.                     'namespace' => 'FOS\\RestBundle',
  3063.                 ],
  3064.                 'WebServerBundle' => [
  3065.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  3066.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3067.                 ],
  3068.                 'JMSSerializerBundle' => [
  3069.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  3070.                     'namespace' => 'JMS\\SerializerBundle',
  3071.                 ],
  3072.                 'WebpackEncoreBundle' => [
  3073.                     'path' => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src'),
  3074.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3075.                 ],
  3076.                 'StofDoctrineExtensionsBundle' => [
  3077.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  3078.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3079.                 ],
  3080.                 'DebugBundle' => [
  3081.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  3082.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3083.                 ],
  3084.                 'SonataIntlBundle' => [
  3085.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/intl-bundle/src'),
  3086.                     'namespace' => 'Sonata\\IntlBundle',
  3087.                 ],
  3088.                 'KnpSnappyBundle' => [
  3089.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-snappy-bundle'),
  3090.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3091.                 ],
  3092.             ]; break;
  3093.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3094.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  3095.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  3096.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  3097.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  3098.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  3099.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  3100.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  3101.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  3102.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  3103.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  3104.             case 'liip_imagine.resolvers'$value = [
  3105.                 'default' => [
  3106.                     'web_path' => [
  3107.                         'web_root' => ($this->targetDirs[3].'/public'),
  3108.                         'cache_prefix' => 'media/cache',
  3109.                     ],
  3110.                 ],
  3111.             ]; break;
  3112.             case 'liip_imagine.loaders'$value = [
  3113.                 'default' => [
  3114.                     'filesystem' => [
  3115.                         'locator' => 'filesystem',
  3116.                         'data_root' => [
  3117.                             => ($this->targetDirs[3].'/public'),
  3118.                         ],
  3119.                         'allow_unresolvable_data_roots' => false,
  3120.                         'bundle_resources' => [
  3121.                             'enabled' => false,
  3122.                             'access_control_type' => 'blacklist',
  3123.                             'access_control_list' => [
  3124.                             ],
  3125.                         ],
  3126.                     ],
  3127.                 ],
  3128.             ]; break;
  3129.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3130.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3131.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3132.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3133.         }
  3134.         $this->loadedDynamicParameters[$name] = true;
  3135.         return $this->dynamicParameters[$name] = $value;
  3136.     }
  3137.     /**
  3138.      * Gets the default parameters.
  3139.      *
  3140.      * @return array An array of the default parameters
  3141.      */
  3142.     protected function getDefaultParameters()
  3143.     {
  3144.         return [
  3145.             'kernel.environment' => 'dev',
  3146.             'kernel.debug' => true,
  3147.             'kernel.name' => 'src',
  3148.             'kernel.bundles' => [
  3149.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3150.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3151.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3152.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3153.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3154.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3155.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3156.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3157.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3158.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3159.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  3160.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  3161.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3162.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3163.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3164.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3165.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  3166.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3167.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  3168.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3169.                 'ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\ApplicationSonataUserBundle',
  3170.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3171.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3172.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3173.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3174.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3175.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3176.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3177.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3178.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3179.                 'SonataIntlBundle' => 'Sonata\\IntlBundle\\SonataIntlBundle',
  3180.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3181.             ],
  3182.             'kernel.charset' => 'UTF-8',
  3183.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  3184.             'container.autowiring.strict_mode' => true,
  3185.             'container.dumper.inline_class_loader' => true,
  3186.             'env(DATABASE_URL)' => '',
  3187.             'locale' => 'pt_BR',
  3188.             'mailer_user' => 'logics@logicsmail.com.br',
  3189.             'user_token_create' => 'e29797b6e51f82262cea841d53f28eee1102796c',
  3190.             'fragment.renderer.hinclude.global_template' => NULL,
  3191.             'fragment.path' => '/_fragment',
  3192.             'kernel.http_method_override' => true,
  3193.             'kernel.trusted_hosts' => [
  3194.             ],
  3195.             'kernel.default_locale' => 'pt_BR',
  3196.             'templating.helper.code.file_link_format' => NULL,
  3197.             'debug.file_link_format' => NULL,
  3198.             'session.metadata.storage_key' => '_sf2_meta',
  3199.             'session.storage.options' => [
  3200.                 'cache_limiter' => '0',
  3201.                 'cookie_httponly' => true,
  3202.                 'gc_probability' => 1,
  3203.             ],
  3204.             'session.metadata.update_threshold' => 0,
  3205.             'form.type_extension.csrf.enabled' => true,
  3206.             'form.type_extension.csrf.field_name' => '_token',
  3207.             'asset.request_context.base_path' => '',
  3208.             'asset.request_context.secure' => false,
  3209.             'templating.loader.cache.path' => NULL,
  3210.             'templating.engines' => [
  3211.                 => 'twig',
  3212.             ],
  3213.             'validator.mapping.cache.prefix' => '',
  3214.             'validator.translation_domain' => 'validators',
  3215.             'translator.logging' => false,
  3216.             'profiler_listener.only_exceptions' => false,
  3217.             'profiler_listener.only_master_requests' => false,
  3218.             'debug.error_handler.throw_at' => -1,
  3219.             'router.request_context.host' => 'localhost',
  3220.             'router.request_context.scheme' => 'http',
  3221.             'router.request_context.base_url' => '',
  3222.             'router.resource' => 'kernel::loadRoutes',
  3223.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  3224.             'request_listener.http_port' => 80,
  3225.             'request_listener.https_port' => 443,
  3226.             'serializer.mapping.cache.prefix' => '',
  3227.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3228.             'web_profiler.debug_toolbar.mode' => 2,
  3229.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  3230.             'twig.form.resources' => [
  3231.                 => 'form_div_layout.html.twig',
  3232.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  3233.                 => 'form/fields.html.twig',
  3234.                 => '@SonataCore/Form/datepicker.html.twig',
  3235.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3236.             ],
  3237.             'monolog.use_microseconds' => true,
  3238.             'monolog.swift_mailer.handlers' => [
  3239.             ],
  3240.             'monolog.handlers_to_channels' => [
  3241.                 'monolog.handler.console' => [
  3242.                     'type' => 'exclusive',
  3243.                     'elements' => [
  3244.                         => 'event',
  3245.                         => 'doctrine',
  3246.                         => 'console',
  3247.                     ],
  3248.                 ],
  3249.                 'monolog.handler.main' => [
  3250.                     'type' => 'exclusive',
  3251.                     'elements' => [
  3252.                         => 'event',
  3253.                     ],
  3254.                 ],
  3255.             ],
  3256.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3257.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3258.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3259.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3260.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3261.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3262.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3263.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3264.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3265.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3266.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3267.             'doctrine_cache.memcache.host' => 'localhost',
  3268.             'doctrine_cache.memcache.port' => 11211,
  3269.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3270.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3271.             'doctrine_cache.memcached.host' => 'localhost',
  3272.             'doctrine_cache.memcached.port' => 11211,
  3273.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3274.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3275.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3276.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3277.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3278.             'doctrine_cache.predis.scheme' => 'tcp',
  3279.             'doctrine_cache.predis.host' => 'localhost',
  3280.             'doctrine_cache.predis.port' => 6379,
  3281.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3282.             'doctrine_cache.redis.connection.class' => 'Redis',
  3283.             'doctrine_cache.redis.host' => 'localhost',
  3284.             'doctrine_cache.redis.port' => 6379,
  3285.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3286.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3287.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3288.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3289.             'doctrine_cache.riak.host' => 'localhost',
  3290.             'doctrine_cache.riak.port' => 8087,
  3291.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3292.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3293.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3294.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3295.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3296.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3297.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3298.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3299.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3300.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3301.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3302.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3303.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3304.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3305.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3306.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3307.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3308.             'doctrine.entity_managers' => [
  3309.                 'default' => 'doctrine.orm.default_entity_manager',
  3310.             ],
  3311.             'doctrine.default_entity_manager' => 'default',
  3312.             'doctrine.dbal.connection_factory.types' => [
  3313.             ],
  3314.             'doctrine.connections' => [
  3315.                 'default' => 'doctrine.dbal.default_connection',
  3316.             ],
  3317.             'doctrine.default_connection' => 'default',
  3318.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3319.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3320.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3321.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3322.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3323.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3324.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3325.             'doctrine.orm.cache.memcache_port' => 11211,
  3326.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3327.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3328.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3329.             'doctrine.orm.cache.memcached_port' => 11211,
  3330.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3331.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3332.             'doctrine.orm.cache.redis_host' => 'localhost',
  3333.             'doctrine.orm.cache.redis_port' => 6379,
  3334.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3335.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3336.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3337.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3338.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3339.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3340.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3341.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3342.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3343.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3344.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3345.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3346.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3347.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3348.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3349.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3350.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3351.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3352.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3353.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3354.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3355.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3356.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3357.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3358.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3359.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3360.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3361.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3362.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3363.             'doctrine.orm.auto_generate_proxy_classes' => false,
  3364.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3365.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  3366.             'doctrine_migrations.table_name' => 'migration_versions',
  3367.             'doctrine_migrations.column_name' => 'version',
  3368.             'doctrine_migrations.column_length' => 14,
  3369.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  3370.             'doctrine_migrations.all_or_nothing' => false,
  3371.             'doctrine_migrations.name' => 'Application Migrations',
  3372.             'doctrine_migrations.custom_template' => NULL,
  3373.             'doctrine_migrations.organize_migrations' => false,
  3374.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3375.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3376.             'security.role_hierarchy.roles' => [
  3377.                 'ROLE_ADMIN' => [
  3378.                     => 'ROLE_USER',
  3379.                     => 'ROLE_SONATA_ADMIN',
  3380.                 ],
  3381.                 'ROLE_SUPER_ADMIN' => [
  3382.                     => 'ROLE_ADMIN',
  3383.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3384.                 ],
  3385.                 'ROLE_SUPER_ADMIN_FRANQUIA' => [
  3386.                     => 'ROLE_USER',
  3387.                     => 'ROLE_ADMIN',
  3388.                     => 'ROLE_ADMIN_FRANQUIA',
  3389.                 ],
  3390.                 'ROLE_SUPER_ADMIN_MATRIZ' => [
  3391.                     => 'ROLE_USER',
  3392.                     => 'ROLE_ADMIN',
  3393.                     => 'ROLE_ADMIN_MATRIZ',
  3394.                 ],
  3395.                 'ROLE_INDICADORES' => [
  3396.                     => 'ROLE_INDICADORES',
  3397.                 ],
  3398.                 'ROLE_PATRIMONIO' => [
  3399.                     => 'ROLE_PATRIMONIO',
  3400.                 ],
  3401.                 'ROLE_ADMIN_VIEW_PAINEL_OS' => [
  3402.                     => 'ROLE_ADMIN_VIEW_PAINEL_OS',
  3403.                 ],
  3404.                 'SONATA' => [
  3405.                     => 'ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT',
  3406.                 ],
  3407.             ],
  3408.             'security.access.denied_url' => NULL,
  3409.             'security.authentication.manager.erase_credentials' => true,
  3410.             'security.authentication.session_strategy.strategy' => 'migrate',
  3411.             'security.access.always_authenticate_before_granting' => false,
  3412.             'security.authentication.hide_user_not_found' => true,
  3413.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3414.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3415.             'sonata.core.form_type' => 'standard',
  3416.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  3417.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  3418.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  3419.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  3420.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  3421.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  3422.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  3423.             'sonata.block.container.types' => [
  3424.                 => 'sonata.block.service.container',
  3425.                 => 'sonata.page.block.container',
  3426.                 => 'sonata.dashboard.block.container',
  3427.                 => 'cmf.block.container',
  3428.                 => 'cmf.block.slideshow',
  3429.             ],
  3430.             'sonata_block.blocks' => [
  3431.                 'sonata.admin.block.admin_list' => [
  3432.                     'contexts' => [
  3433.                         => 'admin',
  3434.                     ],
  3435.                     'templates' => [
  3436.                     ],
  3437.                     'cache' => 'sonata.cache.noop',
  3438.                     'settings' => [
  3439.                     ],
  3440.                 ],
  3441.                 'app.block.indicadores' => [
  3442.                     'contexts' => [
  3443.                         => 'sonata_page_bundle',
  3444.                     ],
  3445.                     'templates' => [
  3446.                     ],
  3447.                     'cache' => 'sonata.cache.noop',
  3448.                     'settings' => [
  3449.                     ],
  3450.                 ],
  3451.                 'sonata.block.service.container' => [
  3452.                     'contexts' => [
  3453.                         => 'sonata_page_bundle',
  3454.                     ],
  3455.                     'templates' => [
  3456.                     ],
  3457.                     'cache' => 'sonata.cache.noop',
  3458.                     'settings' => [
  3459.                     ],
  3460.                 ],
  3461.                 'sonata.block.service.empty' => [
  3462.                     'contexts' => [
  3463.                         => 'sonata_page_bundle',
  3464.                     ],
  3465.                     'templates' => [
  3466.                     ],
  3467.                     'cache' => 'sonata.cache.noop',
  3468.                     'settings' => [
  3469.                     ],
  3470.                 ],
  3471.                 'sonata.block.service.text' => [
  3472.                     'contexts' => [
  3473.                         => 'sonata_page_bundle',
  3474.                     ],
  3475.                     'templates' => [
  3476.                     ],
  3477.                     'cache' => 'sonata.cache.noop',
  3478.                     'settings' => [
  3479.                     ],
  3480.                 ],
  3481.                 'sonata.block.service.rss' => [
  3482.                     'contexts' => [
  3483.                         => 'sonata_page_bundle',
  3484.                     ],
  3485.                     'templates' => [
  3486.                     ],
  3487.                     'cache' => 'sonata.cache.noop',
  3488.                     'settings' => [
  3489.                     ],
  3490.                 ],
  3491.                 'sonata.block.service.menu' => [
  3492.                     'contexts' => [
  3493.                         => 'sonata_page_bundle',
  3494.                     ],
  3495.                     'templates' => [
  3496.                     ],
  3497.                     'cache' => 'sonata.cache.noop',
  3498.                     'settings' => [
  3499.                     ],
  3500.                 ],
  3501.                 'sonata.block.service.template' => [
  3502.                     'contexts' => [
  3503.                         => 'sonata_page_bundle',
  3504.                     ],
  3505.                     'templates' => [
  3506.                     ],
  3507.                     'cache' => 'sonata.cache.noop',
  3508.                     'settings' => [
  3509.                     ],
  3510.                 ],
  3511.                 'sonata.admin.block.search_result' => [
  3512.                     'contexts' => [
  3513.                         => 'sonata_page_bundle',
  3514.                     ],
  3515.                     'templates' => [
  3516.                     ],
  3517.                     'cache' => 'sonata.cache.noop',
  3518.                     'settings' => [
  3519.                     ],
  3520.                 ],
  3521.                 'sonata.admin.block.stats' => [
  3522.                     'contexts' => [
  3523.                         => 'sonata_page_bundle',
  3524.                     ],
  3525.                     'templates' => [
  3526.                     ],
  3527.                     'cache' => 'sonata.cache.noop',
  3528.                     'settings' => [
  3529.                     ],
  3530.                 ],
  3531.             ],
  3532.             'sonata_block.blocks_by_class' => [
  3533.             ],
  3534.             'sonata_blocks.block_types' => [
  3535.                 => 'sonata.admin.block.admin_list',
  3536.                 => 'app.block.indicadores',
  3537.                 => 'sonata.block.service.container',
  3538.                 => 'sonata.block.service.empty',
  3539.                 => 'sonata.block.service.text',
  3540.                 => 'sonata.block.service.rss',
  3541.                 => 'sonata.block.service.menu',
  3542.                 => 'sonata.block.service.template',
  3543.                 => 'sonata.admin.block.search_result',
  3544.                 => 'sonata.admin.block.stats',
  3545.             ],
  3546.             'sonata_block.cache_blocks' => [
  3547.                 'by_type' => [
  3548.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3549.                     'app.block.indicadores' => 'sonata.cache.noop',
  3550.                     'sonata.block.service.container' => 'sonata.cache.noop',
  3551.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  3552.                     'sonata.block.service.text' => 'sonata.cache.noop',
  3553.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  3554.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  3555.                     'sonata.block.service.template' => 'sonata.cache.noop',
  3556.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  3557.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  3558.                 ],
  3559.             ],
  3560.             'sonata_blocks.default_contexts' => [
  3561.                 => 'sonata_page_bundle',
  3562.             ],
  3563.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  3564.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  3565.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  3566.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  3567.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  3568.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  3569.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  3570.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  3571.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  3572.             'knp_menu.renderer.list.options' => [
  3573.             ],
  3574.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  3575.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  3576.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3577.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3578.             'knp_menu.renderer.twig.options' => [
  3579.             ],
  3580.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3581.             'knp_menu.default_renderer' => 'twig',
  3582.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  3583.                 'choice' => 'select',
  3584.                 'boolean' => 'select',
  3585.                 'text' => 'text',
  3586.                 'textarea' => 'textarea',
  3587.                 'html' => 'textarea',
  3588.                 'email' => 'email',
  3589.                 'string' => 'text',
  3590.                 'smallint' => 'text',
  3591.                 'bigint' => 'text',
  3592.                 'integer' => 'number',
  3593.                 'decimal' => 'number',
  3594.                 'currency' => 'number',
  3595.                 'percent' => 'number',
  3596.                 'url' => 'url',
  3597.                 'date' => 'date',
  3598.             ],
  3599.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  3600.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  3601.             'sonata.admin.configuration.templates' => [
  3602.                 'history_revision_timestamp' => '@SonataIntl/CRUD/history_revision_timestamp.html.twig',
  3603.                 'user_block' => 'user_block.html.twig',
  3604.                 'layout' => 'standard_layout.html.twig',
  3605.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  3606.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  3607.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  3608.                 'search' => '@SonataAdmin/Core/search.html.twig',
  3609.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  3610.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  3611.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  3612.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  3613.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  3614.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  3615.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  3616.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  3617.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  3618.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  3619.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  3620.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  3621.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  3622.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  3623.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  3624.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  3625.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  3626.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  3627.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  3628.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  3629.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  3630.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  3631.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  3632.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  3633.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  3634.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  3635.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  3636.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  3637.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  3638.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  3639.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  3640.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  3641.             ],
  3642.             'sonata.admin.configuration.admin_services' => [
  3643.             ],
  3644.             'sonata.admin.configuration.dashboard_groups' => [
  3645.                 'empresa' => [
  3646.                     'on_top' => true,
  3647.                     'label' => 'Gerenciar Empresas',
  3648.                     'label_catalogue' => NULL,
  3649.                     'icon' => '<i class=\'fa fa-building\'></i>',
  3650.                     'items' => [
  3651.                         => [
  3652.                             'admin' => 'admin.empresa',
  3653.                             'label' => '',
  3654.                             'route' => '',
  3655.                             'route_params' => [
  3656.                             ],
  3657.                             'route_absolute' => false,
  3658.                             'roles' => [
  3659.                             ],
  3660.                         ],
  3661.                     ],
  3662.                     'keep_open' => false,
  3663.                     'item_adds' => [
  3664.                     ],
  3665.                     'roles' => [
  3666.                     ],
  3667.                 ],
  3668.                 'cadastros' => [
  3669.                     'label' => 'Cadastros',
  3670.                     'label_catalogue' => NULL,
  3671.                     'icon' => '<i class=\'fa fa-database\'></i>',
  3672.                     'items' => [
  3673.                         => [
  3674.                             'admin' => 'admin.cliente',
  3675.                             'label' => '',
  3676.                             'route' => '',
  3677.                             'route_params' => [
  3678.                             ],
  3679.                             'route_absolute' => false,
  3680.                             'roles' => [
  3681.                             ],
  3682.                         ],
  3683.                         => [
  3684.                             'admin' => 'admin.arquivo_empresa',
  3685.                             'label' => '',
  3686.                             'route' => '',
  3687.                             'route_params' => [
  3688.                             ],
  3689.                             'route_absolute' => false,
  3690.                             'roles' => [
  3691.                             ],
  3692.                         ],
  3693.                         => [
  3694.                             'admin' => 'admin.servico',
  3695.                             'label' => '',
  3696.                             'route' => '',
  3697.                             'route_params' => [
  3698.                             ],
  3699.                             'route_absolute' => false,
  3700.                             'roles' => [
  3701.                             ],
  3702.                         ],
  3703.                         => [
  3704.                             'admin' => 'admin.sub_secao_servico',
  3705.                             'label' => '',
  3706.                             'route' => '',
  3707.                             'route_params' => [
  3708.                             ],
  3709.                             'route_absolute' => false,
  3710.                             'roles' => [
  3711.                             ],
  3712.                         ],
  3713.                         => [
  3714.                             'admin' => 'admin.seccao_servico',
  3715.                             'label' => '',
  3716.                             'route' => '',
  3717.                             'route_params' => [
  3718.                             ],
  3719.                             'route_absolute' => false,
  3720.                             'roles' => [
  3721.                             ],
  3722.                         ],
  3723.                         => [
  3724.                             'admin' => 'admin.fornecedor',
  3725.                             'label' => '',
  3726.                             'route' => '',
  3727.                             'route_params' => [
  3728.                             ],
  3729.                             'route_absolute' => false,
  3730.                             'roles' => [
  3731.                             ],
  3732.                         ],
  3733.                         => [
  3734.                             'admin' => 'admin.status_proposta',
  3735.                             'label' => '',
  3736.                             'route' => '',
  3737.                             'route_params' => [
  3738.                             ],
  3739.                             'route_absolute' => false,
  3740.                             'roles' => [
  3741.                             ],
  3742.                         ],
  3743.                         => [
  3744.                             'admin' => 'admin.importacao_dados',
  3745.                             'label' => '',
  3746.                             'route' => '',
  3747.                             'route_params' => [
  3748.                             ],
  3749.                             'route_absolute' => false,
  3750.                             'roles' => [
  3751.                             ],
  3752.                         ],
  3753.                     ],
  3754.                     'on_top' => false,
  3755.                     'keep_open' => false,
  3756.                     'item_adds' => [
  3757.                     ],
  3758.                     'roles' => [
  3759.                     ],
  3760.                 ],
  3761.                 'administrativo' => [
  3762.                     'label' => 'Administrativo',
  3763.                     'label_catalogue' => NULL,
  3764.                     'icon' => '<i class=\'fa fa-calculator\'></i>',
  3765.                     'items' => [
  3766.                         => [
  3767.                             'admin' => 'admin.colaborador',
  3768.                             'label' => '',
  3769.                             'route' => '',
  3770.                             'route_params' => [
  3771.                             ],
  3772.                             'route_absolute' => false,
  3773.                             'roles' => [
  3774.                             ],
  3775.                         ],
  3776.                         => [
  3777.                             'admin' => 'admin.arquivo_colaborador',
  3778.                             'label' => '',
  3779.                             'route' => '',
  3780.                             'route_params' => [
  3781.                             ],
  3782.                             'route_absolute' => false,
  3783.                             'roles' => [
  3784.                             ],
  3785.                         ],
  3786.                     ],
  3787.                     'on_top' => false,
  3788.                     'keep_open' => false,
  3789.                     'item_adds' => [
  3790.                     ],
  3791.                     'roles' => [
  3792.                     ],
  3793.                 ],
  3794.                 'patrimonio' => [
  3795.                     'label' => 'Patrimônio',
  3796.                     'label_catalogue' => NULL,
  3797.                     'icon' => '<i class=\'fa fa-database\'></i>',
  3798.                     'items' => [
  3799.                         => [
  3800.                             'admin' => 'admin.patrimonio',
  3801.                             'label' => '',
  3802.                             'route' => '',
  3803.                             'route_params' => [
  3804.                             ],
  3805.                             'route_absolute' => false,
  3806.                             'roles' => [
  3807.                             ],
  3808.                         ],
  3809.                         => [
  3810.                             'admin' => 'admin.equipamento',
  3811.                             'label' => '',
  3812.                             'route' => '',
  3813.                             'route_params' => [
  3814.                             ],
  3815.                             'route_absolute' => false,
  3816.                             'roles' => [
  3817.                             ],
  3818.                         ],
  3819.                         => [
  3820.                             'admin' => 'admin.saida_almoxarifado',
  3821.                             'label' => '',
  3822.                             'route' => '',
  3823.                             'route_params' => [
  3824.                             ],
  3825.                             'route_absolute' => false,
  3826.                             'roles' => [
  3827.                             ],
  3828.                         ],
  3829.                         => [
  3830.                             'admin' => 'admin.devolucao_almoxarifado',
  3831.                             'label' => '',
  3832.                             'route' => '',
  3833.                             'route_params' => [
  3834.                             ],
  3835.                             'route_absolute' => false,
  3836.                             'roles' => [
  3837.                             ],
  3838.                         ],
  3839.                     ],
  3840.                     'on_top' => false,
  3841.                     'keep_open' => false,
  3842.                     'item_adds' => [
  3843.                     ],
  3844.                     'roles' => [
  3845.                     ],
  3846.                 ],
  3847.                 'comercial' => [
  3848.                     'label' => 'Comercial',
  3849.                     'label_catalogue' => NULL,
  3850.                     'icon' => '<i class=\'fa fa-handshake-o\'></i> ',
  3851.                     'items' => [
  3852.                         => [
  3853.                             'admin' => 'admin.proposta_comercial',
  3854.                             'label' => '',
  3855.                             'route' => '',
  3856.                             'route_params' => [
  3857.                             ],
  3858.                             'route_absolute' => false,
  3859.                             'roles' => [
  3860.                             ],
  3861.                         ],
  3862.                         => [
  3863.                             'admin' => 'admin.contrato_cliente',
  3864.                             'label' => '',
  3865.                             'route' => '',
  3866.                             'route_params' => [
  3867.                             ],
  3868.                             'route_absolute' => false,
  3869.                             'roles' => [
  3870.                             ],
  3871.                         ],
  3872.                     ],
  3873.                     'on_top' => false,
  3874.                     'keep_open' => false,
  3875.                     'item_adds' => [
  3876.                     ],
  3877.                     'roles' => [
  3878.                     ],
  3879.                 ],
  3880.                 'operacional' => [
  3881.                     'label' => 'Operacional',
  3882.                     'label_catalogue' => NULL,
  3883.                     'icon' => '<i class=\'fa fa-cogs\' aria-hidden=\'true\'></i>',
  3884.                     'items' => [
  3885.                         => [
  3886.                             'admin' => 'admin.ordem_de_servico',
  3887.                             'label' => '',
  3888.                             'route' => '',
  3889.                             'route_params' => [
  3890.                             ],
  3891.                             'route_absolute' => false,
  3892.                             'roles' => [
  3893.                             ],
  3894.                         ],
  3895.                         => [
  3896.                             'admin' => 'admin.arquivo_os',
  3897.                             'label' => '',
  3898.                             'route' => '',
  3899.                             'route_params' => [
  3900.                             ],
  3901.                             'route_absolute' => false,
  3902.                             'roles' => [
  3903.                             ],
  3904.                         ],
  3905.                         => [
  3906.                             'admin' => 'admin.diario_obra',
  3907.                             'label' => '',
  3908.                             'route' => '',
  3909.                             'route_params' => [
  3910.                             ],
  3911.                             'route_absolute' => false,
  3912.                             'roles' => [
  3913.                             ],
  3914.                         ],
  3915.                         => [
  3916.                             'admin' => 'admin.relatorio_tecnico',
  3917.                             'label' => '',
  3918.                             'route' => '',
  3919.                             'route_params' => [
  3920.                             ],
  3921.                             'route_absolute' => false,
  3922.                             'roles' => [
  3923.                             ],
  3924.                         ],
  3925.                         => [
  3926.                             'admin' => 'admin.relatorio_tecnico_massa',
  3927.                             'label' => '',
  3928.                             'route' => '',
  3929.                             'route_params' => [
  3930.                             ],
  3931.                             'route_absolute' => false,
  3932.                             'roles' => [
  3933.                             ],
  3934.                         ],
  3935.                         => [
  3936.                             'admin' => 'admin.boletim_medicao',
  3937.                             'label' => '',
  3938.                             'route' => '',
  3939.                             'route_params' => [
  3940.                             ],
  3941.                             'route_absolute' => false,
  3942.                             'roles' => [
  3943.                             ],
  3944.                         ],
  3945.                         => [
  3946.                             'admin' => 'admin.servico_boletim_medicao',
  3947.                             'label' => '',
  3948.                             'route' => '',
  3949.                             'route_params' => [
  3950.                             ],
  3951.                             'route_absolute' => false,
  3952.                             'roles' => [
  3953.                             ],
  3954.                         ],
  3955.                         => [
  3956.                             'admin' => 'admin.acesso_cliente',
  3957.                             'label' => '',
  3958.                             'route' => '',
  3959.                             'route_params' => [
  3960.                             ],
  3961.                             'route_absolute' => false,
  3962.                             'roles' => [
  3963.                             ],
  3964.                         ],
  3965.                     ],
  3966.                     'on_top' => false,
  3967.                     'keep_open' => false,
  3968.                     'item_adds' => [
  3969.                     ],
  3970.                     'roles' => [
  3971.                     ],
  3972.                 ],
  3973.                 'financeiro' => [
  3974.                     'label' => 'Financeiro',
  3975.                     'label_catalogue' => NULL,
  3976.                     'icon' => '<i class=\'fa fa-usd\' aria-hidden=\'true\'></i>',
  3977.                     'items' => [
  3978.                         => [
  3979.                             'admin' => 'admin.fluxo_caixa',
  3980.                             'label' => '',
  3981.                             'route' => '',
  3982.                             'route_params' => [
  3983.                             ],
  3984.                             'route_absolute' => false,
  3985.                             'roles' => [
  3986.                             ],
  3987.                         ],
  3988.                         => [
  3989.                             'admin' => 'admin.conta_receber',
  3990.                             'label' => '',
  3991.                             'route' => '',
  3992.                             'route_params' => [
  3993.                             ],
  3994.                             'route_absolute' => false,
  3995.                             'roles' => [
  3996.                             ],
  3997.                         ],
  3998.                         => [
  3999.                             'admin' => 'admin.conta_pagar',
  4000.                             'label' => '',
  4001.                             'route' => '',
  4002.                             'route_params' => [
  4003.                             ],
  4004.                             'route_absolute' => false,
  4005.                             'roles' => [
  4006.                             ],
  4007.                         ],
  4008.                         => [
  4009.                             'admin' => 'admin.centro_custo',
  4010.                             'label' => '',
  4011.                             'route' => '',
  4012.                             'route_params' => [
  4013.                             ],
  4014.                             'route_absolute' => false,
  4015.                             'roles' => [
  4016.                             ],
  4017.                         ],
  4018.                         => [
  4019.                             'admin' => 'admin.registro_caixa_rotativo',
  4020.                             'label' => '',
  4021.                             'route' => '',
  4022.                             'route_params' => [
  4023.                             ],
  4024.                             'route_absolute' => false,
  4025.                             'roles' => [
  4026.                             ],
  4027.                         ],
  4028.                     ],
  4029.                     'on_top' => false,
  4030.                     'keep_open' => false,
  4031.                     'item_adds' => [
  4032.                     ],
  4033.                     'roles' => [
  4034.                     ],
  4035.                 ],
  4036.                 'universidade' => [
  4037.                     'label' => 'Arquivos',
  4038.                     'label_catalogue' => NULL,
  4039.                     'icon' => '<i class=\'fa fa-book\' aria-hidden=\'true\'></i>',
  4040.                     'items' => [
  4041.                         => [
  4042.                             'admin' => 'admin.secao_download',
  4043.                             'label' => '',
  4044.                             'route' => '',
  4045.                             'route_params' => [
  4046.                             ],
  4047.                             'route_absolute' => false,
  4048.                             'roles' => [
  4049.                             ],
  4050.                         ],
  4051.                         => [
  4052.                             'admin' => 'admin.categoria_download',
  4053.                             'label' => '',
  4054.                             'route' => '',
  4055.                             'route_params' => [
  4056.                             ],
  4057.                             'route_absolute' => false,
  4058.                             'roles' => [
  4059.                             ],
  4060.                         ],
  4061.                         => [
  4062.                             'admin' => 'admin.arquivo_download',
  4063.                             'label' => '',
  4064.                             'route' => '',
  4065.                             'route_params' => [
  4066.                             ],
  4067.                             'route_absolute' => false,
  4068.                             'roles' => [
  4069.                             ],
  4070.                         ],
  4071.                     ],
  4072.                     'on_top' => false,
  4073.                     'keep_open' => false,
  4074.                     'item_adds' => [
  4075.                     ],
  4076.                     'roles' => [
  4077.                     ],
  4078.                 ],
  4079.                 'users' => [
  4080.                     'label' => 'Segurança',
  4081.                     'label_catalogue' => NULL,
  4082.                     'icon' => '<i class=\'fa fa-users\'></i>',
  4083.                     'items' => [
  4084.                         => [
  4085.                             'admin' => 'sonata.user.admin.user',
  4086.                             'label' => '',
  4087.                             'route' => '',
  4088.                             'route_params' => [
  4089.                             ],
  4090.                             'route_absolute' => false,
  4091.                             'roles' => [
  4092.                             ],
  4093.                         ],
  4094.                         => [
  4095.                             'admin' => 'sonata.user.admin.group',
  4096.                             'label' => '',
  4097.                             'route' => '',
  4098.                             'route_params' => [
  4099.                             ],
  4100.                             'route_absolute' => false,
  4101.                             'roles' => [
  4102.                             ],
  4103.                         ],
  4104.                     ],
  4105.                     'on_top' => false,
  4106.                     'keep_open' => false,
  4107.                     'item_adds' => [
  4108.                     ],
  4109.                     'roles' => [
  4110.                     ],
  4111.                 ],
  4112.                 'suporte' => [
  4113.                     'label' => 'Suporte',
  4114.                     'label_catalogue' => NULL,
  4115.                     'icon' => '<i class=\'fa fa-question-circle\' aria-hidden=\'true\'></i>',
  4116.                     'items' => [
  4117.                         => [
  4118.                             'admin' => 'admin.suporte',
  4119.                             'label' => '',
  4120.                             'route' => '',
  4121.                             'route_params' => [
  4122.                             ],
  4123.                             'route_absolute' => false,
  4124.                             'roles' => [
  4125.                             ],
  4126.                         ],
  4127.                     ],
  4128.                     'on_top' => false,
  4129.                     'keep_open' => false,
  4130.                     'item_adds' => [
  4131.                     ],
  4132.                     'roles' => [
  4133.                     ],
  4134.                 ],
  4135.                 'uniltec' => [
  4136.                     'label' => 'Uniltec',
  4137.                     'label_catalogue' => NULL,
  4138.                     'icon' => '<i class=\'fa fa-graduation-cap\' aria-hidden=\'true\'></i>',
  4139.                     'items' => [
  4140.                         => [
  4141.                             'admin' => 'admin.u_curso',
  4142.                             'label' => '',
  4143.                             'route' => '',
  4144.                             'route_params' => [
  4145.                             ],
  4146.                             'route_absolute' => false,
  4147.                             'roles' => [
  4148.                             ],
  4149.                         ],
  4150.                         => [
  4151.                             'admin' => 'admin.u_modulo',
  4152.                             'label' => '',
  4153.                             'route' => '',
  4154.                             'route_params' => [
  4155.                             ],
  4156.                             'route_absolute' => false,
  4157.                             'roles' => [
  4158.                             ],
  4159.                         ],
  4160.                         => [
  4161.                             'admin' => 'admin.u_aula',
  4162.                             'label' => '',
  4163.                             'route' => '',
  4164.                             'route_params' => [
  4165.                             ],
  4166.                             'route_absolute' => false,
  4167.                             'roles' => [
  4168.                             ],
  4169.                         ],
  4170.                         => [
  4171.                             'admin' => 'admin.u_topico',
  4172.                             'label' => '',
  4173.                             'route' => '',
  4174.                             'route_params' => [
  4175.                             ],
  4176.                             'route_absolute' => false,
  4177.                             'roles' => [
  4178.                             ],
  4179.                         ],
  4180.                         => [
  4181.                             'admin' => 'admin.u_item_topico',
  4182.                             'label' => '',
  4183.                             'route' => '',
  4184.                             'route_params' => [
  4185.                             ],
  4186.                             'route_absolute' => false,
  4187.                             'roles' => [
  4188.                             ],
  4189.                         ],
  4190.                         => [
  4191.                             'admin' => 'admin.contrato_curso_aluno',
  4192.                             'label' => '',
  4193.                             'route' => '',
  4194.                             'route_params' => [
  4195.                             ],
  4196.                             'route_absolute' => false,
  4197.                             'roles' => [
  4198.                             ],
  4199.                         ],
  4200.                         => [
  4201.                             'admin' => 'admin.u_aluno',
  4202.                             'label' => '',
  4203.                             'route' => '',
  4204.                             'route_params' => [
  4205.                             ],
  4206.                             'route_absolute' => false,
  4207.                             'roles' => [
  4208.                             ],
  4209.                         ],
  4210.                         => [
  4211.                             'admin' => 'admin.usuario',
  4212.                             'label' => '',
  4213.                             'route' => '',
  4214.                             'route_params' => [
  4215.                             ],
  4216.                             'route_absolute' => false,
  4217.                             'roles' => [
  4218.                             ],
  4219.                         ],
  4220.                     ],
  4221.                     'on_top' => false,
  4222.                     'keep_open' => false,
  4223.                     'item_adds' => [
  4224.                     ],
  4225.                     'roles' => [
  4226.                     ],
  4227.                 ],
  4228.             ],
  4229.             'sonata.admin.configuration.dashboard_blocks' => [
  4230.                 => [
  4231.                     'position' => 'center',
  4232.                     'class' => 'col-md-12',
  4233.                     'type' => 'app.block.indicadores',
  4234.                     'roles' => [
  4235.                         => 'ROLE_INDICADORES',
  4236.                     ],
  4237.                     'settings' => [
  4238.                         'title' => 'Indicadores',
  4239.                     ],
  4240.                 ],
  4241.                 => [
  4242.                     'type' => 'sonata.admin.block.admin_list',
  4243.                     'position' => 'center',
  4244.                     'class' => 'col-md-12',
  4245.                     'roles' => [
  4246.                     ],
  4247.                     'settings' => [
  4248.                     ],
  4249.                 ],
  4250.             ],
  4251.             'sonata.admin.configuration.sort_admins' => false,
  4252.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  4253.             'sonata.admin.configuration.default_group' => 'default',
  4254.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4255.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  4256.             'sonata.admin.configuration.breadcrumbs' => [
  4257.                 'child_admin_route' => 'edit',
  4258.             ],
  4259.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  4260.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  4261.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4262.             'sonata.admin.configuration.security.information' => [
  4263.                 'EDIT' => [
  4264.                     => 'EDIT',
  4265.                 ],
  4266.                 'LIST' => [
  4267.                     => 'LIST',
  4268.                 ],
  4269.                 'CREATE' => [
  4270.                     => 'CREATE',
  4271.                 ],
  4272.                 'VIEW' => [
  4273.                     => 'VIEW',
  4274.                 ],
  4275.                 'DELETE' => [
  4276.                     => 'DELETE',
  4277.                 ],
  4278.                 'EXPORT' => [
  4279.                     => 'EXPORT',
  4280.                 ],
  4281.                 'ALL' => [
  4282.                     => 'ALL',
  4283.                 ],
  4284.             ],
  4285.             'sonata.admin.configuration.security.admin_permissions' => [
  4286.                 => 'CREATE',
  4287.                 => 'LIST',
  4288.                 => 'DELETE',
  4289.                 => 'UNDELETE',
  4290.                 => 'EXPORT',
  4291.                 => 'OPERATOR',
  4292.                 => 'MASTER',
  4293.             ],
  4294.             'sonata.admin.configuration.security.object_permissions' => [
  4295.                 => 'VIEW',
  4296.                 => 'EDIT',
  4297.                 => 'DELETE',
  4298.                 => 'UNDELETE',
  4299.                 => 'OPERATOR',
  4300.                 => 'MASTER',
  4301.                 => 'OWNER',
  4302.             ],
  4303.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4304.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4305.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4306.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4307.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4308.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4309.             'sonata.admin.extension.map' => [
  4310.                 'admins' => [
  4311.                 ],
  4312.                 'excludes' => [
  4313.                 ],
  4314.                 'implements' => [
  4315.                 ],
  4316.                 'extends' => [
  4317.                 ],
  4318.                 'instanceof' => [
  4319.                 ],
  4320.                 'uses' => [
  4321.                 ],
  4322.             ],
  4323.             'sonata.admin.configuration.filters.persist' => true,
  4324.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4325.             'sonata.admin.configuration.show.mosaic.button' => true,
  4326.             'sonata.admin.configuration.translate_group_label' => false,
  4327.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4328.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4329.             'sonata_doctrine_orm_admin.templates' => [
  4330.                 'types' => [
  4331.                     'list' => [
  4332.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4333.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4334.                         'date' => '@SonataIntl/CRUD/list_date.html.twig',
  4335.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4336.                         'datetime' => '@SonataIntl/CRUD/list_datetime.html.twig',
  4337.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  4338.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4339.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4340.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4341.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4342.                         'smallint' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4343.                         'bigint' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4344.                         'integer' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4345.                         'decimal' => '@SonataIntl/CRUD/list_decimal.html.twig',
  4346.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4347.                         'currency' => '@SonataIntl/CRUD/list_currency.html.twig',
  4348.                         'percent' => '@SonataIntl/CRUD/list_percent.html.twig',
  4349.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4350.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4351.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4352.                     ],
  4353.                     'show' => [
  4354.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4355.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4356.                         'date' => '@SonataIntl/CRUD/show_date.html.twig',
  4357.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4358.                         'datetime' => '@SonataIntl/CRUD/show_datetime.html.twig',
  4359.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4360.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4361.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4362.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4363.                         'smallint' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4364.                         'bigint' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4365.                         'integer' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4366.                         'decimal' => '@SonataIntl/CRUD/show_decimal.html.twig',
  4367.                         'currency' => '@SonataIntl/CRUD/show_currency.html.twig',
  4368.                         'percent' => '@SonataIntl/CRUD/show_percent.html.twig',
  4369.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4370.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4371.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4372.                     ],
  4373.                 ],
  4374.                 'form' => [
  4375.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  4376.                 ],
  4377.                 'filter' => [
  4378.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  4379.                 ],
  4380.             ],
  4381.             'fos_user.backend_type_orm' => true,
  4382.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4383.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4384.             'fos_user.resetting.email.template' => 'email/password_resetting.email.twig',
  4385.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  4386.             'fos_user.storage' => 'orm',
  4387.             'fos_user.firewall_name' => 'main',
  4388.             'fos_user.model_manager_name' => NULL,
  4389.             'fos_user.model.user.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  4390.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4391.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  4392.             'fos_user.profile.form.validation_groups' => [
  4393.                 => 'Profile',
  4394.                 => 'Default',
  4395.             ],
  4396.             'fos_user.registration.confirmation.from_email' => [
  4397.                 'logics@logicsmail.com.br' => 'logics@logicsmail.com.br',
  4398.             ],
  4399.             'fos_user.registration.confirmation.enabled' => false,
  4400.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  4401.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  4402.             'fos_user.registration.form.validation_groups' => [
  4403.                 => 'Registration',
  4404.                 => 'Default',
  4405.             ],
  4406.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4407.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4408.             'fos_user.change_password.form.validation_groups' => [
  4409.                 => 'ChangePassword',
  4410.                 => 'Default',
  4411.             ],
  4412.             'fos_user.resetting.email.from_email' => [
  4413.                 'logics@logicsmail.com.br' => 'logics@logicsmail.com.br',
  4414.             ],
  4415.             'fos_user.resetting.retry_ttl' => 7200,
  4416.             'fos_user.resetting.token_ttl' => 86400,
  4417.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4418.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4419.             'fos_user.resetting.form.validation_groups' => [
  4420.                 => 'ResetPassword',
  4421.                 => 'Default',
  4422.             ],
  4423.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  4424.             'fos_user.model.group.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  4425.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  4426.             'fos_user.group.form.name' => 'fos_user_group_form',
  4427.             'fos_user.group.form.validation_groups' => [
  4428.                 => 'Registration',
  4429.                 => 'Default',
  4430.             ],
  4431.             'sonata.user.admin.groupname' => 'sonata_user',
  4432.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  4433.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  4434.             'sonata.user.admin.user.class' => 'App\\Application\\Sonata\\UserBundle\\Admin\\UserAdmin',
  4435.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  4436.             'sonata.user.admin.user.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  4437.             'sonata.user.admin.group.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  4438.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  4439.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  4440.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  4441.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  4442.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  4443.             'sonata.user.impersonating' => false,
  4444.             'sonata.user.google.authenticator.enabled' => false,
  4445.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4446.             'swiftmailer.mailer.default.spool.enabled' => true,
  4447.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4448.             'swiftmailer.mailer.default.single_address' => NULL,
  4449.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4450.             'swiftmailer.spool.enabled' => true,
  4451.             'swiftmailer.delivery.enabled' => true,
  4452.             'swiftmailer.single_address' => NULL,
  4453.             'swiftmailer.mailers' => [
  4454.                 'default' => 'swiftmailer.mailer.default',
  4455.             ],
  4456.             'swiftmailer.default_mailer' => 'default',
  4457.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4458.             'liip_imagine.jpegoptim.stripAll' => true,
  4459.             'liip_imagine.jpegoptim.max' => NULL,
  4460.             'liip_imagine.jpegoptim.progressive' => true,
  4461.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4462.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4463.             'liip_imagine.optipng.level' => 7,
  4464.             'liip_imagine.optipng.stripAll' => true,
  4465.             'liip_imagine.optipng.tempDir' => NULL,
  4466.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4467.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4468.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4469.             'liip_imagine.cache.resolver.default' => 'default',
  4470.             'liip_imagine.default_image' => NULL,
  4471.             'liip_imagine.filter_sets' => [
  4472.                 'thumb_400px' => [
  4473.                     'quality' => 100,
  4474.                     'jpeg_quality' => 70,
  4475.                     'png_compression_level' => 7,
  4476.                     'png_compression_filter' => NULL,
  4477.                     'format' => NULL,
  4478.                     'animated' => false,
  4479.                     'cache' => NULL,
  4480.                     'data_loader' => NULL,
  4481.                     'default_image' => NULL,
  4482.                     'filters' => [
  4483.                         'relative_resize' => [
  4484.                             'widen' => 400,
  4485.                         ],
  4486.                     ],
  4487.                     'post_processors' => [
  4488.                     ],
  4489.                 ],
  4490.                 'icone_117px' => [
  4491.                     'quality' => 100,
  4492.                     'jpeg_quality' => 70,
  4493.                     'png_compression_level' => 7,
  4494.                     'png_compression_filter' => NULL,
  4495.                     'format' => NULL,
  4496.                     'animated' => false,
  4497.                     'cache' => NULL,
  4498.                     'data_loader' => NULL,
  4499.                     'default_image' => NULL,
  4500.                     'filters' => [
  4501.                         'relative_resize' => [
  4502.                             'widen' => 117,
  4503.                         ],
  4504.                     ],
  4505.                     'post_processors' => [
  4506.                     ],
  4507.                 ],
  4508.             ],
  4509.             'liip_imagine.binary.loader.default' => 'default',
  4510.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4511.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4512.             'lexik_jwt_authentication.token_ttl' => 986400,
  4513.             'lexik_jwt_authentication.clock_skew' => 0,
  4514.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4515.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4516.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4517.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4518.             'nelmio_api_doc.areas' => [
  4519.                 => 'default',
  4520.             ],
  4521.             'fos_rest.format_listener.rules' => NULL,
  4522.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4523.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4524.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4525.             'stof_doctrine_extensions.translation_fallback' => false,
  4526.             'stof_doctrine_extensions.persist_default_translation' => false,
  4527.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4528.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4529.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4530.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4531.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4532.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4533.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4534.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4535.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4536.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4537.             'sonata.intl.locale_detector.request.class' => 'Sonata\\IntlBundle\\Locale\\RequestDetector',
  4538.             'sonata.intl.locale_detector.session.class' => 'Sonata\\IntlBundle\\Locale\\SessionDetector',
  4539.             'sonata.intl.templating.helper.locale.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\LocaleHelper',
  4540.             'sonata.intl.templating.helper.number.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\NumberHelper',
  4541.             'sonata.intl.templating.helper.datetime.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\DateTimeHelper',
  4542.             'sonata.intl.timezone_detector.chain.class' => 'Sonata\\IntlBundle\\Timezone\\ChainTimezoneDetector',
  4543.             'sonata.intl.timezone_detector.user.class' => 'Sonata\\IntlBundle\\Timezone\\UserBasedTimezoneDetector',
  4544.             'sonata.intl.timezone_detector.locale.class' => 'Sonata\\IntlBundle\\Timezone\\LocaleBasedTimezoneDetector',
  4545.             'sonata.intl.twig.helper.locale.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\LocaleExtension',
  4546.             'sonata.intl.twig.helper.number.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\NumberExtension',
  4547.             'sonata.intl.twig.helper.datetime.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\DateTimeExtension',
  4548.             'sonata_intl.timezone.detectors' => [
  4549.                 => 'sonata.intl.timezone_detector.user',
  4550.                 => 'sonata.intl.timezone_detector.locale',
  4551.             ],
  4552.             'knp_snappy.pdf.options' => [
  4553.             ],
  4554.             'knp_snappy.pdf.env' => [
  4555.             ],
  4556.             'knp_snappy.image.options' => [
  4557.             ],
  4558.             'knp_snappy.image.env' => [
  4559.             ],
  4560.             'data_collector.templates' => [
  4561.                 'data_collector.request' => [
  4562.                     => 'request',
  4563.                     => '@WebProfiler/Collector/request.html.twig',
  4564.                 ],
  4565.                 'data_collector.time' => [
  4566.                     => 'time',
  4567.                     => '@WebProfiler/Collector/time.html.twig',
  4568.                 ],
  4569.                 'data_collector.memory' => [
  4570.                     => 'memory',
  4571.                     => '@WebProfiler/Collector/memory.html.twig',
  4572.                 ],
  4573.                 'data_collector.validator' => [
  4574.                     => 'validator',
  4575.                     => '@WebProfiler/Collector/validator.html.twig',
  4576.                 ],
  4577.                 'data_collector.ajax' => [
  4578.                     => 'ajax',
  4579.                     => '@WebProfiler/Collector/ajax.html.twig',
  4580.                 ],
  4581.                 'data_collector.form' => [
  4582.                     => 'form',
  4583.                     => '@WebProfiler/Collector/form.html.twig',
  4584.                 ],
  4585.                 'data_collector.exception' => [
  4586.                     => 'exception',
  4587.                     => '@WebProfiler/Collector/exception.html.twig',
  4588.                 ],
  4589.                 'data_collector.logger' => [
  4590.                     => 'logger',
  4591.                     => '@WebProfiler/Collector/logger.html.twig',
  4592.                 ],
  4593.                 'data_collector.events' => [
  4594.                     => 'events',
  4595.                     => '@WebProfiler/Collector/events.html.twig',
  4596.                 ],
  4597.                 'data_collector.router' => [
  4598.                     => 'router',
  4599.                     => '@WebProfiler/Collector/router.html.twig',
  4600.                 ],
  4601.                 'data_collector.cache' => [
  4602.                     => 'cache',
  4603.                     => '@WebProfiler/Collector/cache.html.twig',
  4604.                 ],
  4605.                 'data_collector.translation' => [
  4606.                     => 'translation',
  4607.                     => '@WebProfiler/Collector/translation.html.twig',
  4608.                 ],
  4609.                 'data_collector.security' => [
  4610.                     => 'security',
  4611.                     => '@Security/Collector/security.html.twig',
  4612.                 ],
  4613.                 'data_collector.twig' => [
  4614.                     => 'twig',
  4615.                     => '@WebProfiler/Collector/twig.html.twig',
  4616.                 ],
  4617.                 'data_collector.doctrine' => [
  4618.                     => 'db',
  4619.                     => '@Doctrine/Collector/db.html.twig',
  4620.                 ],
  4621.                 'swiftmailer.data_collector' => [
  4622.                     => 'swiftmailer',
  4623.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4624.                 ],
  4625.                 'data_collector.dump' => [
  4626.                     => 'dump',
  4627.                     => '@Debug/Profiler/dump.html.twig',
  4628.                 ],
  4629.                 'sonata.block.data_collector' => [
  4630.                     => 'block',
  4631.                     => '@SonataBlock/Profiler/block.html.twig',
  4632.                 ],
  4633.                 'data_collector.config' => [
  4634.                     => 'config',
  4635.                     => '@WebProfiler/Collector/config.html.twig',
  4636.                 ],
  4637.             ],
  4638.             'sonata.core.form.types' => [
  4639.                 => 'App\\Form\\Type\\AlertType',
  4640.                 => 'App\\Form\\Type\\FotosType',
  4641.                 => 'App\\Form\\Type\\MapType',
  4642.                 => 'App\\Form\\Type\\PlaceFinderType',
  4643.                 => 'App\\Form\\Type\\RelatoriosType',
  4644.                 => 'App\\Form\\UserType',
  4645.                 => 'form.type.form',
  4646.                 => 'form.type.choice',
  4647.                 => 'form.type.file',
  4648.                 => 'form.type.entity',
  4649.                 10 => 'sonata.core.form.type.array_legacy',
  4650.                 11 => 'sonata.core.form.type.boolean_legacy',
  4651.                 12 => 'sonata.core.form.type.collection_legacy',
  4652.                 13 => 'sonata.core.form.type.translatable_choice',
  4653.                 14 => 'sonata.core.form.type.date_range_legacy',
  4654.                 15 => 'sonata.core.form.type.datetime_range_legacy',
  4655.                 16 => 'sonata.core.form.type.date_picker_legacy',
  4656.                 17 => 'sonata.core.form.type.datetime_picker_legacy',
  4657.                 18 => 'sonata.core.form.type.date_range_picker_legacy',
  4658.                 19 => 'sonata.core.form.type.datetime_range_picker_legacy',
  4659.                 20 => 'sonata.core.form.type.equal_legacy',
  4660.                 21 => 'sonata.core.form.type.color_selector',
  4661.                 22 => 'sonata.core.form.type.color_legacy',
  4662.                 23 => 'sonata.core.form.type.array',
  4663.                 24 => 'sonata.core.form.type.boolean',
  4664.                 25 => 'sonata.core.form.type.collection',
  4665.                 26 => 'sonata.core.form.type.date_range',
  4666.                 27 => 'sonata.core.form.type.datetime_range',
  4667.                 28 => 'sonata.core.form.type.date_picker',
  4668.                 29 => 'sonata.core.form.type.datetime_picker',
  4669.                 30 => 'sonata.core.form.type.date_range_picker',
  4670.                 31 => 'sonata.core.form.type.datetime_range_picker',
  4671.                 32 => 'sonata.core.form.type.equal',
  4672.                 33 => 'sonata.block.form.type.block',
  4673.                 34 => 'sonata.block.form.type.container_template',
  4674.                 35 => 'sonata.admin.form.type.admin',
  4675.                 36 => 'sonata.admin.form.type.model_choice',
  4676.                 37 => 'sonata.admin.form.type.model_list',
  4677.                 38 => 'sonata.admin.form.type.model_reference',
  4678.                 39 => 'sonata.admin.form.type.model_hidden',
  4679.                 40 => 'sonata.admin.form.type.model_autocomplete',
  4680.                 41 => 'sonata.admin.form.type.collection',
  4681.                 42 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  4682.                 43 => 'sonata.admin.form.filter.type.number',
  4683.                 44 => 'sonata.admin.form.filter.type.choice',
  4684.                 45 => 'sonata.admin.form.filter.type.default',
  4685.                 46 => 'sonata.admin.form.filter.type.date',
  4686.                 47 => 'sonata.admin.form.filter.type.daterange',
  4687.                 48 => 'sonata.admin.form.filter.type.datetime',
  4688.                 49 => 'sonata.admin.form.filter.type.datetime_range',
  4689.                 50 => 'fos_user.username_form_type',
  4690.                 51 => 'fos_user.profile.form.type',
  4691.                 52 => 'fos_user.registration.form.type',
  4692.                 53 => 'fos_user.change_password.form.type',
  4693.                 54 => 'fos_user.resetting.form.type',
  4694.                 55 => 'fos_user.group.form.type',
  4695.                 56 => 'sonata.user.form.type.security_roles',
  4696.                 57 => 'sonata.user.form.roles_matrix_type',
  4697.                 58 => 'sonata.user.form.gender_list',
  4698.                 59 => 'sonata.user.api.form.type.group',
  4699.                 60 => 'sonata.user.api.form.type.user',
  4700.                 61 => 'liip_imagine.form.type.image',
  4701.             ],
  4702.             'sonata.core.form.type_extensions' => [
  4703.                 => 'form.type_extension.form.transformation_failure_handling',
  4704.                 => 'form.type_extension.form.http_foundation',
  4705.                 => 'form.type_extension.form.validator',
  4706.                 => 'form.type_extension.repeated.validator',
  4707.                 => 'form.type_extension.submit.validator',
  4708.                 => 'form.type_extension.upload.validator',
  4709.                 => 'form.type_extension.csrf',
  4710.                 => 'form.type_extension.form.data_collector',
  4711.                 => 'sonata.admin.form.extension.field',
  4712.                 => 'sonata.admin.form.extension.field.mopa',
  4713.                 10 => 'sonata.admin.form.extension.choice',
  4714.                 11 => 'nelmio_api_doc.form.documentation_extension',
  4715.             ],
  4716.             'console.command.ids' => [
  4717.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4718.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4719.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4720.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4721.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  4722.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  4723.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  4724.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  4725.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  4726.             ],
  4727.         ];
  4728.     }
  4729. }