var/cache/dev/ContainerE9kit5s/srcDevDebugProjectContainer.php line 2272

Open in your IDE?
  1. <?php
  2. namespace ContainerE9kit5s;
  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 srcDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters;
  21.     private $targetDirs = [];
  22.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  23.     {
  24.         $dir $this->targetDirs[0] = \dirname($containerDir);
  25.         for ($i 1$i <= 5; ++$i) {
  26.             $this->targetDirs[$i] = $dir = \dirname($dir);
  27.         }
  28.         $this->buildParameters $buildParameters;
  29.         $this->containerDir $containerDir;
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services = [];
  32.         $this->normalizedIds = [
  33.             'app\\controller\\actioncontroller' => 'App\\Controller\\ActionController',
  34.             'app\\controller\\companyentitycontroller' => 'App\\Controller\\CompanyEntityController',
  35.             'app\\controller\\dashboardcontroller' => 'App\\Controller\\DashboardController',
  36.             'app\\controller\\departmentcontroller' => 'App\\Controller\\DepartmentController',
  37.             'app\\controller\\euentitycontroller' => 'App\\Controller\\EuEntityController',
  38.             'app\\controller\\marketcontroller' => 'App\\Controller\\MarketController',
  39.             'app\\controller\\messagingpoolcontroller' => 'App\\Controller\\MessagingPoolController',
  40.             'app\\controller\\milestonecontroller' => 'App\\Controller\\MilestoneController',
  41.             'app\\controller\\partnercontractcontroller' => 'App\\Controller\\PartnerContractController',
  42.             'app\\controller\\partnercontroller' => 'App\\Controller\\PartnerController',
  43.             'app\\controller\\plancontroller' => 'App\\Controller\\PlanController',
  44.             'app\\controller\\territorycontroller' => 'App\\Controller\\TerritoryController',
  45.             'app\\controller\\usercontroller' => 'App\\Controller\\UserController',
  46.             'app\\eventlistener\\loginlistener' => 'App\\EventListener\\LoginListener',
  47.             'app\\eventlistener\\registerlistener' => 'App\\EventListener\\RegisterListener',
  48.             'app\\eventlistener\\userlocalesubscriber' => 'App\\EventListener\\UserLocaleSubscriber',
  49.             'app\\form\\actiontype' => 'App\\Form\\ActionType',
  50.             'app\\form\\commontype' => 'App\\Form\\CommonType',
  51.             'app\\form\\companyentitytype' => 'App\\Form\\CompanyEntityType',
  52.             'app\\form\\departmenttype' => 'App\\Form\\DepartmentType',
  53.             'app\\form\\euentitytype' => 'App\\Form\\EuEntityType',
  54.             'app\\form\\leveltype' => 'App\\Form\\LevelType',
  55.             'app\\form\\markettype' => 'App\\Form\\MarketType',
  56.             'app\\form\\milestonetype' => 'App\\Form\\MilestoneType',
  57.             'app\\form\\partnercontracttype' => 'App\\Form\\PartnerContractType',
  58.             'app\\form\\partnertype' => 'App\\Form\\PartnerType',
  59.             'app\\form\\planactionslevelstimetype' => 'App\\Form\\PlanActionsLevelsTimeType',
  60.             'app\\form\\plantype' => 'App\\Form\\PlanType',
  61.             'app\\form\\territorytype' => 'App\\Form\\TerritoryType',
  62.             'app\\form\\usertype' => 'App\\Form\\UserType',
  63.             'app\\repository\\actionscompanyentitiesrepository' => 'App\\Repository\\ActionsCompanyEntitiesRepository',
  64.             'app\\repository\\actionsrepository' => 'App\\Repository\\ActionsRepository',
  65.             'app\\repository\\companyentityrepository' => 'App\\Repository\\CompanyEntityRepository',
  66.             'app\\repository\\departmentrepository' => 'App\\Repository\\DepartmentRepository',
  67.             'app\\repository\\marketrepository' => 'App\\Repository\\MarketRepository',
  68.             'app\\repository\\milestonescompanyentitiesrepository' => 'App\\Repository\\MilestonesCompanyEntitiesRepository',
  69.             'app\\repository\\milestonesrepository' => 'App\\Repository\\MilestonesRepository',
  70.             'app\\repository\\partnercontractrepository' => 'App\\Repository\\PartnerContractRepository',
  71.             'app\\repository\\partnerrepository' => 'App\\Repository\\PartnerRepository',
  72.             'app\\repository\\planactionslevelstimerepository' => 'App\\Repository\\PlanActionsLevelsTimeRepository',
  73.             'app\\repository\\planactionsnumberrepository' => 'App\\Repository\\PlanActionsNumberRepository',
  74.             'app\\repository\\planscompanyentitiesrepository' => 'App\\Repository\\PlansCompanyEntitiesRepository',
  75.             'app\\repository\\plansrepository' => 'App\\Repository\\PlansRepository',
  76.             'app\\repository\\territoriesrepository' => 'App\\Repository\\TerritoriesRepository',
  77.             'app\\repository\\userrepository' => 'App\\Repository\\UserRepository',
  78.             'app\\service\\companyentitiesservice' => 'App\\Service\\CompanyEntitiesService',
  79.             'app\\service\\loggeractions' => 'App\\Service\\LoggerActions',
  80.             'app\\service\\privileges' => 'App\\Service\\Privileges',
  81.             'http\\client\\common\\pluginclientfactory' => 'Http\\Client\\Common\\PluginClientFactory',
  82.             'http\\httplugbundle\\collector\\pluginclientfactorylistener' => 'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener',
  83.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  84.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  85.         ];
  86.         $this->syntheticIds = [
  87.             'kernel' => true,
  88.         ];
  89.         $this->methodMap = [
  90.             'App\\EventListener\\UserLocaleSubscriber' => 'getUserLocaleSubscriberService',
  91.             'Http\\Client\\Common\\PluginClientFactory' => 'getPluginClientFactoryService',
  92.             'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => 'getPluginClientFactoryListenerService',
  93.             'annotation_reader' => 'getAnnotationReaderService',
  94.             'annotations.reader' => 'getAnnotations_ReaderService',
  95.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  96.             'asprega.breadcrumb.builder' => 'getAsprega_Breadcrumb_BuilderService',
  97.             'asprega.breadcrumb.item_factory' => 'getAsprega_Breadcrumb_ItemFactoryService',
  98.             'asprega.breadcrumb.item_processor' => 'getAsprega_Breadcrumb_ItemProcessorService',
  99.             'asprega.breadcrumb.listener' => 'getAsprega_Breadcrumb_ListenerService',
  100.             'asprega.breadcrumb.twig_extension' => 'getAsprega_Breadcrumb_TwigExtensionService',
  101.             'assets.context' => 'getAssets_ContextService',
  102.             'assets.packages' => 'getAssets_PackagesService',
  103.             'cache.annotations' => 'getCache_AnnotationsService',
  104.             'cache.app' => 'getCache_AppService',
  105.             'cache.serializer' => 'getCache_SerializerService',
  106.             'cache.system' => 'getCache_SystemService',
  107.             'cache.validator' => 'getCache_ValidatorService',
  108.             'config_cache_factory' => 'getConfigCacheFactoryService',
  109.             'controller_name_converter' => 'getControllerNameConverterService',
  110.             'data_collector.dump' => 'getDataCollector_DumpService',
  111.             'data_collector.form' => 'getDataCollector_FormService',
  112.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  113.             'data_collector.request' => 'getDataCollector_RequestService',
  114.             'data_collector.router' => 'getDataCollector_RouterService',
  115.             'data_collector.translation' => 'getDataCollector_TranslationService',
  116.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  117.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  118.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  119.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  120.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  121.             'debug.log_processor' => 'getDebug_LogProcessorService',
  122.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  123.             'debug.stopwatch' => 'getDebug_StopwatchService',
  124.             'doctrine' => 'getDoctrineService',
  125.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService',
  126.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  127.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  128.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  129.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  130.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService',
  131.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService',
  132.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  133.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  134.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  135.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  136.             'file_locator' => 'getFileLocatorService',
  137.             'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
  138.             'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
  139.             'fos_user.util.password_updater' => 'getFosUser_Util_PasswordUpdaterService',
  140.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  141.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  142.             'http_kernel' => 'getHttpKernelService',
  143.             'httplug.auto_discovery.auto_discovered_client' => 'getHttplug_AutoDiscovery_AutoDiscoveredClientService',
  144.             'httplug.collector.collector' => 'getHttplug_Collector_CollectorService',
  145.             'httplug.collector.formatter' => 'getHttplug_Collector_FormatterService',
  146.             'httplug.strategy' => 'getHttplug_StrategyService',
  147.             'locale_listener' => 'getLocaleListenerService',
  148.             'logger' => 'getLoggerService',
  149.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  150.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  151.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService',
  152.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  153.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  154.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  155.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  156.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  157.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  158.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  159.             'profiler' => 'getProfilerService',
  160.             'profiler_listener' => 'getProfilerListenerService',
  161.             'property_accessor' => 'getPropertyAccessorService',
  162.             'request_stack' => 'getRequestStackService',
  163.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  164.             'response_listener' => 'getResponseListenerService',
  165.             'router' => 'getRouterService',
  166.             'router.request_context' => 'getRouter_RequestContextService',
  167.             'router_listener' => 'getRouterListenerService',
  168.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  169.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  170.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  171.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService',
  172.             'security.firewall' => 'getSecurity_FirewallService',
  173.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  174.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  175.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  176.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  177.             'security.token_storage' => 'getSecurity_TokenStorageService',
  178.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  179.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  180.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  181.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  182.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  183.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  184.             'session' => 'getSessionService',
  185.             'session.save_listener' => 'getSession_SaveListenerService',
  186.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService',
  187.             'session.storage.native' => 'getSession_Storage_NativeService',
  188.             'session_listener' => 'getSessionListenerService',
  189.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  190.             'templating.locator' => 'getTemplating_LocatorService',
  191.             'templating.name_parser' => 'getTemplating_NameParserService',
  192.             'translator' => 'getTranslatorService',
  193.             'translator.default' => 'getTranslator_DefaultService',
  194.             'translator_listener' => 'getTranslatorListenerService',
  195.             'twig' => 'getTwigService',
  196.             'twig.loader' => 'getTwig_LoaderService',
  197.             'twig.profile' => 'getTwig_ProfileService',
  198.             'validate_request_listener' => 'getValidateRequestListenerService',
  199.             'validator' => 'getValidatorService',
  200.             'validator.builder' => 'getValidator_BuilderService',
  201.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  202.             'web_link.add_link_header_listener' => 'getWebLink_AddLinkHeaderListenerService',
  203.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  204.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  205.         ];
  206.         $this->fileMap = [
  207.             'App\\Controller\\ActionController' => 'getActionControllerService.php',
  208.             'App\\Controller\\CompanyEntityController' => 'getCompanyEntityControllerService.php',
  209.             'App\\Controller\\DashboardController' => 'getDashboardControllerService.php',
  210.             'App\\Controller\\DepartmentController' => 'getDepartmentControllerService.php',
  211.             'App\\Controller\\EuEntityController' => 'getEuEntityControllerService.php',
  212.             'App\\Controller\\MarketController' => 'getMarketControllerService.php',
  213.             'App\\Controller\\MessagingPoolController' => 'getMessagingPoolControllerService.php',
  214.             'App\\Controller\\MilestoneController' => 'getMilestoneControllerService.php',
  215.             'App\\Controller\\PartnerContractController' => 'getPartnerContractControllerService.php',
  216.             'App\\Controller\\PartnerController' => 'getPartnerControllerService.php',
  217.             'App\\Controller\\PlanController' => 'getPlanControllerService.php',
  218.             'App\\Controller\\TerritoryController' => 'getTerritoryControllerService.php',
  219.             'App\\Controller\\UserController' => 'getUserControllerService.php',
  220.             'App\\EventListener\\LoginListener' => 'getLoginListenerService.php',
  221.             'App\\EventListener\\RegisterListener' => 'getRegisterListenerService.php',
  222.             'App\\Form\\ActionType' => 'getActionTypeService.php',
  223.             'App\\Form\\CommonType' => 'getCommonTypeService.php',
  224.             'App\\Form\\CompanyEntityType' => 'getCompanyEntityTypeService.php',
  225.             'App\\Form\\DepartmentType' => 'getDepartmentTypeService.php',
  226.             'App\\Form\\EuEntityType' => 'getEuEntityTypeService.php',
  227.             'App\\Form\\LevelType' => 'getLevelTypeService.php',
  228.             'App\\Form\\MarketType' => 'getMarketTypeService.php',
  229.             'App\\Form\\MilestoneType' => 'getMilestoneTypeService.php',
  230.             'App\\Form\\PartnerContractType' => 'getPartnerContractTypeService.php',
  231.             'App\\Form\\PartnerType' => 'getPartnerTypeService.php',
  232.             'App\\Form\\PlanActionsLevelsTimeType' => 'getPlanActionsLevelsTimeTypeService.php',
  233.             'App\\Form\\PlanType' => 'getPlanTypeService.php',
  234.             'App\\Form\\TerritoryType' => 'getTerritoryTypeService.php',
  235.             'App\\Form\\UserType' => 'getUserTypeService.php',
  236.             'App\\Repository\\ActionsCompanyEntitiesRepository' => 'getActionsCompanyEntitiesRepositoryService.php',
  237.             'App\\Repository\\ActionsRepository' => 'getActionsRepositoryService.php',
  238.             'App\\Repository\\CompanyEntityRepository' => 'getCompanyEntityRepositoryService.php',
  239.             'App\\Repository\\DepartmentRepository' => 'getDepartmentRepositoryService.php',
  240.             'App\\Repository\\MarketRepository' => 'getMarketRepositoryService.php',
  241.             'App\\Repository\\MilestonesCompanyEntitiesRepository' => 'getMilestonesCompanyEntitiesRepositoryService.php',
  242.             'App\\Repository\\MilestonesRepository' => 'getMilestonesRepositoryService.php',
  243.             'App\\Repository\\PartnerContractRepository' => 'getPartnerContractRepositoryService.php',
  244.             'App\\Repository\\PartnerRepository' => 'getPartnerRepositoryService.php',
  245.             'App\\Repository\\PlanActionsLevelsTimeRepository' => 'getPlanActionsLevelsTimeRepositoryService.php',
  246.             'App\\Repository\\PlanActionsNumberRepository' => 'getPlanActionsNumberRepositoryService.php',
  247.             'App\\Repository\\PlansCompanyEntitiesRepository' => 'getPlansCompanyEntitiesRepositoryService.php',
  248.             'App\\Repository\\PlansRepository' => 'getPlansRepositoryService.php',
  249.             'App\\Repository\\TerritoriesRepository' => 'getTerritoriesRepositoryService.php',
  250.             'App\\Repository\\UserRepository' => 'getUserRepositoryService.php',
  251.             'App\\Service\\CompanyEntitiesService' => 'getCompanyEntitiesServiceService.php',
  252.             'App\\Service\\LoggerActions' => 'getLoggerActionsService.php',
  253.             'App\\Service\\Privileges' => 'getPrivilegesService.php',
  254.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  255.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  256.             'annotations.cache' => 'getAnnotations_CacheService.php',
  257.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  258.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  259.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  260.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  261.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  262.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  263.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  264.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  265.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  266.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  267.             'cache_clearer' => 'getCacheClearerService.php',
  268.             'cache_warmer' => 'getCacheWarmerService.php',
  269.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  270.             'console.command.about' => 'getConsole_Command_AboutService.php',
  271.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  272.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  273.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  274.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  275.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  276.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  277.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  278.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  279.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  280.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  281.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  282.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  283.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  284.             'console.command.translation_debug' => 'getConsole_Command_TranslationDebugService.php',
  285.             'console.command.translation_update' => 'getConsole_Command_TranslationUpdateService.php',
  286.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  287.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  288.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  289.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  290.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  291.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  292.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  293.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  294.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  295.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  296.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  297.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  298.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  299.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  300.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  301.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  302.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  303.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  304.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  305.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  306.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  307.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  308.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  309.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  310.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  311.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  312.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  313.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  314.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  315.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  316.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  317.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  318.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  319.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  320.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  321.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  322.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  323.             'doctrine_migrations.dump_schema_command' => 'getDoctrineMigrations_DumpSchemaCommandService.php',
  324.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  325.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  326.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  327.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  328.             'doctrine_migrations.rollup_command' => 'getDoctrineMigrations_RollupCommandService.php',
  329.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  330.             'doctrine_migrations.up_to_date_command' => 'getDoctrineMigrations_UpToDateCommandService.php',
  331.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  332.             'filesystem' => 'getFilesystemService.php',
  333.             'form.factory' => 'getForm_FactoryService.php',
  334.             'form.registry' => 'getForm_RegistryService.php',
  335.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  336.             'form.server_params' => 'getForm_ServerParamsService.php',
  337.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  338.             'form.type.button' => 'getForm_Type_ButtonService.php',
  339.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  340.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  341.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  342.             'form.type.country' => 'getForm_Type_CountryService.php',
  343.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  344.             'form.type.date' => 'getForm_Type_DateService.php',
  345.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  346.             'form.type.email' => 'getForm_Type_EmailService.php',
  347.             'form.type.entity' => 'getForm_Type_EntityService.php',
  348.             'form.type.file' => 'getForm_Type_FileService.php',
  349.             'form.type.form' => 'getForm_Type_FormService.php',
  350.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  351.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  352.             'form.type.language' => 'getForm_Type_LanguageService.php',
  353.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  354.             'form.type.money' => 'getForm_Type_MoneyService.php',
  355.             'form.type.number' => 'getForm_Type_NumberService.php',
  356.             'form.type.password' => 'getForm_Type_PasswordService.php',
  357.             'form.type.percent' => 'getForm_Type_PercentService.php',
  358.             'form.type.radio' => 'getForm_Type_RadioService.php',
  359.             'form.type.range' => 'getForm_Type_RangeService.php',
  360.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  361.             'form.type.reset' => 'getForm_Type_ResetService.php',
  362.             'form.type.search' => 'getForm_Type_SearchService.php',
  363.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  364.             'form.type.text' => 'getForm_Type_TextService.php',
  365.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  366.             'form.type.time' => 'getForm_Type_TimeService.php',
  367.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  368.             'form.type.url' => 'getForm_Type_UrlService.php',
  369.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  370.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  371.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  372.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  373.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  374.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  375.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  376.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  377.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  378.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  379.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  380.             'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService.php',
  381.             'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService.php',
  382.             'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService.php',
  383.             'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService.php',
  384.             'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService.php',
  385.             'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService.php',
  386.             'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService.php',
  387.             'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService.php',
  388.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
  389.             'fos_user.group.form.factory' => 'getFosUser_Group_Form_FactoryService.php',
  390.             'fos_user.group.form.type' => 'getFosUser_Group_Form_TypeService.php',
  391.             'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
  392.             'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService.php',
  393.             'fos_user.listener.flash' => 'getFosUser_Listener_FlashService.php',
  394.             'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService.php',
  395.             'fos_user.mailer' => 'getFosUser_MailerService.php',
  396.             'fos_user.object_manager' => 'getFosUser_ObjectManagerService.php',
  397.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  398.             'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService.php',
  399.             'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService.php',
  400.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  401.             'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService.php',
  402.             'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService.php',
  403.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  404.             'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService.php',
  405.             'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService.php',
  406.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  407.             'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService.php',
  408.             'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService.php',
  409.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  410.             'fos_user.user_provider.username_email' => 'getFosUser_UserProvider_UsernameEmailService.php',
  411.             'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService.php',
  412.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService.php',
  413.             'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService.php',
  414.             'fragment.handler' => 'getFragment_HandlerService.php',
  415.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  416.             'httplug.async_client.default' => 'getHttplug_AsyncClient_DefaultService.php',
  417.             'httplug.client' => 'getHttplug_ClientService.php',
  418.             'httplug.message_factory.default' => 'getHttplug_MessageFactory_DefaultService.php',
  419.             'httplug.stream_factory.default' => 'getHttplug_StreamFactory_DefaultService.php',
  420.             'httplug.uri_factory.default' => 'getHttplug_UriFactory_DefaultService.php',
  421.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  422.             'maker.auto_command.make_auth' => 'getMaker_AutoCommand_MakeAuthService.php',
  423.             'maker.auto_command.make_command' => 'getMaker_AutoCommand_MakeCommandService.php',
  424.             'maker.auto_command.make_controller' => 'getMaker_AutoCommand_MakeControllerService.php',
  425.             'maker.auto_command.make_crud' => 'getMaker_AutoCommand_MakeCrudService.php',
  426.             'maker.auto_command.make_entity' => 'getMaker_AutoCommand_MakeEntityService.php',
  427.             'maker.auto_command.make_fixtures' => 'getMaker_AutoCommand_MakeFixturesService.php',
  428.             'maker.auto_command.make_form' => 'getMaker_AutoCommand_MakeFormService.php',
  429.             'maker.auto_command.make_functional_test' => 'getMaker_AutoCommand_MakeFunctionalTestService.php',
  430.             'maker.auto_command.make_migration' => 'getMaker_AutoCommand_MakeMigrationService.php',
  431.             'maker.auto_command.make_registration_form' => 'getMaker_AutoCommand_MakeRegistrationFormService.php',
  432.             'maker.auto_command.make_serializer_encoder' => 'getMaker_AutoCommand_MakeSerializerEncoderService.php',
  433.             'maker.auto_command.make_serializer_normalizer' => 'getMaker_AutoCommand_MakeSerializerNormalizerService.php',
  434.             'maker.auto_command.make_subscriber' => 'getMaker_AutoCommand_MakeSubscriberService.php',
  435.             'maker.auto_command.make_twig_extension' => 'getMaker_AutoCommand_MakeTwigExtensionService.php',
  436.             'maker.auto_command.make_unit_test' => 'getMaker_AutoCommand_MakeUnitTestService.php',
  437.             'maker.auto_command.make_user' => 'getMaker_AutoCommand_MakeUserService.php',
  438.             'maker.auto_command.make_validator' => 'getMaker_AutoCommand_MakeValidatorService.php',
  439.             'maker.auto_command.make_voter' => 'getMaker_AutoCommand_MakeVoterService.php',
  440.             'maker.console_error_listener' => 'getMaker_ConsoleErrorListenerService.php',
  441.             'maker.doctrine_helper' => 'getMaker_DoctrineHelperService.php',
  442.             'maker.file_manager' => 'getMaker_FileManagerService.php',
  443.             'maker.generator' => 'getMaker_GeneratorService.php',
  444.             'maker.renderer.form_type_renderer' => 'getMaker_Renderer_FormTypeRendererService.php',
  445.             'maker.security_config_updater' => 'getMaker_SecurityConfigUpdaterService.php',
  446.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  447.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  448.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  449.             'property_info' => 'getPropertyInfoService.php',
  450.             'property_info.php_doc_extractor' => 'getPropertyInfo_PhpDocExtractorService.php',
  451.             'property_info.reflection_extractor' => 'getPropertyInfo_ReflectionExtractorService.php',
  452.             'property_info.serializer_extractor' => 'getPropertyInfo_SerializerExtractorService.php',
  453.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  454.             'routing.loader' => 'getRouting_LoaderService.php',
  455.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  456.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  457.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  458.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  459.             'security.access_map' => 'getSecurity_AccessMapService.php',
  460.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  461.             'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
  462.             'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
  463.             'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
  464.             'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
  465.             'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
  466.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  467.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  468.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  469.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  470.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  471.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  472.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  473.             'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
  474.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  475.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  476.             'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
  477.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  478.             'security.user.provider.concrete.in_memory' => 'getSecurity_User_Provider_Concrete_InMemoryService.php',
  479.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  480.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  481.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  482.             'serializer' => 'getSerializerService.php',
  483.             'serializer.mapping.cache.symfony' => 'getSerializer_Mapping_Cache_SymfonyService.php',
  484.             'serializer.mapping.cache_warmer' => 'getSerializer_Mapping_CacheWarmerService.php',
  485.             'serializer.mapping.class_metadata_factory' => 'getSerializer_Mapping_ClassMetadataFactoryService.php',
  486.             'service_locator.8lodalc' => 'getServiceLocator_8lodalcService.php',
  487.             'service_locator.9sq8fte' => 'getServiceLocator_9sq8fteService.php',
  488.             'service_locator.dbzerlj' => 'getServiceLocator_DbzerljService.php',
  489.             'service_locator.kqibrhh' => 'getServiceLocator_KqibrhhService.php',
  490.             'service_locator.pbjc0uh' => 'getServiceLocator_Pbjc0uhService.php',
  491.             'service_locator.pvtsprx' => 'getServiceLocator_PvtsprxService.php',
  492.             'service_locator.q1nlplf' => 'getServiceLocator_Q1nlplfService.php',
  493.             'service_locator.qydpli6' => 'getServiceLocator_Qydpli6Service.php',
  494.             'service_locator.r1gnpbt' => 'getServiceLocator_R1gnpbtService.php',
  495.             'service_locator.rjafcqz' => 'getServiceLocator_RjafcqzService.php',
  496.             'service_locator.s_s_kni' => 'getServiceLocator_SSKniService.php',
  497.             'service_locator.twfxfkl' => 'getServiceLocator_TwfxfklService.php',
  498.             'service_locator.v8ff2dh' => 'getServiceLocator_V8ff2dhService.php',
  499.             'service_locator.x_jnvs5' => 'getServiceLocator_XJnvs5Service.php',
  500.             'services_resetter' => 'getServicesResetterService.php',
  501.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  502.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  503.             'swiftmailer.command.debug' => 'getSwiftmailer_Command_DebugService.php',
  504.             'swiftmailer.command.new_email' => 'getSwiftmailer_Command_NewEmailService.php',
  505.             'swiftmailer.command.send_email' => 'getSwiftmailer_Command_SendEmailService.php',
  506.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  507.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  508.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  509.             'swiftmailer.mailer.default.transport.dynamic' => 'getSwiftmailer_Mailer_Default_Transport_DynamicService.php',
  510.             'templating' => 'getTemplatingService.php',
  511.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  512.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  513.             'templating.finder' => 'getTemplating_FinderService.php',
  514.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  515.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  516.             'templating.loader' => 'getTemplating_LoaderService.php',
  517.             'translation.dumper.csv' => 'getTranslation_Dumper_CsvService.php',
  518.             'translation.dumper.ini' => 'getTranslation_Dumper_IniService.php',
  519.             'translation.dumper.json' => 'getTranslation_Dumper_JsonService.php',
  520.             'translation.dumper.mo' => 'getTranslation_Dumper_MoService.php',
  521.             'translation.dumper.php' => 'getTranslation_Dumper_PhpService.php',
  522.             'translation.dumper.po' => 'getTranslation_Dumper_PoService.php',
  523.             'translation.dumper.qt' => 'getTranslation_Dumper_QtService.php',
  524.             'translation.dumper.res' => 'getTranslation_Dumper_ResService.php',
  525.             'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService.php',
  526.             'translation.dumper.yml' => 'getTranslation_Dumper_YmlService.php',
  527.             'translation.extractor' => 'getTranslation_ExtractorService.php',
  528.             'translation.extractor.php' => 'getTranslation_Extractor_PhpService.php',
  529.             'translation.loader' => 'getTranslation_LoaderService.php',
  530.             'translation.loader.csv' => 'getTranslation_Loader_CsvService.php',
  531.             'translation.loader.dat' => 'getTranslation_Loader_DatService.php',
  532.             'translation.loader.ini' => 'getTranslation_Loader_IniService.php',
  533.             'translation.loader.json' => 'getTranslation_Loader_JsonService.php',
  534.             'translation.loader.mo' => 'getTranslation_Loader_MoService.php',
  535.             'translation.loader.php' => 'getTranslation_Loader_PhpService.php',
  536.             'translation.loader.po' => 'getTranslation_Loader_PoService.php',
  537.             'translation.loader.qt' => 'getTranslation_Loader_QtService.php',
  538.             'translation.loader.res' => 'getTranslation_Loader_ResService.php',
  539.             'translation.loader.xliff' => 'getTranslation_Loader_XliffService.php',
  540.             'translation.loader.yml' => 'getTranslation_Loader_YmlService.php',
  541.             'translation.reader' => 'getTranslation_ReaderService.php',
  542.             'translation.warmer' => 'getTranslation_WarmerService.php',
  543.             'translation.writer' => 'getTranslation_WriterService.php',
  544.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  545.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  546.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  547.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  548.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  549.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  550.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  551.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  552.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  553.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  554.             'uri_signer' => 'getUriSignerService.php',
  555.             'validator.email' => 'getValidator_EmailService.php',
  556.             'validator.expression' => 'getValidator_ExpressionService.php',
  557.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  558.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  559.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  560.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  561.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  562.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  563.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  564.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  565.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  566.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  567.         ];
  568.         $this->privates = [
  569.             'fos_user.util.username_canonicalizer' => true,
  570.             'httplug.client.app' => true,
  571.             'httplug.client.default' => true,
  572.             'session.storage' => true,
  573.             'swiftmailer.mailer' => true,
  574.             'swiftmailer.mailer.default.transport' => true,
  575.             'swiftmailer.plugin.messagelogger' => true,
  576.             'App\\EventListener\\LoginListener' => true,
  577.             'App\\EventListener\\RegisterListener' => true,
  578.             'App\\EventListener\\UserLocaleSubscriber' => true,
  579.             'App\\Form\\ActionType' => true,
  580.             'App\\Form\\CommonType' => true,
  581.             'App\\Form\\CompanyEntityType' => true,
  582.             'App\\Form\\DepartmentType' => true,
  583.             'App\\Form\\EuEntityType' => true,
  584.             'App\\Form\\LevelType' => true,
  585.             'App\\Form\\MarketType' => true,
  586.             'App\\Form\\MilestoneType' => true,
  587.             'App\\Form\\PartnerContractType' => true,
  588.             'App\\Form\\PartnerType' => true,
  589.             'App\\Form\\PlanActionsLevelsTimeType' => true,
  590.             'App\\Form\\PlanType' => true,
  591.             'App\\Form\\TerritoryType' => true,
  592.             'App\\Form\\UserType' => true,
  593.             'App\\Repository\\ActionsCompanyEntitiesRepository' => true,
  594.             'App\\Repository\\ActionsRepository' => true,
  595.             'App\\Repository\\CompanyEntityRepository' => true,
  596.             'App\\Repository\\DepartmentRepository' => true,
  597.             'App\\Repository\\MarketRepository' => true,
  598.             'App\\Repository\\MilestonesCompanyEntitiesRepository' => true,
  599.             'App\\Repository\\MilestonesRepository' => true,
  600.             'App\\Repository\\PartnerContractRepository' => true,
  601.             'App\\Repository\\PartnerRepository' => true,
  602.             'App\\Repository\\PlanActionsLevelsTimeRepository' => true,
  603.             'App\\Repository\\PlanActionsNumberRepository' => true,
  604.             'App\\Repository\\PlansCompanyEntitiesRepository' => true,
  605.             'App\\Repository\\PlansRepository' => true,
  606.             'App\\Repository\\TerritoriesRepository' => true,
  607.             'App\\Repository\\UserRepository' => true,
  608.             'App\\Service\\CompanyEntitiesService' => true,
  609.             'App\\Service\\LoggerActions' => true,
  610.             'App\\Service\\Privileges' => true,
  611.             'Http\\Client\\Common\\PluginClientFactory' => true,
  612.             'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => true,
  613.             'annotation_reader' => true,
  614.             'annotations.cache' => true,
  615.             'annotations.cache_warmer' => true,
  616.             'annotations.reader' => true,
  617.             'argument_metadata_factory' => true,
  618.             'argument_resolver.default' => true,
  619.             'argument_resolver.request' => true,
  620.             'argument_resolver.request_attribute' => true,
  621.             'argument_resolver.service' => true,
  622.             'argument_resolver.session' => true,
  623.             'argument_resolver.variadic' => true,
  624.             'asprega.breadcrumb.builder' => true,
  625.             'asprega.breadcrumb.item_factory' => true,
  626.             'asprega.breadcrumb.item_processor' => true,
  627.             'asprega.breadcrumb.listener' => true,
  628.             'asprega.breadcrumb.twig_extension' => true,
  629.             'assets.context' => true,
  630.             'assets.packages' => true,
  631.             'cache.annotations' => true,
  632.             'cache.default_clearer' => true,
  633.             'cache.serializer' => true,
  634.             'cache.validator' => true,
  635.             'config.resource.self_checking_resource_checker' => true,
  636.             'config_cache_factory' => true,
  637.             'console.command.about' => true,
  638.             'console.command.assets_install' => true,
  639.             'console.command.cache_clear' => true,
  640.             'console.command.cache_pool_clear' => true,
  641.             'console.command.cache_pool_prune' => true,
  642.             'console.command.cache_warmup' => true,
  643.             'console.command.config_debug' => true,
  644.             'console.command.config_dump_reference' => true,
  645.             'console.command.container_debug' => true,
  646.             'console.command.debug_autowiring' => true,
  647.             'console.command.event_dispatcher_debug' => true,
  648.             'console.command.form_debug' => true,
  649.             'console.command.router_debug' => true,
  650.             'console.command.router_match' => true,
  651.             'console.command.translation_debug' => true,
  652.             'console.command.translation_update' => true,
  653.             'console.command.xliff_lint' => true,
  654.             'console.command.yaml_lint' => true,
  655.             'console.error_listener' => true,
  656.             'controller_name_converter' => true,
  657.             'data_collector.form' => true,
  658.             'data_collector.form.extractor' => true,
  659.             'data_collector.request' => true,
  660.             'data_collector.router' => true,
  661.             'data_collector.translation' => true,
  662.             'debug.argument_resolver' => true,
  663.             'debug.controller_resolver' => true,
  664.             'debug.debug_handlers_listener' => true,
  665.             'debug.dump_listener' => true,
  666.             'debug.event_dispatcher' => true,
  667.             'debug.file_link_formatter' => true,
  668.             'debug.file_link_formatter.url_format' => true,
  669.             'debug.log_processor' => true,
  670.             'debug.security.access.decision_manager' => true,
  671.             'debug.stopwatch' => true,
  672.             'dependency_injection.config.container_parameters_resource_checker' => true,
  673.             'deprecated.form.registry' => true,
  674.             'deprecated.form.registry.csrf' => true,
  675.             'doctrine.cache_clear_metadata_command' => true,
  676.             'doctrine.cache_clear_query_cache_command' => true,
  677.             'doctrine.cache_clear_result_command' => true,
  678.             'doctrine.cache_collection_region_command' => true,
  679.             'doctrine.clear_entity_region_command' => true,
  680.             'doctrine.clear_query_region_command' => true,
  681.             'doctrine.database_create_command' => true,
  682.             'doctrine.database_drop_command' => true,
  683.             'doctrine.database_import_command' => true,
  684.             'doctrine.dbal.connection_factory' => true,
  685.             'doctrine.dbal.logger.profiling.default' => true,
  686.             'doctrine.ensure_production_settings_command' => true,
  687.             'doctrine.generate_entities_command' => true,
  688.             'doctrine.mapping_convert_command' => true,
  689.             'doctrine.mapping_import_command' => true,
  690.             'doctrine.mapping_info_command' => true,
  691.             'doctrine.orm.default_entity_listener_resolver' => true,
  692.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  693.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  694.             'doctrine.orm.default_manager_configurator' => true,
  695.             'doctrine.orm.proxy_cache_warmer' => true,
  696.             'doctrine.orm.validator.unique' => true,
  697.             'doctrine.orm.validator_initializer' => true,
  698.             'doctrine.query_dql_command' => true,
  699.             'doctrine.query_sql_command' => true,
  700.             'doctrine.schema_create_command' => true,
  701.             'doctrine.schema_drop_command' => true,
  702.             'doctrine.schema_update_command' => true,
  703.             'doctrine.schema_validate_command' => true,
  704.             'doctrine_cache.contains_command' => true,
  705.             'doctrine_cache.delete_command' => true,
  706.             'doctrine_cache.flush_command' => true,
  707.             'doctrine_cache.stats_command' => true,
  708.             'doctrine_migrations.diff_command' => true,
  709.             'doctrine_migrations.dump_schema_command' => true,
  710.             'doctrine_migrations.execute_command' => true,
  711.             'doctrine_migrations.generate_command' => true,
  712.             'doctrine_migrations.latest_command' => true,
  713.             'doctrine_migrations.migrate_command' => true,
  714.             'doctrine_migrations.rollup_command' => true,
  715.             'doctrine_migrations.status_command' => true,
  716.             'doctrine_migrations.up_to_date_command' => true,
  717.             'doctrine_migrations.version_command' => true,
  718.             'file_locator' => true,
  719.             'form.registry' => true,
  720.             'form.resolved_type_factory' => true,
  721.             'form.server_params' => true,
  722.             'form.type.choice' => true,
  723.             'form.type.entity' => true,
  724.             'form.type.form' => true,
  725.             'form.type_extension.csrf' => true,
  726.             'form.type_extension.form.data_collector' => true,
  727.             'form.type_extension.form.http_foundation' => true,
  728.             'form.type_extension.form.transformation_failure_handling' => true,
  729.             'form.type_extension.form.validator' => true,
  730.             'form.type_extension.repeated.validator' => true,
  731.             'form.type_extension.submit.validator' => true,
  732.             'form.type_extension.upload.validator' => true,
  733.             'form.type_guesser.doctrine' => true,
  734.             'form.type_guesser.validator' => true,
  735.             'fos_user.change_password.form.factory' => true,
  736.             'fos_user.change_password.form.type' => true,
  737.             'fos_user.command.activate_user' => true,
  738.             'fos_user.command.change_password' => true,
  739.             'fos_user.command.create_user' => true,
  740.             'fos_user.command.deactivate_user' => true,
  741.             'fos_user.command.demote_user' => true,
  742.             'fos_user.command.promote_user' => true,
  743.             'fos_user.group.form.factory' => true,
  744.             'fos_user.group.form.type' => true,
  745.             'fos_user.listener.authentication' => true,
  746.             'fos_user.listener.flash' => true,
  747.             'fos_user.listener.resetting' => true,
  748.             'fos_user.mailer' => true,
  749.             'fos_user.object_manager' => true,
  750.             'fos_user.profile.form.factory' => true,
  751.             'fos_user.profile.form.type' => true,
  752.             'fos_user.registration.form.factory' => true,
  753.             'fos_user.registration.form.type' => true,
  754.             'fos_user.resetting.form.factory' => true,
  755.             'fos_user.resetting.form.type' => true,
  756.             'fos_user.security.interactive_login_listener' => true,
  757.             'fos_user.security.login_manager' => true,
  758.             'fos_user.user_provider.username_email' => true,
  759.             'fos_user.username_form_type' => true,
  760.             'fos_user.util.canonical_fields_updater' => true,
  761.             'fos_user.util.email_canonicalizer' => true,
  762.             'fos_user.util.password_updater' => true,
  763.             'fos_user.util.token_generator' => true,
  764.             'fos_user.util.user_manipulator' => true,
  765.             'fragment.handler' => true,
  766.             'fragment.renderer.inline' => true,
  767.             'framework_extra_bundle.argument_name_convertor' => true,
  768.             'framework_extra_bundle.event.is_granted' => true,
  769.             'httplug.async_client.default' => true,
  770.             'httplug.auto_discovery.auto_discovered_client' => true,
  771.             'httplug.collector.collector' => true,
  772.             'httplug.collector.formatter' => true,
  773.             'httplug.message_factory.default' => true,
  774.             'httplug.strategy' => true,
  775.             'httplug.stream_factory.default' => true,
  776.             'httplug.uri_factory.default' => true,
  777.             'kernel.class_cache.cache_warmer' => true,
  778.             'locale_listener' => true,
  779.             'logger' => true,
  780.             'maker.auto_command.make_auth' => true,
  781.             'maker.auto_command.make_command' => true,
  782.             'maker.auto_command.make_controller' => true,
  783.             'maker.auto_command.make_crud' => true,
  784.             'maker.auto_command.make_entity' => true,
  785.             'maker.auto_command.make_fixtures' => true,
  786.             'maker.auto_command.make_form' => true,
  787.             'maker.auto_command.make_functional_test' => true,
  788.             'maker.auto_command.make_migration' => true,
  789.             'maker.auto_command.make_registration_form' => true,
  790.             'maker.auto_command.make_serializer_encoder' => true,
  791.             'maker.auto_command.make_serializer_normalizer' => true,
  792.             'maker.auto_command.make_subscriber' => true,
  793.             'maker.auto_command.make_twig_extension' => true,
  794.             'maker.auto_command.make_unit_test' => true,
  795.             'maker.auto_command.make_user' => true,
  796.             'maker.auto_command.make_validator' => true,
  797.             'maker.auto_command.make_voter' => true,
  798.             'maker.console_error_listener' => true,
  799.             'maker.doctrine_helper' => true,
  800.             'maker.file_manager' => true,
  801.             'maker.generator' => true,
  802.             'maker.renderer.form_type_renderer' => true,
  803.             'maker.security_config_updater' => true,
  804.             'monolog.handler.console' => true,
  805.             'monolog.handler.main' => true,
  806.             'monolog.handler.null_internal' => true,
  807.             'monolog.logger.cache' => true,
  808.             'monolog.logger.console' => true,
  809.             'monolog.logger.doctrine' => true,
  810.             'monolog.logger.event' => true,
  811.             'monolog.logger.php' => true,
  812.             'monolog.logger.profiler' => true,
  813.             'monolog.logger.request' => true,
  814.             'monolog.logger.security' => true,
  815.             'monolog.logger.templating' => true,
  816.             'monolog.logger.translation' => true,
  817.             'profiler_listener' => true,
  818.             'property_accessor' => true,
  819.             'property_info' => true,
  820.             'property_info.php_doc_extractor' => true,
  821.             'property_info.reflection_extractor' => true,
  822.             'property_info.serializer_extractor' => true,
  823.             'resolve_controller_name_subscriber' => true,
  824.             'response_listener' => true,
  825.             'router.cache_warmer' => true,
  826.             'router.request_context' => true,
  827.             'router_listener' => true,
  828.             'security.access.authenticated_voter' => true,
  829.             'security.access.expression_voter' => true,
  830.             'security.access.role_hierarchy_voter' => true,
  831.             'security.access_listener' => true,
  832.             'security.access_map' => true,
  833.             'security.authentication.guard_handler' => true,
  834.             'security.authentication.listener.anonymous.main' => true,
  835.             'security.authentication.listener.form.main' => true,
  836.             'security.authentication.manager' => true,
  837.             'security.authentication.provider.anonymous.main' => true,
  838.             'security.authentication.provider.dao.main' => true,
  839.             'security.authentication.session_strategy.main' => true,
  840.             'security.authentication.trust_resolver' => true,
  841.             'security.channel_listener' => true,
  842.             'security.command.user_password_encoder' => true,
  843.             'security.context_listener.0' => true,
  844.             'security.csrf.token_storage' => true,
  845.             'security.encoder_factory' => true,
  846.             'security.firewall' => true,
  847.             'security.firewall.map' => true,
  848.             'security.firewall.map.context.dev' => true,
  849.             'security.firewall.map.context.main' => true,
  850.             'security.http_utils' => true,
  851.             'security.logout_url_generator' => true,
  852.             'security.rememberme.response_listener' => true,
  853.             'security.request_matcher.00qf1z7' => true,
  854.             'security.request_matcher.zfhj2lw' => true,
  855.             'security.role_hierarchy' => true,
  856.             'security.user.provider.concrete.in_memory' => true,
  857.             'security.user_checker' => true,
  858.             'security.user_value_resolver' => true,
  859.             'security.validator.user_password' => true,
  860.             'sensio_framework_extra.cache.listener' => true,
  861.             'sensio_framework_extra.controller.listener' => true,
  862.             'sensio_framework_extra.converter.listener' => true,
  863.             'sensio_framework_extra.converter.manager' => true,
  864.             'sensio_framework_extra.security.listener' => true,
  865.             'sensio_framework_extra.view.listener' => true,
  866.             'serializer.mapping.cache.symfony' => true,
  867.             'serializer.mapping.cache_warmer' => true,
  868.             'serializer.mapping.class_metadata_factory' => true,
  869.             'service_locator.8lodalc' => true,
  870.             'service_locator.9sq8fte' => true,
  871.             'service_locator.dbzerlj' => true,
  872.             'service_locator.kqibrhh' => true,
  873.             'service_locator.pbjc0uh' => true,
  874.             'service_locator.pvtsprx' => true,
  875.             'service_locator.q1nlplf' => true,
  876.             'service_locator.qydpli6' => true,
  877.             'service_locator.r1gnpbt' => true,
  878.             'service_locator.rjafcqz' => true,
  879.             'service_locator.s_s_kni' => true,
  880.             'service_locator.twfxfkl' => true,
  881.             'service_locator.v8ff2dh' => true,
  882.             'service_locator.x_jnvs5' => true,
  883.             'session.save_listener' => true,
  884.             'session.storage.filesystem' => true,
  885.             'session.storage.metadata_bag' => true,
  886.             'session.storage.native' => true,
  887.             'session.storage.php_bridge' => true,
  888.             'session_listener' => true,
  889.             'streamed_response_listener' => true,
  890.             'swiftmailer.command.debug' => true,
  891.             'swiftmailer.command.new_email' => true,
  892.             'swiftmailer.command.send_email' => true,
  893.             'swiftmailer.email_sender.listener' => true,
  894.             'swiftmailer.mailer.default.transport.dynamic' => true,
  895.             'templating.cache_warmer.template_paths' => true,
  896.             'templating.filename_parser' => true,
  897.             'templating.finder' => true,
  898.             'templating.helper.logout_url' => true,
  899.             'templating.helper.security' => true,
  900.             'templating.locator' => true,
  901.             'templating.name_parser' => true,
  902.             'translation.dumper.csv' => true,
  903.             'translation.dumper.ini' => true,
  904.             'translation.dumper.json' => true,
  905.             'translation.dumper.mo' => true,
  906.             'translation.dumper.php' => true,
  907.             'translation.dumper.po' => true,
  908.             'translation.dumper.qt' => true,
  909.             'translation.dumper.res' => true,
  910.             'translation.dumper.xliff' => true,
  911.             'translation.dumper.yml' => true,
  912.             'translation.extractor' => true,
  913.             'translation.extractor.php' => true,
  914.             'translation.loader' => true,
  915.             'translation.loader.csv' => true,
  916.             'translation.loader.dat' => true,
  917.             'translation.loader.ini' => true,
  918.             'translation.loader.json' => true,
  919.             'translation.loader.mo' => true,
  920.             'translation.loader.php' => true,
  921.             'translation.loader.po' => true,
  922.             'translation.loader.qt' => true,
  923.             'translation.loader.res' => true,
  924.             'translation.loader.xliff' => true,
  925.             'translation.loader.yml' => true,
  926.             'translation.reader' => true,
  927.             'translation.warmer' => true,
  928.             'translation.writer' => true,
  929.             'translator.default' => true,
  930.             'translator_listener' => true,
  931.             'twig.cache_warmer' => true,
  932.             'twig.command.debug' => true,
  933.             'twig.command.lint' => true,
  934.             'twig.exception_listener' => true,
  935.             'twig.form.renderer' => true,
  936.             'twig.loader' => true,
  937.             'twig.profile' => true,
  938.             'twig.runtime.httpkernel' => true,
  939.             'twig.template_cache_warmer' => true,
  940.             'twig.translation.extractor' => true,
  941.             'uri_signer' => true,
  942.             'validate_request_listener' => true,
  943.             'validator.builder' => true,
  944.             'validator.email' => true,
  945.             'validator.expression' => true,
  946.             'validator.mapping.cache_warmer' => true,
  947.             'var_dumper.cli_dumper' => true,
  948.             'web_link.add_link_header_listener' => true,
  949.             'web_profiler.csp.handler' => true,
  950.             'web_profiler.debug_toolbar' => true,
  951.             'web_server.command.server_log' => true,
  952.             'web_server.command.server_run' => true,
  953.             'web_server.command.server_start' => true,
  954.             'web_server.command.server_status' => true,
  955.             'web_server.command.server_stop' => true,
  956.         ];
  957.         $this->aliases = [
  958.             'breadcrumb_builder' => 'asprega.breadcrumb.builder',
  959.             'cache.app_clearer' => 'cache.default_clearer',
  960.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  961.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  962.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  963.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  964.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  965.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand' => 'doctrine_migrations.dump_schema_command',
  966.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  967.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  968.             'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  969.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  970.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand' => 'doctrine_migrations.rollup_command',
  971.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  972.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand' => 'doctrine_migrations.up_to_date_command',
  973.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  974.             'database_connection' => 'doctrine.dbal.default_connection',
  975.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  976.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  977.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  978.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  979.             'event_dispatcher' => 'debug.event_dispatcher',
  980.             'fos_user.util.username_canonicalizer' => 'fos_user.util.email_canonicalizer',
  981.             'httplug.client.app' => 'httplug.client',
  982.             'httplug.client.default' => 'httplug.client',
  983.             'httplug.message_factory' => 'httplug.message_factory.default',
  984.             'httplug.stream_factory' => 'httplug.stream_factory.default',
  985.             'httplug.uri_factory' => 'httplug.uri_factory.default',
  986.             'mailer' => 'swiftmailer.mailer.default',
  987.             'security_token' => 'security.token_storage',
  988.             'session.storage' => 'session.storage.native',
  989.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  990.             'swiftmailer.mailer.default.transport' => 'swiftmailer.mailer.default.transport.dynamic',
  991.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  992.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport.dynamic',
  993.         ];
  994.         $this->privates['service_container'] = function () {
  995.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  996.             include_once $this->targetDirs[3].'/src/EventListener/UserLocaleSubscriber.php';
  997.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  998.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  999.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1000.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1001.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1002.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1003.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1004.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  1005.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1006.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  1007.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  1008.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  1009.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocatorInterface.php';
  1010.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocator.php';
  1011.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1012.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1013.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1014.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1015.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1016.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  1017.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  1018.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1019.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1020.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1021.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  1022.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1023.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1024.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1025.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1026.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1027.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Session.php';
  1028.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1029.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  1030.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  1031.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  1032.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  1033.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1034.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  1035.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  1036.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1037.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1038.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1039.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SaveSessionListener.php';
  1040.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  1041.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  1042.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  1043.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  1044.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1045.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1046.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  1047.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  1048.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParserInterface.php';
  1049.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParser.php';
  1050.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php';
  1051.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
  1052.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  1053.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1054.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1055.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1056.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  1057.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  1058.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  1059.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  1060.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1061.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1062.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1063.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  1064.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1065.             include_once $this->targetDirs[3].'/vendor/symfony/translation/MessageSelector.php';
  1066.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';
  1067.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1068.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1069.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1070.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1071.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1072.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1073.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1074.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1075.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1076.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1077.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1078.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1079.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1080.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1081.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1082.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1083.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1084.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1085.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1086.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1087.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1088.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1089.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RequestDataCollector.php';
  1090.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1091.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1092.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1093.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1094.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1095.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1096.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1097.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1098.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1099.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  1100.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1101.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  1102.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1103.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1104.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1105.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php';
  1106.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1107.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1108.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1109.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1110.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1111.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1112.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1113.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1114.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1115.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1116.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  1117.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1118.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1119.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1120.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1121.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1122.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  1123.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  1124.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1125.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  1126.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  1127.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  1128.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  1129.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  1130.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  1131.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1132.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  1133.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  1134.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  1135.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  1136.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  1137.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  1138.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  1139.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  1140.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  1141.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1142.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  1143.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  1144.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  1145.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1146.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1147.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  1148.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  1149.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  1150.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  1151.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1152.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1153.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  1154.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  1155.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  1156.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  1157.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1158.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  1159.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  1160.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1161.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1162.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1163.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1164.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1165.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1166.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1167.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1168.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1169.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  1170.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1171.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1172.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1173.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  1174.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1175.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  1176.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1177.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1178.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1179.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  1180.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  1181.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  1182.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1183.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
  1184.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1185.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
  1186.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1187.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1188.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1189.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1190.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1191.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1192.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1193.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  1194.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  1195.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  1196.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ResetInterface.php';
  1197.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  1198.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  1199.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  1200.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  1201.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  1202.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  1203.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  1204.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1205.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/FirewallMapInterface.php';
  1206.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  1207.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  1208.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  1209.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  1210.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  1211.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1212.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1213.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1214.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  1215.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1216.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1217.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1218.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1219.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1220.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1221.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1222.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1223.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1224.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1225.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1226.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1227.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1228.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1229.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1230.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1231.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  1232.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/InitRuntimeInterface.php';
  1233.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1234.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1235.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1236.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1237.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1238.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1239.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1240.             include_once $this->targetDirs[3].'/src/Twig/CommonExtensions.php';
  1241.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1242.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1243.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1244.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  1245.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1246.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1247.             include_once $this->targetDirs[3].'/src/Service/Privileges.php';
  1248.             include_once $this->targetDirs[3].'/src/Service/CompanyEntitiesService.php';
  1249.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1250.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  1251.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1252.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1253.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1254.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1255.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1256.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1257.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1258.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1259.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1260.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1261.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1262.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1263.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  1264.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  1265.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  1266.             include_once $this->targetDirs[3].'/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php';
  1267.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategy.php';
  1268.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  1269.             include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter.php';
  1270.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  1271.             include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  1272.             include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  1273.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  1274.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  1275.             include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/EventListener/BreadcrumbListener.php';
  1276.             include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Service/BreadcrumbBuilder.php';
  1277.             include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Service/BreadcrumbItemFactory.php';
  1278.             include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Service/BreadcrumbItemProcessor.php';
  1279.             include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Twig/BreadcrumbExtension.php';
  1280.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1281.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1282.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  1283.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1284.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  1285.             include_once $this->targetDirs[3].'/vendor/symfony/translation/LoggingTranslator.php';
  1286.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1287.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1288.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1289.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  1290.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1291.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  1292.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  1293.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  1294.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
  1295.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
  1296.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/Firewall.php';
  1297.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1298.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1299.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  1300.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  1301.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1302.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1303.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1304.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1305.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  1306.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1307.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1308.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1309.             include_once $this->targetDirs[3].'/vendor/php-http/httplug/src/HttpClient.php';
  1310.             include_once $this->targetDirs[3].'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  1311.             include_once $this->targetDirs[3].'/vendor/php-http/client-common/src/VersionBridgeClient.php';
  1312.             include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/ProfileClient.php';
  1313.             include_once $this->targetDirs[3].'/vendor/php-http/discovery/src/ClassDiscovery.php';
  1314.             include_once $this->targetDirs[3].'/vendor/php-http/discovery/src/HttpClientDiscovery.php';
  1315.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1316.         };
  1317.     }
  1318.     public function getRemovedIds()
  1319.     {
  1320.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1321.     }
  1322.     public function compile()
  1323.     {
  1324.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1325.     }
  1326.     public function isCompiled()
  1327.     {
  1328.         return true;
  1329.     }
  1330.     public function isFrozen()
  1331.     {
  1332.         @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.'__METHOD__), E_USER_DEPRECATED);
  1333.         return true;
  1334.     }
  1335.     protected function load($file$lazyLoad true)
  1336.     {
  1337.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1338.     }
  1339.     /**
  1340.      * Gets the public 'cache.app' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1343.      */
  1344.     protected function getCache_AppService()
  1345.     {
  1346.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NGp9V4KSOT'0, ($this->targetDirs[0].'/pools'));
  1347.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1348.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1349.     }
  1350.     /**
  1351.      * Gets the public 'cache.system' shared service.
  1352.      *
  1353.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1354.      */
  1355.     protected function getCache_SystemService()
  1356.     {
  1357.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YAGFpdOTB6'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1358.     }
  1359.     /**
  1360.      * Gets the public 'data_collector.dump' shared service.
  1361.      *
  1362.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1363.      */
  1364.     protected function getDataCollector_DumpService()
  1365.     {
  1366.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, 'UTF-8', ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL);
  1367.     }
  1368.     /**
  1369.      * Gets the public 'doctrine' shared service.
  1370.      *
  1371.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1372.      */
  1373.     protected function getDoctrineService()
  1374.     {
  1375.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1376.     }
  1377.     /**
  1378.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1379.      *
  1380.      * @return \Doctrine\DBAL\Connection
  1381.      */
  1382.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1383.     {
  1384.         $a = new \Doctrine\DBAL\Configuration();
  1385.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1386.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger(${($_ = isset($this->services['monolog.logger.doctrine']) ? $this->services['monolog.logger.doctrine'] : $this->getMonolog_Logger_DoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1387.         $b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1388.         $a->setSQLLogger($b);
  1389.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
  1390.         $c->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(${($_ = isset($this->services['fos_user.util.password_updater']) ? $this->services['fos_user.util.password_updater'] : $this->getFosUser_Util_PasswordUpdaterService()) && false ?: '_'}, ${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'}));
  1391.         $c->addEventListener([=> 'loadClassMetadata'], ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : ($this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener())) && false ?: '_'});
  1392.         return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  1393.     }
  1394.     /**
  1395.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1396.      *
  1397.      * @return \Doctrine\ORM\EntityManager
  1398.      */
  1399.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1400.     {
  1401.         $a = new \Doctrine\ORM\Configuration();
  1402.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  1403.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, [=> ($this->targetDirs[3].'/src/Entity')]), 'App\\Entity');
  1404.         $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');
  1405.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1406.         $a->setMetadataCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] : $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()) && false ?: '_'});
  1407.         $a->setQueryCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] : $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()) && false ?: '_'});
  1408.         $a->setResultCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] : $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()) && false ?: '_'});
  1409.         $a->setMetadataDriverImpl($b);
  1410.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  1411.         $a->setProxyNamespace('Proxies');
  1412.         $a->setAutoGenerateProxyClasses(true);
  1413.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1414.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1415.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1416.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1417.         $a->setEntityListenerResolver(${($_ = isset($this->services['doctrine.orm.default_entity_listener_resolver']) ? $this->services['doctrine.orm.default_entity_listener_resolver'] : ($this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))) && false ?: '_'});
  1418.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['App\\Repository\\ActionsCompanyEntitiesRepository' => function () {
  1419.             return ${($_ = isset($this->services['App\\Repository\\ActionsCompanyEntitiesRepository']) ? $this->services['App\\Repository\\ActionsCompanyEntitiesRepository'] : $this->load('getActionsCompanyEntitiesRepositoryService.php')) && false ?: '_'};
  1420.         }, 'App\\Repository\\ActionsRepository' => function () {
  1421.             return ${($_ = isset($this->services['App\\Repository\\ActionsRepository']) ? $this->services['App\\Repository\\ActionsRepository'] : $this->load('getActionsRepositoryService.php')) && false ?: '_'};
  1422.         }, 'App\\Repository\\CompanyEntityRepository' => function () {
  1423.             return ${($_ = isset($this->services['App\\Repository\\CompanyEntityRepository']) ? $this->services['App\\Repository\\CompanyEntityRepository'] : $this->load('getCompanyEntityRepositoryService.php')) && false ?: '_'};
  1424.         }, 'App\\Repository\\DepartmentRepository' => function () {
  1425.             return ${($_ = isset($this->services['App\\Repository\\DepartmentRepository']) ? $this->services['App\\Repository\\DepartmentRepository'] : $this->load('getDepartmentRepositoryService.php')) && false ?: '_'};
  1426.         }, 'App\\Repository\\MarketRepository' => function () {
  1427.             return ${($_ = isset($this->services['App\\Repository\\MarketRepository']) ? $this->services['App\\Repository\\MarketRepository'] : $this->load('getMarketRepositoryService.php')) && false ?: '_'};
  1428.         }, 'App\\Repository\\MilestonesCompanyEntitiesRepository' => function () {
  1429.             return ${($_ = isset($this->services['App\\Repository\\MilestonesCompanyEntitiesRepository']) ? $this->services['App\\Repository\\MilestonesCompanyEntitiesRepository'] : $this->load('getMilestonesCompanyEntitiesRepositoryService.php')) && false ?: '_'};
  1430.         }, 'App\\Repository\\MilestonesRepository' => function () {
  1431.             return ${($_ = isset($this->services['App\\Repository\\MilestonesRepository']) ? $this->services['App\\Repository\\MilestonesRepository'] : $this->load('getMilestonesRepositoryService.php')) && false ?: '_'};
  1432.         }, 'App\\Repository\\PartnerContractRepository' => function () {
  1433.             return ${($_ = isset($this->services['App\\Repository\\PartnerContractRepository']) ? $this->services['App\\Repository\\PartnerContractRepository'] : $this->load('getPartnerContractRepositoryService.php')) && false ?: '_'};
  1434.         }, 'App\\Repository\\PartnerRepository' => function () {
  1435.             return ${($_ = isset($this->services['App\\Repository\\PartnerRepository']) ? $this->services['App\\Repository\\PartnerRepository'] : $this->load('getPartnerRepositoryService.php')) && false ?: '_'};
  1436.         }, 'App\\Repository\\PlanActionsLevelsTimeRepository' => function () {
  1437.             return ${($_ = isset($this->services['App\\Repository\\PlanActionsLevelsTimeRepository']) ? $this->services['App\\Repository\\PlanActionsLevelsTimeRepository'] : $this->load('getPlanActionsLevelsTimeRepositoryService.php')) && false ?: '_'};
  1438.         }, 'App\\Repository\\PlanActionsNumberRepository' => function () {
  1439.             return ${($_ = isset($this->services['App\\Repository\\PlanActionsNumberRepository']) ? $this->services['App\\Repository\\PlanActionsNumberRepository'] : $this->load('getPlanActionsNumberRepositoryService.php')) && false ?: '_'};
  1440.         }, 'App\\Repository\\PlansCompanyEntitiesRepository' => function () {
  1441.             return ${($_ = isset($this->services['App\\Repository\\PlansCompanyEntitiesRepository']) ? $this->services['App\\Repository\\PlansCompanyEntitiesRepository'] : $this->load('getPlansCompanyEntitiesRepositoryService.php')) && false ?: '_'};
  1442.         }, 'App\\Repository\\PlansRepository' => function () {
  1443.             return ${($_ = isset($this->services['App\\Repository\\PlansRepository']) ? $this->services['App\\Repository\\PlansRepository'] : $this->load('getPlansRepositoryService.php')) && false ?: '_'};
  1444.         }, 'App\\Repository\\TerritoriesRepository' => function () {
  1445.             return ${($_ = isset($this->services['App\\Repository\\TerritoriesRepository']) ? $this->services['App\\Repository\\TerritoriesRepository'] : $this->load('getTerritoriesRepositoryService.php')) && false ?: '_'};
  1446.         }, 'App\\Repository\\UserRepository' => function () {
  1447.             return ${($_ = isset($this->services['App\\Repository\\UserRepository']) ? $this->services['App\\Repository\\UserRepository'] : $this->load('getUserRepositoryService.php')) && false ?: '_'};
  1448.         }])));
  1449.         $a->addCustomStringFunction('least''App\\Dql\\Least');
  1450.         $a->addCustomDatetimeFunction('year''App\\Dql\\Year');
  1451.         $a->addCustomDatetimeFunction('date''App\\Dql\\Date');
  1452.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, $a);
  1453.         ${($_ = isset($this->services['doctrine.orm.default_manager_configurator']) ? $this->services['doctrine.orm.default_manager_configurator'] : ($this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))) && false ?: '_'}->configure($instance);
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  1458.      *
  1459.      * @return \Doctrine\Common\Cache\ArrayCache
  1460.      */
  1461.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  1462.     {
  1463.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1464.         $instance->setNamespace('sf_orm_default_173813492dd91e1c8ab2ac0842f35aa08252b5a81528d7828dd92cf969febe05');
  1465.         return $instance;
  1466.     }
  1467.     /**
  1468.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  1469.      *
  1470.      * @return \Doctrine\Common\Cache\ArrayCache
  1471.      */
  1472.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  1473.     {
  1474.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1475.         $instance->setNamespace('sf_orm_default_173813492dd91e1c8ab2ac0842f35aa08252b5a81528d7828dd92cf969febe05');
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  1480.      *
  1481.      * @return \Doctrine\Common\Cache\ArrayCache
  1482.      */
  1483.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  1484.     {
  1485.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  1486.         $instance->setNamespace('sf_orm_default_173813492dd91e1c8ab2ac0842f35aa08252b5a81528d7828dd92cf969febe05');
  1487.         return $instance;
  1488.     }
  1489.     /**
  1490.      * Gets the public 'http_kernel' shared service.
  1491.      *
  1492.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1493.      */
  1494.     protected function getHttpKernelService()
  1495.     {
  1496.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->getDebug_ControllerResolverService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1497.     }
  1498.     /**
  1499.      * Gets the public 'profiler' shared service.
  1500.      *
  1501.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1502.      */
  1503.     protected function getProfilerService()
  1504.     {
  1505.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1506.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1507.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1508.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1509.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1510.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1511.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1512.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1513.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1514.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1515.         $d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1516.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1517.         if ($this->has('kernel')) {
  1518.             $e->setKernel($b);
  1519.         }
  1520.         $instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'});
  1521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1522.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1523.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1524.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1525.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1526.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcDevDebugProjectContainer')));
  1528.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1529.         $instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'});
  1530.         $instance->add($c);
  1531.         $instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->getDataCollector_TranslationService()) && false ?: '_'});
  1532.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
  1533.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
  1534.         $instance->add($d);
  1535.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1536.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1537.         $instance->add(${($_ = isset($this->services['httplug.collector.collector']) ? $this->services['httplug.collector.collector'] : ($this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())) && false ?: '_'});
  1538.         $instance->add($e);
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the public 'request_stack' shared service.
  1543.      *
  1544.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1545.      */
  1546.     protected function getRequestStackService()
  1547.     {
  1548.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1549.     }
  1550.     /**
  1551.      * Gets the public 'router' shared service.
  1552.      *
  1553.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1554.      */
  1555.     protected function getRouterService()
  1556.     {
  1557.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this'kernel:loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher''strict_requirements' => true'resource_type' => 'service'], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1558.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1559.         return $instance;
  1560.     }
  1561.     /**
  1562.      * Gets the public 'security.authorization_checker' shared service.
  1563.      *
  1564.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1565.      */
  1566.     protected function getSecurity_AuthorizationCheckerService()
  1567.     {
  1568.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, false);
  1569.     }
  1570.     /**
  1571.      * Gets the public 'security.token_storage' shared service.
  1572.      *
  1573.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1574.      */
  1575.     protected function getSecurity_TokenStorageService()
  1576.     {
  1577.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1578.     }
  1579.     /**
  1580.      * Gets the public 'session' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1583.      */
  1584.     protected function getSessionService()
  1585.     {
  1586.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(${($_ = isset($this->services['session.storage.native']) ? $this->services['session.storage.native'] : $this->getSession_Storage_NativeService()) && false ?: '_'}, new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1587.     }
  1588.     /**
  1589.      * Gets the public 'translator' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1592.      */
  1593.     protected function getTranslatorService()
  1594.     {
  1595.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\LoggingTranslator(${($_ = isset($this->services['translator.default']) ? $this->services['translator.default'] : $this->getTranslator_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.translation']) ? $this->services['monolog.logger.translation'] : $this->getMonolog_Logger_TranslationService()) && false ?: '_'}));
  1596.     }
  1597.     /**
  1598.      * Gets the public 'twig' shared service.
  1599.      *
  1600.      * @return \Twig\Environment
  1601.      */
  1602.     protected function getTwigService()
  1603.     {
  1604.         $this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception:showAction''form_themes' => $this->parameters['twig.form.resources'], 'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  1605.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1606.         $b = ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'};
  1607.         $c = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1608.         $d = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1609.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1610.         $e->setDisplayOptions(['fileLinkFormat' => $c]);
  1611.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1612.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1613.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1614.         $g->setEnvironment('dev');
  1615.         $g->setDebug(true);
  1616.         if ($this->has('security.token_storage')) {
  1617.             $g->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  1618.         }
  1619.         if ($this->has('request_stack')) {
  1620.             $g->setRequestStack($d);
  1621.         }
  1622.         $h = ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'};
  1623.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
  1624.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1625.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, $a));
  1626.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  1627.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1628.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, ($this->targetDirs[3].'/src'), 'UTF-8'));
  1629.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1630.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1631.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1632.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1633.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1634.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($d, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1635.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1636.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1637.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $e));
  1638.         $instance->addExtension(new \App\Twig\CommonExtensions(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}));
  1639.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1640.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1641.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  1642.         $instance->addExtension(${($_ = isset($this->services['asprega.breadcrumb.twig_extension']) ? $this->services['asprega.breadcrumb.twig_extension'] : $this->getAsprega_Breadcrumb_TwigExtensionService()) && false ?: '_'});
  1643.         $instance->addGlobal('app'$g);
  1644.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1645.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1646.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1647.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1648.         }])));
  1649.         $instance->addGlobal('users_images_directory', ($this->targetDirs[3].'/public/uploads/users/user_images'));
  1650.         $instance->addGlobal('project_dir'$this->targetDirs[3]);
  1651.         $instance->addGlobal('privileges', new \App\Service\Privileges($h, new \App\Service\CompanyEntitiesService($h), $b));
  1652.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1653.         return $instance;
  1654.     }
  1655.     /**
  1656.      * Gets the public 'validator' shared service.
  1657.      *
  1658.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1659.      */
  1660.     protected function getValidatorService()
  1661.     {
  1662.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1663.     }
  1664.     /**
  1665.      * Gets the public 'var_dumper.cloner' shared service.
  1666.      *
  1667.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1668.      */
  1669.     protected function getVarDumper_ClonerService()
  1670.     {
  1671.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1672.         $instance->setMaxItems(2500);
  1673.         $instance->setMinDepth(1);
  1674.         $instance->setMaxString(-1);
  1675.         return $instance;
  1676.     }
  1677.     /**
  1678.      * Gets the private 'App\EventListener\UserLocaleSubscriber' shared autowired service.
  1679.      *
  1680.      * @return \App\EventListener\UserLocaleSubscriber
  1681.      */
  1682.     protected function getUserLocaleSubscriberService()
  1683.     {
  1684.         return $this->services['App\\EventListener\\UserLocaleSubscriber'] = new \App\EventListener\UserLocaleSubscriber(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'});
  1685.     }
  1686.     /**
  1687.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  1688.      *
  1689.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  1690.      */
  1691.     protected function getPluginClientFactoryService()
  1692.     {
  1693.         return $this->services['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(${($_ = isset($this->services['httplug.collector.collector']) ? $this->services['httplug.collector.collector'] : ($this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())) && false ?: '_'}, ${($_ = isset($this->services['httplug.collector.formatter']) ? $this->services['httplug.collector.formatter'] : $this->getHttplug_Collector_FormatterService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1694.     }
  1695.     /**
  1696.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  1697.      *
  1698.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  1699.      */
  1700.     protected function getPluginClientFactoryListenerService()
  1701.     {
  1702.         return $this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(${($_ = isset($this->services['Http\\Client\\Common\\PluginClientFactory']) ? $this->services['Http\\Client\\Common\\PluginClientFactory'] : $this->getPluginClientFactoryService()) && false ?: '_'});
  1703.     }
  1704.     /**
  1705.      * Gets the private 'annotation_reader' shared service.
  1706.      *
  1707.      * @return \Doctrine\Common\Annotations\CachedReader
  1708.      */
  1709.     protected function getAnnotationReaderService()
  1710.     {
  1711.         return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->load('getAnnotations_CacheService.php')) && false ?: '_'}, true);
  1712.     }
  1713.     /**
  1714.      * Gets the private 'annotations.reader' shared service.
  1715.      *
  1716.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1717.      */
  1718.     protected function getAnnotations_ReaderService()
  1719.     {
  1720.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1721.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1722.         $a->registerUniqueLoader('class_exists');
  1723.         $instance->addGlobalIgnoredName('required'$a);
  1724.         return $instance;
  1725.     }
  1726.     /**
  1727.      * Gets the private 'argument_metadata_factory' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1730.      */
  1731.     protected function getArgumentMetadataFactoryService()
  1732.     {
  1733.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1734.     }
  1735.     /**
  1736.      * Gets the private 'asprega.breadcrumb.builder' shared service.
  1737.      *
  1738.      * @return \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbBuilder
  1739.      */
  1740.     protected function getAsprega_Breadcrumb_BuilderService()
  1741.     {
  1742.         return $this->services['asprega.breadcrumb.builder'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbBuilder(${($_ = isset($this->services['asprega.breadcrumb.item_factory']) ? $this->services['asprega.breadcrumb.item_factory'] : ($this->services['asprega.breadcrumb.item_factory'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemFactory())) && false ?: '_'});
  1743.     }
  1744.     /**
  1745.      * Gets the private 'asprega.breadcrumb.item_factory' shared service.
  1746.      *
  1747.      * @return \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemFactory
  1748.      */
  1749.     protected function getAsprega_Breadcrumb_ItemFactoryService()
  1750.     {
  1751.         return $this->services['asprega.breadcrumb.item_factory'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemFactory();
  1752.     }
  1753.     /**
  1754.      * Gets the private 'asprega.breadcrumb.item_processor' shared service.
  1755.      *
  1756.      * @return \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemProcessor
  1757.      */
  1758.     protected function getAsprega_Breadcrumb_ItemProcessorService()
  1759.     {
  1760.         return $this->services['asprega.breadcrumb.item_processor'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemProcessor(${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->getPropertyAccessorService()) && false ?: '_'}, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
  1761.     }
  1762.     /**
  1763.      * Gets the private 'asprega.breadcrumb.listener' shared service.
  1764.      *
  1765.      * @return \AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener
  1766.      */
  1767.     protected function getAsprega_Breadcrumb_ListenerService()
  1768.     {
  1769.         return $this->services['asprega.breadcrumb.listener'] = new \AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener(${($_ = isset($this->services['asprega.breadcrumb.builder']) ? $this->services['asprega.breadcrumb.builder'] : $this->getAsprega_Breadcrumb_BuilderService()) && false ?: '_'}, ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  1770.     }
  1771.     /**
  1772.      * Gets the private 'asprega.breadcrumb.twig_extension' shared service.
  1773.      *
  1774.      * @return \AndreaSprega\Bundle\BreadcrumbBundle\Twig\BreadcrumbExtension
  1775.      */
  1776.     protected function getAsprega_Breadcrumb_TwigExtensionService()
  1777.     {
  1778.         return $this->services['asprega.breadcrumb.twig_extension'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Twig\BreadcrumbExtension(${($_ = isset($this->services['asprega.breadcrumb.builder']) ? $this->services['asprega.breadcrumb.builder'] : $this->getAsprega_Breadcrumb_BuilderService()) && false ?: '_'}, ${($_ = isset($this->services['asprega.breadcrumb.item_processor']) ? $this->services['asprega.breadcrumb.item_processor'] : $this->getAsprega_Breadcrumb_ItemProcessorService()) && false ?: '_'}, 'bundles/AndreaSpregaBreadcrumbBundle/breadcrumb.html.twig');
  1779.     }
  1780.     /**
  1781.      * Gets the private 'assets.context' shared service.
  1782.      *
  1783.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1784.      */
  1785.     protected function getAssets_ContextService()
  1786.     {
  1787.         return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ''false);
  1788.     }
  1789.     /**
  1790.      * Gets the private 'assets.packages' shared service.
  1791.      *
  1792.      * @return \Symfony\Component\Asset\Packages
  1793.      */
  1794.     protected function getAssets_PackagesService()
  1795.     {
  1796.         return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ${($_ = isset($this->services['assets.context']) ? $this->services['assets.context'] : $this->getAssets_ContextService()) && false ?: '_'}), []);
  1797.     }
  1798.     /**
  1799.      * Gets the private 'cache.annotations' shared service.
  1800.      *
  1801.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1802.      */
  1803.     protected function getCache_AnnotationsService()
  1804.     {
  1805.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8LRcfglZvE'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1806.     }
  1807.     /**
  1808.      * Gets the private 'cache.serializer' shared service.
  1809.      *
  1810.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1811.      */
  1812.     protected function getCache_SerializerService()
  1813.     {
  1814.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('moEPFny8V6'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1815.     }
  1816.     /**
  1817.      * Gets the private 'cache.validator' shared service.
  1818.      *
  1819.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1820.      */
  1821.     protected function getCache_ValidatorService()
  1822.     {
  1823.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ooQSGlt1Kd'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1824.     }
  1825.     /**
  1826.      * Gets the private 'config_cache_factory' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1829.      */
  1830.     protected function getConfigCacheFactoryService()
  1831.     {
  1832.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1833.             yield => ${($_ = isset($this->services['dependency_injection.config.container_parameters_resource_checker']) ? $this->services['dependency_injection.config.container_parameters_resource_checker'] : ($this->services['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this))) && false ?: '_'};
  1834.             yield => ${($_ = isset($this->services['config.resource.self_checking_resource_checker']) ? $this->services['config.resource.self_checking_resource_checker'] : ($this->services['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())) && false ?: '_'};
  1835.         }, 2));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'controller_name_converter' shared service.
  1839.      *
  1840.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1841.      */
  1842.     protected function getControllerNameConverterService()
  1843.     {
  1844.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1845.     }
  1846.     /**
  1847.      * Gets the private 'data_collector.form' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1850.      */
  1851.     protected function getDataCollector_FormService()
  1852.     {
  1853.         return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(${($_ = isset($this->services['data_collector.form.extractor']) ? $this->services['data_collector.form.extractor'] : ($this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())) && false ?: '_'});
  1854.     }
  1855.     /**
  1856.      * Gets the private 'data_collector.form.extractor' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1859.      */
  1860.     protected function getDataCollector_Form_ExtractorService()
  1861.     {
  1862.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1863.     }
  1864.     /**
  1865.      * Gets the private 'data_collector.request' shared service.
  1866.      *
  1867.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1868.      */
  1869.     protected function getDataCollector_RequestService()
  1870.     {
  1871.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1872.     }
  1873.     /**
  1874.      * Gets the private 'data_collector.router' shared service.
  1875.      *
  1876.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1877.      */
  1878.     protected function getDataCollector_RouterService()
  1879.     {
  1880.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1881.     }
  1882.     /**
  1883.      * Gets the private 'data_collector.translation' shared service.
  1884.      *
  1885.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  1886.      */
  1887.     protected function getDataCollector_TranslationService()
  1888.     {
  1889.         return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1890.     }
  1891.     /**
  1892.      * Gets the private 'debug.argument_resolver' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1895.      */
  1896.     protected function getDebug_ArgumentResolverService()
  1897.     {
  1898.         return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'}, new RewindableGenerator(function () {
  1899.             yield => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : ($this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())) && false ?: '_'};
  1900.             yield => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : ($this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())) && false ?: '_'};
  1901.             yield => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : ($this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())) && false ?: '_'};
  1902.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1903.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1904.             yield => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : ($this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())) && false ?: '_'};
  1905.             yield => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : ($this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())) && false ?: '_'};
  1906.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1907.     }
  1908.     /**
  1909.      * Gets the private 'debug.controller_resolver' shared service.
  1910.      *
  1911.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1912.      */
  1913.     protected function getDebug_ControllerResolverService()
  1914.     {
  1915.         return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1916.     }
  1917.     /**
  1918.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1921.      */
  1922.     protected function getDebug_DebugHandlersListenerService()
  1923.     {
  1924.         return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ${($_ = isset($this->services['monolog.logger.php']) ? $this->services['monolog.logger.php'] : $this->getMonolog_Logger_PhpService()) && false ?: '_'}, -1, -1true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
  1925.     }
  1926.     /**
  1927.      * Gets the private 'debug.event_dispatcher' shared service.
  1928.      *
  1929.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1930.      */
  1931.     protected function getDebug_EventDispatcherService()
  1932.     {
  1933.         $this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->getMonolog_Logger_EventService()) && false ?: '_'});
  1934.         $instance->addListener('security.interactive_login', [=> function () {
  1935.             return ${($_ = isset($this->services['App\\EventListener\\LoginListener']) ? $this->services['App\\EventListener\\LoginListener'] : $this->load('getLoginListenerService.php')) && false ?: '_'};
  1936.         }, => 'onSecurityInteractivelogin'], 0);
  1937.         $instance->addListener('kernel.controller', [=> function () {
  1938.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1939.         }, => 'onKernelController'], 0);
  1940.         $instance->addListener('kernel.controller', [=> function () {
  1941.             return ${($_ = isset($this->services['asprega.breadcrumb.listener']) ? $this->services['asprega.breadcrumb.listener'] : $this->getAsprega_Breadcrumb_ListenerService()) && false ?: '_'};
  1942.         }, => 'onKernelController'], 0);
  1943.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  1944.             return ${($_ = isset($this->services['App\\EventListener\\RegisterListener']) ? $this->services['App\\EventListener\\RegisterListener'] : $this->load('getRegisterListenerService.php')) && false ?: '_'};
  1945.         }, => 'onRegistrationInizialize'], 0);
  1946.         $instance->addListener('security.interactive_login', [=> function () {
  1947.             return ${($_ = isset($this->services['App\\EventListener\\UserLocaleSubscriber']) ? $this->services['App\\EventListener\\UserLocaleSubscriber'] : $this->getUserLocaleSubscriberService()) && false ?: '_'};
  1948.         }, => 'onInteractiveLogin'], 0);
  1949.         $instance->addListener('kernel.request', [=> function () {
  1950.             return ${($_ = isset($this->services['App\\EventListener\\UserLocaleSubscriber']) ? $this->services['App\\EventListener\\UserLocaleSubscriber'] : $this->getUserLocaleSubscriberService()) && false ?: '_'};
  1951.         }, => 'onKernelRequest'], 20);
  1952.         $instance->addListener('kernel.response', [=> function () {
  1953.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1954.         }, => 'onKernelResponse'], 0);
  1955.         $instance->addListener('kernel.response', [=> function () {
  1956.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1957.         }, => 'onKernelResponse'], -1024);
  1958.         $instance->addListener('kernel.request', [=> function () {
  1959.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1960.         }, => 'onKernelRequest'], 16);
  1961.         $instance->addListener('kernel.finish_request', [=> function () {
  1962.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1963.         }, => 'onKernelFinishRequest'], 0);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1966.         }, => 'onKernelRequest'], 256);
  1967.         $instance->addListener('kernel.request', [=> function () {
  1968.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1969.         }, => 'onKernelRequest'], 24);
  1970.         $instance->addListener('console.error', [=> function () {
  1971.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1972.         }, => 'onConsoleError'], -128);
  1973.         $instance->addListener('console.terminate', [=> function () {
  1974.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1975.         }, => 'onConsoleTerminate'], -128);
  1976.         $instance->addListener('kernel.request', [=> function () {
  1977.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1978.         }, => 'onKernelRequest'], 128);
  1979.         $instance->addListener('kernel.response', [=> function () {
  1980.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1981.         }, => 'onKernelResponse'], -1000);
  1982.         $instance->addListener('kernel.finish_request', [=> function () {
  1983.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1984.         }, => 'onFinishRequest'], 0);
  1985.         $instance->addListener('kernel.response', [=> function () {
  1986.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1987.         }, => 'onKernelResponse'], -1000);
  1988.         $instance->addListener('kernel.request', [=> function () {
  1989.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1990.         }, => 'onKernelRequest'], 10);
  1991.         $instance->addListener('kernel.finish_request', [=> function () {
  1992.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1993.         }, => 'onKernelFinishRequest'], 0);
  1994.         $instance->addListener('kernel.response', [=> function () {
  1995.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1996.         }, => 'onKernelResponse'], -100);
  1997.         $instance->addListener('kernel.exception', [=> function () {
  1998.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1999.         }, => 'onKernelException'], 0);
  2000.         $instance->addListener('kernel.terminate', [=> function () {
  2001.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  2002.         }, => 'onKernelTerminate'], -1024);
  2003.         $instance->addListener('kernel.controller', [=> function () {
  2004.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  2005.         }, => 'onKernelController'], 0);
  2006.         $instance->addListener('kernel.response', [=> function () {
  2007.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  2008.         }, => 'onKernelResponse'], 0);
  2009.         $instance->addListener('kernel.request', [=> function () {
  2010.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  2011.         }, => 'configure'], 2048);
  2012.         $instance->addListener('kernel.request', [=> function () {
  2013.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  2014.         }, => 'onKernelRequest'], 32);
  2015.         $instance->addListener('kernel.finish_request', [=> function () {
  2016.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  2017.         }, => 'onKernelFinishRequest'], 0);
  2018.         $instance->addListener('kernel.exception', [=> function () {
  2019.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  2020.         }, => 'onKernelException'], -64);
  2021.         $instance->addListener('kernel.response', [=> function () {
  2022.             return ${($_ = isset($this->services['web_link.add_link_header_listener']) ? $this->services['web_link.add_link_header_listener'] : ($this->services['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener())) && false ?: '_'};
  2023.         }, => 'onKernelResponse'], 0);
  2024.         $instance->addListener('kernel.controller', [=> function () {
  2025.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  2026.         }, => 'onKernelController'], 0);
  2027.         $instance->addListener('kernel.controller', [=> function () {
  2028.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  2029.         }, => 'onKernelController'], 0);
  2030.         $instance->addListener('kernel.controller', [=> function () {
  2031.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  2032.         }, => 'onKernelController'], -128);
  2033.         $instance->addListener('kernel.view', [=> function () {
  2034.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  2035.         }, => 'onKernelView'], 0);
  2036.         $instance->addListener('kernel.controller', [=> function () {
  2037.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  2038.         }, => 'onKernelController'], 0);
  2039.         $instance->addListener('kernel.response', [=> function () {
  2040.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  2041.         }, => 'onKernelResponse'], 0);
  2042.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2043.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  2044.         }, => 'onKernelControllerArguments'], 0);
  2045.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2046.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  2047.         }, => 'onKernelControllerArguments'], 0);
  2048.         $instance->addListener('kernel.response', [=> function () {
  2049.             return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : ($this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())) && false ?: '_'};
  2050.         }, => 'onKernelResponse'], 0);
  2051.         $instance->addListener('kernel.request', [=> function () {
  2052.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  2053.         }, => 'onKernelRequest'], 8);
  2054.         $instance->addListener('kernel.finish_request', [=> function () {
  2055.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  2056.         }, => 'onKernelFinishRequest'], 0);
  2057.         $instance->addListener('kernel.exception', [=> function () {
  2058.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  2059.         }, => 'onException'], 0);
  2060.         $instance->addListener('kernel.terminate', [=> function () {
  2061.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  2062.         }, => 'onTerminate'], 0);
  2063.         $instance->addListener('console.error', [=> function () {
  2064.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  2065.         }, => 'onException'], 0);
  2066.         $instance->addListener('console.terminate', [=> function () {
  2067.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  2068.         }, => 'onTerminate'], 0);
  2069.         $instance->addListener('kernel.response', [=> function () {
  2070.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  2071.         }, => 'onKernelResponse'], -128);
  2072.         $instance->addListener('kernel.exception', [=> function () {
  2073.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  2074.         }, => 'onKernelException'], -128);
  2075.         $instance->addListener('console.command', [=> function () {
  2076.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  2077.         }, => 'onCommand'], 255);
  2078.         $instance->addListener('console.terminate', [=> function () {
  2079.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  2080.         }, => 'onTerminate'], -255);
  2081.         $instance->addListener('console.command', [=> function () {
  2082.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  2083.         }, => 'configure'], 1024);
  2084.         $instance->addListener('console.error', [=> function () {
  2085.             return ${($_ = isset($this->services['maker.console_error_listener']) ? $this->services['maker.console_error_listener'] : ($this->services['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber())) && false ?: '_'};
  2086.         }, => 'onConsoleError'], 0);
  2087.         $instance->addListener('console.terminate', [=> function () {
  2088.             return ${($_ = isset($this->services['maker.console_error_listener']) ? $this->services['maker.console_error_listener'] : ($this->services['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber())) && false ?: '_'};
  2089.         }, => 'onConsoleTerminate'], 0);
  2090.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2091.             return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
  2092.         }, => 'onImplicitLogin'], 0);
  2093.         $instance->addListener('security.interactive_login', [=> function () {
  2094.             return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
  2095.         }, => 'onSecurityInteractiveLogin'], 0);
  2096.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2097.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  2098.         }, => 'authenticate'], 0);
  2099.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2100.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  2101.         }, => 'authenticate'], 0);
  2102.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2103.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  2104.         }, => 'authenticate'], 0);
  2105.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2106.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2107.         }, => 'addSuccessFlash'], 0);
  2108.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  2109.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2110.         }, => 'addSuccessFlash'], 0);
  2111.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  2112.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2113.         }, => 'addSuccessFlash'], 0);
  2114.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  2115.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2116.         }, => 'addSuccessFlash'], 0);
  2117.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2118.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2119.         }, => 'addSuccessFlash'], 0);
  2120.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2121.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2122.         }, => 'addSuccessFlash'], 0);
  2123.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2124.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  2125.         }, => 'addSuccessFlash'], 0);
  2126.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2127.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  2128.         }, => 'onResettingResetInitialize'], 0);
  2129.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2130.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  2131.         }, => 'onResettingResetSuccess'], 0);
  2132.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  2133.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  2134.         }, => 'onResettingResetRequest'], 0);
  2135.         $instance->addListener('kernel.request', [=> function () {
  2136.             return ${($_ = isset($this->services['httplug.strategy']) ? $this->services['httplug.strategy'] : $this->getHttplug_StrategyService()) && false ?: '_'};
  2137.         }, => 'onEvent'], 1024);
  2138.         $instance->addListener('console.command', [=> function () {
  2139.             return ${($_ = isset($this->services['httplug.strategy']) ? $this->services['httplug.strategy'] : $this->getHttplug_StrategyService()) && false ?: '_'};
  2140.         }, => 'onEvent'], 1024);
  2141.         $instance->addListener('kernel.request', [=> function () {
  2142.             return ${($_ = isset($this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener']) ? $this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] : $this->getPluginClientFactoryListenerService()) && false ?: '_'};
  2143.         }, => 'onEvent'], 1024);
  2144.         $instance->addListener('console.command', [=> function () {
  2145.             return ${($_ = isset($this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener']) ? $this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] : $this->getPluginClientFactoryListenerService()) && false ?: '_'};
  2146.         }, => 'onEvent'], 1024);
  2147.         return $instance;
  2148.     }
  2149.     /**
  2150.      * Gets the private 'debug.file_link_formatter' shared service.
  2151.      *
  2152.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2153.      */
  2154.     protected function getDebug_FileLinkFormatterService()
  2155.     {
  2156.         return $this->services['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, $this->targetDirs[3], function () {
  2157.             return ${($_ = isset($this->services['debug.file_link_formatter.url_format']) ? $this->services['debug.file_link_formatter.url_format'] : $this->load('getDebug_FileLinkFormatter_UrlFormatService.php')) && false ?: '_'};
  2158.         });
  2159.     }
  2160.     /**
  2161.      * Gets the private 'debug.log_processor' shared service.
  2162.      *
  2163.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2164.      */
  2165.     protected function getDebug_LogProcessorService()
  2166.     {
  2167.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  2168.     }
  2169.     /**
  2170.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2173.      */
  2174.     protected function getDebug_Security_Access_DecisionManagerService()
  2175.     {
  2176.         return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2177.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  2178.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  2179.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  2180.         }, 3), 'affirmative'falsetrue));
  2181.     }
  2182.     /**
  2183.      * Gets the private 'debug.stopwatch' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\Stopwatch\Stopwatch
  2186.      */
  2187.     protected function getDebug_StopwatchService()
  2188.     {
  2189.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  2190.     }
  2191.     /**
  2192.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2193.      *
  2194.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2195.      */
  2196.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2197.     {
  2198.         return $this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  2199.     }
  2200.     /**
  2201.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  2202.      *
  2203.      * @return \Doctrine\DBAL\Logging\DebugStack
  2204.      */
  2205.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  2206.     {
  2207.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  2208.     }
  2209.     /**
  2210.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  2211.      *
  2212.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2213.      */
  2214.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2215.     {
  2216.         return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  2217.     }
  2218.     /**
  2219.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  2220.      *
  2221.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  2222.      */
  2223.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  2224.     {
  2225.         return $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  2226.     }
  2227.     /**
  2228.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  2229.      *
  2230.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  2231.      */
  2232.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  2233.     {
  2234.         return $this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  2235.     }
  2236.     /**
  2237.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  2238.      *
  2239.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  2240.      */
  2241.     protected function getDoctrine_Orm_ValidatorInitializerService()
  2242.     {
  2243.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  2244.     }
  2245.     /**
  2246.      * Gets the private 'file_locator' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  2249.      */
  2250.     protected function getFileLocatorService()
  2251.     {
  2252.         return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]);
  2253.     }
  2254.     /**
  2255.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2256.      *
  2257.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2258.      */
  2259.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2260.     {
  2261.         $a = ${($_ = isset($this->services['fos_user.util.email_canonicalizer']) ? $this->services['fos_user.util.email_canonicalizer'] : ($this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer())) && false ?: '_'};
  2262.         return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2263.     }
  2264.     /**
  2265.      * Gets the private 'fos_user.util.email_canonicalizer' shared service.
  2266.      *
  2267.      * @return \FOS\UserBundle\Util\Canonicalizer
  2268.      */
  2269.     protected function getFosUser_Util_EmailCanonicalizerService()
  2270.     {
  2271.         return $this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer();
  2272.     }
  2273.     /**
  2274.      * Gets the private 'fos_user.util.password_updater' shared service.
  2275.      *
  2276.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2277.      */
  2278.     protected function getFosUser_Util_PasswordUpdaterService()
  2279.     {
  2280.         return $this->services['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->getSecurity_EncoderFactoryService()) && false ?: '_'});
  2281.     }
  2282.     /**
  2283.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2284.      *
  2285.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2286.      */
  2287.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2288.     {
  2289.         return $this->services['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'});
  2290.     }
  2291.     /**
  2292.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2293.      *
  2294.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2295.      */
  2296.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2297.     {
  2298.         return $this->services['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'});
  2299.     }
  2300.     /**
  2301.      * Gets the private 'httplug.auto_discovery.auto_discovered_client' shared service.
  2302.      *
  2303.      * @return \Http\HttplugBundle\Collector\ProfileClient
  2304.      */
  2305.     protected function getHttplug_AutoDiscovery_AutoDiscoveredClientService()
  2306.     {
  2307.         return $this->services['httplug.auto_discovery.auto_discovered_client'] = new \Http\HttplugBundle\Collector\ProfileClient(\Http\Discovery\HttpClientDiscovery::find(), ${($_ = isset($this->services['httplug.collector.collector']) ? $this->services['httplug.collector.collector'] : ($this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())) && false ?: '_'}, ${($_ = isset($this->services['httplug.collector.formatter']) ? $this->services['httplug.collector.formatter'] : $this->getHttplug_Collector_FormatterService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  2308.     }
  2309.     /**
  2310.      * Gets the private 'httplug.collector.collector' shared service.
  2311.      *
  2312.      * @return \Http\HttplugBundle\Collector\Collector
  2313.      */
  2314.     protected function getHttplug_Collector_CollectorService()
  2315.     {
  2316.         return $this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector();
  2317.     }
  2318.     /**
  2319.      * Gets the private 'httplug.collector.formatter' shared service.
  2320.      *
  2321.      * @return \Http\HttplugBundle\Collector\Formatter
  2322.      */
  2323.     protected function getHttplug_Collector_FormatterService()
  2324.     {
  2325.         return $this->services['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  2326.     }
  2327.     /**
  2328.      * Gets the private 'httplug.strategy' shared service.
  2329.      *
  2330.      * @return \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy
  2331.      */
  2332.     protected function getHttplug_StrategyService()
  2333.     {
  2334.         return $this->services['httplug.strategy'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy(${($_ = isset($this->services['httplug.auto_discovery.auto_discovered_client']) ? $this->services['httplug.auto_discovery.auto_discovered_client'] : $this->getHttplug_AutoDiscovery_AutoDiscoveredClientService()) && false ?: '_'}, NULL);
  2335.     }
  2336.     /**
  2337.      * Gets the private 'locale_listener' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2340.      */
  2341.     protected function getLocaleListenerService()
  2342.     {
  2343.         return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  2344.     }
  2345.     /**
  2346.      * Gets the private 'logger' shared service.
  2347.      *
  2348.      * @return \Symfony\Bridge\Monolog\Logger
  2349.      */
  2350.     protected function getLoggerService()
  2351.     {
  2352.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2353.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2354.         $instance->useMicrosecondTimestamps(true);
  2355.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2356.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2357.         return $instance;
  2358.     }
  2359.     /**
  2360.      * Gets the private 'monolog.handler.console' shared service.
  2361.      *
  2362.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2363.      */
  2364.     protected function getMonolog_Handler_ConsoleService()
  2365.     {
  2366.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2367.     }
  2368.     /**
  2369.      * Gets the private 'monolog.handler.main' shared service.
  2370.      *
  2371.      * @return \Monolog\Handler\StreamHandler
  2372.      */
  2373.     protected function getMonolog_Handler_MainService()
  2374.     {
  2375.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  2376.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2377.         return $instance;
  2378.     }
  2379.     /**
  2380.      * Gets the private 'monolog.handler.null_internal' shared service.
  2381.      *
  2382.      * @return \Monolog\Handler\NullHandler
  2383.      */
  2384.     protected function getMonolog_Handler_NullInternalService()
  2385.     {
  2386.         return $this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  2387.     }
  2388.     /**
  2389.      * Gets the private 'monolog.logger.cache' shared service.
  2390.      *
  2391.      * @return \Symfony\Bridge\Monolog\Logger
  2392.      */
  2393.     protected function getMonolog_Logger_CacheService()
  2394.     {
  2395.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2396.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2397.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2398.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'monolog.logger.doctrine' shared service.
  2403.      *
  2404.      * @return \Symfony\Bridge\Monolog\Logger
  2405.      */
  2406.     protected function getMonolog_Logger_DoctrineService()
  2407.     {
  2408.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2409.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2410.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2411.         return $instance;
  2412.     }
  2413.     /**
  2414.      * Gets the private 'monolog.logger.event' shared service.
  2415.      *
  2416.      * @return \Symfony\Bridge\Monolog\Logger
  2417.      */
  2418.     protected function getMonolog_Logger_EventService()
  2419.     {
  2420.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2421.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2422.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.null_internal']) ? $this->services['monolog.handler.null_internal'] : ($this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())) && false ?: '_'});
  2423.         return $instance;
  2424.     }
  2425.     /**
  2426.      * Gets the private 'monolog.logger.php' shared service.
  2427.      *
  2428.      * @return \Symfony\Bridge\Monolog\Logger
  2429.      */
  2430.     protected function getMonolog_Logger_PhpService()
  2431.     {
  2432.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2433.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2434.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2435.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2436.         return $instance;
  2437.     }
  2438.     /**
  2439.      * Gets the private 'monolog.logger.profiler' shared service.
  2440.      *
  2441.      * @return \Symfony\Bridge\Monolog\Logger
  2442.      */
  2443.     protected function getMonolog_Logger_ProfilerService()
  2444.     {
  2445.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2446.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2447.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2448.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2449.         return $instance;
  2450.     }
  2451.     /**
  2452.      * Gets the private 'monolog.logger.request' shared service.
  2453.      *
  2454.      * @return \Symfony\Bridge\Monolog\Logger
  2455.      */
  2456.     protected function getMonolog_Logger_RequestService()
  2457.     {
  2458.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2459.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2460.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2461.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2462.         return $instance;
  2463.     }
  2464.     /**
  2465.      * Gets the private 'monolog.logger.translation' shared service.
  2466.      *
  2467.      * @return \Symfony\Bridge\Monolog\Logger
  2468.      */
  2469.     protected function getMonolog_Logger_TranslationService()
  2470.     {
  2471.         $this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation');
  2472.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2473.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2474.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2475.         return $instance;
  2476.     }
  2477.     /**
  2478.      * Gets the private 'profiler_listener' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2481.      */
  2482.     protected function getProfilerListenerService()
  2483.     {
  2484.         return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULLfalsefalse);
  2485.     }
  2486.     /**
  2487.      * Gets the private 'property_accessor' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2490.      */
  2491.     protected function getPropertyAccessorService()
  2492.     {
  2493.         return $this->services['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false));
  2494.     }
  2495.     /**
  2496.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2497.      *
  2498.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2499.      */
  2500.     protected function getResolveControllerNameSubscriberService()
  2501.     {
  2502.         return $this->services['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'});
  2503.     }
  2504.     /**
  2505.      * Gets the private 'response_listener' shared service.
  2506.      *
  2507.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2508.      */
  2509.     protected function getResponseListenerService()
  2510.     {
  2511.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2512.     }
  2513.     /**
  2514.      * Gets the private 'router.request_context' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Routing\RequestContext
  2517.      */
  2518.     protected function getRouter_RequestContextService()
  2519.     {
  2520.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2521.     }
  2522.     /**
  2523.      * Gets the private 'router_listener' shared service.
  2524.      *
  2525.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2526.      */
  2527.     protected function getRouterListenerService()
  2528.     {
  2529.         return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}, $this->targetDirs[3], true);
  2530.     }
  2531.     /**
  2532.      * Gets the private 'security.authentication.manager' shared service.
  2533.      *
  2534.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2535.      */
  2536.     protected function getSecurity_Authentication_ManagerService()
  2537.     {
  2538.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2539.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.main']) ? $this->services['security.authentication.provider.dao.main'] : $this->load('getSecurity_Authentication_Provider_Dao_MainService.php')) && false ?: '_'};
  2540.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : ($this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2541.         }, 2), true);
  2542.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2543.         return $instance;
  2544.     }
  2545.     /**
  2546.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2549.      */
  2550.     protected function getSecurity_Authentication_TrustResolverService()
  2551.     {
  2552.         return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
  2553.     }
  2554.     /**
  2555.      * Gets the private 'security.encoder_factory' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2558.      */
  2559.     protected function getSecurity_EncoderFactoryService()
  2560.     {
  2561.         return $this->services['security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  2562.     }
  2563.     /**
  2564.      * Gets the private 'security.firewall' shared service.
  2565.      *
  2566.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2567.      */
  2568.     protected function getSecurity_FirewallService()
  2569.     {
  2570.         return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
  2571.     }
  2572.     /**
  2573.      * Gets the private 'security.firewall.map' shared service.
  2574.      *
  2575.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2576.      */
  2577.     protected function getSecurity_Firewall_MapService()
  2578.     {
  2579.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  2580.             return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->load('getSecurity_Firewall_Map_Context_DevService.php')) && false ?: '_'};
  2581.         }, 'security.firewall.map.context.main' => function () {
  2582.             return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->load('getSecurity_Firewall_Map_Context_MainService.php')) && false ?: '_'};
  2583.         }]), new RewindableGenerator(function () {
  2584.             yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.zfhj2lw']) ? $this->services['security.request_matcher.zfhj2lw'] : ($this->services['security.request_matcher.zfhj2lw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))) && false ?: '_'};
  2585.             yield 'security.firewall.map.context.main' => ${($_ = isset($this->services['security.request_matcher.00qf1z7']) ? $this->services['security.request_matcher.00qf1z7'] : ($this->services['security.request_matcher.00qf1z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'))) && false ?: '_'};
  2586.         }, 2));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'security.logout_url_generator' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2592.      */
  2593.     protected function getSecurity_LogoutUrlGeneratorService()
  2594.     {
  2595.         $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  2596.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2597.         return $instance;
  2598.     }
  2599.     /**
  2600.      * Gets the private 'security.rememberme.response_listener' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2603.      */
  2604.     protected function getSecurity_Rememberme_ResponseListenerService()
  2605.     {
  2606.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2607.     }
  2608.     /**
  2609.      * Gets the private 'security.role_hierarchy' shared service.
  2610.      *
  2611.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2612.      */
  2613.     protected function getSecurity_RoleHierarchyService()
  2614.     {
  2615.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2616.     }
  2617.     /**
  2618.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2619.      *
  2620.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2621.      */
  2622.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2623.     {
  2624.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2625.     }
  2626.     /**
  2627.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2628.      *
  2629.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2630.      */
  2631.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2632.     {
  2633.         return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2634.     }
  2635.     /**
  2636.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2637.      *
  2638.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2639.      */
  2640.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2641.     {
  2642.         return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(${($_ = isset($this->services['sensio_framework_extra.converter.manager']) ? $this->services['sensio_framework_extra.converter.manager'] : $this->getSensioFrameworkExtra_Converter_ManagerService()) && false ?: '_'}, true);
  2643.     }
  2644.     /**
  2645.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2646.      *
  2647.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2648.      */
  2649.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2650.     {
  2651.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2652.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2653.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2658.      *
  2659.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2660.      */
  2661.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2662.     {
  2663.         return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : ($this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
  2664.     }
  2665.     /**
  2666.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2667.      *
  2668.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2669.      */
  2670.     protected function getSensioFrameworkExtra_View_ListenerService()
  2671.     {
  2672.         return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
  2673.     }
  2674.     /**
  2675.      * Gets the private 'session.save_listener' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2678.      */
  2679.     protected function getSession_SaveListenerService()
  2680.     {
  2681.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2682.     }
  2683.     /**
  2684.      * Gets the private 'session.storage.metadata_bag' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  2687.      */
  2688.     protected function getSession_Storage_MetadataBagService()
  2689.     {
  2690.         return $this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta''0');
  2691.     }
  2692.     /**
  2693.      * Gets the private 'session.storage.native' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  2696.      */
  2697.     protected function getSession_Storage_NativeService()
  2698.     {
  2699.         return $this->services['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, ${($_ = isset($this->services['session.storage.metadata_bag']) ? $this->services['session.storage.metadata_bag'] : ($this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta''0'))) && false ?: '_'});
  2700.     }
  2701.     /**
  2702.      * Gets the private 'session_listener' shared service.
  2703.      *
  2704.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2705.      */
  2706.     protected function getSessionListenerService()
  2707.     {
  2708.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2709.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'};
  2710.         }]));
  2711.     }
  2712.     /**
  2713.      * Gets the private 'streamed_response_listener' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2716.      */
  2717.     protected function getStreamedResponseListenerService()
  2718.     {
  2719.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2720.     }
  2721.     /**
  2722.      * Gets the private 'templating.locator' shared service.
  2723.      *
  2724.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2725.      */
  2726.     protected function getTemplating_LocatorService()
  2727.     {
  2728.         return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]))) && false ?: '_'}, $this->targetDirs[0]);
  2729.     }
  2730.     /**
  2731.      * Gets the private 'templating.name_parser' shared service.
  2732.      *
  2733.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2734.      */
  2735.     protected function getTemplating_NameParserService()
  2736.     {
  2737.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2738.     }
  2739.     /**
  2740.      * Gets the private 'translator.default' shared service.
  2741.      *
  2742.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2743.      */
  2744.     protected function getTranslator_DefaultService()
  2745.     {
  2746.         $this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
  2747.             return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : ($this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())) && false ?: '_'};
  2748.         }, 'translation.loader.dat' => function () {
  2749.             return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : ($this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())) && false ?: '_'};
  2750.         }, 'translation.loader.ini' => function () {
  2751.             return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : ($this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())) && false ?: '_'};
  2752.         }, 'translation.loader.json' => function () {
  2753.             return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : ($this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())) && false ?: '_'};
  2754.         }, 'translation.loader.mo' => function () {
  2755.             return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : ($this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())) && false ?: '_'};
  2756.         }, 'translation.loader.php' => function () {
  2757.             return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : ($this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())) && false ?: '_'};
  2758.         }, 'translation.loader.po' => function () {
  2759.             return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : ($this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())) && false ?: '_'};
  2760.         }, 'translation.loader.qt' => function () {
  2761.             return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : ($this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())) && false ?: '_'};
  2762.         }, 'translation.loader.res' => function () {
  2763.             return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : ($this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())) && false ?: '_'};
  2764.         }, 'translation.loader.xliff' => function () {
  2765.             return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : ($this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader())) && false ?: '_'};
  2766.         }, 'translation.loader.yml' => function () {
  2767.             return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : ($this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())) && false ?: '_'};
  2768.         }]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\MessageSelector()), 'en', ['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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/translations/messages.en.yml'), => ($this->targetDirs[3].'/translations/messages.en.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/translations/messages.es.yml'), => ($this->targetDirs[3].'/translations/messages.es.yml')], '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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], '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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], '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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], '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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], '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/security/Core/Resources/translations/security.tr.xlf'), => ($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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], '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/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')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')], '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')]]]);
  2769.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  2770.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  2771.         return $instance;
  2772.     }
  2773.     /**
  2774.      * Gets the private 'translator_listener' shared service.
  2775.      *
  2776.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  2777.      */
  2778.     protected function getTranslatorListenerService()
  2779.     {
  2780.         return $this->services['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
  2781.     }
  2782.     /**
  2783.      * Gets the private 'twig.loader' shared service.
  2784.      *
  2785.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2786.      */
  2787.     protected function getTwig_LoaderService()
  2788.     {
  2789.         $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, $this->targetDirs[3]);
  2790.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2791.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2792.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2793.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2794.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2795.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2796.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2797.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2798.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2799.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2800.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2801.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2802.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2803.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2804.         $instance->addPath(($this->targetDirs[3].'/templates/bundles/FOSUserBundle'), 'FOSUser');
  2805.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2806.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2807.         $instance->addPath(($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  2808.         $instance->addPath(($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  2809.         $instance->addPath(($this->targetDirs[3].'/templates/bundles/AndreaSpregaBreadcrumbBundle'), 'AndreaSpregaBreadcrumb');
  2810.         $instance->addPath(($this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Resources/views'), 'AndreaSpregaBreadcrumb');
  2811.         $instance->addPath(($this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Resources/views'), '!AndreaSpregaBreadcrumb');
  2812.         $instance->addPath(($this->targetDirs[3].'/templates'));
  2813.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2814.         return $instance;
  2815.     }
  2816.     /**
  2817.      * Gets the private 'twig.profile' shared service.
  2818.      *
  2819.      * @return \Twig\Profiler\Profile
  2820.      */
  2821.     protected function getTwig_ProfileService()
  2822.     {
  2823.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2824.     }
  2825.     /**
  2826.      * Gets the private 'validate_request_listener' shared service.
  2827.      *
  2828.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2829.      */
  2830.     protected function getValidateRequestListenerService()
  2831.     {
  2832.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2833.     }
  2834.     /**
  2835.      * Gets the private 'validator.builder' shared service.
  2836.      *
  2837.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2838.      */
  2839.     protected function getValidator_BuilderService()
  2840.     {
  2841.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2842.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2843.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2844.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2845.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2846.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2847.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2848.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2849.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2850.         }, 'doctrine.orm.validator.unique' => function () {
  2851.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2852.         }, 'security.validator.user_password' => function () {
  2853.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2854.         }, 'validator.expression' => function () {
  2855.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2856.         }])));
  2857.         $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2858.         $instance->setTranslationDomain('validators');
  2859.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2860.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2861.         $instance->addMethodMapping('loadValidatorMetadata');
  2862.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}, => new \FOS\UserBundle\Validator\Initializer(${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'})]);
  2863.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2864.         return $instance;
  2865.     }
  2866.     /**
  2867.      * Gets the private 'web_link.add_link_header_listener' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener
  2870.      */
  2871.     protected function getWebLink_AddLinkHeaderListenerService()
  2872.     {
  2873.         return $this->services['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener();
  2874.     }
  2875.     /**
  2876.      * Gets the private 'web_profiler.csp.handler' shared service.
  2877.      *
  2878.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2879.      */
  2880.     protected function getWebProfiler_Csp_HandlerService()
  2881.     {
  2882.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2883.     }
  2884.     /**
  2885.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2886.      *
  2887.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2888.      */
  2889.     protected function getWebProfiler_DebugToolbarService()
  2890.     {
  2891.         return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}, false2'bottom', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'});
  2892.     }
  2893.     public function getParameter($name)
  2894.     {
  2895.         $name = (string) $name;
  2896.         if (isset($this->buildParameters[$name])) {
  2897.             return $this->buildParameters[$name];
  2898.         }
  2899.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2900.             $name $this->normalizeParameterName($name);
  2901.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2902.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2903.             }
  2904.         }
  2905.         if (isset($this->loadedDynamicParameters[$name])) {
  2906.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2907.         }
  2908.         return $this->parameters[$name];
  2909.     }
  2910.     public function hasParameter($name)
  2911.     {
  2912.         $name = (string) $name;
  2913.         if (isset($this->buildParameters[$name])) {
  2914.             return true;
  2915.         }
  2916.         $name $this->normalizeParameterName($name);
  2917.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2918.     }
  2919.     public function setParameter($name$value)
  2920.     {
  2921.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2922.     }
  2923.     public function getParameterBag()
  2924.     {
  2925.         if (null === $this->parameterBag) {
  2926.             $parameters $this->parameters;
  2927.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2928.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2929.             }
  2930.             foreach ($this->buildParameters as $name => $value) {
  2931.                 $parameters[$name] = $value;
  2932.             }
  2933.             $this->parameterBag = new FrozenParameterBag($parameters);
  2934.         }
  2935.         return $this->parameterBag;
  2936.     }
  2937.     private $loadedDynamicParameters = [
  2938.         'kernel.root_dir' => false,
  2939.         'kernel.project_dir' => false,
  2940.         'kernel.cache_dir' => false,
  2941.         'kernel.logs_dir' => false,
  2942.         'kernel.bundles_metadata' => false,
  2943.         'action_documents_directory' => false,
  2944.         'action_company_entities_documents_directory' => false,
  2945.         'milestone_company_entities_documents_directory' => false,
  2946.         'users_images_directory' => false,
  2947.         'kernel.secret' => false,
  2948.         'session.save_path' => false,
  2949.         'validator.mapping.cache.file' => false,
  2950.         'translator.default_path' => false,
  2951.         'profiler.storage.dsn' => false,
  2952.         'debug.container.dump' => false,
  2953.         'serializer.mapping.cache.file' => false,
  2954.         'doctrine.orm.proxy_dir' => false,
  2955.         'doctrine_migrations.dir_name' => false,
  2956.         'twig.default_path' => false,
  2957.     ];
  2958.     private $dynamicParameters = [];
  2959.     /**
  2960.      * Computes a dynamic parameter.
  2961.      *
  2962.      * @param string $name The name of the dynamic parameter to load
  2963.      *
  2964.      * @return mixed The value of the dynamic parameter
  2965.      *
  2966.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2967.      */
  2968.     private function getDynamicParameter($name)
  2969.     {
  2970.         switch ($name) {
  2971.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2972.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2973.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2974.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2975.             case 'kernel.bundles_metadata'$value = [
  2976.                 'FrameworkBundle' => [
  2977.                     'parent' => NULL,
  2978.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2979.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2980.                 ],
  2981.                 'DoctrineCacheBundle' => [
  2982.                     'parent' => NULL,
  2983.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2984.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2985.                 ],
  2986.                 'SensioFrameworkExtraBundle' => [
  2987.                     'parent' => NULL,
  2988.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2989.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2990.                 ],
  2991.                 'DoctrineBundle' => [
  2992.                     'parent' => NULL,
  2993.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2994.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2995.                 ],
  2996.                 'DoctrineMigrationsBundle' => [
  2997.                     'parent' => NULL,
  2998.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2999.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3000.                 ],
  3001.                 'SecurityBundle' => [
  3002.                     'parent' => NULL,
  3003.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  3004.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3005.                 ],
  3006.                 'SwiftmailerBundle' => [
  3007.                     'parent' => NULL,
  3008.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  3009.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3010.                 ],
  3011.                 'WebProfilerBundle' => [
  3012.                     'parent' => NULL,
  3013.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  3014.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3015.                 ],
  3016.                 'TwigBundle' => [
  3017.                     'parent' => NULL,
  3018.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  3019.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3020.                 ],
  3021.                 'MonologBundle' => [
  3022.                     'parent' => NULL,
  3023.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  3024.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3025.                 ],
  3026.                 'DebugBundle' => [
  3027.                     'parent' => NULL,
  3028.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  3029.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3030.                 ],
  3031.                 'MakerBundle' => [
  3032.                     'parent' => NULL,
  3033.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  3034.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3035.                 ],
  3036.                 'WebServerBundle' => [
  3037.                     'parent' => NULL,
  3038.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  3039.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3040.                 ],
  3041.                 'FOSUserBundle' => [
  3042.                     'parent' => NULL,
  3043.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  3044.                     'namespace' => 'FOS\\UserBundle',
  3045.                 ],
  3046.                 'HttplugBundle' => [
  3047.                     'parent' => NULL,
  3048.                     'path' => ($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src'),
  3049.                     'namespace' => 'Http\\HttplugBundle',
  3050.                 ],
  3051.                 'AndreaSpregaBreadcrumbBundle' => [
  3052.                     'parent' => NULL,
  3053.                     'path' => ($this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle'),
  3054.                     'namespace' => 'AndreaSprega\\Bundle\\BreadcrumbBundle',
  3055.                 ],
  3056.             ]; break;
  3057.             case 'action_documents_directory'$value = ($this->targetDirs[3].'/src/Uploads/actions/documents'); break;
  3058.             case 'action_company_entities_documents_directory'$value = ($this->targetDirs[3].'/src/Uploads/actions_company_entities/documents'); break;
  3059.             case 'milestone_company_entities_documents_directory'$value = ($this->targetDirs[3].'/src/Uploads/milestones_company_entities/documents'); break;
  3060.             case 'users_images_directory'$value = ($this->targetDirs[3].'/public/uploads/users/user_images'); break;
  3061.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3062.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  3063.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  3064.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  3065.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  3066.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcDevDebugProjectContainer.xml'); break;
  3067.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  3068.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  3069.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  3070.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  3071.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3072.         }
  3073.         $this->loadedDynamicParameters[$name] = true;
  3074.         return $this->dynamicParameters[$name] = $value;
  3075.     }
  3076.     private $normalizedParameterNames = [
  3077.         'env(database_url)' => 'env(DATABASE_URL)',
  3078.     ];
  3079.     private function normalizeParameterName($name)
  3080.     {
  3081.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  3082.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  3083.             if ((string) $name !== $normalizedName) {
  3084.                 @trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.'$name$normalizedName), E_USER_DEPRECATED);
  3085.             }
  3086.         } else {
  3087.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  3088.         }
  3089.         return $normalizedName;
  3090.     }
  3091.     /**
  3092.      * Gets the default parameters.
  3093.      *
  3094.      * @return array An array of the default parameters
  3095.      */
  3096.     protected function getDefaultParameters()
  3097.     {
  3098.         return [
  3099.             'kernel.environment' => 'dev',
  3100.             'kernel.debug' => true,
  3101.             'kernel.name' => 'src',
  3102.             'kernel.bundles' => [
  3103.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3104.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3105.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3106.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3107.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3108.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3109.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3110.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3111.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3112.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3113.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3114.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3115.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3116.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3117.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  3118.                 'AndreaSpregaBreadcrumbBundle' => 'AndreaSprega\\Bundle\\BreadcrumbBundle\\AndreaSpregaBreadcrumbBundle',
  3119.             ],
  3120.             'kernel.charset' => 'UTF-8',
  3121.             'kernel.container_class' => 'srcDevDebugProjectContainer',
  3122.             'container.autowiring.strict_mode' => true,
  3123.             'container.dumper.inline_class_loader' => true,
  3124.             'env(DATABASE_URL)' => '',
  3125.             'locale' => 'en',
  3126.             'users_images_src' => 'uploads/users/user_images',
  3127.             'fragment.renderer.hinclude.global_template' => NULL,
  3128.             'fragment.path' => '/_fragment',
  3129.             'kernel.http_method_override' => true,
  3130.             'kernel.trusted_hosts' => [
  3131.             ],
  3132.             'kernel.default_locale' => 'en',
  3133.             'templating.helper.code.file_link_format' => NULL,
  3134.             'debug.file_link_format' => NULL,
  3135.             'session.metadata.storage_key' => '_sf2_meta',
  3136.             'session.storage.options' => [
  3137.                 'cache_limiter' => '0',
  3138.                 'cookie_httponly' => true,
  3139.                 'gc_probability' => 1,
  3140.                 'use_strict_mode' => true,
  3141.             ],
  3142.             'session.metadata.update_threshold' => '0',
  3143.             'form.type_extension.csrf.enabled' => true,
  3144.             'form.type_extension.csrf.field_name' => '_token',
  3145.             'asset.request_context.base_path' => '',
  3146.             'asset.request_context.secure' => false,
  3147.             'templating.loader.cache.path' => NULL,
  3148.             'templating.engines' => [
  3149.                 => 'twig',
  3150.             ],
  3151.             'validator.mapping.cache.prefix' => '',
  3152.             'validator.translation_domain' => 'validators',
  3153.             'translator.logging' => true,
  3154.             'profiler_listener.only_exceptions' => false,
  3155.             'profiler_listener.only_master_requests' => false,
  3156.             'debug.error_handler.throw_at' => -1,
  3157.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3158.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3159.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  3160.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3161.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3162.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  3163.             'router.options.matcher.cache_class' => 'srcDevDebugProjectContainerUrlMatcher',
  3164.             'router.options.generator.cache_class' => 'srcDevDebugProjectContainerUrlGenerator',
  3165.             'router.request_context.host' => 'localhost',
  3166.             'router.request_context.scheme' => 'http',
  3167.             'router.request_context.base_url' => '',
  3168.             'router.resource' => 'kernel:loadRoutes',
  3169.             'router.cache_class_prefix' => 'srcDevDebugProjectContainer',
  3170.             'request_listener.http_port' => 80,
  3171.             'request_listener.https_port' => 443,
  3172.             'serializer.mapping.cache.prefix' => '',
  3173.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3174.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3175.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3176.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3177.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3178.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3179.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3180.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3181.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3182.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3183.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3184.             'doctrine_cache.memcache.host' => 'localhost',
  3185.             'doctrine_cache.memcache.port' => 11211,
  3186.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3187.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3188.             'doctrine_cache.memcached.host' => 'localhost',
  3189.             'doctrine_cache.memcached.port' => 11211,
  3190.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3191.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3192.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3193.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3194.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3195.             'doctrine_cache.predis.scheme' => 'tcp',
  3196.             'doctrine_cache.predis.host' => 'localhost',
  3197.             'doctrine_cache.predis.port' => 6379,
  3198.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3199.             'doctrine_cache.redis.connection.class' => 'Redis',
  3200.             'doctrine_cache.redis.host' => 'localhost',
  3201.             'doctrine_cache.redis.port' => 6379,
  3202.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3203.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3204.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3205.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3206.             'doctrine_cache.riak.host' => 'localhost',
  3207.             'doctrine_cache.riak.port' => 8087,
  3208.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3209.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3210.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3211.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3212.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3213.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3214.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3215.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3216.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3217.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3218.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3219.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3220.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3221.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3222.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3223.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3224.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3225.             'doctrine.entity_managers' => [
  3226.                 'default' => 'doctrine.orm.default_entity_manager',
  3227.             ],
  3228.             'doctrine.default_entity_manager' => 'default',
  3229.             'doctrine.dbal.connection_factory.types' => [
  3230.             ],
  3231.             'doctrine.connections' => [
  3232.                 'default' => 'doctrine.dbal.default_connection',
  3233.             ],
  3234.             'doctrine.default_connection' => 'default',
  3235.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3236.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3237.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3238.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3239.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3240.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3241.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3242.             'doctrine.orm.cache.memcache_port' => 11211,
  3243.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3244.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3245.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3246.             'doctrine.orm.cache.memcached_port' => 11211,
  3247.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3248.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3249.             'doctrine.orm.cache.redis_host' => 'localhost',
  3250.             'doctrine.orm.cache.redis_port' => 6379,
  3251.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3252.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3253.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3254.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3255.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3256.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3257.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3258.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3259.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3260.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3261.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3262.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3263.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3264.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3265.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3266.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3267.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3268.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3269.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3270.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3271.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3272.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3273.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3274.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3275.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3276.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3277.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3278.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3279.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3280.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3281.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3282.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  3283.             'doctrine_migrations.table_name' => 'migration_versions',
  3284.             'doctrine_migrations.column_name' => 'version',
  3285.             'doctrine_migrations.column_length' => 14,
  3286.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  3287.             'doctrine_migrations.all_or_nothing' => false,
  3288.             'doctrine_migrations.name' => 'Application Migrations',
  3289.             'doctrine_migrations.custom_template' => NULL,
  3290.             'doctrine_migrations.organize_migrations' => false,
  3291.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  3292.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  3293.             'security.role_hierarchy.roles' => [
  3294.                 'ROLE_PARTNER' => [
  3295.                     => 'ROLE_USER',
  3296.                 ],
  3297.                 'ROLE_MARKET' => [
  3298.                     => 'ROLE_PARTNER',
  3299.                 ],
  3300.                 'ROLE_EUROPE' => [
  3301.                     => 'ROLE_MARKET',
  3302.                 ],
  3303.                 'ROLE_ADMIN' => [
  3304.                     => 'ROLE_EUROPE',
  3305.                     => 'ROLE_CREATE',
  3306.                     => 'ROLE_READ',
  3307.                     => 'ROLE_UPDATE',
  3308.                     => 'ROLE_DELETE',
  3309.                     => 'ROLE_APPROVE',
  3310.                     => 'ROLE_VALIDATE',
  3311.                 ],
  3312.                 'ROLE_SUPER_ADMIN' => [
  3313.                     => 'ROLE_ADMIN',
  3314.                 ],
  3315.             ],
  3316.             'security.access.denied_url' => NULL,
  3317.             'security.authentication.manager.erase_credentials' => true,
  3318.             'security.authentication.session_strategy.strategy' => 'migrate',
  3319.             'security.access.always_authenticate_before_granting' => false,
  3320.             'security.authentication.hide_user_not_found' => true,
  3321.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3322.             'swiftmailer.mailer.default.spool.enabled' => false,
  3323.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3324.             'swiftmailer.mailer.default.single_address' => NULL,
  3325.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3326.             'swiftmailer.spool.enabled' => false,
  3327.             'swiftmailer.delivery.enabled' => true,
  3328.             'swiftmailer.single_address' => NULL,
  3329.             'swiftmailer.mailers' => [
  3330.                 'default' => 'swiftmailer.mailer.default',
  3331.             ],
  3332.             'swiftmailer.default_mailer' => 'default',
  3333.             'web_profiler.debug_toolbar.position' => 'bottom',
  3334.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3335.             'web_profiler.debug_toolbar.mode' => 2,
  3336.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  3337.             'twig.form.resources' => [
  3338.                 => 'form_div_layout.html.twig',
  3339.             ],
  3340.             'monolog.use_microseconds' => true,
  3341.             'monolog.swift_mailer.handlers' => [
  3342.             ],
  3343.             'monolog.handlers_to_channels' => [
  3344.                 'monolog.handler.console' => [
  3345.                     'type' => 'exclusive',
  3346.                     'elements' => [
  3347.                         => 'event',
  3348.                         => 'doctrine',
  3349.                         => 'console',
  3350.                     ],
  3351.                 ],
  3352.                 'monolog.handler.main' => [
  3353.                     'type' => 'exclusive',
  3354.                     'elements' => [
  3355.                         => 'event',
  3356.                     ],
  3357.                 ],
  3358.             ],
  3359.             'fos_user.backend_type_orm' => true,
  3360.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3361.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3362.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3363.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3364.             'fos_user.storage' => 'orm',
  3365.             'fos_user.firewall_name' => 'main',
  3366.             'fos_user.model_manager_name' => NULL,
  3367.             'fos_user.model.user.class' => 'App\\Entity\\User',
  3368.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3369.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3370.             'fos_user.profile.form.validation_groups' => [
  3371.                 => 'Profile',
  3372.                 => 'Default',
  3373.             ],
  3374.             'fos_user.registration.confirmation.from_email' => [
  3375.                 'test@test.com' => 'test@test.com',
  3376.             ],
  3377.             'fos_user.registration.confirmation.enabled' => false,
  3378.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3379.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3380.             'fos_user.registration.form.validation_groups' => [
  3381.                 => 'Registration',
  3382.                 => 'Default',
  3383.             ],
  3384.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3385.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3386.             'fos_user.change_password.form.validation_groups' => [
  3387.                 => 'ChangePassword',
  3388.                 => 'Default',
  3389.             ],
  3390.             'fos_user.resetting.email.from_email' => [
  3391.                 'test@test.com' => 'test@test.com',
  3392.             ],
  3393.             'fos_user.resetting.retry_ttl' => 7200,
  3394.             'fos_user.resetting.token_ttl' => 86400,
  3395.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3396.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3397.             'fos_user.resetting.form.validation_groups' => [
  3398.                 => 'ResetPassword',
  3399.                 => 'Default',
  3400.             ],
  3401.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  3402.             'fos_user.model.group.class' => 'AppBundle\\Entity\\Group',
  3403.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  3404.             'fos_user.group.form.name' => 'fos_user_group_form',
  3405.             'fos_user.group.form.validation_groups' => [
  3406.                 => 'Registration',
  3407.                 => 'Default',
  3408.             ],
  3409.             'asprega_breadcrumb.template' => 'bundles/AndreaSpregaBreadcrumbBundle/breadcrumb.html.twig',
  3410.             'data_collector.templates' => [
  3411.                 'data_collector.request' => [
  3412.                     => 'request',
  3413.                     => '@WebProfiler/Collector/request.html.twig',
  3414.                 ],
  3415.                 'data_collector.time' => [
  3416.                     => 'time',
  3417.                     => '@WebProfiler/Collector/time.html.twig',
  3418.                 ],
  3419.                 'data_collector.memory' => [
  3420.                     => 'memory',
  3421.                     => '@WebProfiler/Collector/memory.html.twig',
  3422.                 ],
  3423.                 'data_collector.validator' => [
  3424.                     => 'validator',
  3425.                     => '@WebProfiler/Collector/validator.html.twig',
  3426.                 ],
  3427.                 'data_collector.ajax' => [
  3428.                     => 'ajax',
  3429.                     => '@WebProfiler/Collector/ajax.html.twig',
  3430.                 ],
  3431.                 'data_collector.form' => [
  3432.                     => 'form',
  3433.                     => '@WebProfiler/Collector/form.html.twig',
  3434.                 ],
  3435.                 'data_collector.exception' => [
  3436.                     => 'exception',
  3437.                     => '@WebProfiler/Collector/exception.html.twig',
  3438.                 ],
  3439.                 'data_collector.logger' => [
  3440.                     => 'logger',
  3441.                     => '@WebProfiler/Collector/logger.html.twig',
  3442.                 ],
  3443.                 'data_collector.events' => [
  3444.                     => 'events',
  3445.                     => '@WebProfiler/Collector/events.html.twig',
  3446.                 ],
  3447.                 'data_collector.router' => [
  3448.                     => 'router',
  3449.                     => '@WebProfiler/Collector/router.html.twig',
  3450.                 ],
  3451.                 'data_collector.cache' => [
  3452.                     => 'cache',
  3453.                     => '@WebProfiler/Collector/cache.html.twig',
  3454.                 ],
  3455.                 'data_collector.translation' => [
  3456.                     => 'translation',
  3457.                     => '@WebProfiler/Collector/translation.html.twig',
  3458.                 ],
  3459.                 'data_collector.security' => [
  3460.                     => 'security',
  3461.                     => '@Security/Collector/security.html.twig',
  3462.                 ],
  3463.                 'data_collector.twig' => [
  3464.                     => 'twig',
  3465.                     => '@WebProfiler/Collector/twig.html.twig',
  3466.                 ],
  3467.                 'data_collector.doctrine' => [
  3468.                     => 'db',
  3469.                     => '@Doctrine/Collector/db.html.twig',
  3470.                 ],
  3471.                 'swiftmailer.data_collector' => [
  3472.                     => 'swiftmailer',
  3473.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3474.                 ],
  3475.                 'data_collector.dump' => [
  3476.                     => 'dump',
  3477.                     => '@Debug/Profiler/dump.html.twig',
  3478.                 ],
  3479.                 'httplug.collector.collector' => [
  3480.                     => 'httplug',
  3481.                     => '@Httplug/webprofiler.html.twig',
  3482.                 ],
  3483.                 'data_collector.config' => [
  3484.                     => 'config',
  3485.                     => '@WebProfiler/Collector/config.html.twig',
  3486.                 ],
  3487.             ],
  3488.             'console.command.ids' => [
  3489.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3490.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3491.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3492.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3493.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3494.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3495.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3496.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3497.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3498.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3499.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3500.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3501.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3502.                 'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
  3503.                 'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
  3504.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3505.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3506.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3507.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3508.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3509.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3510.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3511.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3512.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3513.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3514.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3515.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3516.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3517.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3518.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3519.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3520.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3521.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3522.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3523.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3524.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3525.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3526.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3527.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3528.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3529.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3530.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3531.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
  3532.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand',
  3533.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
  3534.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
  3535.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
  3536.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
  3537.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand',
  3538.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
  3539.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand',
  3540.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
  3541.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3542.                 'console.command.symfony_bundle_swiftmailerbundle_command_debugcommand' => 'swiftmailer.command.debug',
  3543.                 'console.command.symfony_bundle_swiftmailerbundle_command_newemailcommand' => 'swiftmailer.command.new_email',
  3544.                 'console.command.symfony_bundle_swiftmailerbundle_command_sendemailcommand' => 'swiftmailer.command.send_email',
  3545.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3546.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3547.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  3548.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  3549.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  3550.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  3551.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  3552.                 'console.command.fos_userbundle_command_activateusercommand' => 'fos_user.command.activate_user',
  3553.                 'console.command.fos_userbundle_command_changepasswordcommand' => 'fos_user.command.change_password',
  3554.                 'console.command.fos_userbundle_command_createusercommand' => 'fos_user.command.create_user',
  3555.                 'console.command.fos_userbundle_command_deactivateusercommand' => 'fos_user.command.deactivate_user',
  3556.                 'console.command.fos_userbundle_command_demoteusercommand' => 'fos_user.command.demote_user',
  3557.                 'console.command.fos_userbundle_command_promoteusercommand' => 'fos_user.command.promote_user',
  3558.                 'console.command.symfony_bundle_makerbundle_command_makercommand' => 'maker.auto_command.make_migration',
  3559.             ],
  3560.             'console.lazy_command.ids' => [
  3561.                 'console.command.about' => true,
  3562.                 'console.command.assets_install' => true,
  3563.                 'console.command.cache_clear' => true,
  3564.                 'console.command.cache_pool_clear' => true,
  3565.                 'console.command.cache_pool_prune' => true,
  3566.                 'console.command.cache_warmup' => true,
  3567.                 'console.command.config_debug' => true,
  3568.                 'console.command.config_dump_reference' => true,
  3569.                 'console.command.container_debug' => true,
  3570.                 'console.command.debug_autowiring' => true,
  3571.                 'console.command.event_dispatcher_debug' => true,
  3572.                 'console.command.router_debug' => true,
  3573.                 'console.command.router_match' => true,
  3574.                 'console.command.translation_debug' => true,
  3575.                 'console.command.translation_update' => true,
  3576.                 'console.command.xliff_lint' => true,
  3577.                 'console.command.yaml_lint' => true,
  3578.                 'console.command.form_debug' => true,
  3579.                 'doctrine.database_create_command' => true,
  3580.                 'doctrine.database_drop_command' => true,
  3581.                 'doctrine.generate_entities_command' => true,
  3582.                 'doctrine.query_sql_command' => true,
  3583.                 'doctrine.cache_clear_metadata_command' => true,
  3584.                 'doctrine.cache_clear_query_cache_command' => true,
  3585.                 'doctrine.cache_clear_result_command' => true,
  3586.                 'doctrine.cache_collection_region_command' => true,
  3587.                 'doctrine.mapping_convert_command' => true,
  3588.                 'doctrine.schema_create_command' => true,
  3589.                 'doctrine.schema_drop_command' => true,
  3590.                 'doctrine.ensure_production_settings_command' => true,
  3591.                 'doctrine.clear_entity_region_command' => true,
  3592.                 'doctrine.database_import_command' => true,
  3593.                 'doctrine.mapping_info_command' => true,
  3594.                 'doctrine.clear_query_region_command' => true,
  3595.                 'doctrine.query_dql_command' => true,
  3596.                 'doctrine.schema_update_command' => true,
  3597.                 'doctrine.schema_validate_command' => true,
  3598.                 'doctrine.mapping_import_command' => true,
  3599.                 'security.command.user_password_encoder' => true,
  3600.                 'swiftmailer.command.debug' => true,
  3601.                 'swiftmailer.command.new_email' => true,
  3602.                 'swiftmailer.command.send_email' => true,
  3603.                 'twig.command.debug' => true,
  3604.                 'twig.command.lint' => true,
  3605.                 'web_server.command.server_run' => true,
  3606.                 'web_server.command.server_start' => true,
  3607.                 'web_server.command.server_stop' => true,
  3608.                 'web_server.command.server_status' => true,
  3609.                 'web_server.command.server_log' => true,
  3610.                 'fos_user.command.activate_user' => true,
  3611.                 'fos_user.command.change_password' => true,
  3612.                 'fos_user.command.create_user' => true,
  3613.                 'fos_user.command.deactivate_user' => true,
  3614.                 'fos_user.command.demote_user' => true,
  3615.                 'fos_user.command.promote_user' => true,
  3616.                 'maker.auto_command.make_auth' => true,
  3617.                 'maker.auto_command.make_command' => true,
  3618.                 'maker.auto_command.make_controller' => true,
  3619.                 'maker.auto_command.make_crud' => true,
  3620.                 'maker.auto_command.make_entity' => true,
  3621.                 'maker.auto_command.make_fixtures' => true,
  3622.                 'maker.auto_command.make_form' => true,
  3623.                 'maker.auto_command.make_functional_test' => true,
  3624.                 'maker.auto_command.make_registration_form' => true,
  3625.                 'maker.auto_command.make_serializer_encoder' => true,
  3626.                 'maker.auto_command.make_serializer_normalizer' => true,
  3627.                 'maker.auto_command.make_subscriber' => true,
  3628.                 'maker.auto_command.make_twig_extension' => true,
  3629.                 'maker.auto_command.make_unit_test' => true,
  3630.                 'maker.auto_command.make_validator' => true,
  3631.                 'maker.auto_command.make_voter' => true,
  3632.                 'maker.auto_command.make_user' => true,
  3633.                 'maker.auto_command.make_migration' => true,
  3634.             ],
  3635.         ];
  3636.     }
  3637. }