var/cache/dev/ContainerEStUSWR/App_KernelDevDebugContainer.php line 1057

Open in your IDE?
  1. <?php
  2. namespace ContainerEStUSWR;
  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. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.twig' => 'get_Container_Private_TwigService',
  37.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41.             'data_collector.dump' => 'getDataCollector_DumpService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'doctrine_mongodb' => 'getDoctrineMongodbService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  49.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'translator' => 'getTranslatorService',
  53.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54.             'cache_clearer' => 'getCacheClearerService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'serializer' => 'getSerializerService',
  57.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58.             'form.factory' => 'getForm_FactoryService',
  59.             'form.type.file' => 'getForm_Type_FileService',
  60.             'profiler' => 'getProfilerService',
  61.             'twig' => 'getTwigService',
  62.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63.             'security.token_storage' => 'getSecurity_TokenStorageService',
  64.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65.             'session' => 'getSessionService',
  66.             'validator' => 'getValidatorService',
  67.         ];
  68.         $this->fileMap = [
  69.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  74.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  76.             '.container.private.session' => 'get_Container_Private_SessionService',
  77.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  78.             'App\\Controller\\AffiliateController' => 'getAffiliateControllerService',
  79.             'App\\Controller\\AgentController' => 'getAgentControllerService',
  80.             'App\\Controller\\ApiController' => 'getApiControllerService',
  81.             'App\\Controller\\ApiV1Controller' => 'getApiV1ControllerService',
  82.             'App\\Controller\\ChartController' => 'getChartControllerService',
  83.             'App\\Controller\\ClientSideAdvertiserController' => 'getClientSideAdvertiserControllerService',
  84.             'App\\Controller\\ClientSideAgentController' => 'getClientSideAgentControllerService',
  85.             'App\\Controller\\ClientSidePublisherController' => 'getClientSidePublisherControllerService',
  86.             'App\\Controller\\DatabaseController' => 'getDatabaseControllerService',
  87.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  88.             'App\\Controller\\FinancialToolsController' => 'getFinancialToolsControllerService',
  89.             'App\\Controller\\FraudController' => 'getFraudControllerService',
  90.             'App\\Controller\\JWTAuthController' => 'getJWTAuthControllerService',
  91.             'App\\Controller\\MMPStatisticsController' => 'getMMPStatisticsControllerService',
  92.             'App\\Controller\\MafoAdvertiserCabinetController' => 'getMafoAdvertiserCabinetControllerService',
  93.             'App\\Controller\\MafoFinancialToolsController' => 'getMafoFinancialToolsControllerService',
  94.             'App\\Controller\\MafoPublisherController' => 'getMafoPublisherControllerService',
  95.             'App\\Controller\\MafoUserController' => 'getMafoUserControllerService',
  96.             'App\\Controller\\MmpUtilitiesController' => 'getMmpUtilitiesControllerService',
  97.             'App\\Controller\\MtsController' => 'getMtsControllerService',
  98.             'App\\Controller\\MtsOauthClientController' => 'getMtsOauthClientControllerService',
  99.             'App\\Controller\\MtsUtilitiesController' => 'getMtsUtilitiesControllerService',
  100.             'App\\Controller\\OfferController' => 'getOfferControllerService',
  101.             'App\\Controller\\OkrController' => 'getOkrControllerService',
  102.             'App\\Controller\\OptimisationController' => 'getOptimisationControllerService',
  103.             'App\\Controller\\PublicTrafficReportController' => 'getPublicTrafficReportControllerService',
  104.             'App\\Controller\\ReportsController' => 'getReportsControllerService',
  105.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  106.             'App\\Controller\\SkadNetworkController' => 'getSkadNetworkControllerService',
  107.             'App\\Controller\\ToolsController' => 'getToolsControllerService',
  108.             'App\\Controller\\TuneDatabaseController' => 'getTuneDatabaseControllerService',
  109.             'App\\Controller\\UtilitiesController' => 'getUtilitiesControllerService',
  110.             'App\\Services\\JWTService' => 'getJWTServiceService',
  111.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  112.             'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  113.             'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
  114.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  115.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  116.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  117.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  118.             'alert_worker' => 'getAlertWorkerService',
  119.             'cache.app_clearer' => 'getCache_AppClearerService',
  120.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  121.             'cache.system_clearer' => 'getCache_SystemClearerService',
  122.             'cache_warmer' => 'getCacheWarmerService',
  123.             'console.command.public_alias.App\\Command\\AdjustWatcherCommand' => 'getAdjustWatcherCommandService',
  124.             'console.command.public_alias.App\\Command\\AdvertiserOfferCountCommand' => 'getAdvertiserOfferCountCommandService',
  125.             'console.command.public_alias.App\\Command\\AffiliateOfferCountCommand' => 'getAffiliateOfferCountCommandService',
  126.             'console.command.public_alias.App\\Command\\AffiliateRatingCommand' => 'getAffiliateRatingCommandService',
  127.             'console.command.public_alias.App\\Command\\AlertsCommand' => 'getAlertsCommandService',
  128.             'console.command.public_alias.App\\Command\\AppIdMismatchBetweenMmpAndHoCommand' => 'getAppIdMismatchBetweenMmpAndHoCommandService',
  129.             'console.command.public_alias.App\\Command\\AppRetentionReportTaskCommand' => 'getAppRetentionReportTaskCommandService',
  130.             'console.command.public_alias.App\\Command\\AppnameControlOptimisationCommand' => 'getAppnameControlOptimisationCommandService',
  131.             'console.command.public_alias.App\\Command\\ApprovalControlCommand' => 'getApprovalControlCommandService',
  132.             'console.command.public_alias.App\\Command\\AppsBlackAndWhiteListAlertCommand' => 'getAppsBlackAndWhiteListAlertCommandService',
  133.             'console.command.public_alias.App\\Command\\AppsBlackAndWhiteListCommand' => 'getAppsBlackAndWhiteListCommandService',
  134.             'console.command.public_alias.App\\Command\\AppsflyerDataLockerCommand' => 'getAppsflyerDataLockerCommandService',
  135.             'console.command.public_alias.App\\Command\\AppsflyerP360ScraperCommand' => 'getAppsflyerP360ScraperCommandService',
  136.             'console.command.public_alias.App\\Command\\AppsflyerWatcherCommand' => 'getAppsflyerWatcherCommandService',
  137.             'console.command.public_alias.App\\Command\\ArchiveMafoLogsCommand' => 'getArchiveMafoLogsCommandService',
  138.             'console.command.public_alias.App\\Command\\AutomaticAppCreationCommand' => 'getAutomaticAppCreationCommandService',
  139.             'console.command.public_alias.App\\Command\\BlockSourceCommand' => 'getBlockSourceCommandService',
  140.             'console.command.public_alias.App\\Command\\ClickCapCommand' => 'getClickCapCommandService',
  141.             'console.command.public_alias.App\\Command\\ClickInstallCommand' => 'getClickInstallCommandService',
  142.             'console.command.public_alias.App\\Command\\ClickSpamCommand' => 'getClickSpamCommandService',
  143.             'console.command.public_alias.App\\Command\\CrOptimisationScriptCommand' => 'getCrOptimisationScriptCommandService',
  144.             'console.command.public_alias.App\\Command\\DeductionControlMailerCommand' => 'getDeductionControlMailerCommandService',
  145.             'console.command.public_alias.App\\Command\\DeleteClickCapBlockCommand' => 'getDeleteClickCapBlockCommandService',
  146.             'console.command.public_alias.App\\Command\\DeviceIdControlOptimisationCommand' => 'getDeviceIdControlOptimisationCommandService',
  147.             'console.command.public_alias.App\\Command\\FinancialToolAlertsCommand' => 'getFinancialToolAlertsCommandService',
  148.             'console.command.public_alias.App\\Command\\FinancialToolUpdateMafoCalculatedDataCommand' => 'getFinancialToolUpdateMafoCalculatedDataCommandService',
  149.             'console.command.public_alias.App\\Command\\FraudAlertCommand' => 'getFraudAlertCommandService',
  150.             'console.command.public_alias.App\\Command\\FraudFlagsCommand' => 'getFraudFlagsCommandService',
  151.             'console.command.public_alias.App\\Command\\GoalIdOptimisationCommand' => 'getGoalIdOptimisationCommandService',
  152.             'console.command.public_alias.App\\Command\\HyperClientInfoPopulateAndSendAlertCommand' => 'getHyperClientInfoPopulateAndSendAlertCommandService',
  153.             'console.command.public_alias.App\\Command\\ImportObjectsFromTuneWebAccountCommand' => 'getImportObjectsFromTuneWebAccountCommandService',
  154.             'console.command.public_alias.App\\Command\\ImpressionOptimisationCommand' => 'getImpressionOptimisationCommandService',
  155.             'console.command.public_alias.App\\Command\\MafoFinancialToolsHyperUpdatesCommand' => 'getMafoFinancialToolsHyperUpdatesCommandService',
  156.             'console.command.public_alias.App\\Command\\ManualSkadnetworkPostbackCommand' => 'getManualSkadnetworkPostbackCommandService',
  157.             'console.command.public_alias.App\\Command\\MigrationScriptCommand' => 'getMigrationScriptCommandService',
  158.             'console.command.public_alias.App\\Command\\MmpAlertForWhitelistedPartnersForMmpOffersCommand' => 'getMmpAlertForWhitelistedPartnersForMmpOffersCommandService',
  159.             'console.command.public_alias.App\\Command\\MmpNotificationsCommand' => 'getMmpNotificationsCommandService',
  160.             'console.command.public_alias.App\\Command\\MmpOffersBudgetUpdateCommand' => 'getMmpOffersBudgetUpdateCommandService',
  161.             'console.command.public_alias.App\\Command\\MmpReportsTableUpdateFromMmpStatisticsChangeCommand' => 'getMmpReportsTableUpdateFromMmpStatisticsChangeCommandService',
  162.             'console.command.public_alias.App\\Command\\MmpStatisticsAppProcessCommand' => 'getMmpStatisticsAppProcessCommandService',
  163.             'console.command.public_alias.App\\Command\\MmpStatisticsCommand' => 'getMmpStatisticsCommandService',
  164.             'console.command.public_alias.App\\Command\\MmpStatisticsFraudAppProcessCommand' => 'getMmpStatisticsFraudAppProcessCommandService',
  165.             'console.command.public_alias.App\\Command\\MmpStatisticsFraudCommand' => 'getMmpStatisticsFraudCommandService',
  166.             'console.command.public_alias.App\\Command\\NewsletterBuilderCommand' => 'getNewsletterBuilderCommandService',
  167.             'console.command.public_alias.App\\Command\\OfferPortingCommand' => 'getOfferPortingCommandService',
  168.             'console.command.public_alias.App\\Command\\OfferPortingSlowCommand' => 'getOfferPortingSlowCommandService',
  169.             'console.command.public_alias.App\\Command\\OneTimeScriptsCommand' => 'getOneTimeScriptsCommandService',
  170.             'console.command.public_alias.App\\Command\\P360AvailabilityCommand' => 'getP360AvailabilityCommandService',
  171.             'console.command.public_alias.App\\Command\\PayoutBulkEditCommand' => 'getPayoutBulkEditCommandService',
  172.             'console.command.public_alias.App\\Command\\PopulateAdvertiserInfoCommand' => 'getPopulateAdvertiserInfoCommandService',
  173.             'console.command.public_alias.App\\Command\\PopulateAffiliateInfoCommand' => 'getPopulateAffiliateInfoCommandService',
  174.             'console.command.public_alias.App\\Command\\PopulateAppInfoCommand' => 'getPopulateAppInfoCommandService',
  175.             'console.command.public_alias.App\\Command\\PopulateClicksCommand' => 'getPopulateClicksCommandService',
  176.             'console.command.public_alias.App\\Command\\PopulateConversionRawLogsCommand' => 'getPopulateConversionRawLogsCommandService',
  177.             'console.command.public_alias.App\\Command\\PopulateEmployeeCommand' => 'getPopulateEmployeeCommandService',
  178.             'console.command.public_alias.App\\Command\\PopulateHyperApiDataCommand' => 'getPopulateHyperApiDataCommandService',
  179.             'console.command.public_alias.App\\Command\\PopulateOfferCategoriesCommand' => 'getPopulateOfferCategoriesCommandService',
  180.             'console.command.public_alias.App\\Command\\PopulateRawLogsCommand' => 'getPopulateRawLogsCommandService',
  181.             'console.command.public_alias.App\\Command\\PopulateTagCommand' => 'getPopulateTagCommandService',
  182.             'console.command.public_alias.App\\Command\\PostbackControlCommand' => 'getPostbackControlCommandService',
  183.             'console.command.public_alias.App\\Command\\PostbackControlNotificationAndFlagSetCommand' => 'getPostbackControlNotificationAndFlagSetCommandService',
  184.             'console.command.public_alias.App\\Command\\PriceBulkEditCommand' => 'getPriceBulkEditCommandService',
  185.             'console.command.public_alias.App\\Command\\ProcessBulkCapCommand' => 'getProcessBulkCapCommandService',
  186.             'console.command.public_alias.App\\Command\\ProcessScheduledAffiliateOfferBlockCommand' => 'getProcessScheduledAffiliateOfferBlockCommandService',
  187.             'console.command.public_alias.App\\Command\\ProcessScheduledOfferChangesCommand' => 'getProcessScheduledOfferChangesCommandService',
  188.             'console.command.public_alias.App\\Command\\ProcessScheduledOfferDisableLinksCommand' => 'getProcessScheduledOfferDisableLinksCommandService',
  189.             'console.command.public_alias.App\\Command\\PullingWebConversionsCommand' => 'getPullingWebConversionsCommandService',
  190.             'console.command.public_alias.App\\Command\\RetentionOptimisationCommand' => 'getRetentionOptimisationCommandService',
  191.             'console.command.public_alias.App\\Command\\RevenueAndPayoutControlCommand' => 'getRevenueAndPayoutControlCommandService',
  192.             'console.command.public_alias.App\\Command\\RevenueChangesCommand' => 'getRevenueChangesCommandService',
  193.             'console.command.public_alias.App\\Command\\ScheduledDBWarmingCommand' => 'getScheduledDBWarmingCommandService',
  194.             'console.command.public_alias.App\\Command\\SkadNetworkAffiliateApiCacheGenerateCommand' => 'getSkadNetworkAffiliateApiCacheGenerateCommandService',
  195.             'console.command.public_alias.App\\Command\\SourceWhitelistCommand' => 'getSourceWhitelistCommandService',
  196.             'console.command.public_alias.App\\Command\\SubSourceWatcherCommand' => 'getSubSourceWatcherCommandService',
  197.             'console.command.public_alias.App\\Command\\TestCommand' => 'getTestCommandService',
  198.             'console.command.public_alias.App\\Command\\TuneCategorisationCommand' => 'getTuneCategorisationCommandService',
  199.             'console.command.public_alias.App\\Command\\UpdateCacheCommand' => 'getUpdateCacheCommandService',
  200.             'console.command.public_alias.App\\Command\\UpdateRecommendationsForMafoUsersCommand' => 'getUpdateRecommendationsForMafoUsersCommandService',
  201.             'console.command.public_alias.gearman.command.cache_clear' => 'getConsole_Command_PublicAlias_Gearman_Command_CacheClearService',
  202.             'console.command.public_alias.gearman.command.cache_warmup' => 'getConsole_Command_PublicAlias_Gearman_Command_CacheWarmupService',
  203.             'console.command.public_alias.gearman.command.job_describe' => 'getConsole_Command_PublicAlias_Gearman_Command_JobDescribeService',
  204.             'console.command.public_alias.gearman.command.job_execute' => 'getConsole_Command_PublicAlias_Gearman_Command_JobExecuteService',
  205.             'console.command.public_alias.gearman.command.worker_describe' => 'getConsole_Command_PublicAlias_Gearman_Command_WorkerDescribeService',
  206.             'console.command.public_alias.gearman.command.worker_execute' => 'getConsole_Command_PublicAlias_Gearman_Command_WorkerExecuteService',
  207.             'console.command.public_alias.gearman.command.worker_list' => 'getConsole_Command_PublicAlias_Gearman_Command_WorkerListService',
  208.             'console.command_loader' => 'getConsole_CommandLoaderService',
  209.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  210.             'data_audit_logs_worker' => 'getDataAuditLogsWorkerService',
  211.             'doctrine_mongodb.odm.command_logger_registry' => 'getDoctrineMongodb_Odm_CommandLoggerRegistryService',
  212.             'doctrine_mongodb.odm.default_connection' => 'getDoctrineMongodb_Odm_DefaultConnectionService',
  213.             'doctrine_mongodb.odm.default_document_manager' => 'getDoctrineMongodb_Odm_DefaultDocumentManagerService',
  214.             'error_controller' => 'getErrorControllerService',
  215.             'fin_tool_worker' => 'getFinToolWorkerService',
  216.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  217.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  218.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  219.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  220.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  221.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  222.             'gearman' => 'getGearmanService',
  223.             'gearman.cache.wrapper' => 'getGearman_Cache_WrapperService',
  224.             'gearman.describer' => 'getGearman_DescriberService',
  225.             'gearman.dispatcher.callbacks' => 'getGearman_Dispatcher_CallbacksService',
  226.             'gearman.execute' => 'getGearman_ExecuteService',
  227.             'gearman.parser' => 'getGearman_ParserService',
  228.             'gearman.unique_job_identifier' => 'getGearman_UniqueJobIdentifierService',
  229.             'httplug.client' => 'getHttplug_ClientService',
  230.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  231.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  232.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  233.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  234.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  235.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  236.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  237.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  238.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  239.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  240.             'hwi_oauth.account.connector' => 'getHwiOauth_Account_ConnectorService',
  241.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  242.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  243.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  244.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  245.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  246.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  247.             'mmp_reports_worker' => 'getMmpReportsWorkerService',
  248.             'mmp_watcher_worker' => 'getMmpWatcherWorkerService',
  249.             'monolog.logger.custom' => 'getMonolog_Logger_CustomService',
  250.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  251.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  252.             'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  253.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  254.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  255.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  256.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  257.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  258.             'postback_control_worker' => 'getPostbackControlWorkerService',
  259.             'routing.loader' => 'getRouting_LoaderService',
  260.             'services_resetter' => 'getServicesResetterService',
  261.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  262.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  263.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  264.             'temporary_worker' => 'getTemporaryWorkerService',
  265.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  266.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  267.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  268.         ];
  269.         $this->aliases = [
  270.             'App\\Kernel' => 'kernel',
  271.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  272.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  273.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  274.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  275.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  276.             'database_connection' => 'doctrine.dbal.default_connection',
  277.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  278.             'doctrine_mongodb.odm.document_manager' => 'doctrine_mongodb.odm.default_document_manager',
  279.             'mailer' => 'swiftmailer.mailer.default',
  280.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  281.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  282.         ];
  283.         $this->privates['service_container'] = function () {
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  290.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  291.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  293.             include_once \dirname(__DIR__4).'/src/EventListener/CsvSanitizerListener.php';
  294.             include_once \dirname(__DIR__4).'/src/EventListener/InvalidApiPathListener.php';
  295.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  296.             include_once \dirname(__DIR__4).'/src/Services/Aws/S3.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  309.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  366.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  391.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  427.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  483.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  488.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  492.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Monolog/CompatibilityProcessingHandlerTrait.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Monolog/Handler.php';
  497.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  498.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  500.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  501.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  504.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  506.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLoggerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerRegistry.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  534.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  536.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  538.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  558.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  568.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/DataCollector/CommandDataCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  667.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  679.         };
  680.     }
  681.     public function compile(): void
  682.     {
  683.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  684.     }
  685.     public function isCompiled(): bool
  686.     {
  687.         return true;
  688.     }
  689.     public function getRemovedIds(): array
  690.     {
  691.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  692.     }
  693.     protected function load($file$lazyLoad true)
  694.     {
  695.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  696.             return $class::do($this$lazyLoad);
  697.         }
  698.         if ('.' === $file[-4]) {
  699.             $class substr($class0, -4);
  700.         } else {
  701.             $file .= '.php';
  702.         }
  703.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  704.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  705.     }
  706.     protected function createProxy($class\Closure $factory)
  707.     {
  708.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  709.         return $factory();
  710.     }
  711.     /**
  712.      * Gets the public '.container.private.profiler' shared service.
  713.      *
  714.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  715.      */
  716.     protected function get_Container_Private_ProfilerService()
  717.     {
  718.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  719.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  720.         $a->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  721.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  722.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  723.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  724.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  725.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  726.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  727.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  728.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  729.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  730.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  731.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  732.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  733.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  734.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  735.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  736.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  737.         $d->addInstance('gearman_cache.traceable', ($this->privates['gearman_cache.traceable'] ?? $this->getGearmanCache_TraceableService()));
  738.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  739.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  740.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  741.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  742.         $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  743.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  744.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  745.         $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  746.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  747.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  748.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  749.         if ($this->has('kernel')) {
  750.             $g->setKernel($b);
  751.         }
  752.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  753.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  754.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  755.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  756.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  757.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  758.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  759.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  760.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  761.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  762.         $instance->add($d);
  763.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  764.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  765.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  766.         $instance->add($e);
  767.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  768.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  769.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  770.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  771.         $instance->add($f);
  772.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  773.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  774.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  775.         $instance->add(new \Doctrine\Bundle\MongoDBBundle\DataCollector\CommandDataCollector(($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] ?? ($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] = new \Doctrine\ODM\MongoDB\APM\CommandLogger()))));
  776.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  777.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  778.         }, 1)));
  779.         $instance->add($g);
  780.         return $instance;
  781.     }
  782.     /**
  783.      * Gets the public '.container.private.security.authorization_checker' shared service.
  784.      *
  785.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  786.      */
  787.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  788.     {
  789.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  790.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  791.             return $this->services['.container.private.security.authorization_checker'];
  792.         }
  793.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  794.     }
  795.     /**
  796.      * Gets the public '.container.private.security.token_storage' shared service.
  797.      *
  798.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  799.      */
  800.     protected function get_Container_Private_Security_TokenStorageService()
  801.     {
  802.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  803.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  804.         ], [
  805.             'request_stack' => '?',
  806.         ]));
  807.     }
  808.     /**
  809.      * Gets the public '.container.private.twig' shared service.
  810.      *
  811.      * @return \Twig\Environment
  812.      */
  813.     protected function get_Container_Private_TwigService()
  814.     {
  815.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  816.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  817.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  818.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  819.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  821.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  822.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  823.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  826.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  827.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  828.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  829.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  830.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  831.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  834.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/HWIOAuthBundle'), 'HWIOAuth');
  835.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  836.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  837.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), 'DoctrineMongoDB');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), '!DoctrineMongoDB');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  843.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  844.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  846.         $a->addPath((\dirname(__DIR__4).'/templates'));
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  850.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  851.         $b = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  852.         $c = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  853.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  854.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  855.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  856.         $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  857.         $h = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($f$g->getBaseUrl(), $g->isSecure())), new RewindableGenerator(function () {
  858.             return new \EmptyIterator();
  859.         }, 0)));
  860.         $i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  861.         $j = ($this->services['router'] ?? $this->getRouterService());
  862.         $k = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  863.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  864.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $i]);
  865.         $m = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  866.         $n = new \Symfony\Component\Mercure\HubRegistry($m, ['default' => $m]);
  867.         $o = new \Symfony\Bridge\Twig\AppVariable();
  868.         $o->setEnvironment('dev');
  869.         $o->setDebug(true);
  870.         if ($this->has('.container.private.security.token_storage')) {
  871.             $o->setTokenStorage($k);
  872.         }
  873.         if ($this->has('request_stack')) {
  874.             $o->setRequestStack($f);
  875.         }
  876.         $p = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  877.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  878.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($b$c));
  879.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  880.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  881.         $instance->addExtension($h);
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i\dirname(__DIR__4), 'UTF-8'));
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$j)));
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  892.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $k)));
  894.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  895.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  896.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  897.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($b$c));
  898.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  899.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  900.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($n, new \Symfony\Component\Mercure\Authorization($nNULL), $f));
  901.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
  902.         $instance->addGlobal('app'$o);
  903.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  904.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  905.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  906.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  907.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  908.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates''hwi_oauth.twig.extension.oauth.runtime''getHwiOauth_Twig_Extension_Oauth_RuntimeService'true],
  909.         ], [
  910.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  911.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  912.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  913.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  914.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  915.         ])));
  916.         $instance->registerUndefinedFilterCallback([=> $p=> 'suggestFilter']);
  917.         $instance->registerUndefinedFunctionCallback([=> $p=> 'suggestFunction']);
  918.         $instance->registerUndefinedTokenParserCallback([=> $p=> 'suggestTag']);
  919.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  920.         return $instance;
  921.     }
  922.     /**
  923.      * Gets the public '.container.private.validator' shared service.
  924.      *
  925.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  926.      */
  927.     protected function get_Container_Private_ValidatorService()
  928.     {
  929.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  930.         if (isset($this->services['.container.private.validator'])) {
  931.             return $this->services['.container.private.validator'];
  932.         }
  933.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  934.     }
  935.     /**
  936.      * Gets the public 'cache.app' shared service.
  937.      *
  938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  939.      */
  940.     protected function getCache_AppService()
  941.     {
  942.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  943.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  944.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  945.     }
  946.     /**
  947.      * Gets the public 'cache.system' shared service.
  948.      *
  949.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  950.      */
  951.     protected function getCache_SystemService()
  952.     {
  953.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  954.     }
  955.     /**
  956.      * Gets the public 'cache.validator_expression_language' shared service.
  957.      *
  958.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  959.      */
  960.     protected function getCache_ValidatorExpressionLanguageService()
  961.     {
  962.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  963.     }
  964.     /**
  965.      * Gets the public 'data_collector.dump' shared service.
  966.      *
  967.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  968.      */
  969.     protected function getDataCollector_DumpService()
  970.     {
  971.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  972.     }
  973.     /**
  974.      * Gets the public 'doctrine' shared service.
  975.      *
  976.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  977.      */
  978.     protected function getDoctrineService()
  979.     {
  980.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  981.     }
  982.     /**
  983.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  984.      *
  985.      * @return \Doctrine\DBAL\Connection
  986.      */
  987.     protected function getDoctrine_Dbal_DefaultConnectionService()
  988.     {
  989.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  990.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  991.             return $this->services['doctrine.dbal.default_connection'];
  992.         }
  993.         $b = new \Doctrine\DBAL\Configuration();
  994.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  995.         $c->setConnectionName('default');
  996.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  997.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  998.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  999.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1001 => true], 'defaultTableOptions' => []], $b$a, ['enum' => 'string']);
  1000.     }
  1001.     /**
  1002.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1003.      *
  1004.      * @return \Doctrine\ORM\EntityManager
  1005.      */
  1006.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1007.     {
  1008.         if ($lazyLoad) {
  1009.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1010.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1011.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1012.                     $proxy->setProxyInitializer(null);
  1013.                     return true;
  1014.                 });
  1015.             });
  1016.         }
  1017.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1024.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1028.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1043.         $a = new \Doctrine\ORM\Configuration();
  1044.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1045.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1046.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml'true), 'FOS\\UserBundle\\Model');
  1047.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1048.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1049.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1050.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1051.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1052.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1053.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1054.         ], [
  1055.             'doctrine.ulid_generator' => '?',
  1056.             'doctrine.uuid_generator' => '?',
  1057.         ])));
  1058.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1059.         $a->setProxyNamespace('Proxies');
  1060.         $a->setAutoGenerateProxyClasses(true);
  1061.         $a->setSchemaIgnoreClasses([]);
  1062.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1063.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1064.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1065.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1066.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1067.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1068.         $a->setLazyGhostObjectEnabled(true);
  1069.         $a->setIdentityGenerationPreferences([]);
  1070.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1071.             'App\\Repository\\AdjustAppDetailsRepository' => ['privates''App\\Repository\\AdjustAppDetailsRepository''getAdjustAppDetailsRepositoryService'true],
  1072.             'App\\Repository\\AdjustOfferCampaignMappingRepository' => ['privates''App\\Repository\\AdjustOfferCampaignMappingRepository''getAdjustOfferCampaignMappingRepositoryService'true],
  1073.             'App\\Repository\\AdjustWatcherRepository' => ['privates''App\\Repository\\AdjustWatcherRepository''getAdjustWatcherRepositoryService'true],
  1074.             'App\\Repository\\AdvertiserAccountManagerRepository' => ['privates''App\\Repository\\AdvertiserAccountManagerRepository''getAdvertiserAccountManagerRepositoryService'true],
  1075.             'App\\Repository\\AdvertiserInfoRepository' => ['privates''App\\Repository\\AdvertiserInfoRepository''getAdvertiserInfoRepositoryService'true],
  1076.             'App\\Repository\\AdvertiserTagRelationshipRepository' => ['privates''App\\Repository\\AdvertiserTagRelationshipRepository''getAdvertiserTagRelationshipRepositoryService'true],
  1077.             'App\\Repository\\AffiliateAccountManagerRepository' => ['privates''App\\Repository\\AffiliateAccountManagerRepository''getAffiliateAccountManagerRepositoryService'true],
  1078.             'App\\Repository\\AffiliateInfoRepository' => ['privates''App\\Repository\\AffiliateInfoRepository''getAffiliateInfoRepositoryService'true],
  1079.             'App\\Repository\\AffiliateOfferApprovalRepository' => ['privates''App\\Repository\\AffiliateOfferApprovalRepository''getAffiliateOfferApprovalRepositoryService'true],
  1080.             'App\\Repository\\AffiliateOfferBlockAlertLogsRepository' => ['privates''App\\Repository\\AffiliateOfferBlockAlertLogsRepository''getAffiliateOfferBlockAlertLogsRepositoryService'true],
  1081.             'App\\Repository\\AffiliateOfferBlockLogsRepository' => ['privates''App\\Repository\\AffiliateOfferBlockLogsRepository''getAffiliateOfferBlockLogsRepositoryService'true],
  1082.             'App\\Repository\\AffiliateOfferBlockRepository' => ['privates''App\\Repository\\AffiliateOfferBlockRepository''getAffiliateOfferBlockRepositoryService'true],
  1083.             'App\\Repository\\AffiliateOfferCountRepository' => ['privates''App\\Repository\\AffiliateOfferCountRepository''getAffiliateOfferCountRepositoryService'true],
  1084.             'App\\Repository\\AffiliateOfferPayoutRepository' => ['privates''App\\Repository\\AffiliateOfferPayoutRepository''getAffiliateOfferPayoutRepositoryService'true],
  1085.             'App\\Repository\\AffiliateOfferPriceRepository' => ['privates''App\\Repository\\AffiliateOfferPriceRepository''getAffiliateOfferPriceRepositoryService'true],
  1086.             'App\\Repository\\AffiliateRatingRepository' => ['privates''App\\Repository\\AffiliateRatingRepository''getAffiliateRatingRepositoryService'true],
  1087.             'App\\Repository\\AffiliateTagRelationshipRepository' => ['privates''App\\Repository\\AffiliateTagRelationshipRepository''getAffiliateTagRelationshipRepositoryService'true],
  1088.             'App\\Repository\\AffiliateTagsRepository' => ['privates''App\\Repository\\AffiliateTagsRepository''getAffiliateTagsRepositoryService'true],
  1089.             'App\\Repository\\AgentControlRepository' => ['privates''App\\Repository\\AgentControlRepository''getAgentControlRepositoryService'true],
  1090.             'App\\Repository\\AgentsRepository' => ['privates''App\\Repository\\AgentsRepository''getAgentsRepositoryService'true],
  1091.             'App\\Repository\\AlertLogsRepository' => ['privates''App\\Repository\\AlertLogsRepository''getAlertLogsRepositoryService'true],
  1092.             'App\\Repository\\AlertMetaRepository' => ['privates''App\\Repository\\AlertMetaRepository''getAlertMetaRepositoryService'true],
  1093.             'App\\Repository\\AlertsRepository' => ['privates''App\\Repository\\AlertsRepository''getAlertsRepositoryService'true],
  1094.             'App\\Repository\\AppInfoRepository' => ['privates''App\\Repository\\AppInfoRepository''getAppInfoRepositoryService'true],
  1095.             'App\\Repository\\AppRetentionReportRepository' => ['privates''App\\Repository\\AppRetentionReportRepository''getAppRetentionReportRepositoryService'true],
  1096.             'App\\Repository\\AppnameControlBlacklistRepository' => ['privates''App\\Repository\\AppnameControlBlacklistRepository''getAppnameControlBlacklistRepositoryService'true],
  1097.             'App\\Repository\\AppnameControlRepository' => ['privates''App\\Repository\\AppnameControlRepository''getAppnameControlRepositoryService'true],
  1098.             'App\\Repository\\ApprovalControlRepository' => ['privates''App\\Repository\\ApprovalControlRepository''getApprovalControlRepositoryService'true],
  1099.             'App\\Repository\\AppsBlackAndWhiteListRepository' => ['privates''App\\Repository\\AppsBlackAndWhiteListRepository''getAppsBlackAndWhiteListRepositoryService'true],
  1100.             'App\\Repository\\AppsflyerDatalockerRepository' => ['privates''App\\Repository\\AppsflyerDatalockerRepository''getAppsflyerDatalockerRepositoryService'true],
  1101.             'App\\Repository\\AppsflyerDatalockerS3MappingRepository' => ['privates''App\\Repository\\AppsflyerDatalockerS3MappingRepository''getAppsflyerDatalockerS3MappingRepositoryService'true],
  1102.             'App\\Repository\\AppsflyerWatcherRepository' => ['privates''App\\Repository\\AppsflyerWatcherRepository''getAppsflyerWatcherRepositoryService'true],
  1103.             'App\\Repository\\ChartsCacheRepository' => ['privates''App\\Repository\\ChartsCacheRepository''getChartsCacheRepositoryService'true],
  1104.             'App\\Repository\\ClickCapRepository' => ['privates''App\\Repository\\ClickCapRepository''getClickCapRepositoryService'true],
  1105.             'App\\Repository\\ClickInstallOptimisationRepository' => ['privates''App\\Repository\\ClickInstallOptimisationRepository''getClickInstallOptimisationRepositoryService'true],
  1106.             'App\\Repository\\ClickSpamRepository' => ['privates''App\\Repository\\ClickSpamRepository''getClickSpamRepositoryService'true],
  1107.             'App\\Repository\\ClicksRepository' => ['privates''App\\Repository\\ClicksRepository''getClicksRepositoryService'true],
  1108.             'App\\Repository\\CommandBlockRepository' => ['privates''App\\Repository\\CommandBlockRepository''getCommandBlockRepositoryService'true],
  1109.             'App\\Repository\\CommandLoggerRepository' => ['privates''App\\Repository\\CommandLoggerRepository''getCommandLoggerRepositoryService'true],
  1110.             'App\\Repository\\ConversionLogsRepository' => ['privates''App\\Repository\\ConversionLogsRepository''getConversionLogsRepositoryService'true],
  1111.             'App\\Repository\\ConversionRawLogsRepository' => ['privates''App\\Repository\\ConversionRawLogsRepository''getConversionRawLogsRepositoryService'true],
  1112.             'App\\Repository\\CountriesRepository' => ['privates''App\\Repository\\CountriesRepository''getCountriesRepositoryService'true],
  1113.             'App\\Repository\\CrOptimisationRepository' => ['privates''App\\Repository\\CrOptimisationRepository''getCrOptimisationRepositoryService'true],
  1114.             'App\\Repository\\DeductionControlCommentsRepository' => ['privates''App\\Repository\\DeductionControlCommentsRepository''getDeductionControlCommentsRepositoryService'true],
  1115.             'App\\Repository\\DeductionControlRepository' => ['privates''App\\Repository\\DeductionControlRepository''getDeductionControlRepositoryService'true],
  1116.             'App\\Repository\\DeviceIdControlRepository' => ['privates''App\\Repository\\DeviceIdControlRepository''getDeviceIdControlRepositoryService'true],
  1117.             'App\\Repository\\DisableLinksRepository' => ['privates''App\\Repository\\DisableLinksRepository''getDisableLinksRepositoryService'true],
  1118.             'App\\Repository\\EmployeesRepository' => ['privates''App\\Repository\\EmployeesRepository''getEmployeesRepositoryService'true],
  1119.             'App\\Repository\\FraudFlagLogsRepository' => ['privates''App\\Repository\\FraudFlagLogsRepository''getFraudFlagLogsRepositoryService'true],
  1120.             'App\\Repository\\FraudFlagsRepository' => ['privates''App\\Repository\\FraudFlagsRepository''getFraudFlagsRepositoryService'true],
  1121.             'App\\Repository\\GoalIdOptimisationByGoalRelationRepository' => ['privates''App\\Repository\\GoalIdOptimisationByGoalRelationRepository''getGoalIdOptimisationByGoalRelationRepositoryService'true],
  1122.             'App\\Repository\\GoalIdOptimisationBySpecificGoalRepository' => ['privates''App\\Repository\\GoalIdOptimisationBySpecificGoalRepository''getGoalIdOptimisationBySpecificGoalRepositoryService'true],
  1123.             'App\\Repository\\HoAffiliateMmpPartnerMappingRepository' => ['privates''App\\Repository\\HoAffiliateMmpPartnerMappingRepository''getHoAffiliateMmpPartnerMappingRepositoryService'true],
  1124.             'App\\Repository\\HoApiLogsRepository' => ['privates''App\\Repository\\HoApiLogsRepository''getHoApiLogsRepositoryService'true],
  1125.             'App\\Repository\\HyperAffiliateDataRepository' => ['privates''App\\Repository\\HyperAffiliateDataRepository''getHyperAffiliateDataRepositoryService'true],
  1126.             'App\\Repository\\HyperClientInfoRepository' => ['privates''App\\Repository\\HyperClientInfoRepository''getHyperClientInfoRepositoryService'true],
  1127.             'App\\Repository\\ImpressionLogsRepository' => ['privates''App\\Repository\\ImpressionLogsRepository''getImpressionLogsRepositoryService'true],
  1128.             'App\\Repository\\ImpressionOptimisationRepository' => ['privates''App\\Repository\\ImpressionOptimisationRepository''getImpressionOptimisationRepositoryService'true],
  1129.             'App\\Repository\\LogListRepository' => ['privates''App\\Repository\\LogListRepository''getLogListRepositoryService'true],
  1130.             'App\\Repository\\MafoAdvertiserCabinetManagerMappingWithMafoAdvertiserRepository' => ['privates''App\\Repository\\MafoAdvertiserCabinetManagerMappingWithMafoAdvertiserRepository''getMafoAdvertiserCabinetManagerMappingWithMafoAdvertiserRepositoryService'true],
  1131.             'App\\Repository\\MafoAdvertiserCabinetManagerRepository' => ['privates''App\\Repository\\MafoAdvertiserCabinetManagerRepository''getMafoAdvertiserCabinetManagerRepositoryService'true],
  1132.             'App\\Repository\\MafoAdvertiserHyperDataRepository' => ['privates''App\\Repository\\MafoAdvertiserHyperDataRepository''getMafoAdvertiserHyperDataRepositoryService'true],
  1133.             'App\\Repository\\MafoAdvertisersMappingRepository' => ['privates''App\\Repository\\MafoAdvertisersMappingRepository''getMafoAdvertisersMappingRepositoryService'true],
  1134.             'App\\Repository\\MafoAdvertisersRepository' => ['privates''App\\Repository\\MafoAdvertisersRepository''getMafoAdvertisersRepositoryService'true],
  1135.             'App\\Repository\\MafoAffiliateHyperDataRepository' => ['privates''App\\Repository\\MafoAffiliateHyperDataRepository''getMafoAffiliateHyperDataRepositoryService'true],
  1136.             'App\\Repository\\MafoAffiliateMmpPartnerMappingRepository' => ['privates''App\\Repository\\MafoAffiliateMmpPartnerMappingRepository''getMafoAffiliateMmpPartnerMappingRepositoryService'true],
  1137.             'App\\Repository\\MafoAffiliatesMappingRepository' => ['privates''App\\Repository\\MafoAffiliatesMappingRepository''getMafoAffiliatesMappingRepositoryService'true],
  1138.             'App\\Repository\\MafoAffiliatesRepository' => ['privates''App\\Repository\\MafoAffiliatesRepository''getMafoAffiliatesRepositoryService'true],
  1139.             'App\\Repository\\MafoDeductionControlCommentsRepository' => ['privates''App\\Repository\\MafoDeductionControlCommentsRepository''getMafoDeductionControlCommentsRepositoryService'true],
  1140.             'App\\Repository\\MafoDeductionControlRepository' => ['privates''App\\Repository\\MafoDeductionControlRepository''getMafoDeductionControlRepositoryService'true],
  1141.             'App\\Repository\\MafoOffersMappingRepository' => ['privates''App\\Repository\\MafoOffersMappingRepository''getMafoOffersMappingRepositoryService'true],
  1142.             'App\\Repository\\MafoOffersRepository' => ['privates''App\\Repository\\MafoOffersRepository''getMafoOffersRepositoryService'true],
  1143.             'App\\Repository\\MafoPayoutControlCommentsRepository' => ['privates''App\\Repository\\MafoPayoutControlCommentsRepository''getMafoPayoutControlCommentsRepositoryService'true],
  1144.             'App\\Repository\\MafoPayoutControlRepository' => ['privates''App\\Repository\\MafoPayoutControlRepository''getMafoPayoutControlRepositoryService'true],
  1145.             'App\\Repository\\MafoPayoutControlRevisionsRepository' => ['privates''App\\Repository\\MafoPayoutControlRevisionsRepository''getMafoPayoutControlRevisionsRepositoryService'true],
  1146.             'App\\Repository\\MafoPayoutTotalCommentsRepository' => ['privates''App\\Repository\\MafoPayoutTotalCommentsRepository''getMafoPayoutTotalCommentsRepositoryService'true],
  1147.             'App\\Repository\\MafoPayoutTotalRepository' => ['privates''App\\Repository\\MafoPayoutTotalRepository''getMafoPayoutTotalRepositoryService'true],
  1148.             'App\\Repository\\MafoPayoutTotalRevisionsRepository' => ['privates''App\\Repository\\MafoPayoutTotalRevisionsRepository''getMafoPayoutTotalRevisionsRepositoryService'true],
  1149.             'App\\Repository\\MafoPublisherMappingWithAffiliateRepository' => ['privates''App\\Repository\\MafoPublisherMappingWithAffiliateRepository''getMafoPublisherMappingWithAffiliateRepositoryService'true],
  1150.             'App\\Repository\\MafoPublisherRepository' => ['privates''App\\Repository\\MafoPublisherRepository''getMafoPublisherRepositoryService'true],
  1151.             'App\\Repository\\MafoRevenueControlCommentsRepository' => ['privates''App\\Repository\\MafoRevenueControlCommentsRepository''getMafoRevenueControlCommentsRepositoryService'true],
  1152.             'App\\Repository\\MafoRevenueControlRepository' => ['privates''App\\Repository\\MafoRevenueControlRepository''getMafoRevenueControlRepositoryService'true],
  1153.             'App\\Repository\\MafoRevenueControlRevisionsRepository' => ['privates''App\\Repository\\MafoRevenueControlRevisionsRepository''getMafoRevenueControlRevisionsRepositoryService'true],
  1154.             'App\\Repository\\MafoRevenueTotalCommentsRepository' => ['privates''App\\Repository\\MafoRevenueTotalCommentsRepository''getMafoRevenueTotalCommentsRepositoryService'true],
  1155.             'App\\Repository\\MafoRevenueTotalRepository' => ['privates''App\\Repository\\MafoRevenueTotalRepository''getMafoRevenueTotalRepositoryService'true],
  1156.             'App\\Repository\\MafoRevenueTotalRevisionsRepository' => ['privates''App\\Repository\\MafoRevenueTotalRevisionsRepository''getMafoRevenueTotalRevisionsRepositoryService'true],
  1157.             'App\\Repository\\MafoUserNotificationsRepository' => ['privates''App\\Repository\\MafoUserNotificationsRepository''getMafoUserNotificationsRepositoryService'true],
  1158.             'App\\Repository\\MmpAdvertisersRepository' => ['privates''App\\Repository\\MmpAdvertisersRepository''getMmpAdvertisersRepositoryService'true],
  1159.             'App\\Repository\\MmpFraudReportsRepository' => ['privates''App\\Repository\\MmpFraudReportsRepository''getMmpFraudReportsRepositoryService'true],
  1160.             'App\\Repository\\MmpFraudReportsRepositoryDump' => ['privates''App\\Repository\\MmpFraudReportsRepositoryDump''getMmpFraudReportsRepositoryDumpService'true],
  1161.             'App\\Repository\\MmpMobileAppsRepository' => ['privates''App\\Repository\\MmpMobileAppsRepository''getMmpMobileAppsRepositoryService'true],
  1162.             'App\\Repository\\MmpNotificationsRepository' => ['privates''App\\Repository\\MmpNotificationsRepository''getMmpNotificationsRepositoryService'true],
  1163.             'App\\Repository\\MmpOffersRepository' => ['privates''App\\Repository\\MmpOffersRepository''getMmpOffersRepositoryService'true],
  1164.             'App\\Repository\\MmpOffersRuleVersionsRepository' => ['privates''App\\Repository\\MmpOffersRuleVersionsRepository''getMmpOffersRuleVersionsRepositoryService'true],
  1165.             'App\\Repository\\MmpPartnerRuleVersionsRepository' => ['privates''App\\Repository\\MmpPartnerRuleVersionsRepository''getMmpPartnerRuleVersionsRepositoryService'true],
  1166.             'App\\Repository\\MmpPartnerRulesRepository' => ['privates''App\\Repository\\MmpPartnerRulesRepository''getMmpPartnerRulesRepositoryService'true],
  1167.             'App\\Repository\\MmpPartnersRepository' => ['privates''App\\Repository\\MmpPartnersRepository''getMmpPartnersRepositoryService'true],
  1168.             'App\\Repository\\MmpReportsDumpRepository' => ['privates''App\\Repository\\MmpReportsDumpRepository''getMmpReportsDumpRepositoryService'true],
  1169.             'App\\Repository\\MmpReportsRepository' => ['privates''App\\Repository\\MmpReportsRepository''getMmpReportsRepositoryService'true],
  1170.             'App\\Repository\\MobuppsTeamsRepository' => ['privates''App\\Repository\\MobuppsTeamsRepository''getMobuppsTeamsRepositoryService'true],
  1171.             'App\\Repository\\MobuppsUsersRepository' => ['privates''App\\Repository\\MobuppsUsersRepository''getMobuppsUsersRepositoryService'true],
  1172.             'App\\Repository\\NewsletterBuilderRepository' => ['privates''App\\Repository\\NewsletterBuilderRepository''getNewsletterBuilderRepositoryService'true],
  1173.             'App\\Repository\\ObjectMappingWithTuneWebAccountRepository' => ['privates''App\\Repository\\ObjectMappingWithTuneWebAccountRepository''getObjectMappingWithTuneWebAccountRepositoryService'true],
  1174.             'App\\Repository\\OfferCategoriesRepository' => ['privates''App\\Repository\\OfferCategoriesRepository''getOfferCategoriesRepositoryService'true],
  1175.             'App\\Repository\\OfferCategoryRelationshipRepository' => ['privates''App\\Repository\\OfferCategoryRelationshipRepository''getOfferCategoryRelationshipRepositoryService'true],
  1176.             'App\\Repository\\OfferCreativeFileRepository' => ['privates''App\\Repository\\OfferCreativeFileRepository''getOfferCreativeFileRepositoryService'true],
  1177.             'App\\Repository\\OfferGeoRelationshipRepository' => ['privates''App\\Repository\\OfferGeoRelationshipRepository''getOfferGeoRelationshipRepositoryService'true],
  1178.             'App\\Repository\\OfferGoalsInfoRepository' => ['privates''App\\Repository\\OfferGoalsInfoRepository''getOfferGoalsInfoRepositoryService'true],
  1179.             'App\\Repository\\OfferInfoRepository' => ['privates''App\\Repository\\OfferInfoRepository''getOfferInfoRepositoryService'true],
  1180.             'App\\Repository\\OfferScheduledChangesLogsRepository' => ['privates''App\\Repository\\OfferScheduledChangesLogsRepository''getOfferScheduledChangesLogsRepositoryService'true],
  1181.             'App\\Repository\\OfferScheduledChangesRepository' => ['privates''App\\Repository\\OfferScheduledChangesRepository''getOfferScheduledChangesRepositoryService'true],
  1182.             'App\\Repository\\OfferTagRelationshipRepository' => ['privates''App\\Repository\\OfferTagRelationshipRepository''getOfferTagRelationshipRepositoryService'true],
  1183.             'App\\Repository\\OfferWhitelistRepository' => ['privates''App\\Repository\\OfferWhitelistRepository''getOfferWhitelistRepositoryService'true],
  1184.             'App\\Repository\\OkrControlRepository' => ['privates''App\\Repository\\OkrControlRepository''getOkrControlRepositoryService'true],
  1185.             'App\\Repository\\PayoutBulkEditRepository' => ['privates''App\\Repository\\PayoutBulkEditRepository''getPayoutBulkEditRepositoryService'true],
  1186.             'App\\Repository\\PayoutControlAffiliateHyperDataRepository' => ['privates''App\\Repository\\PayoutControlAffiliateHyperDataRepository''getPayoutControlAffiliateHyperDataRepositoryService'true],
  1187.             'App\\Repository\\PayoutControlCommentsRepository' => ['privates''App\\Repository\\PayoutControlCommentsRepository''getPayoutControlCommentsRepositoryService'true],
  1188.             'App\\Repository\\PayoutControlRepository' => ['privates''App\\Repository\\PayoutControlRepository''getPayoutControlRepositoryService'true],
  1189.             'App\\Repository\\PayoutControlRevisionsRepository' => ['privates''App\\Repository\\PayoutControlRevisionsRepository''getPayoutControlRevisionsRepositoryService'true],
  1190.             'App\\Repository\\PayoutTotalCommentsRepository' => ['privates''App\\Repository\\PayoutTotalCommentsRepository''getPayoutTotalCommentsRepositoryService'true],
  1191.             'App\\Repository\\PayoutTotalRepository' => ['privates''App\\Repository\\PayoutTotalRepository''getPayoutTotalRepositoryService'true],
  1192.             'App\\Repository\\PayoutTotalRevisionsRepository' => ['privates''App\\Repository\\PayoutTotalRevisionsRepository''getPayoutTotalRevisionsRepositoryService'true],
  1193.             'App\\Repository\\PostbackControlLogsRepository' => ['privates''App\\Repository\\PostbackControlLogsRepository''getPostbackControlLogsRepositoryService'true],
  1194.             'App\\Repository\\PostbackControlRepository' => ['privates''App\\Repository\\PostbackControlRepository''getPostbackControlRepositoryService'true],
  1195.             'App\\Repository\\PriceBulkEditRepository' => ['privates''App\\Repository\\PriceBulkEditRepository''getPriceBulkEditRepositoryService'true],
  1196.             'App\\Repository\\RawLogsRepository' => ['privates''App\\Repository\\RawLogsRepository''getRawLogsRepositoryService'true],
  1197.             'App\\Repository\\RecommendationsByObjectRepository' => ['privates''App\\Repository\\RecommendationsByObjectRepository''getRecommendationsByObjectRepositoryService'true],
  1198.             'App\\Repository\\ResetPasswordRequestMafoAdvertiserRepository' => ['privates''App\\Repository\\ResetPasswordRequestMafoAdvertiserRepository''getResetPasswordRequestMafoAdvertiserRepositoryService'true],
  1199.             'App\\Repository\\ResetPasswordRequestMafoPublisherRepository' => ['privates''App\\Repository\\ResetPasswordRequestMafoPublisherRepository''getResetPasswordRequestMafoPublisherRepositoryService'true],
  1200.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1201.             'App\\Repository\\RevenueControlAdvertiserHyperDataRepository' => ['privates''App\\Repository\\RevenueControlAdvertiserHyperDataRepository''getRevenueControlAdvertiserHyperDataRepositoryService'true],
  1202.             'App\\Repository\\RevenueControlCommentsRepository' => ['privates''App\\Repository\\RevenueControlCommentsRepository''getRevenueControlCommentsRepositoryService'true],
  1203.             'App\\Repository\\RevenueControlRepository' => ['privates''App\\Repository\\RevenueControlRepository''getRevenueControlRepositoryService'true],
  1204.             'App\\Repository\\RevenueControlRevisionsRepository' => ['privates''App\\Repository\\RevenueControlRevisionsRepository''getRevenueControlRevisionsRepositoryService'true],
  1205.             'App\\Repository\\RevenueTotalCommentsRepository' => ['privates''App\\Repository\\RevenueTotalCommentsRepository''getRevenueTotalCommentsRepositoryService'true],
  1206.             'App\\Repository\\RevenueTotalRepository' => ['privates''App\\Repository\\RevenueTotalRepository''getRevenueTotalRepositoryService'true],
  1207.             'App\\Repository\\RevenueTotalRevisionsRepository' => ['privates''App\\Repository\\RevenueTotalRevisionsRepository''getRevenueTotalRevisionsRepositoryService'true],
  1208.             'App\\Repository\\SavedReportRepository' => ['privates''App\\Repository\\SavedReportRepository''getSavedReportRepositoryService'true],
  1209.             'App\\Repository\\ScheduledAffiliateOfferApprovalRepository' => ['privates''App\\Repository\\ScheduledAffiliateOfferApprovalRepository''getScheduledAffiliateOfferApprovalRepositoryService'true],
  1210.             'App\\Repository\\ScheduledAffiliateOfferBlockRepository' => ['privates''App\\Repository\\ScheduledAffiliateOfferBlockRepository''getScheduledAffiliateOfferBlockRepositoryService'true],
  1211.             'App\\Repository\\ScheduledAffiliateTagOfferApprovalRepository' => ['privates''App\\Repository\\ScheduledAffiliateTagOfferApprovalRepository''getScheduledAffiliateTagOfferApprovalRepositoryService'true],
  1212.             'App\\Repository\\ScheduledDisableLinksRepository' => ['privates''App\\Repository\\ScheduledDisableLinksRepository''getScheduledDisableLinksRepositoryService'true],
  1213.             'App\\Repository\\SkadNetworkApiCacheRepository' => ['privates''App\\Repository\\SkadNetworkApiCacheRepository''getSkadNetworkApiCacheRepositoryService'true],
  1214.             'App\\Repository\\SkadNetworkApiLogsRepository' => ['privates''App\\Repository\\SkadNetworkApiLogsRepository''getSkadNetworkApiLogsRepositoryService'true],
  1215.             'App\\Repository\\SkadNetworkCampaignInfoRepository' => ['privates''App\\Repository\\SkadNetworkCampaignInfoRepository''getSkadNetworkCampaignInfoRepositoryService'true],
  1216.             'App\\Repository\\SkadNetworkManualPostbackMappingRepository' => ['privates''App\\Repository\\SkadNetworkManualPostbackMappingRepository''getSkadNetworkManualPostbackMappingRepositoryService'true],
  1217.             'App\\Repository\\SkadNetworkPostbackLogsRepository' => ['privates''App\\Repository\\SkadNetworkPostbackLogsRepository''getSkadNetworkPostbackLogsRepositoryService'true],
  1218.             'App\\Repository\\SkadnetworkLogsRepository' => ['privates''App\\Repository\\SkadnetworkLogsRepository''getSkadnetworkLogsRepositoryService'true],
  1219.             'App\\Repository\\SourceTagsRepository' => ['privates''App\\Repository\\SourceTagsRepository''getSourceTagsRepositoryService'true],
  1220.             'App\\Repository\\SourceWhitelistRepository' => ['privates''App\\Repository\\SourceWhitelistRepository''getSourceWhitelistRepositoryService'true],
  1221.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'true],
  1222.             'App\\Repository\\UnsubscribeMailRepository' => ['privates''App\\Repository\\UnsubscribeMailRepository''getUnsubscribeMailRepositoryService'true],
  1223.             'App\\Repository\\UserApiKeyRepository' => ['privates''App\\Repository\\UserApiKeyRepository''getUserApiKeyRepositoryService'true],
  1224.             'App\\Repository\\UsersHierarchyLogsRepostiroy' => ['privates''App\\Repository\\UsersHierarchyLogsRepostiroy''getUsersHierarchyLogsRepostiroyService'true],
  1225.             'App\\Repository\\UsersHierarchyRepository' => ['privates''App\\Repository\\UsersHierarchyRepository''getUsersHierarchyRepositoryService'true],
  1226.             'App\\Repository\\WebConversionsRepository' => ['privates''App\\Repository\\WebConversionsRepository''getWebConversionsRepositoryService'true],
  1227.         ], [
  1228.             'App\\Repository\\AdjustAppDetailsRepository' => '?',
  1229.             'App\\Repository\\AdjustOfferCampaignMappingRepository' => '?',
  1230.             'App\\Repository\\AdjustWatcherRepository' => '?',
  1231.             'App\\Repository\\AdvertiserAccountManagerRepository' => '?',
  1232.             'App\\Repository\\AdvertiserInfoRepository' => '?',
  1233.             'App\\Repository\\AdvertiserTagRelationshipRepository' => '?',
  1234.             'App\\Repository\\AffiliateAccountManagerRepository' => '?',
  1235.             'App\\Repository\\AffiliateInfoRepository' => '?',
  1236.             'App\\Repository\\AffiliateOfferApprovalRepository' => '?',
  1237.             'App\\Repository\\AffiliateOfferBlockAlertLogsRepository' => '?',
  1238.             'App\\Repository\\AffiliateOfferBlockLogsRepository' => '?',
  1239.             'App\\Repository\\AffiliateOfferBlockRepository' => '?',
  1240.             'App\\Repository\\AffiliateOfferCountRepository' => '?',
  1241.             'App\\Repository\\AffiliateOfferPayoutRepository' => '?',
  1242.             'App\\Repository\\AffiliateOfferPriceRepository' => '?',
  1243.             'App\\Repository\\AffiliateRatingRepository' => '?',
  1244.             'App\\Repository\\AffiliateTagRelationshipRepository' => '?',
  1245.             'App\\Repository\\AffiliateTagsRepository' => '?',
  1246.             'App\\Repository\\AgentControlRepository' => '?',
  1247.             'App\\Repository\\AgentsRepository' => '?',
  1248.             'App\\Repository\\AlertLogsRepository' => '?',
  1249.             'App\\Repository\\AlertMetaRepository' => '?',
  1250.             'App\\Repository\\AlertsRepository' => '?',
  1251.             'App\\Repository\\AppInfoRepository' => '?',
  1252.             'App\\Repository\\AppRetentionReportRepository' => '?',
  1253.             'App\\Repository\\AppnameControlBlacklistRepository' => '?',
  1254.             'App\\Repository\\AppnameControlRepository' => '?',
  1255.             'App\\Repository\\ApprovalControlRepository' => '?',
  1256.             'App\\Repository\\AppsBlackAndWhiteListRepository' => '?',
  1257.             'App\\Repository\\AppsflyerDatalockerRepository' => '?',
  1258.             'App\\Repository\\AppsflyerDatalockerS3MappingRepository' => '?',
  1259.             'App\\Repository\\AppsflyerWatcherRepository' => '?',
  1260.             'App\\Repository\\ChartsCacheRepository' => '?',
  1261.             'App\\Repository\\ClickCapRepository' => '?',
  1262.             'App\\Repository\\ClickInstallOptimisationRepository' => '?',
  1263.             'App\\Repository\\ClickSpamRepository' => '?',
  1264.             'App\\Repository\\ClicksRepository' => '?',
  1265.             'App\\Repository\\CommandBlockRepository' => '?',
  1266.             'App\\Repository\\CommandLoggerRepository' => '?',
  1267.             'App\\Repository\\ConversionLogsRepository' => '?',
  1268.             'App\\Repository\\ConversionRawLogsRepository' => '?',
  1269.             'App\\Repository\\CountriesRepository' => '?',
  1270.             'App\\Repository\\CrOptimisationRepository' => '?',
  1271.             'App\\Repository\\DeductionControlCommentsRepository' => '?',
  1272.             'App\\Repository\\DeductionControlRepository' => '?',
  1273.             'App\\Repository\\DeviceIdControlRepository' => '?',
  1274.             'App\\Repository\\DisableLinksRepository' => '?',
  1275.             'App\\Repository\\EmployeesRepository' => '?',
  1276.             'App\\Repository\\FraudFlagLogsRepository' => '?',
  1277.             'App\\Repository\\FraudFlagsRepository' => '?',
  1278.             'App\\Repository\\GoalIdOptimisationByGoalRelationRepository' => '?',
  1279.             'App\\Repository\\GoalIdOptimisationBySpecificGoalRepository' => '?',
  1280.             'App\\Repository\\HoAffiliateMmpPartnerMappingRepository' => '?',
  1281.             'App\\Repository\\HoApiLogsRepository' => '?',
  1282.             'App\\Repository\\HyperAffiliateDataRepository' => '?',
  1283.             'App\\Repository\\HyperClientInfoRepository' => '?',
  1284.             'App\\Repository\\ImpressionLogsRepository' => '?',
  1285.             'App\\Repository\\ImpressionOptimisationRepository' => '?',
  1286.             'App\\Repository\\LogListRepository' => '?',
  1287.             'App\\Repository\\MafoAdvertiserCabinetManagerMappingWithMafoAdvertiserRepository' => '?',
  1288.             'App\\Repository\\MafoAdvertiserCabinetManagerRepository' => '?',
  1289.             'App\\Repository\\MafoAdvertiserHyperDataRepository' => '?',
  1290.             'App\\Repository\\MafoAdvertisersMappingRepository' => '?',
  1291.             'App\\Repository\\MafoAdvertisersRepository' => '?',
  1292.             'App\\Repository\\MafoAffiliateHyperDataRepository' => '?',
  1293.             'App\\Repository\\MafoAffiliateMmpPartnerMappingRepository' => '?',
  1294.             'App\\Repository\\MafoAffiliatesMappingRepository' => '?',
  1295.             'App\\Repository\\MafoAffiliatesRepository' => '?',
  1296.             'App\\Repository\\MafoDeductionControlCommentsRepository' => '?',
  1297.             'App\\Repository\\MafoDeductionControlRepository' => '?',
  1298.             'App\\Repository\\MafoOffersMappingRepository' => '?',
  1299.             'App\\Repository\\MafoOffersRepository' => '?',
  1300.             'App\\Repository\\MafoPayoutControlCommentsRepository' => '?',
  1301.             'App\\Repository\\MafoPayoutControlRepository' => '?',
  1302.             'App\\Repository\\MafoPayoutControlRevisionsRepository' => '?',
  1303.             'App\\Repository\\MafoPayoutTotalCommentsRepository' => '?',
  1304.             'App\\Repository\\MafoPayoutTotalRepository' => '?',
  1305.             'App\\Repository\\MafoPayoutTotalRevisionsRepository' => '?',
  1306.             'App\\Repository\\MafoPublisherMappingWithAffiliateRepository' => '?',
  1307.             'App\\Repository\\MafoPublisherRepository' => '?',
  1308.             'App\\Repository\\MafoRevenueControlCommentsRepository' => '?',
  1309.             'App\\Repository\\MafoRevenueControlRepository' => '?',
  1310.             'App\\Repository\\MafoRevenueControlRevisionsRepository' => '?',
  1311.             'App\\Repository\\MafoRevenueTotalCommentsRepository' => '?',
  1312.             'App\\Repository\\MafoRevenueTotalRepository' => '?',
  1313.             'App\\Repository\\MafoRevenueTotalRevisionsRepository' => '?',
  1314.             'App\\Repository\\MafoUserNotificationsRepository' => '?',
  1315.             'App\\Repository\\MmpAdvertisersRepository' => '?',
  1316.             'App\\Repository\\MmpFraudReportsRepository' => '?',
  1317.             'App\\Repository\\MmpFraudReportsRepositoryDump' => '?',
  1318.             'App\\Repository\\MmpMobileAppsRepository' => '?',
  1319.             'App\\Repository\\MmpNotificationsRepository' => '?',
  1320.             'App\\Repository\\MmpOffersRepository' => '?',
  1321.             'App\\Repository\\MmpOffersRuleVersionsRepository' => '?',
  1322.             'App\\Repository\\MmpPartnerRuleVersionsRepository' => '?',
  1323.             'App\\Repository\\MmpPartnerRulesRepository' => '?',
  1324.             'App\\Repository\\MmpPartnersRepository' => '?',
  1325.             'App\\Repository\\MmpReportsDumpRepository' => '?',
  1326.             'App\\Repository\\MmpReportsRepository' => '?',
  1327.             'App\\Repository\\MobuppsTeamsRepository' => '?',
  1328.             'App\\Repository\\MobuppsUsersRepository' => '?',
  1329.             'App\\Repository\\NewsletterBuilderRepository' => '?',
  1330.             'App\\Repository\\ObjectMappingWithTuneWebAccountRepository' => '?',
  1331.             'App\\Repository\\OfferCategoriesRepository' => '?',
  1332.             'App\\Repository\\OfferCategoryRelationshipRepository' => '?',
  1333.             'App\\Repository\\OfferCreativeFileRepository' => '?',
  1334.             'App\\Repository\\OfferGeoRelationshipRepository' => '?',
  1335.             'App\\Repository\\OfferGoalsInfoRepository' => '?',
  1336.             'App\\Repository\\OfferInfoRepository' => '?',
  1337.             'App\\Repository\\OfferScheduledChangesLogsRepository' => '?',
  1338.             'App\\Repository\\OfferScheduledChangesRepository' => '?',
  1339.             'App\\Repository\\OfferTagRelationshipRepository' => '?',
  1340.             'App\\Repository\\OfferWhitelistRepository' => '?',
  1341.             'App\\Repository\\OkrControlRepository' => '?',
  1342.             'App\\Repository\\PayoutBulkEditRepository' => '?',
  1343.             'App\\Repository\\PayoutControlAffiliateHyperDataRepository' => '?',
  1344.             'App\\Repository\\PayoutControlCommentsRepository' => '?',
  1345.             'App\\Repository\\PayoutControlRepository' => '?',
  1346.             'App\\Repository\\PayoutControlRevisionsRepository' => '?',
  1347.             'App\\Repository\\PayoutTotalCommentsRepository' => '?',
  1348.             'App\\Repository\\PayoutTotalRepository' => '?',
  1349.             'App\\Repository\\PayoutTotalRevisionsRepository' => '?',
  1350.             'App\\Repository\\PostbackControlLogsRepository' => '?',
  1351.             'App\\Repository\\PostbackControlRepository' => '?',
  1352.             'App\\Repository\\PriceBulkEditRepository' => '?',
  1353.             'App\\Repository\\RawLogsRepository' => '?',
  1354.             'App\\Repository\\RecommendationsByObjectRepository' => '?',
  1355.             'App\\Repository\\ResetPasswordRequestMafoAdvertiserRepository' => '?',
  1356.             'App\\Repository\\ResetPasswordRequestMafoPublisherRepository' => '?',
  1357.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1358.             'App\\Repository\\RevenueControlAdvertiserHyperDataRepository' => '?',
  1359.             'App\\Repository\\RevenueControlCommentsRepository' => '?',
  1360.             'App\\Repository\\RevenueControlRepository' => '?',
  1361.             'App\\Repository\\RevenueControlRevisionsRepository' => '?',
  1362.             'App\\Repository\\RevenueTotalCommentsRepository' => '?',
  1363.             'App\\Repository\\RevenueTotalRepository' => '?',
  1364.             'App\\Repository\\RevenueTotalRevisionsRepository' => '?',
  1365.             'App\\Repository\\SavedReportRepository' => '?',
  1366.             'App\\Repository\\ScheduledAffiliateOfferApprovalRepository' => '?',
  1367.             'App\\Repository\\ScheduledAffiliateOfferBlockRepository' => '?',
  1368.             'App\\Repository\\ScheduledAffiliateTagOfferApprovalRepository' => '?',
  1369.             'App\\Repository\\ScheduledDisableLinksRepository' => '?',
  1370.             'App\\Repository\\SkadNetworkApiCacheRepository' => '?',
  1371.             'App\\Repository\\SkadNetworkApiLogsRepository' => '?',
  1372.             'App\\Repository\\SkadNetworkCampaignInfoRepository' => '?',
  1373.             'App\\Repository\\SkadNetworkManualPostbackMappingRepository' => '?',
  1374.             'App\\Repository\\SkadNetworkPostbackLogsRepository' => '?',
  1375.             'App\\Repository\\SkadnetworkLogsRepository' => '?',
  1376.             'App\\Repository\\SourceTagsRepository' => '?',
  1377.             'App\\Repository\\SourceWhitelistRepository' => '?',
  1378.             'App\\Repository\\TagRepository' => '?',
  1379.             'App\\Repository\\UnsubscribeMailRepository' => '?',
  1380.             'App\\Repository\\UserApiKeyRepository' => '?',
  1381.             'App\\Repository\\UsersHierarchyLogsRepostiroy' => '?',
  1382.             'App\\Repository\\UsersHierarchyRepository' => '?',
  1383.             'App\\Repository\\WebConversionsRepository' => '?',
  1384.         ])));
  1385.         $a->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1386.         $a->addCustomStringFunction('json_object''DoctrineExtensions\\Query\\Mysql\\JsonObject');
  1387.         $a->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1388.         $a->addCustomStringFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1389.         $a->addCustomDatetimeFunction('HOUR''DoctrineExtensions\\Query\\Mysql\\Hour');
  1390.         $a->addCustomDatetimeFunction('DAY''DoctrineExtensions\\Query\\Mysql\\Day');
  1391.         $a->addCustomDatetimeFunction('WEEK''DoctrineExtensions\\Query\\Mysql\\Week');
  1392.         $a->addCustomDatetimeFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  1393.         $a->addCustomDatetimeFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  1394.         $a->addCustomDatetimeFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1395.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1396.         $a->addCustomDatetimeFunction('DATE_SUB''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1397.         $a->addCustomDatetimeFunction('UNIX_TIMESTAMP''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1398.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1399.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1400.         return $instance;
  1401.     }
  1402.     /**
  1403.      * Gets the public 'doctrine_mongodb' shared service.
  1404.      *
  1405.      * @return \Doctrine\Bundle\MongoDBBundle\ManagerRegistry
  1406.      */
  1407.     protected function getDoctrineMongodbService()
  1408.     {
  1409.         return $this->services['doctrine_mongodb'] = new \Doctrine\Bundle\MongoDBBundle\ManagerRegistry('MongoDB'$this->parameters['doctrine_mongodb.odm.connections'], $this->parameters['doctrine_mongodb.odm.document_managers'], 'default''default''ProxyManager\\Proxy\\GhostObjectInterface'$this);
  1410.     }
  1411.     /**
  1412.      * Gets the public 'event_dispatcher' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1415.      */
  1416.     protected function getEventDispatcherService()
  1417.     {
  1418.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1419.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1420.         $a->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1421.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1422.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1423.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1424.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1425.         $instance->addListener('kernel.request', [=> function () {
  1426.             return ($this->privates['App\\EventListener\\CsvSanitizerListener'] ?? ($this->privates['App\\EventListener\\CsvSanitizerListener'] = new \App\EventListener\CsvSanitizerListener()));
  1427.         }, => 'onKernelRequest'], 0);
  1428.         $instance->addListener('kernel.request', [=> function () {
  1429.             return ($this->privates['App\\EventListener\\InvalidApiPathListener'] ?? ($this->privates['App\\EventListener\\InvalidApiPathListener'] = new \App\EventListener\InvalidApiPathListener($this->getEnv('advertisers_api_subdomain'))));
  1430.         }, => 'onKernelRequest'], 10);
  1431.         $instance->addListener('security.interactive_login', [=> function () {
  1432.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  1433.         }, => 'onSecurityInteractiveLogin'], 0);
  1434.         $instance->addListener('kernel.request', [=> function () {
  1435.             return ($this->privates['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1436.         }, => 'onKernelRequest'], 0);
  1437.         $instance->addListener('kernel.controller', [=> function () {
  1438.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1439.         }, => 'onKernelController'], 0);
  1440.         $instance->addListener('console.command', [=> function () {
  1441.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1442.         }, => 'onConsoleCommand'], 0);
  1443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1444.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1445.         }, => 'checkPassport'], 1024);
  1446.         $instance->addListener('kernel.response', [=> function () {
  1447.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1448.         }, => 'onKernelResponse'], 0);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1451.         }, => 'onKernelResponse'], 0);
  1452.         $instance->addListener('kernel.response', [=> function () {
  1453.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1454.         }, => 'onKernelResponse'], 0);
  1455.         $instance->addListener('console.command', [=> function () {
  1456.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1457.         }, => 'handleConsoleCommandEvent'], 128);
  1458.         $instance->addListener('console.terminate', [=> function () {
  1459.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1460.         }, => 'handleConsoleTerminateEvent'], -64);
  1461.         $instance->addListener('console.error', [=> function () {
  1462.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1463.         }, => 'handleConsoleErrorEvent'], -64);
  1464.         $instance->addListener('kernel.request', [=> function () {
  1465.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
  1466.         }, => 'handleKernelRequestEvent'], 5);
  1467.         $instance->addListener('kernel.controller', [=> function () {
  1468.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
  1469.         }, => 'handleKernelControllerEvent'], 10);
  1470.         $instance->addListener('kernel.request', [=> function () {
  1471.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1472.         }, => 'handleKernelRequestEvent'], 3);
  1473.         $instance->addListener('kernel.finish_request', [=> function () {
  1474.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1475.         }, => 'handleKernelFinishRequestEvent'], 5);
  1476.         $instance->addListener('kernel.request', [=> function () {
  1477.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1478.         }, => 'handleKernelRequestEvent'], 4);
  1479.         $instance->addListener('kernel.response', [=> function () {
  1480.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1481.         }, => 'handleKernelResponseEvent'], 15);
  1482.         $instance->addListener('kernel.terminate', [=> function () {
  1483.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1484.         }, => 'handleKernelTerminateEvent'], 5);
  1485.         $instance->addListener('kernel.request', [=> function () {
  1486.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1487.         }, => 'handleKernelRequestEvent'], 2);
  1488.         $instance->addListener('kernel.finish_request', [=> function () {
  1489.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1490.         }, => 'handleKernelFinishRequestEvent'], 10);
  1491.         $instance->addListener('kernel.response', [=> function () {
  1492.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1493.         }, => 'handleKernelResponseEvent'], 15);
  1494.         $instance->addListener('console.command', [=> function () {
  1495.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1496.         }, => 'handleConsoleCommandEvent'], 118);
  1497.         $instance->addListener('console.terminate', [=> function () {
  1498.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1499.         }, => 'handleConsoleTerminateEvent'], -54);
  1500.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1501.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1502.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1503.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1504.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1505.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListener2Service());
  1508.         }, => 'handleKernelRequestEvent'], 0);
  1509.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1510.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListener2Service());
  1511.         }, => 'handleLoginSuccessEvent'], 0);
  1512.         $instance->addListener('kernel.request', [=> function () {
  1513.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1514.         }, => 'onKernelRequest'], 250);
  1515.         $instance->addListener('kernel.response', [=> function () {
  1516.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1517.         }, => 'onKernelResponse'], 0);
  1518.         $instance->addListener('kernel.response', [=> function () {
  1519.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1520.         }, => 'onResponse'], -10);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1523.         }, => 'onKernelResponse'], 0);
  1524.         $instance->addListener('kernel.response', [=> function () {
  1525.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1526.         }, => 'onKernelResponse'], -1024);
  1527.         $instance->addListener('kernel.request', [=> function () {
  1528.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1529.         }, => 'setDefaultLocale'], 100);
  1530.         $instance->addListener('kernel.request', [=> function () {
  1531.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1532.         }, => 'onKernelRequest'], 16);
  1533.         $instance->addListener('kernel.finish_request', [=> function () {
  1534.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1535.         }, => 'onKernelFinishRequest'], 0);
  1536.         $instance->addListener('kernel.request', [=> function () {
  1537.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1538.         }, => 'onKernelRequest'], 256);
  1539.         $instance->addListener('kernel.response', [=> function () {
  1540.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1541.         }, => 'onResponse'], -255);
  1542.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1543.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1544.         }, => 'onControllerArguments'], 0);
  1545.         $instance->addListener('kernel.exception', [=> function () {
  1546.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1547.         }, => 'logKernelException'], 0);
  1548.         $instance->addListener('kernel.exception', [=> function () {
  1549.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1550.         }, => 'onKernelException'], -128);
  1551.         $instance->addListener('kernel.response', [=> function () {
  1552.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1553.         }, => 'removeCspHeader'], -128);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1556.         }, => 'onKernelRequest'], 15);
  1557.         $instance->addListener('kernel.finish_request', [=> function () {
  1558.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1559.         }, => 'onKernelFinishRequest'], -15);
  1560.         $instance->addListener('console.error', [=> function () {
  1561.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1562.         }, => 'onConsoleError'], -128);
  1563.         $instance->addListener('console.terminate', [=> function () {
  1564.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1565.         }, => 'onConsoleTerminate'], -128);
  1566.         $instance->addListener('console.error', [=> function () {
  1567.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1568.         }, => 'onConsoleError'], 0);
  1569.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1570.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1571.         }, => 'onMessage'], -255);
  1572.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1573.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1574.         }, => 'onMessage'], 0);
  1575.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1576.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1577.         }, => 'onMessage'], -255);
  1578.         $instance->addListener('kernel.request', [=> function () {
  1579.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1580.         }, => 'configure'], 2048);
  1581.         $instance->addListener('console.command', [=> function () {
  1582.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1583.         }, => 'configure'], 2048);
  1584.         $instance->addListener('kernel.request', [=> function () {
  1585.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1586.         }, => 'onKernelRequest'], 32);
  1587.         $instance->addListener('kernel.finish_request', [=> function () {
  1588.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1589.         }, => 'onKernelFinishRequest'], 0);
  1590.         $instance->addListener('kernel.exception', [=> function () {
  1591.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1592.         }, => 'onKernelException'], -64);
  1593.         $instance->addListener('kernel.response', [=> function () {
  1594.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1595.         }, => 'onKernelResponse'], 0);
  1596.         $instance->addListener('kernel.request', [=> function () {
  1597.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1598.         }, => 'onKernelRequest'], 128);
  1599.         $instance->addListener('kernel.response', [=> function () {
  1600.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1601.         }, => 'onKernelResponse'], -1000);
  1602.         $instance->addListener('kernel.finish_request', [=> function () {
  1603.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1604.         }, => 'onFinishRequest'], 0);
  1605.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1606.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1607.         }, => 'onMessageFailed'], 100);
  1608.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1609.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1610.         }, => 'onMessageFailed'], 200);
  1611.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1612.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1613.         }, => 'onMessageFailed'], -100);
  1614.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1615.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1616.         }, => 'onWorkerStarted'], 0);
  1617.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1618.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1619.         }, => 'onWorkerRunning'], 0);
  1620.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1621.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1622.         }, => 'onMessageFailed'], 0);
  1623.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1624.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1625.         }, => 'onWorkerRunning'], 0);
  1626.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1627.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1628.         }, => 'onNotification'], -255);
  1629.         $instance->addListener('kernel.response', [=> function () {
  1630.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1631.         }, => 'onKernelResponse'], -100);
  1632.         $instance->addListener('kernel.exception', [=> function () {
  1633.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1634.         }, => 'onKernelException'], 0);
  1635.         $instance->addListener('kernel.terminate', [=> function () {
  1636.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1637.         }, => 'onKernelTerminate'], -1024);
  1638.         $instance->addListener('kernel.controller', [=> function () {
  1639.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1640.         }, => 'onKernelController'], 0);
  1641.         $instance->addListener('kernel.response', [=> function () {
  1642.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1643.         }, => 'onKernelResponse'], 0);
  1644.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1645.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1646.         }, => 'onWorkerMessageHandled'], 0);
  1647.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1648.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1649.         }, => 'onWorkerMessageFailed'], 0);
  1650.         $instance->addListener('console.command', [=> function () {
  1651.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1652.         }, => 'configure'], 1024);
  1653.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1654.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1655.         }, => 'onMessage'], 0);
  1656.         $instance->addListener('kernel.response', [=> function () {
  1657.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1658.         }, => 'onKernelResponse'], -128);
  1659.         $instance->addListener('kernel.response', [=> function () {
  1660.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1661.         }, => 'onKernelResponse'], 0);
  1662.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1663.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1664.         }, => 'checkPassport'], 0);
  1665.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1666.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1667.         }, => 'onLoginSuccess'], 0);
  1668.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1669.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1670.         }, => 'onVoterVote'], 0);
  1671.         $instance->addListener('kernel.request', [=> function () {
  1672.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1673.         }, => 'configureLogoutUrlGenerator'], 8);
  1674.         $instance->addListener('kernel.request', [=> function () {
  1675.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1676.         }, => 'onKernelRequest'], 8);
  1677.         $instance->addListener('kernel.finish_request', [=> function () {
  1678.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1679.         }, => 'onKernelFinishRequest'], 0);
  1680.         $instance->addListener('console.command', [=> function () {
  1681.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1682.         }, => 'onCommand'], 255);
  1683.         $instance->addListener('console.terminate', [=> function () {
  1684.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1685.         }, => 'onTerminate'], -255);
  1686.         $instance->addListener('console.error', [=> function () {
  1687.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1688.         }, => 'onConsoleError'], 0);
  1689.         $instance->addListener('console.terminate', [=> function () {
  1690.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1691.         }, => 'onConsoleTerminate'], 0);
  1692.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1693.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1694.         }, => 'onImplicitLogin'], 0);
  1695.         $instance->addListener('security.interactive_login', [=> function () {
  1696.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1697.         }, => 'onSecurityInteractiveLogin'], 0);
  1698.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1699.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1700.         }, => 'authenticate'], 0);
  1701.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1702.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1703.         }, => 'authenticate'], 0);
  1704.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1705.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1706.         }, => 'authenticate'], 0);
  1707.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1708.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1709.         }, => 'addSuccessFlash'], 0);
  1710.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1711.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1712.         }, => 'addSuccessFlash'], 0);
  1713.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1714.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1715.         }, => 'addSuccessFlash'], 0);
  1716.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1717.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1718.         }, => 'addSuccessFlash'], 0);
  1719.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1720.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1721.         }, => 'onResettingResetInitialize'], 0);
  1722.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1723.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1724.         }, => 'onResettingResetSuccess'], 0);
  1725.         $instance->addListener('kernel.exception', [=> function () {
  1726.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1727.         }, => 'onException'], 0);
  1728.         $instance->addListener('kernel.terminate', [=> function () {
  1729.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1730.         }, => 'onTerminate'], 0);
  1731.         $instance->addListener('console.error', [=> function () {
  1732.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1733.         }, => 'onException'], 0);
  1734.         $instance->addListener('console.terminate', [=> function () {
  1735.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1736.         }, => 'onTerminate'], 0);
  1737.         $instance->addListener('kernel.request', [=> function () {
  1738.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1739.         }, => 'onEvent'], 1024);
  1740.         $instance->addListener('console.command', [=> function () {
  1741.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1742.         }, => 'onEvent'], 1024);
  1743.         $instance->addListener('kernel.request', [=> function () {
  1744.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1745.         }, => 'onEvent'], 1024);
  1746.         $instance->addListener('console.command', [=> function () {
  1747.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1748.         }, => 'onEvent'], 1024);
  1749.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1750.             return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->load('getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService'));
  1751.         }, => 'onWorkerMessageHandled'], 0);
  1752.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1753.             return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->load('getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService'));
  1754.         }, => 'onWorkerMessageFailed'], 0);
  1755.         $instance->addListener('kernel.response', [=> function () {
  1756.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  1757.         }, => 'onKernelResponse'], 0);
  1758.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1759.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1760.         }, => 'checkPassport'], 512);
  1761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1762.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1763.         }, => 'onLogout'], 0);
  1764.         return $instance;
  1765.     }
  1766.     /**
  1767.      * Gets the public 'http_kernel' shared service.
  1768.      *
  1769.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1770.      */
  1771.     protected function getHttpKernelService()
  1772.     {
  1773.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1774.         if (isset($this->services['http_kernel'])) {
  1775.             return $this->services['http_kernel'];
  1776.         }
  1777.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1778.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1779.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1780.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1781.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1782.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1783.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1784.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1785.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1786.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1787.         }, 8)), $b));
  1788.     }
  1789.     /**
  1790.      * Gets the public 'messenger.default_bus' shared service.
  1791.      *
  1792.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1793.      */
  1794.     protected function getMessenger_DefaultBusService()
  1795.     {
  1796.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1797.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1798.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1799.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1800.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1801.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1802.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1803.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1804.         }, 7)));
  1805.     }
  1806.     /**
  1807.      * Gets the public 'monolog.logger.deprecation' shared service.
  1808.      *
  1809.      * @return \Symfony\Bridge\Monolog\Logger
  1810.      */
  1811.     protected function getMonolog_Logger_DeprecationService()
  1812.     {
  1813.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1814.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1815.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1816.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1817.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1818.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1819.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1820.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1821.         return $instance;
  1822.     }
  1823.     /**
  1824.      * Gets the public 'request_stack' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1827.      */
  1828.     protected function getRequestStackService()
  1829.     {
  1830.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1831.     }
  1832.     /**
  1833.      * Gets the public 'router' shared service.
  1834.      *
  1835.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1836.      */
  1837.     protected function getRouterService()
  1838.     {
  1839.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1840.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1841.         $a->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1842.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1843.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1844.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1845.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1846.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1847.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1848.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1849.         ], [
  1850.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1851.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1852.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1853.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1854.         return $instance;
  1855.     }
  1856.     /**
  1857.      * Gets the public 'translator' shared service.
  1858.      *
  1859.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1860.      */
  1861.     protected function getTranslatorService()
  1862.     {
  1863.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1864.     }
  1865.     /**
  1866.      * Gets the public 'var_dumper.cloner' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1869.      */
  1870.     protected function getVarDumper_ClonerService()
  1871.     {
  1872.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1873.         $instance->setMaxItems(2500);
  1874.         $instance->setMinDepth(1);
  1875.         $instance->setMaxString(-1);
  1876.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1877.         return $instance;
  1878.     }
  1879.     /**
  1880.      * Gets the private '.debug.http_client' shared service.
  1881.      *
  1882.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1883.      */
  1884.     protected function get_Debug_HttpClientService()
  1885.     {
  1886.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1887.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1888.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1889.         $b->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1890.         $b->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1891.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1892.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1893.         $b->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1894.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1895.         $a->setLogger($b);
  1896.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1897.     }
  1898.     /**
  1899.      * Gets the private '.debug.hwi_oauth.http_client' shared service.
  1900.      *
  1901.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1902.      */
  1903.     protected function get_Debug_HwiOauth_HttpClientService()
  1904.     {
  1905.         return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1906.     }
  1907.     /**
  1908.      * Gets the private '.service_locator.s0YQY90' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1911.      */
  1912.     protected function get_ServiceLocator_S0YQY90Service()
  1913.     {
  1914.         return $this->privates['.service_locator.s0YQY90'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1915.             'security.firewall.map.context.advertiser_api' => ['privates''security.firewall.map.context.advertiser_api''getSecurity_Firewall_Map_Context_AdvertiserApiService'true],
  1916.             'security.firewall.map.context.advertisers' => ['privates''security.firewall.map.context.advertisers''getSecurity_Firewall_Map_Context_AdvertisersService'true],
  1917.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1918.             'security.firewall.map.context.jwt_api' => ['privates''security.firewall.map.context.jwt_api''getSecurity_Firewall_Map_Context_JwtApiService'true],
  1919.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1920.             'security.firewall.map.context.publishers' => ['privates''security.firewall.map.context.publishers''getSecurity_Firewall_Map_Context_PublishersService'true],
  1921.             'security.firewall.map.context.swagger_doc' => ['privates''security.firewall.map.context.swagger_doc''getSecurity_Firewall_Map_Context_SwaggerDocService'true],
  1922.         ], [
  1923.             'security.firewall.map.context.advertiser_api' => '?',
  1924.             'security.firewall.map.context.advertisers' => '?',
  1925.             'security.firewall.map.context.dev' => '?',
  1926.             'security.firewall.map.context.jwt_api' => '?',
  1927.             'security.firewall.map.context.main' => '?',
  1928.             'security.firewall.map.context.publishers' => '?',
  1929.             'security.firewall.map.context.swagger_doc' => '?',
  1930.         ]);
  1931.     }
  1932.     /**
  1933.      * Gets the private 'App\EventListener\RequestListener' shared autowired service.
  1934.      *
  1935.      * @return \App\EventListener\RequestListener
  1936.      */
  1937.     protected function getRequestListenerService()
  1938.     {
  1939.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1940.         if (isset($this->privates['App\\EventListener\\RequestListener'])) {
  1941.             return $this->privates['App\\EventListener\\RequestListener'];
  1942.         }
  1943.         return $this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \App\Services\Aws\S3($a));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  1947.      *
  1948.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  1949.      */
  1950.     protected function getPluginClientFactoryService()
  1951.     {
  1952.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  1956.      *
  1957.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  1958.      */
  1959.     protected function getPluginClientFactoryListenerService()
  1960.     {
  1961.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  1965.      *
  1966.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  1967.      */
  1968.     protected function getLoginListener2Service()
  1969.     {
  1970.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  1974.      *
  1975.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  1976.      */
  1977.     protected function getRequestListener2Service()
  1978.     {
  1979.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  1983.      *
  1984.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  1985.      */
  1986.     protected function getSubRequestListenerService()
  1987.     {
  1988.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1989.     }
  1990.     /**
  1991.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  1992.      *
  1993.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  1994.      */
  1995.     protected function getTracingRequestListenerService()
  1996.     {
  1997.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1998.     }
  1999.     /**
  2000.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  2001.      *
  2002.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  2003.      */
  2004.     protected function getTracingSubRequestListenerService()
  2005.     {
  2006.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2007.     }
  2008.     /**
  2009.      * Gets the private 'Sentry\State\HubInterface' shared service.
  2010.      *
  2011.      * @return \Sentry\State\HubInterface
  2012.      */
  2013.     protected function getHubInterfaceService()
  2014.     {
  2015.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  2016.         $a = new \Sentry\Options(['traces_sample_rate' => 0.25'environment' => 'dev''send_default_pii' => true'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], false), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  2017.         $b = new \Sentry\ClientBuilder($a);
  2018.         $c = new \Nyholm\Psr7\Factory\Psr17Factory();
  2019.         $b->setSdkIdentifier('sentry.php.symfony');
  2020.         $b->setSdkVersion('4.14.0');
  2021.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  2022.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  2023.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  2024.         if ($this->has('Psr\\Log\\NullLogger')) {
  2025.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  2026.         }
  2027.         $instance->bindClient($b->getClient());
  2028.         return $instance;
  2029.     }
  2030.     /**
  2031.      * Gets the private 'annotations.cache_adapter' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2034.      */
  2035.     protected function getAnnotations_CacheAdapterService()
  2036.     {
  2037.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'annotations.cached_reader' shared service.
  2041.      *
  2042.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2043.      */
  2044.     protected function getAnnotations_CachedReaderService()
  2045.     {
  2046.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2047.     }
  2048.     /**
  2049.      * Gets the private 'annotations.reader' shared service.
  2050.      *
  2051.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2052.      */
  2053.     protected function getAnnotations_ReaderService()
  2054.     {
  2055.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2056.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2057.         $a->registerUniqueLoader('class_exists');
  2058.         $instance->addGlobalIgnoredName('required'$a);
  2059.         return $instance;
  2060.     }
  2061.     /**
  2062.      * Gets the private 'cache.annotations.traceable' shared service.
  2063.      *
  2064.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2065.      */
  2066.     protected function getCache_Annotations_TraceableService()
  2067.     {
  2068.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2069.     }
  2070.     /**
  2071.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  2072.      *
  2073.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2074.      */
  2075.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  2076.     {
  2077.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  2078.     }
  2079.     /**
  2080.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2083.      */
  2084.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  2085.     {
  2086.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  2087.     }
  2088.     /**
  2089.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2092.      */
  2093.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  2094.     {
  2095.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sxiiRtlnV2'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2096.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2097.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'cache.property_info.traceable' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2103.      */
  2104.     protected function getCache_PropertyInfo_TraceableService()
  2105.     {
  2106.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2107.     }
  2108.     /**
  2109.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2112.      */
  2113.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  2114.     {
  2115.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2116.     }
  2117.     /**
  2118.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2121.      */
  2122.     protected function getCache_SecurityTokenVerifier_TraceableService()
  2123.     {
  2124.         return $this->privates['cache.security_token_verifier.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cYYIaP0ibo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'cache.serializer.traceable' shared service.
  2128.      *
  2129.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2130.      */
  2131.     protected function getCache_Serializer_TraceableService()
  2132.     {
  2133.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'cache.validator.traceable' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2139.      */
  2140.     protected function getCache_Validator_TraceableService()
  2141.     {
  2142.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'config_cache_factory' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2148.      */
  2149.     protected function getConfigCacheFactoryService()
  2150.     {
  2151.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2152.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2153.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2154.         }, 2));
  2155.     }
  2156.     /**
  2157.      * Gets the private 'data_collector.form' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2160.      */
  2161.     protected function getDataCollector_FormService()
  2162.     {
  2163.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2164.     }
  2165.     /**
  2166.      * Gets the private 'data_collector.request' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2169.      */
  2170.     protected function getDataCollector_RequestService()
  2171.     {
  2172.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2176.      *
  2177.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2178.      */
  2179.     protected function getDebug_DebugHandlersListenerService()
  2180.     {
  2181.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2182.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2183.         $a->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2184.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2185.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2186.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2187.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  2188.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2189.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'debug.file_link_formatter' shared service.
  2193.      *
  2194.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2195.      */
  2196.     protected function getDebug_FileLinkFormatterService()
  2197.     {
  2198.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2199.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2200.         });
  2201.     }
  2202.     /**
  2203.      * Gets the private 'debug.log_processor' shared service.
  2204.      *
  2205.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2206.      */
  2207.     protected function getDebug_LogProcessorService()
  2208.     {
  2209.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2215.      */
  2216.     protected function getDebug_Security_Access_DecisionManagerService()
  2217.     {
  2218.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2219.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2220.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2221.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2222.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2223.     }
  2224.     /**
  2225.      * Gets the private 'debug.security.firewall' shared service.
  2226.      *
  2227.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2228.      */
  2229.     protected function getDebug_Security_FirewallService()
  2230.     {
  2231.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2232.         if (isset($this->privates['debug.security.firewall'])) {
  2233.             return $this->privates['debug.security.firewall'];
  2234.         }
  2235.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2236.         if (isset($this->privates['debug.security.firewall'])) {
  2237.             return $this->privates['debug.security.firewall'];
  2238.         }
  2239.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2243.      *
  2244.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2245.      */
  2246.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2247.     {
  2248.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2249.             'App\\EventSubscriber\\DatabaseActivitySubscriber' => ['privates''App\\EventSubscriber\\DatabaseActivitySubscriber''getDatabaseActivitySubscriberService'true],
  2250.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2251.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2252.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2253.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2254.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2255.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  2256.         ], [
  2257.             'App\\EventSubscriber\\DatabaseActivitySubscriber' => '?',
  2258.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2259.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2260.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2261.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2262.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2263.             'fos_user.user_listener' => '?',
  2264.         ]), [=> 'App\\EventSubscriber\\DatabaseActivitySubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'prePersist'], => 'fos_user.user_listener'], => [=> [=> 'preUpdate'], => 'fos_user.user_listener']]);
  2265.     }
  2266.     /**
  2267.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2268.      *
  2269.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2270.      */
  2271.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2272.     {
  2273.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  2274.     }
  2275.     /**
  2276.      * Gets the private 'exception_listener' shared service.
  2277.      *
  2278.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2279.      */
  2280.     protected function getExceptionListenerService()
  2281.     {
  2282.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2283.     }
  2284.     /**
  2285.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2286.      *
  2287.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2288.      */
  2289.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2290.     {
  2291.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2292.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2293.     }
  2294.     /**
  2295.      * Gets the private 'gearman_cache.traceable' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2298.      */
  2299.     protected function getGearmanCache_TraceableService()
  2300.     {
  2301.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('U0mHUK2m+Y'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2302.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2303.         return $this->privates['gearman_cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2304.     }
  2305.     /**
  2306.      * Gets the private 'httplug.collector.formatter' shared service.
  2307.      *
  2308.      * @return \Http\HttplugBundle\Collector\Formatter
  2309.      */
  2310.     protected function getHttplug_Collector_FormatterService()
  2311.     {
  2312.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  2313.     }
  2314.     /**
  2315.      * Gets the private 'locale_aware_listener' shared service.
  2316.      *
  2317.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2318.      */
  2319.     protected function getLocaleAwareListenerService()
  2320.     {
  2321.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2322.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2323.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2324.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'locale_listener' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2330.      */
  2331.     protected function getLocaleListenerService()
  2332.     {
  2333.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2334.     }
  2335.     /**
  2336.      * Gets the private 'mercure.hub.default.traceable' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  2339.      */
  2340.     protected function getMercure_Hub_Default_TraceableService()
  2341.     {
  2342.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  2343.         return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [=> '*']), $a$this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2344.     }
  2345.     /**
  2346.      * Gets the private 'monolog.handler.console' shared service.
  2347.      *
  2348.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2349.      */
  2350.     protected function getMonolog_Handler_ConsoleService()
  2351.     {
  2352.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2353.     }
  2354.     /**
  2355.      * Gets the private 'monolog.handler.filter_for_errors' shared service.
  2356.      *
  2357.      * @return \Monolog\Handler\FingersCrossedHandler
  2358.      */
  2359.     protected function getMonolog_Handler_FilterForErrorsService()
  2360.     {
  2361.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 10'DEBUG'trueNULLfalse);
  2362.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2363.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2364.         return $this->privates['monolog.handler.filter_for_errors'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error'), 0truetrueNULL);
  2365.     }
  2366.     /**
  2367.      * Gets the private 'monolog.handler.main' shared service.
  2368.      *
  2369.      * @return \Monolog\Handler\StreamHandler
  2370.      */
  2371.     protected function getMonolog_Handler_MainService()
  2372.     {
  2373.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2374.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the private 'monolog.handler.sentry' shared service.
  2379.      *
  2380.      * @return \Sentry\Monolog\Handler
  2381.      */
  2382.     protected function getMonolog_Handler_SentryService()
  2383.     {
  2384.         $this->privates['monolog.handler.sentry'] = $instance = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400truefalse);
  2385.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2386.         return $instance;
  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->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2396.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2397.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2398.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2399.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2400.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2401.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  2402.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2403.         return $instance;
  2404.     }
  2405.     /**
  2406.      * Gets the private 'monolog.logger.doctrine' shared service.
  2407.      *
  2408.      * @return \Symfony\Bridge\Monolog\Logger
  2409.      */
  2410.     protected function getMonolog_Logger_DoctrineService()
  2411.     {
  2412.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2413.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2414.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2415.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2416.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2417.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  2418.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2419.         return $instance;
  2420.     }
  2421.     /**
  2422.      * Gets the private 'monolog.logger.request' shared service.
  2423.      *
  2424.      * @return \Symfony\Bridge\Monolog\Logger
  2425.      */
  2426.     protected function getMonolog_Logger_RequestService()
  2427.     {
  2428.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2429.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2430.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2431.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2432.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2433.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2434.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  2435.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2436.         return $instance;
  2437.     }
  2438.     /**
  2439.      * Gets the private 'monolog.logger.security' shared service.
  2440.      *
  2441.      * @return \Symfony\Bridge\Monolog\Logger
  2442.      */
  2443.     protected function getMonolog_Logger_SecurityService()
  2444.     {
  2445.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2446.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2447.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2448.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2449.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2450.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2451.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  2452.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2453.         return $instance;
  2454.     }
  2455.     /**
  2456.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2457.      *
  2458.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2459.      */
  2460.     protected function getNelmioCors_CorsListenerService()
  2461.     {
  2462.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  2463.     }
  2464.     /**
  2465.      * Gets the private 'parameter_bag' shared service.
  2466.      *
  2467.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2468.      */
  2469.     protected function getParameterBagService()
  2470.     {
  2471.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2472.     }
  2473.     /**
  2474.      * Gets the private 'profiler_listener' shared service.
  2475.      *
  2476.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2477.      */
  2478.     protected function getProfilerListenerService()
  2479.     {
  2480.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2481.         if (isset($this->privates['profiler_listener'])) {
  2482.             return $this->privates['profiler_listener'];
  2483.         }
  2484.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2485.     }
  2486.     /**
  2487.      * Gets the private 'property_info' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2490.      */
  2491.     protected function getPropertyInfoService()
  2492.     {
  2493.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2494.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2495.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2496.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2497.         }, 3), new RewindableGenerator(function () {
  2498.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2499.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2500.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2501.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2502.         }, 4), new RewindableGenerator(function () {
  2503.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2504.         }, 1), new RewindableGenerator(function () {
  2505.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2506.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2507.         }, 2), new RewindableGenerator(function () {
  2508.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2509.         }, 1));
  2510.     }
  2511.     /**
  2512.      * Gets the private 'router.expression_language_provider' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2515.      */
  2516.     protected function getRouter_ExpressionLanguageProviderService()
  2517.     {
  2518.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2519.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2520.         ], [
  2521.             'env' => 'Closure',
  2522.         ]));
  2523.     }
  2524.     /**
  2525.      * Gets the private 'router.request_context' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\Routing\RequestContext
  2528.      */
  2529.     protected function getRouter_RequestContextService()
  2530.     {
  2531.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2532.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2533.         return $instance;
  2534.     }
  2535.     /**
  2536.      * Gets the private 'router_listener' shared service.
  2537.      *
  2538.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2539.      */
  2540.     protected function getRouterListenerService()
  2541.     {
  2542.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2543.     }
  2544.     /**
  2545.      * Gets the private 'security.context_listener.0' shared service.
  2546.      *
  2547.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2548.      */
  2549.     protected function getSecurity_ContextListener_0Service()
  2550.     {
  2551.         $a = ($this->privates['security.event_dispatcher.publishers'] ?? $this->getSecurity_EventDispatcher_PublishersService());
  2552.         if (isset($this->privates['security.context_listener.0'])) {
  2553.             return $this->privates['security.context_listener.0'];
  2554.         }
  2555.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2556.             yield => ($this->privates['hwi_oauth.user.provider'] ?? ($this->privates['hwi_oauth.user.provider'] = new \HWI\Bundle\OAuthBundle\Security\Core\User\OAuthUserProvider()));
  2557.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->load('getFosUser_UserProvider_UsernameEmailService'));
  2558.             yield => ($this->privates['security.user.provider.concrete.agent_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AgentUserProviderService'));
  2559.             yield => ($this->privates['security.user.provider.concrete.publisher_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_PublisherUserProviderService'));
  2560.             yield => ($this->privates['security.user.provider.concrete.advertiser_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdvertiserUserProviderService'));
  2561.         }, 5), 'publishers', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2562.     }
  2563.     /**
  2564.      * Gets the private 'security.context_listener.1' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2567.      */
  2568.     protected function getSecurity_ContextListener_1Service()
  2569.     {
  2570.         $a = ($this->privates['security.event_dispatcher.advertisers'] ?? $this->getSecurity_EventDispatcher_AdvertisersService());
  2571.         if (isset($this->privates['security.context_listener.1'])) {
  2572.             return $this->privates['security.context_listener.1'];
  2573.         }
  2574.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2575.             yield => ($this->privates['hwi_oauth.user.provider'] ?? ($this->privates['hwi_oauth.user.provider'] = new \HWI\Bundle\OAuthBundle\Security\Core\User\OAuthUserProvider()));
  2576.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->load('getFosUser_UserProvider_UsernameEmailService'));
  2577.             yield => ($this->privates['security.user.provider.concrete.agent_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AgentUserProviderService'));
  2578.             yield => ($this->privates['security.user.provider.concrete.publisher_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_PublisherUserProviderService'));
  2579.             yield => ($this->privates['security.user.provider.concrete.advertiser_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdvertiserUserProviderService'));
  2580.         }, 5), 'advertisers', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2581.     }
  2582.     /**
  2583.      * Gets the private 'security.context_listener.2' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2586.      */
  2587.     protected function getSecurity_ContextListener_2Service()
  2588.     {
  2589.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2590.         if (isset($this->privates['security.context_listener.2'])) {
  2591.             return $this->privates['security.context_listener.2'];
  2592.         }
  2593.         return $this->privates['security.context_listener.2'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2594.             yield => ($this->privates['hwi_oauth.user.provider'] ?? ($this->privates['hwi_oauth.user.provider'] = new \HWI\Bundle\OAuthBundle\Security\Core\User\OAuthUserProvider()));
  2595.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->load('getFosUser_UserProvider_UsernameEmailService'));
  2596.             yield => ($this->privates['security.user.provider.concrete.agent_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AgentUserProviderService'));
  2597.             yield => ($this->privates['security.user.provider.concrete.publisher_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_PublisherUserProviderService'));
  2598.             yield => ($this->privates['security.user.provider.concrete.advertiser_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdvertiserUserProviderService'));
  2599.         }, 5), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2600.     }
  2601.     /**
  2602.      * Gets the private 'security.event_dispatcher.advertisers' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2605.      */
  2606.     protected function getSecurity_EventDispatcher_AdvertisersService()
  2607.     {
  2608.         $this->privates['security.event_dispatcher.advertisers'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2609.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2610.             return ($this->privates['security.listener.advertisers.user_provider'] ?? $this->load('getSecurity_Listener_Advertisers_UserProviderService'));
  2611.         }, => 'checkPassport'], 2048);
  2612.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2613.             return ($this->privates['security.listener.session.advertisers'] ?? $this->load('getSecurity_Listener_Session_AdvertisersService'));
  2614.         }, => 'onSuccessfulLogin'], 0);
  2615.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2616.             return ($this->privates['security.logout.listener.default.advertisers'] ?? $this->load('getSecurity_Logout_Listener_Default_AdvertisersService'));
  2617.         }, => 'onLogout'], 64);
  2618.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2619.             return ($this->privates['security.logout.listener.session.advertisers'] ?? ($this->privates['security.logout.listener.session.advertisers'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2620.         }, => 'onLogout'], 0);
  2621.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2622.             return ($this->privates['security.listener.check_remember_me_conditions.advertisers'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_AdvertisersService'));
  2623.         }, => 'onSuccessfulLogin'], -32);
  2624.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2625.             return ($this->privates['security.listener.remember_me.advertisers'] ?? $this->load('getSecurity_Listener_RememberMe_AdvertisersService'));
  2626.         }, => 'onSuccessfulLogin'], -64);
  2627.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2628.             return ($this->privates['security.listener.remember_me.advertisers'] ?? $this->load('getSecurity_Listener_RememberMe_AdvertisersService'));
  2629.         }, => 'clearCookie'], 0);
  2630.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2631.             return ($this->privates['security.listener.remember_me.advertisers'] ?? $this->load('getSecurity_Listener_RememberMe_AdvertisersService'));
  2632.         }, => 'clearCookie'], 0);
  2633.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2634.             return ($this->privates['security.listener.remember_me.advertisers'] ?? $this->load('getSecurity_Listener_RememberMe_AdvertisersService'));
  2635.         }, => 'clearCookie'], 0);
  2636.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2637.             return ($this->privates['security.listener.user_checker.advertisers'] ?? $this->load('getSecurity_Listener_UserChecker_AdvertisersService'));
  2638.         }, => 'preCheckCredentials'], 256);
  2639.         $instance->addListener('security.authentication.success', [=> function () {
  2640.             return ($this->privates['security.listener.user_checker.advertisers'] ?? $this->load('getSecurity_Listener_UserChecker_AdvertisersService'));
  2641.         }, => 'postCheckCredentials'], 256);
  2642.         $instance->addListener('security.interactive_login', [=> function () {
  2643.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  2644.         }, => 'onSecurityInteractiveLogin'], 0);
  2645.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2646.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2647.         }, => 'checkPassport'], 1024);
  2648.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2649.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListener2Service());
  2650.         }, => 'handleLoginSuccessEvent'], 0);
  2651.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2652.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2653.         }, => 'checkPassport'], 0);
  2654.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2655.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2656.         }, => 'onLoginSuccess'], 0);
  2657.         $instance->addListener('security.interactive_login', [=> function () {
  2658.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2659.         }, => 'onSecurityInteractiveLogin'], 0);
  2660.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2661.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2662.         }, => 'checkPassport'], 512);
  2663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2664.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2665.         }, => 'onLogout'], 0);
  2666.         return $instance;
  2667.     }
  2668.     /**
  2669.      * Gets the private 'security.event_dispatcher.main' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2672.      */
  2673.     protected function getSecurity_EventDispatcher_MainService()
  2674.     {
  2675.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2676.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2677.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2678.         }, => 'checkPassport'], 2048);
  2679.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2680.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2681.         }, => 'onSuccessfulLogin'], 0);
  2682.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2683.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2684.         }, => 'onLogout'], 64);
  2685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2686.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2687.         }, => 'onLogout'], 0);
  2688.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2689.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2690.         }, => 'preCheckCredentials'], 256);
  2691.         $instance->addListener('security.authentication.success', [=> function () {
  2692.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2693.         }, => 'postCheckCredentials'], 256);
  2694.         $instance->addListener('security.interactive_login', [=> function () {
  2695.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  2696.         }, => 'onSecurityInteractiveLogin'], 0);
  2697.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2698.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2699.         }, => 'checkPassport'], 1024);
  2700.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2701.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListener2Service());
  2702.         }, => 'handleLoginSuccessEvent'], 0);
  2703.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2704.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2705.         }, => 'checkPassport'], 0);
  2706.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2707.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2708.         }, => 'onLoginSuccess'], 0);
  2709.         $instance->addListener('security.interactive_login', [=> function () {
  2710.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2711.         }, => 'onSecurityInteractiveLogin'], 0);
  2712.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2713.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2714.         }, => 'checkPassport'], 512);
  2715.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2716.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2717.         }, => 'onLogout'], 0);
  2718.         return $instance;
  2719.     }
  2720.     /**
  2721.      * Gets the private 'security.event_dispatcher.publishers' shared service.
  2722.      *
  2723.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2724.      */
  2725.     protected function getSecurity_EventDispatcher_PublishersService()
  2726.     {
  2727.         $this->privates['security.event_dispatcher.publishers'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2728.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2729.             return ($this->privates['security.listener.publishers.user_provider'] ?? $this->load('getSecurity_Listener_Publishers_UserProviderService'));
  2730.         }, => 'checkPassport'], 2048);
  2731.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2732.             return ($this->privates['security.listener.session.publishers'] ?? $this->load('getSecurity_Listener_Session_PublishersService'));
  2733.         }, => 'onSuccessfulLogin'], 0);
  2734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2735.             return ($this->privates['security.logout.listener.default.publishers'] ?? $this->load('getSecurity_Logout_Listener_Default_PublishersService'));
  2736.         }, => 'onLogout'], 64);
  2737.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2738.             return ($this->privates['security.logout.listener.session.publishers'] ?? ($this->privates['security.logout.listener.session.publishers'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2739.         }, => 'onLogout'], 0);
  2740.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2741.             return ($this->privates['security.listener.check_remember_me_conditions.publishers'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_PublishersService'));
  2742.         }, => 'onSuccessfulLogin'], -32);
  2743.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2744.             return ($this->privates['security.listener.remember_me.publishers'] ?? $this->load('getSecurity_Listener_RememberMe_PublishersService'));
  2745.         }, => 'onSuccessfulLogin'], -64);
  2746.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2747.             return ($this->privates['security.listener.remember_me.publishers'] ?? $this->load('getSecurity_Listener_RememberMe_PublishersService'));
  2748.         }, => 'clearCookie'], 0);
  2749.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2750.             return ($this->privates['security.listener.remember_me.publishers'] ?? $this->load('getSecurity_Listener_RememberMe_PublishersService'));
  2751.         }, => 'clearCookie'], 0);
  2752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2753.             return ($this->privates['security.listener.remember_me.publishers'] ?? $this->load('getSecurity_Listener_RememberMe_PublishersService'));
  2754.         }, => 'clearCookie'], 0);
  2755.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2756.             return ($this->privates['security.listener.user_checker.publishers'] ?? $this->load('getSecurity_Listener_UserChecker_PublishersService'));
  2757.         }, => 'preCheckCredentials'], 256);
  2758.         $instance->addListener('security.authentication.success', [=> function () {
  2759.             return ($this->privates['security.listener.user_checker.publishers'] ?? $this->load('getSecurity_Listener_UserChecker_PublishersService'));
  2760.         }, => 'postCheckCredentials'], 256);
  2761.         $instance->addListener('security.interactive_login', [=> function () {
  2762.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  2763.         }, => 'onSecurityInteractiveLogin'], 0);
  2764.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2765.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2766.         }, => 'checkPassport'], 1024);
  2767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2768.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListener2Service());
  2769.         }, => 'handleLoginSuccessEvent'], 0);
  2770.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2771.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2772.         }, => 'checkPassport'], 0);
  2773.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2774.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2775.         }, => 'onLoginSuccess'], 0);
  2776.         $instance->addListener('security.interactive_login', [=> function () {
  2777.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2778.         }, => 'onSecurityInteractiveLogin'], 0);
  2779.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2780.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2781.         }, => 'checkPassport'], 512);
  2782.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2783.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2784.         }, => 'onLogout'], 0);
  2785.         return $instance;
  2786.     }
  2787.     /**
  2788.      * Gets the private 'security.firewall.map' shared service.
  2789.      *
  2790.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2791.      */
  2792.     protected function getSecurity_Firewall_MapService()
  2793.     {
  2794.         $a = ($this->privates['.service_locator.s0YQY90'] ?? $this->get_ServiceLocator_S0YQY90Service());
  2795.         if (isset($this->privates['security.firewall.map'])) {
  2796.             return $this->privates['security.firewall.map'];
  2797.         }
  2798.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2799.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2800.             yield 'security.firewall.map.context.swagger_doc' => ($this->privates['.security.request_matcher.iqB2NeS'] ?? ($this->privates['.security.request_matcher.iqB2NeS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc')));
  2801.             yield 'security.firewall.map.context.publishers' => ($this->privates['.security.request_matcher._Cd7oR8'] ?? ($this->privates['.security.request_matcher._Cd7oR8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('publishers_subdomain'))));
  2802.             yield 'security.firewall.map.context.jwt_api' => ($this->privates['.security.request_matcher.1GZDmP9'] ?? ($this->privates['.security.request_matcher.1GZDmP9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/(refresh|me)')));
  2803.             yield 'security.firewall.map.context.advertiser_api' => ($this->privates['.security.request_matcher.mhgQDZK'] ?? ($this->privates['.security.request_matcher.mhgQDZK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/traffic-report'$this->getEnv('advertisers_api_subdomain'))));
  2804.             yield 'security.firewall.map.context.advertisers' => ($this->privates['.security.request_matcher.nMTIDUI'] ?? ($this->privates['.security.request_matcher.nMTIDUI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('advertisers_subdomain'))));
  2805.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.N8oY2ET'] ?? ($this->privates['.security.request_matcher.N8oY2ET'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('main_subdomain'))));
  2806.         }, 7));
  2807.     }
  2808.     /**
  2809.      * Gets the private 'security.logout_url_generator' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2812.      */
  2813.     protected function getSecurity_LogoutUrlGeneratorService()
  2814.     {
  2815.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2816.         $instance->registerListener('publishers''/logout''logout''_csrf_token'NULLNULL);
  2817.         $instance->registerListener('advertisers''/logout''logout''_csrf_token'NULLNULL);
  2818.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2819.         return $instance;
  2820.     }
  2821.     /**
  2822.      * Gets the private 'security.role_hierarchy' shared service.
  2823.      *
  2824.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2825.      */
  2826.     protected function getSecurity_RoleHierarchyService()
  2827.     {
  2828.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2829.     }
  2830.     /**
  2831.      * Gets the private 'session_listener' shared service.
  2832.      *
  2833.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2834.      */
  2835.     protected function getSessionListenerService()
  2836.     {
  2837.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2838.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2839.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  2840.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2841.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2842.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2843.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2844.         ], [
  2845.             'initialized_session' => '?',
  2846.             'logger' => '?',
  2847.             'request_stack' => '?',
  2848.             'session' => '?',
  2849.             'session_collector' => '?',
  2850.             'session_factory' => '?',
  2851.         ]), true$this->parameters['session.storage.options']);
  2852.     }
  2853.     /**
  2854.      * Gets the private 'snc_redis.logger' shared service.
  2855.      *
  2856.      * @return \Snc\RedisBundle\Logger\RedisLogger
  2857.      */
  2858.     protected function getSncRedis_LoggerService()
  2859.     {
  2860.         $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  2861.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2862.         $a->pushProcessor(($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] ?? ($this->privates['Monolog\\Processor\\PsrLogMessageProcessor'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2863.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2864.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2865.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2866.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  2867.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2868.         return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  2869.     }
  2870.     /**
  2871.      * Gets the private 'translator.default' shared service.
  2872.      *
  2873.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2874.      */
  2875.     protected function getTranslator_DefaultService()
  2876.     {
  2877.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2878.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2879.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2880.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2881.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2882.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2883.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2884.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2885.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2886.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2887.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2888.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2889.         ], [
  2890.             'translation.loader.csv' => '?',
  2891.             'translation.loader.dat' => '?',
  2892.             'translation.loader.ini' => '?',
  2893.             'translation.loader.json' => '?',
  2894.             'translation.loader.mo' => '?',
  2895.             'translation.loader.php' => '?',
  2896.             'translation.loader.po' => '?',
  2897.             'translation.loader.qt' => '?',
  2898.             'translation.loader.res' => '?',
  2899.             'translation.loader.xliff' => '?',
  2900.             'translation.loader.yml' => '?',
  2901.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), '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->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/mmoreram/gearman-bundle/Mmoreram/GearmanBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/src/Resources/translations'=> 'vendor/hwi/oauth-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/twig/extra-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/symfony/swiftmailer-bundle/translations'18 => 'vendor/mmoreram/gearman-bundle/Mmoreram/GearmanBundle/translations'19 => 'vendor/snc/redis-bundle/src/translations'20 => 'vendor/php-http/httplug-bundle/src/translations'21 => 'vendor/doctrine/mongodb-odm-bundle/translations'22 => 'vendor/sentry/sentry-symfony/src/translations'23 => 'vendor/symfony/mercure-bundle/src/translations'24 => 'vendor/nelmio/api-doc-bundle/translations'25 => 'vendor/nelmio/cors-bundle/translations'26 => 'vendor/lexik/jwt-authentication-bundle/translations']]], []);
  2902.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2903.         $instance->setFallbackLocales([=> 'en']);
  2904.         return $instance;
  2905.     }
  2906.     /**
  2907.      * Gets the private 'validator.builder' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2910.      */
  2911.     protected function getValidator_BuilderService()
  2912.     {
  2913.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2914.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2915.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2916.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'true],
  2917.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2918.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2919.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2920.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2921.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2922.             'doctrine_odm.mongodb.unique' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'true],
  2923.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2924.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2925.         ], [
  2926.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2927.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2928.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2929.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2930.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2931.             'doctrine.orm.validator.unique' => '?',
  2932.             'doctrine_odm.mongodb.unique' => '?',
  2933.             'security.validator.user_password' => '?',
  2934.             'validator.expression' => '?',
  2935.         ])));
  2936.         if ($this->has('translator')) {
  2937.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2938.         }
  2939.         $instance->setTranslationDomain('validators');
  2940.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  2941.         $instance->enableAnnotationMapping(true);
  2942.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2943.         $instance->addMethodMapping('loadValidatorMetadata');
  2944.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())), => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()))]);
  2945.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2946.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2947.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2948.         return $instance;
  2949.     }
  2950.     /**
  2951.      * Gets the private 'var_dumper.html_dumper' shared service.
  2952.      *
  2953.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2954.      */
  2955.     protected function getVarDumper_HtmlDumperService()
  2956.     {
  2957.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2958.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2959.         return $instance;
  2960.     }
  2961.     /**
  2962.      * Gets the private 'var_dumper.server_connection' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\VarDumper\Server\Connection
  2965.      */
  2966.     protected function getVarDumper_ServerConnectionService()
  2967.     {
  2968.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2969.     }
  2970.     /**
  2971.      * Gets the private 'web_profiler.csp.handler' shared service.
  2972.      *
  2973.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2974.      */
  2975.     protected function getWebProfiler_Csp_HandlerService()
  2976.     {
  2977.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2978.     }
  2979.     /**
  2980.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2981.      *
  2982.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2983.      */
  2984.     protected function getWebProfiler_DebugToolbarService()
  2985.     {
  2986.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2987.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2988.             return $this->privates['web_profiler.debug_toolbar'];
  2989.         }
  2990.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2991.     }
  2992.     /**
  2993.      * Gets the public 'cache_clearer' alias.
  2994.      *
  2995.      * @return object The ".container.private.cache_clearer" service.
  2996.      */
  2997.     protected function getCacheClearerService()
  2998.     {
  2999.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3000.         return $this->get('.container.private.cache_clearer');
  3001.     }
  3002.     /**
  3003.      * Gets the public 'filesystem' alias.
  3004.      *
  3005.      * @return object The ".container.private.filesystem" service.
  3006.      */
  3007.     protected function getFilesystemService()
  3008.     {
  3009.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3010.         return $this->get('.container.private.filesystem');
  3011.     }
  3012.     /**
  3013.      * Gets the public 'serializer' alias.
  3014.      *
  3015.      * @return object The ".container.private.serializer" service.
  3016.      */
  3017.     protected function getSerializerService()
  3018.     {
  3019.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3020.         return $this->get('.container.private.serializer');
  3021.     }
  3022.     /**
  3023.      * Gets the public 'security.csrf.token_manager' alias.
  3024.      *
  3025.      * @return object The ".container.private.security.csrf.token_manager" service.
  3026.      */
  3027.     protected function getSecurity_Csrf_TokenManagerService()
  3028.     {
  3029.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3030.         return $this->get('.container.private.security.csrf.token_manager');
  3031.     }
  3032.     /**
  3033.      * Gets the public 'form.factory' alias.
  3034.      *
  3035.      * @return object The ".container.private.form.factory" service.
  3036.      */
  3037.     protected function getForm_FactoryService()
  3038.     {
  3039.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3040.         return $this->get('.container.private.form.factory');
  3041.     }
  3042.     /**
  3043.      * Gets the public 'form.type.file' alias.
  3044.      *
  3045.      * @return object The ".container.private.form.type.file" service.
  3046.      */
  3047.     protected function getForm_Type_FileService()
  3048.     {
  3049.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3050.         return $this->get('.container.private.form.type.file');
  3051.     }
  3052.     /**
  3053.      * Gets the public 'profiler' alias.
  3054.      *
  3055.      * @return object The ".container.private.profiler" service.
  3056.      */
  3057.     protected function getProfilerService()
  3058.     {
  3059.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3060.         return $this->get('.container.private.profiler');
  3061.     }
  3062.     /**
  3063.      * Gets the public 'twig' alias.
  3064.      *
  3065.      * @return object The ".container.private.twig" service.
  3066.      */
  3067.     protected function getTwigService()
  3068.     {
  3069.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3070.         return $this->get('.container.private.twig');
  3071.     }
  3072.     /**
  3073.      * Gets the public 'security.authorization_checker' alias.
  3074.      *
  3075.      * @return object The ".container.private.security.authorization_checker" service.
  3076.      */
  3077.     protected function getSecurity_AuthorizationCheckerService()
  3078.     {
  3079.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3080.         return $this->get('.container.private.security.authorization_checker');
  3081.     }
  3082.     /**
  3083.      * Gets the public 'security.token_storage' alias.
  3084.      *
  3085.      * @return object The ".container.private.security.token_storage" service.
  3086.      */
  3087.     protected function getSecurity_TokenStorageService()
  3088.     {
  3089.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3090.         return $this->get('.container.private.security.token_storage');
  3091.     }
  3092.     /**
  3093.      * Gets the public 'security.password_encoder' alias.
  3094.      *
  3095.      * @return object The ".container.private.security.password_encoder" service.
  3096.      */
  3097.     protected function getSecurity_PasswordEncoderService()
  3098.     {
  3099.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3100.         return $this->get('.container.private.security.password_encoder');
  3101.     }
  3102.     /**
  3103.      * Gets the public 'session' alias.
  3104.      *
  3105.      * @return object The ".container.private.session" service.
  3106.      */
  3107.     protected function getSessionService()
  3108.     {
  3109.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3110.         return $this->get('.container.private.session');
  3111.     }
  3112.     /**
  3113.      * Gets the public 'validator' alias.
  3114.      *
  3115.      * @return object The ".container.private.validator" service.
  3116.      */
  3117.     protected function getValidatorService()
  3118.     {
  3119.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3120.         return $this->get('.container.private.validator');
  3121.     }
  3122.     /**
  3123.      * @return array|bool|float|int|string|\UnitEnum|null
  3124.      */
  3125.     public function getParameter(string $name)
  3126.     {
  3127.         if (isset($this->buildParameters[$name])) {
  3128.             return $this->buildParameters[$name];
  3129.         }
  3130.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3131.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3132.         }
  3133.         if (isset($this->loadedDynamicParameters[$name])) {
  3134.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3135.         }
  3136.         return $this->parameters[$name];
  3137.     }
  3138.     public function hasParameter(string $name): bool
  3139.     {
  3140.         if (isset($this->buildParameters[$name])) {
  3141.             return true;
  3142.         }
  3143.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3144.     }
  3145.     public function setParameter(string $name$value): void
  3146.     {
  3147.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3148.     }
  3149.     public function getParameterBag(): ParameterBagInterface
  3150.     {
  3151.         if (null === $this->parameterBag) {
  3152.             $parameters $this->parameters;
  3153.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3154.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3155.             }
  3156.             foreach ($this->buildParameters as $name => $value) {
  3157.                 $parameters[$name] = $value;
  3158.             }
  3159.             $this->parameterBag = new FrozenParameterBag($parameters);
  3160.         }
  3161.         return $this->parameterBag;
  3162.     }
  3163.     private $loadedDynamicParameters = [
  3164.         'kernel.runtime_environment' => false,
  3165.         'kernel.build_dir' => false,
  3166.         'kernel.cache_dir' => false,
  3167.         'aws.s3.credentials.key' => false,
  3168.         'aws.s3.credentials.secret' => false,
  3169.         'aws.s3.region' => false,
  3170.         'agents_subdomain' => false,
  3171.         'main_subdomain' => false,
  3172.         'publishers_subdomain' => false,
  3173.         'advertisers_subdomain' => false,
  3174.         'advertisers_api_subdomain' => false,
  3175.         'mailer_user' => false,
  3176.         'sender_name' => false,
  3177.         'hasoffer_api_url' => false,
  3178.         'hasoffer_network_id' => false,
  3179.         'hasoffer_network_token' => false,
  3180.         'hasoffer_web_api_url' => false,
  3181.         'hasoffer_web_network_id' => false,
  3182.         'hasoffer_web_network_token' => false,
  3183.         'x_forwarded_for' => false,
  3184.         'metrics24_user_id' => false,
  3185.         'metrics24_reporting_api_token' => false,
  3186.         'metrics24_tracker_id' => false,
  3187.         'appsflyer_agency_api_token' => false,
  3188.         'hyper_api_token' => false,
  3189.         'google_client_id' => false,
  3190.         'google_client_secret' => false,
  3191.         'impressions_api_key' => false,
  3192.         'mongodb_mafo_logs_database' => false,
  3193.         'mongodb_admin_database' => false,
  3194.         'mongo_server_host' => false,
  3195.         'mongo_server_port' => false,
  3196.         'mongo_server_username' => false,
  3197.         'mongo_server_password' => false,
  3198.         'mongodb_server' => false,
  3199.         'firehose_aws_secret_key' => false,
  3200.         'gearman_server' => false,
  3201.         'gearman_port' => false,
  3202.         'appsflyer_agency_unilead_api_token' => false,
  3203.         'appsflyer_agency_mobupps_in_api_token' => false,
  3204.         'appsflyer_agency_webmedia_api_token' => false,
  3205.         'appsflyer_agency_unilead_2_api_token' => false,
  3206.         'appsflyer_agency_aura_dsp_api_token' => false,
  3207.         'appsflyer_agency_traffic4you_api_token' => false,
  3208.         'APPSFLYER_PASS_MOBUPPS' => false,
  3209.         'APPSFLYER_PASS_UNILEAD_1' => false,
  3210.         'APPSFLYER_PASS_UNILEAD_2' => false,
  3211.         'APPSFLYER_PASS_MOBUPPS_IN' => false,
  3212.         'APPSFLYER_PASS_WEBMEDIA' => false,
  3213.         'APPSFLYER_PASS_AURA_DSP' => false,
  3214.         'APPSFLYER_PASS_MOBINOVO' => false,
  3215.         'APPSFLYER_PASS_TRAFFIC4YOU' => false,
  3216.         'CJ_TOKEN' => false,
  3217.         'ASCEND_API_KEY' => false,
  3218.         'SHAREASALE_API_TOKEN' => false,
  3219.         'SHAREASALE_API_SECRET_KEY' => false,
  3220.         'SHOPNOMIX_BOOKING_COM_CAMPAIGN_API_TOKEN' => false,
  3221.         'SHOPNOMIX_AMAZON_CAMPAIGN_API_TOKEN' => false,
  3222.         'SHOPNOMIX_OTHER_CAMPAIGN_API_TOKEN' => false,
  3223.         'mts_base_uri' => false,
  3224.         'mts_api_base_uri' => false,
  3225.         'mts_username' => false,
  3226.         'mts_password' => false,
  3227.         'mts_jwt_token_endpoint' => false,
  3228.         'mts_oauth_client_id' => false,
  3229.         'mts_oauth_client_secret' => false,
  3230.         'mts_oauth_access_token_url' => false,
  3231.         'mts_oauth_authorization_url' => false,
  3232.         'mts_oauth_info_url' => false,
  3233.         'mts_oauth_jwks_url' => false,
  3234.         'mts_oauth_redirect_uri' => false,
  3235.         'mts_oauth_host' => false,
  3236.         'kernel.secret' => false,
  3237.         'debug.container.dump' => false,
  3238.         'serializer.mapping.cache.file' => false,
  3239.         'validator.mapping.cache.file' => false,
  3240.         'profiler.storage.dsn' => false,
  3241.         'doctrine.orm.proxy_dir' => false,
  3242.         'fos_user.registration.confirmation.from_email' => false,
  3243.         'fos_user.resetting.email.from_email' => false,
  3244.         'fos_user.registration.confirmation.from_address' => false,
  3245.         'fos_user.resetting.email.from_address' => false,
  3246.         'gearman.servers' => false,
  3247.         'doctrine_mongodb.odm.proxy_dir' => false,
  3248.         'doctrine_mongodb.odm.hydrator_dir' => false,
  3249.         'doctrine_mongodb.odm.persistent_collection_dir' => false,
  3250.         'mercure.hubs' => false,
  3251.         'mercure.default_hub' => false,
  3252.         'lexik_jwt_authentication.pass_phrase' => false,
  3253.     ];
  3254.     private $dynamicParameters = [];
  3255.     private function getDynamicParameter(string $name)
  3256.     {
  3257.         switch ($name) {
  3258.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3259.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3260.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3261.             case 'aws.s3.credentials.key'$value $this->getEnv('AWS_ACCESS_KEY_ID'); break;
  3262.             case 'aws.s3.credentials.secret'$value $this->getEnv('AWS_SECRET_ACCESS_KEY'); break;
  3263.             case 'aws.s3.region'$value $this->getEnv('AWS_REGION'); break;
  3264.             case 'agents_subdomain'$value $this->getEnv('agents_subdomain'); break;
  3265.             case 'main_subdomain'$value $this->getEnv('main_subdomain'); break;
  3266.             case 'publishers_subdomain'$value $this->getEnv('publishers_subdomain'); break;
  3267.             case 'advertisers_subdomain'$value $this->getEnv('advertisers_subdomain'); break;
  3268.             case 'advertisers_api_subdomain'$value $this->getEnv('advertisers_api_subdomain'); break;
  3269.             case 'mailer_user'$value $this->getEnv('mailer_user'); break;
  3270.             case 'sender_name'$value $this->getEnv('mailer_user'); break;
  3271.             case 'hasoffer_api_url'$value $this->getEnv('hasoffer_api_url'); break;
  3272.             case 'hasoffer_network_id'$value $this->getEnv('hasoffer_network_id'); break;
  3273.             case 'hasoffer_network_token'$value $this->getEnv('hasoffer_network_token'); break;
  3274.             case 'hasoffer_web_api_url'$value $this->getEnv('hasoffer_web_api_url'); break;
  3275.             case 'hasoffer_web_network_id'$value $this->getEnv('hasoffer_web_network_id'); break;
  3276.             case 'hasoffer_web_network_token'$value $this->getEnv('hasoffer_web_network_token'); break;
  3277.             case 'x_forwarded_for'$value $this->getEnv('x_forwarded_for'); break;
  3278.             case 'metrics24_user_id'$value $this->getEnv('metrics24_user_id'); break;
  3279.             case 'metrics24_reporting_api_token'$value $this->getEnv('metrics24_reporting_api_token'); break;
  3280.             case 'metrics24_tracker_id'$value $this->getEnv('metrics24_tracker_id'); break;
  3281.             case 'appsflyer_agency_api_token'$value $this->getEnv('appsflyer_agency_api_token'); break;
  3282.             case 'hyper_api_token'$value $this->getEnv('hyper_api_token'); break;
  3283.             case 'google_client_id'$value $this->getEnv('google_client_id'); break;
  3284.             case 'google_client_secret'$value $this->getEnv('google_client_secret'); break;
  3285.             case 'impressions_api_key'$value $this->getEnv('impressions_api_key'); break;
  3286.             case 'mongodb_mafo_logs_database'$value $this->getEnv('mongodb_mafo_logs_database'); break;
  3287.             case 'mongodb_admin_database'$value $this->getEnv('mongodb_admin_database'); break;
  3288.             case 'mongo_server_host'$value $this->getEnv('mongo_server_host'); break;
  3289.             case 'mongo_server_port'$value $this->getEnv('mongo_server_port'); break;
  3290.             case 'mongo_server_username'$value $this->getEnv('mongo_server_username'); break;
  3291.             case 'mongo_server_password'$value $this->getEnv('mongo_server_password'); break;
  3292.             case 'mongodb_server'$value $this->getEnv('mongodb_server'); break;
  3293.             case 'firehose_aws_secret_key'$value $this->getEnv('firehose_aws_secret_key'); break;
  3294.             case 'gearman_server'$value $this->getEnv('gearman_server'); break;
  3295.             case 'gearman_port'$value $this->getEnv('gearman_port'); break;
  3296.             case 'appsflyer_agency_unilead_api_token'$value $this->getEnv('appsflyer_agency_unilead_api_token'); break;
  3297.             case 'appsflyer_agency_mobupps_in_api_token'$value $this->getEnv('appsflyer_agency_mobupps_in_api_token'); break;
  3298.             case 'appsflyer_agency_webmedia_api_token'$value $this->getEnv('appsflyer_agency_webmedia_api_token'); break;
  3299.             case 'appsflyer_agency_unilead_2_api_token'$value $this->getEnv('appsflyer_agency_unilead_2_api_token'); break;
  3300.             case 'appsflyer_agency_aura_dsp_api_token'$value $this->getEnv('appsflyer_agency_aura_dsp_api_token'); break;
  3301.             case 'appsflyer_agency_traffic4you_api_token'$value $this->getEnv('appsflyer_agency_traffic4you_api_token'); break;
  3302.             case 'APPSFLYER_PASS_MOBUPPS'$value $this->getEnv('APPSFLYER_PASS_MOBUPPS'); break;
  3303.             case 'APPSFLYER_PASS_UNILEAD_1'$value $this->getEnv('APPSFLYER_PASS_UNILEAD_1'); break;
  3304.             case 'APPSFLYER_PASS_UNILEAD_2'$value $this->getEnv('APPSFLYER_PASS_UNILEAD_2'); break;
  3305.             case 'APPSFLYER_PASS_MOBUPPS_IN'$value $this->getEnv('APPSFLYER_PASS_MOBUPPS_IN'); break;
  3306.             case 'APPSFLYER_PASS_WEBMEDIA'$value $this->getEnv('APPSFLYER_PASS_WEBMEDIA'); break;
  3307.             case 'APPSFLYER_PASS_AURA_DSP'$value $this->getEnv('APPSFLYER_PASS_AURA_DSP'); break;
  3308.             case 'APPSFLYER_PASS_MOBINOVO'$value $this->getEnv('APPSFLYER_PASS_MOBINOVO'); break;
  3309.             case 'APPSFLYER_PASS_TRAFFIC4YOU'$value $this->getEnv('APPSFLYER_PASS_TRAFFIC4YOU'); break;
  3310.             case 'CJ_TOKEN'$value $this->getEnv('CJ_TOKEN'); break;
  3311.             case 'ASCEND_API_KEY'$value $this->getEnv('ASCEND_API_KEY'); break;
  3312.             case 'SHAREASALE_API_TOKEN'$value $this->getEnv('SHAREASALE_API_TOKEN'); break;
  3313.             case 'SHAREASALE_API_SECRET_KEY'$value $this->getEnv('SHAREASALE_API_SECRET_KEY'); break;
  3314.             case 'SHOPNOMIX_BOOKING_COM_CAMPAIGN_API_TOKEN'$value $this->getEnv('SHOPNOMIX_BOOKING_COM_CAMPAIGN_API_TOKEN'); break;
  3315.             case 'SHOPNOMIX_AMAZON_CAMPAIGN_API_TOKEN'$value $this->getEnv('SHOPNOMIX_AMAZON_CAMPAIGN_API_TOKEN'); break;
  3316.             case 'SHOPNOMIX_OTHER_CAMPAIGN_API_TOKEN'$value $this->getEnv('SHOPNOMIX_OTHER_CAMPAIGN_API_TOKEN'); break;
  3317.             case 'mts_base_uri'$value $this->getEnv('MTS_BASE_URI'); break;
  3318.             case 'mts_api_base_uri'$value $this->getEnv('MTS_BASE_URI'); break;
  3319.             case 'mts_username'$value $this->getEnv('MTS_USERNAME'); break;
  3320.             case 'mts_password'$value $this->getEnv('MTS_PASSWORD'); break;
  3321.             case 'mts_jwt_token_endpoint'$value $this->getEnv('MTS_JWT_TOKEN_ENDPOINT'); break;
  3322.             case 'mts_oauth_client_id'$value $this->getEnv('MTS_OAUTH_CLIENT_ID'); break;
  3323.             case 'mts_oauth_client_secret'$value $this->getEnv('MTS_OAUTH_CLIENT_SECRET'); break;
  3324.             case 'mts_oauth_access_token_url'$value $this->getEnv('MTS_OAUTH_ACCESS_TOKEN_URL'); break;
  3325.             case 'mts_oauth_authorization_url'$value $this->getEnv('MTS_OAUTH_AUTHORIZATION_URL'); break;
  3326.             case 'mts_oauth_info_url'$value $this->getEnv('MTS_OAUTH_INFO_URL'); break;
  3327.             case 'mts_oauth_jwks_url'$value $this->getEnv('MTS_OAUTH_JWKS_URI'); break;
  3328.             case 'mts_oauth_redirect_uri'$value $this->getEnv('MTS_OAUTH_REDIRECT_URI'); break;
  3329.             case 'mts_oauth_host'$value $this->getEnv('MTS_OAUTH_HOST'); break;
  3330.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3331.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3332.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3333.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3334.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3335.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3336.             case 'fos_user.registration.confirmation.from_email'$value = [
  3337.                 $this->getEnv('mailer_user') => $this->getEnv('mailer_user'),
  3338.             ]; break;
  3339.             case 'fos_user.resetting.email.from_email'$value = [
  3340.                 $this->getEnv('mailer_user') => $this->getEnv('mailer_user'),
  3341.             ]; break;
  3342.             case 'fos_user.registration.confirmation.from_address'$value = [
  3343.                 'address' => $this->getEnv('mailer_user'),
  3344.                 'sender_name' => $this->getEnv('mailer_user'),
  3345.             ]; break;
  3346.             case 'fos_user.resetting.email.from_address'$value = [
  3347.                 'address' => $this->getEnv('mailer_user'),
  3348.                 'sender_name' => $this->getEnv('mailer_user'),
  3349.             ]; break;
  3350.             case 'gearman.servers'$value = [
  3351.                 'localhost' => [
  3352.                     'host' => $this->getEnv('gearman_server'),
  3353.                     'port' => $this->getEnv('int:gearman_port'),
  3354.                 ],
  3355.             ]; break;
  3356.             case 'doctrine_mongodb.odm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'); break;
  3357.             case 'doctrine_mongodb.odm.hydrator_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'); break;
  3358.             case 'doctrine_mongodb.odm.persistent_collection_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'); break;
  3359.             case 'mercure.hubs'$value = [
  3360.                 'default' => $this->getEnv('MERCURE_URL'),
  3361.             ]; break;
  3362.             case 'mercure.default_hub'$value $this->getEnv('MERCURE_URL'); break;
  3363.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3364.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3365.         }
  3366.         $this->loadedDynamicParameters[$name] = true;
  3367.         return $this->dynamicParameters[$name] = $value;
  3368.     }
  3369.     protected function getDefaultParameters(): array
  3370.     {
  3371.         return [
  3372.             'kernel.project_dir' => \dirname(__DIR__4),
  3373.             'kernel.environment' => 'dev',
  3374.             'kernel.debug' => true,
  3375.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3376.             'kernel.bundles' => [
  3377.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3378.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3379.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3380.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3381.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3382.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3383.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3384.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3385.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3386.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3387.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3388.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3389.                 'GearmanBundle' => 'Mmoreram\\GearmanBundle\\GearmanBundle',
  3390.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  3391.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  3392.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  3393.                 'DoctrineMongoDBBundle' => 'Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle',
  3394.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  3395.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3396.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  3397.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3398.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3399.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3400.             ],
  3401.             'kernel.bundles_metadata' => [
  3402.                 'FrameworkBundle' => [
  3403.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3404.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3405.                 ],
  3406.                 'DoctrineBundle' => [
  3407.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3408.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3409.                 ],
  3410.                 'DoctrineMigrationsBundle' => [
  3411.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3412.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3413.                 ],
  3414.                 'DebugBundle' => [
  3415.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3416.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3417.                 ],
  3418.                 'TwigBundle' => [
  3419.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3420.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3421.                 ],
  3422.                 'WebProfilerBundle' => [
  3423.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3424.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3425.                 ],
  3426.                 'TwigExtraBundle' => [
  3427.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3428.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3429.                 ],
  3430.                 'SecurityBundle' => [
  3431.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3432.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3433.                 ],
  3434.                 'MonologBundle' => [
  3435.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3436.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3437.                 ],
  3438.                 'MakerBundle' => [
  3439.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3440.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3441.                 ],
  3442.                 'FOSUserBundle' => [
  3443.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  3444.                     'namespace' => 'FOS\\UserBundle',
  3445.                 ],
  3446.                 'SwiftmailerBundle' => [
  3447.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3448.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3449.                 ],
  3450.                 'GearmanBundle' => [
  3451.                     'path' => (\dirname(__DIR__4).'/vendor/mmoreram/gearman-bundle/Mmoreram/GearmanBundle'),
  3452.                     'namespace' => 'Mmoreram\\GearmanBundle',
  3453.                 ],
  3454.                 'SncRedisBundle' => [
  3455.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  3456.                     'namespace' => 'Snc\\RedisBundle',
  3457.                 ],
  3458.                 'HWIOAuthBundle' => [
  3459.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src'),
  3460.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  3461.                 ],
  3462.                 'HttplugBundle' => [
  3463.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  3464.                     'namespace' => 'Http\\HttplugBundle',
  3465.                 ],
  3466.                 'DoctrineMongoDBBundle' => [
  3467.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle'),
  3468.                     'namespace' => 'Doctrine\\Bundle\\MongoDBBundle',
  3469.                 ],
  3470.                 'SentryBundle' => [
  3471.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  3472.                     'namespace' => 'Sentry\\SentryBundle',
  3473.                 ],
  3474.                 'SymfonyCastsResetPasswordBundle' => [
  3475.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3476.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3477.                 ],
  3478.                 'MercureBundle' => [
  3479.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  3480.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  3481.                 ],
  3482.                 'NelmioApiDocBundle' => [
  3483.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3484.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3485.                 ],
  3486.                 'NelmioCorsBundle' => [
  3487.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3488.                     'namespace' => 'Nelmio\\CorsBundle',
  3489.                 ],
  3490.                 'LexikJWTAuthenticationBundle' => [
  3491.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3492.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3493.                 ],
  3494.             ],
  3495.             'kernel.charset' => 'UTF-8',
  3496.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3497.             'env(MONGODB_URL)' => '',
  3498.             'env(MONGODB_DB)' => '',
  3499.             'event_dispatcher.event_aliases' => [
  3500.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3501.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3502.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3503.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3504.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3505.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3506.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3507.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3508.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3509.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3510.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3511.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3512.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3513.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3514.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3515.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3516.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3517.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3518.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3519.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3520.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3521.             ],
  3522.             'fragment.renderer.hinclude.global_template' => NULL,
  3523.             'fragment.path' => '/_fragment',
  3524.             'kernel.http_method_override' => false,
  3525.             'kernel.trusted_hosts' => [
  3526.             ],
  3527.             'kernel.default_locale' => 'en',
  3528.             'kernel.enabled_locales' => [
  3529.             ],
  3530.             'kernel.error_controller' => 'error_controller',
  3531.             'debug.file_link_format' => NULL,
  3532.             'asset.request_context.base_path' => NULL,
  3533.             'asset.request_context.secure' => NULL,
  3534.             'translator.logging' => false,
  3535.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3536.             'debug.error_handler.throw_at' => -1,
  3537.             'router.request_context.host' => 'localhost',
  3538.             'router.request_context.scheme' => 'http',
  3539.             'router.request_context.base_url' => '',
  3540.             'router.resource' => 'kernel::loadRoutes',
  3541.             'request_listener.http_port' => 80,
  3542.             'request_listener.https_port' => 443,
  3543.             'session.metadata.storage_key' => '_sf2_meta',
  3544.             'session.storage.options' => [
  3545.                 'cache_limiter' => '0',
  3546.                 'cookie_secure' => 'auto',
  3547.                 'cookie_httponly' => true,
  3548.                 'cookie_samesite' => 'lax',
  3549.                 'gc_probability' => 1,
  3550.             ],
  3551.             'session.save_path' => NULL,
  3552.             'session.metadata.update_threshold' => 0,
  3553.             'form.type_extension.csrf.enabled' => true,
  3554.             'form.type_extension.csrf.field_name' => '_token',
  3555.             'validator.translation_domain' => 'validators',
  3556.             'profiler_listener.only_exceptions' => false,
  3557.             'profiler_listener.only_main_requests' => false,
  3558.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3559.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3560.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3561.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3562.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3563.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3564.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3565.             'doctrine.entity_managers' => [
  3566.                 'default' => 'doctrine.orm.default_entity_manager',
  3567.             ],
  3568.             'doctrine.default_entity_manager' => 'default',
  3569.             'doctrine.dbal.connection_factory.types' => [
  3570.             ],
  3571.             'doctrine.connections' => [
  3572.                 'default' => 'doctrine.dbal.default_connection',
  3573.             ],
  3574.             'doctrine.default_connection' => 'default',
  3575.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3576.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3577.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3578.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3579.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3580.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3581.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3582.             'doctrine.orm.cache.memcache_port' => 11211,
  3583.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3584.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3585.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3586.             'doctrine.orm.cache.memcached_port' => 11211,
  3587.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3588.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3589.             'doctrine.orm.cache.redis_host' => 'localhost',
  3590.             'doctrine.orm.cache.redis_port' => 6379,
  3591.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3592.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3593.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3594.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3595.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3596.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3597.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3598.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3599.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3600.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3601.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3602.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3603.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3604.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3605.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3606.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3607.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3608.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3609.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3610.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3611.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3612.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3613.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3614.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3615.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3616.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3617.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3618.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3619.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3620.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3621.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3622.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3623.             'doctrine.orm.enable_lazy_ghost_objects' => true,
  3624.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3625.             'doctrine.migrations.preferred_em' => NULL,
  3626.             'doctrine.migrations.preferred_connection' => NULL,
  3627.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3628.             'twig.form.resources' => [
  3629.                 => 'form_div_layout.html.twig',
  3630.             ],
  3631.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3632.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3633.             'web_profiler.debug_toolbar.mode' => 2,
  3634.             'security.role_hierarchy.roles' => [
  3635.                 'ROLE_SALES' => [
  3636.                     => 'ROLE_USER',
  3637.                 ],
  3638.                 'ROLE_ACCOUNT_MANAGER' => [
  3639.                     => 'ROLE_USER',
  3640.                 ],
  3641.                 'ROLE_AFFILIATE_MANAGER' => [
  3642.                     => 'ROLE_USER',
  3643.                 ],
  3644.                 'ROLE_ADMIN' => [
  3645.                     => 'ROLE_ADMIN',
  3646.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3647.                 ],
  3648.                 'ROLE_AGENT_MANAGER' => [
  3649.                     => 'ROLE_USER',
  3650.                 ],
  3651.                 'ROLE_AGENT' => [
  3652.                     => 'ROLE_AGENT',
  3653.                 ],
  3654.                 'ROLE_MAFO_PUBLISHER' => [
  3655.                     => 'ROLE_MAFO_PUBLISHER',
  3656.                 ],
  3657.                 'ROLE_MAFO_ADVERTISER' => [
  3658.                     => 'ROLE_MAFO_ADVERTISER',
  3659.                 ],
  3660.                 'ROLE_DIRECTOR' => [
  3661.                     => 'ROLE_USER',
  3662.                 ],
  3663.                 'ROLE_ANALYST' => [
  3664.                     => 'ROLE_USER',
  3665.                 ],
  3666.                 'ROLE_MTS_USER' => [
  3667.                     => 'ROLE_MTS_USER',
  3668.                 ],
  3669.                 'ROLE_FINANCIAL_MANAGER' => [
  3670.                     => 'ROLE_USER',
  3671.                 ],
  3672.                 'ROLE_SUPER_ADMIN' => [
  3673.                     => 'ROLE_AGENT_MANAGER',
  3674.                     => 'ROLE_ADMIN',
  3675.                     => 'ROLE_USER',
  3676.                     => 'ROLE_ACCOUNT_MANAGER',
  3677.                     => 'ROLE_AFFILIATE_MANAGER',
  3678.                     => 'ROLE_AGENT',
  3679.                 ],
  3680.             ],
  3681.             'security.access.denied_url' => NULL,
  3682.             'security.authentication.manager.erase_credentials' => true,
  3683.             'security.authentication.session_strategy.strategy' => 'migrate',
  3684.             'security.access.always_authenticate_before_granting' => false,
  3685.             'security.authentication.hide_user_not_found' => true,
  3686.             'security.firewalls' => [
  3687.                 => 'dev',
  3688.                 => 'swagger_doc',
  3689.                 => 'publishers',
  3690.                 => 'jwt_api',
  3691.                 => 'advertiser_api',
  3692.                 => 'advertisers',
  3693.                 => 'main',
  3694.             ],
  3695.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3696.             'hwi_oauth.resource_ownermap.configured.main' => [
  3697.                 'google' => '/login/check-google',
  3698.             ],
  3699.             'monolog.use_microseconds' => true,
  3700.             'monolog.swift_mailer.handlers' => [
  3701.             ],
  3702.             'monolog.handlers_to_channels' => [
  3703.                 'monolog.handler.sentry' => NULL,
  3704.                 'monolog.handler.console' => [
  3705.                     'type' => 'exclusive',
  3706.                     'elements' => [
  3707.                         => 'event',
  3708.                         => 'doctrine',
  3709.                         => 'console',
  3710.                     ],
  3711.                 ],
  3712.                 'monolog.handler.main' => [
  3713.                     'type' => 'exclusive',
  3714.                     'elements' => [
  3715.                         => 'event',
  3716.                     ],
  3717.                 ],
  3718.                 'monolog.handler.custom' => [
  3719.                     'type' => 'inclusive',
  3720.                     'elements' => [
  3721.                         => 'custom',
  3722.                     ],
  3723.                 ],
  3724.                 'monolog.handler.filter_for_errors' => NULL,
  3725.             ],
  3726.             'fos_user.backend_type_orm' => true,
  3727.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3728.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3729.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3730.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3731.             'fos_user.storage' => 'orm',
  3732.             'fos_user.firewall_name' => 'main',
  3733.             'fos_user.model_manager_name' => NULL,
  3734.             'fos_user.model.user.class' => 'App\\Entity\\Users',
  3735.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3736.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3737.             'fos_user.profile.form.validation_groups' => [
  3738.                 => 'Profile',
  3739.                 => 'Default',
  3740.             ],
  3741.             'fos_user.registration.confirmation.enabled' => false,
  3742.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3743.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3744.             'fos_user.registration.form.validation_groups' => [
  3745.                 => 'Registration',
  3746.                 => 'Default',
  3747.             ],
  3748.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3749.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3750.             'fos_user.change_password.form.validation_groups' => [
  3751.                 => 'ChangePassword',
  3752.                 => 'Default',
  3753.             ],
  3754.             'fos_user.resetting.retry_ttl' => 7200,
  3755.             'fos_user.resetting.token_ttl' => 86400,
  3756.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3757.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3758.             'fos_user.resetting.form.validation_groups' => [
  3759.                 => 'ResetPassword',
  3760.                 => 'Default',
  3761.             ],
  3762.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3763.             'swiftmailer.mailer.default.spool.enabled' => false,
  3764.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3765.             'swiftmailer.mailer.default.single_address' => NULL,
  3766.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3767.             'swiftmailer.spool.enabled' => false,
  3768.             'swiftmailer.delivery.enabled' => true,
  3769.             'swiftmailer.single_address' => NULL,
  3770.             'swiftmailer.mailers' => [
  3771.                 'default' => 'swiftmailer.mailer.default',
  3772.             ],
  3773.             'swiftmailer.default_mailer' => 'default',
  3774.             'gearman.bundles' => [
  3775.             ],
  3776.             'gearman.resources' => [
  3777.                 => 'Workers',
  3778.             ],
  3779.             'gearman.default.settings' => [
  3780.                 'method' => 'doNormal',
  3781.                 'iterations' => 1500,
  3782.                 'minimum_execution_time' => 3,
  3783.                 'timeout' => 5000,
  3784.                 'callbacks' => true,
  3785.                 'generate_unique_key' => true,
  3786.                 'workers_name_prepend_namespace' => true,
  3787.                 'job_prefix' => NULL,
  3788.             ],
  3789.             'gearman.default.settings.generate_unique_key' => true,
  3790.             'gearman.cache.id' => 'gearman.workers',
  3791.             'gearman.unique_job_identifier.class' => 'Mmoreram\\GearmanBundle\\Generator\\UniqueJobIdentifierGenerator',
  3792.             'gearman.dispatcher.callbacks.class' => 'Mmoreram\\GearmanBundle\\Dispatcher\\GearmanCallbacksDispatcher',
  3793.             'gearman.client.class' => 'Mmoreram\\GearmanBundle\\Service\\GearmanClient',
  3794.             'gearman.callbacks.class' => 'Mmoreram\\GearmanBundle\\Service\\GearmanCallbacks',
  3795.             'gearman.execute.class' => 'Mmoreram\\GearmanBundle\\Service\\GearmanExecute',
  3796.             'gearman.describer.class' => 'Mmoreram\\GearmanBundle\\Service\\GearmanDescriber',
  3797.             'gearman.parser.class' => 'Mmoreram\\GearmanBundle\\Service\\GearmanParser',
  3798.             'gearman.cache.wrapper.class' => 'Mmoreram\\GearmanBundle\\Service\\GearmanCacheWrapper',
  3799.             'gearman.command.cache_clear.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanCacheClearCommand',
  3800.             'gearman.command.cache_warmup.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanCacheWarmupCommand',
  3801.             'gearman.command.job_describe.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanJobDescribeCommand',
  3802.             'gearman.command.job_execute.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanJobExecuteCommand',
  3803.             'gearman.command.worker_describe.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanWorkerDescribeCommand',
  3804.             'gearman.command.worker_execute.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanWorkerExecuteCommand',
  3805.             'gearman.command.worker_list.class' => 'Mmoreram\\GearmanBundle\\Command\\GearmanWorkerListCommand',
  3806.             'gearman.external.symfony_finder.class' => 'Symfony\\Component\\Finder\\Finder',
  3807.             'snc_redis.client.class' => 'Predis\\Client',
  3808.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  3809.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  3810.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  3811.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  3812.             'snc_redis.phpredis_client.class' => 'Redis',
  3813.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  3814.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  3815.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  3816.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  3817.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  3818.             'hwi_oauth.target_path_parameter' => NULL,
  3819.             'hwi_oauth.target_path_domains_whitelist' => [
  3820.             ],
  3821.             'hwi_oauth.use_referer' => false,
  3822.             'hwi_oauth.failed_use_referer' => false,
  3823.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  3824.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  3825.             'hwi_oauth.resource_owners' => [
  3826.                 'google' => 'google',
  3827.             ],
  3828.             'hwi_oauth.connect' => true,
  3829.             'hwi_oauth.connect.confirmation' => true,
  3830.             'hwi_oauth.connect.registration_form' => NULL,
  3831.             'doctrine_mongodb.odm.connection.class' => 'MongoDB\\Client',
  3832.             'doctrine_mongodb.odm.configuration.class' => 'Doctrine\\ODM\\MongoDB\\Configuration',
  3833.             'doctrine_mongodb.odm.document_manager.class' => 'Doctrine\\ODM\\MongoDB\\DocumentManager',
  3834.             'doctrine_mongodb.odm.manager_configurator.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerConfigurator',
  3835.             'doctrine_mongodb.odm.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3836.             'doctrine_odm.mongodb.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3837.             'doctrine_odm.mongodb.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3838.             'doctrine_mongodb.odm.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerRegistry',
  3839.             'doctrine_mongodb.odm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3840.             'doctrine_mongodb.odm.proxy_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\ProxyCacheWarmer',
  3841.             'doctrine_mongodb.odm.hydrator_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\HydratorCacheWarmer',
  3842.             'doctrine_mongodb.odm.persistent_collection_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\PersistentCollectionCacheWarmer',
  3843.             'doctrine_mongodb.odm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3844.             'doctrine_mongodb.odm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3845.             'doctrine_mongodb.odm.cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3846.             'doctrine_mongodb.odm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3847.             'doctrine_mongodb.odm.cache.memcache_host' => 'localhost',
  3848.             'doctrine_mongodb.odm.cache.memcache_port' => 11211,
  3849.             'doctrine_mongodb.odm.cache.memcache_instance.class' => 'Memcache',
  3850.             'doctrine_mongodb.odm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3851.             'doctrine_mongodb.odm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3852.             'doctrine_mongodb.odm.metadata.annotation.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver',
  3853.             'doctrine_mongodb.odm.metadata.attribute.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeDriver',
  3854.             'doctrine_mongodb.odm.metadata.attribute_reader.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeReader',
  3855.             'doctrine_mongodb.odm.metadata.xml.class' => 'Doctrine\\Bundle\\MongoDBBundle\\Mapping\\Driver\\XmlDriver',
  3856.             'doctrine_mongodb.odm.mapping_dirs' => [
  3857.             ],
  3858.             'doctrine_mongodb.odm.xml_mapping_dirs' => [
  3859.             ],
  3860.             'doctrine_mongodb.odm.document_dirs' => [
  3861.             ],
  3862.             'doctrine_mongodb.odm.fixtures_dirs' => [
  3863.             ],
  3864.             'doctrine_mongodb.odm.logger.batch_insert_threshold' => 4,
  3865.             'doctrine_mongodb.odm.listeners.resolve_target_document.class' => 'Doctrine\\ODM\\MongoDB\\Tools\\ResolveTargetDocumentListener',
  3866.             'doctrine_mongodb.odm.default_connection' => 'default',
  3867.             'doctrine_mongodb.odm.default_document_manager' => 'default',
  3868.             'doctrine_mongodb.odm.proxy_namespace' => 'MongoDBODMProxies',
  3869.             'doctrine_mongodb.odm.auto_generate_proxy_classes' => 2,
  3870.             'doctrine_mongodb.odm.hydrator_namespace' => 'Hydrators',
  3871.             'doctrine_mongodb.odm.auto_generate_hydrator_classes' => 1,
  3872.             'doctrine_mongodb.odm.default_commit_options' => [
  3873.             ],
  3874.             'doctrine_mongodb.odm.persistent_collection_namespace' => 'PersistentCollections',
  3875.             'doctrine_mongodb.odm.auto_generate_persistent_collection_classes' => 0,
  3876.             'doctrine_mongodb.odm.connections' => [
  3877.                 'default' => 'doctrine_mongodb.odm.default_connection',
  3878.             ],
  3879.             'doctrine_mongodb.odm.document_managers' => [
  3880.                 'default' => 'doctrine_mongodb.odm.default_document_manager',
  3881.             ],
  3882.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set',
  3883.             'sentry.tracing.enabled' => true,
  3884.             'sentry.tracing.dbal.enabled' => true,
  3885.             'sentry.tracing.dbal.connections' => [
  3886.             ],
  3887.             'sentry.tracing.cache.enabled' => true,
  3888.             'sentry.tracing.http_client.enabled' => true,
  3889.             'nelmio_api_doc.areas' => [
  3890.                 => 'default',
  3891.             ],
  3892.             'nelmio_api_doc.use_validation_groups' => false,
  3893.             'nelmio_cors.map' => [
  3894.                 '^/api/' => [
  3895.                     'origin_regex' => true,
  3896.                     'allow_origin' => true,
  3897.                     'allow_methods' => [
  3898.                         => 'GET',
  3899.                         => 'POST',
  3900.                         => 'PUT',
  3901.                         => 'PATCH',
  3902.                         => 'DELETE',
  3903.                         => 'OPTIONS',
  3904.                     ],
  3905.                     'allow_headers' => [
  3906.                         => 'content-type',
  3907.                         => 'authorization',
  3908.                         => 'x-requested-with',
  3909.                         => 'accept',
  3910.                         => 'origin',
  3911.                     ],
  3912.                     'max_age' => 3600,
  3913.                 ],
  3914.             ],
  3915.             'nelmio_cors.defaults' => [
  3916.                 'allow_origin' => true,
  3917.                 'allow_credentials' => true,
  3918.                 'allow_headers' => [
  3919.                     => 'content-type',
  3920.                     => 'authorization',
  3921.                     => 'x-requested-with',
  3922.                     => 'accept',
  3923.                     => 'origin',
  3924.                 ],
  3925.                 'allow_private_network' => false,
  3926.                 'expose_headers' => [
  3927.                 ],
  3928.                 'allow_methods' => [
  3929.                     => 'GET',
  3930.                     => 'POST',
  3931.                     => 'PUT',
  3932.                     => 'PATCH',
  3933.                     => 'DELETE',
  3934.                     => 'OPTIONS',
  3935.                 ],
  3936.                 'max_age' => 3600,
  3937.                 'hosts' => [
  3938.                 ],
  3939.                 'origin_regex' => true,
  3940.                 'forced_allow_origin_value' => NULL,
  3941.                 'skip_same_as_origin' => true,
  3942.             ],
  3943.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3944.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3945.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3946.             'lexik_jwt_authentication.token_ttl' => 3600,
  3947.             'lexik_jwt_authentication.clock_skew' => 0,
  3948.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3949.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3950.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3951.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3952.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3953.             'data_collector.templates' => [
  3954.                 'data_collector.request' => [
  3955.                     => 'request',
  3956.                     => '@WebProfiler/Collector/request.html.twig',
  3957.                 ],
  3958.                 'data_collector.time' => [
  3959.                     => 'time',
  3960.                     => '@WebProfiler/Collector/time.html.twig',
  3961.                 ],
  3962.                 'data_collector.memory' => [
  3963.                     => 'memory',
  3964.                     => '@WebProfiler/Collector/memory.html.twig',
  3965.                 ],
  3966.                 'data_collector.validator' => [
  3967.                     => 'validator',
  3968.                     => '@WebProfiler/Collector/validator.html.twig',
  3969.                 ],
  3970.                 'data_collector.ajax' => [
  3971.                     => 'ajax',
  3972.                     => '@WebProfiler/Collector/ajax.html.twig',
  3973.                 ],
  3974.                 'data_collector.form' => [
  3975.                     => 'form',
  3976.                     => '@WebProfiler/Collector/form.html.twig',
  3977.                 ],
  3978.                 'data_collector.exception' => [
  3979.                     => 'exception',
  3980.                     => '@WebProfiler/Collector/exception.html.twig',
  3981.                 ],
  3982.                 'data_collector.logger' => [
  3983.                     => 'logger',
  3984.                     => '@WebProfiler/Collector/logger.html.twig',
  3985.                 ],
  3986.                 'data_collector.events' => [
  3987.                     => 'events',
  3988.                     => '@WebProfiler/Collector/events.html.twig',
  3989.                 ],
  3990.                 'data_collector.router' => [
  3991.                     => 'router',
  3992.                     => '@WebProfiler/Collector/router.html.twig',
  3993.                 ],
  3994.                 'data_collector.cache' => [
  3995.                     => 'cache',
  3996.                     => '@WebProfiler/Collector/cache.html.twig',
  3997.                 ],
  3998.                 'data_collector.translation' => [
  3999.                     => 'translation',
  4000.                     => '@WebProfiler/Collector/translation.html.twig',
  4001.                 ],
  4002.                 'data_collector.security' => [
  4003.                     => 'security',
  4004.                     => '@Security/Collector/security.html.twig',
  4005.                 ],
  4006.                 'data_collector.twig' => [
  4007.                     => 'twig',
  4008.                     => '@WebProfiler/Collector/twig.html.twig',
  4009.                 ],
  4010.                 'data_collector.http_client' => [
  4011.                     => 'http_client',
  4012.                     => '@WebProfiler/Collector/http_client.html.twig',
  4013.                 ],
  4014.                 'data_collector.doctrine' => [
  4015.                     => 'db',
  4016.                     => '@Doctrine/Collector/db.html.twig',
  4017.                 ],
  4018.                 'swiftmailer.data_collector' => [
  4019.                     => 'swiftmailer',
  4020.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4021.                 ],
  4022.                 'data_collector.dump' => [
  4023.                     => 'dump',
  4024.                     => '@Debug/Profiler/dump.html.twig',
  4025.                 ],
  4026.                 'httplug.collector.collector' => [
  4027.                     => 'httplug',
  4028.                     => '@Httplug/webprofiler.html.twig',
  4029.                 ],
  4030.                 'data_collector.messenger' => [
  4031.                     => 'messenger',
  4032.                     => '@WebProfiler/Collector/messenger.html.twig',
  4033.                 ],
  4034.                 'mailer.data_collector' => [
  4035.                     => 'mailer',
  4036.                     => '@WebProfiler/Collector/mailer.html.twig',
  4037.                 ],
  4038.                 'notifier.data_collector' => [
  4039.                     => 'notifier',
  4040.                     => '@WebProfiler/Collector/notifier.html.twig',
  4041.                 ],
  4042.                 'snc_redis.data_collector' => [
  4043.                     => 'redis',
  4044.                     => '@SncRedis/Collector/redis.html.twig',
  4045.                 ],
  4046.                 'doctrine_mongodb.odm.data_collector' => [
  4047.                     => 'mongodb',
  4048.                     => '@DoctrineMongoDB/Collector/mongodb.html.twig',
  4049.                 ],
  4050.                 'data_collector.mercure' => [
  4051.                     => 'mercure',
  4052.                     => '@Mercure/Collector/mercure.html.twig',
  4053.                 ],
  4054.                 'data_collector.config' => [
  4055.                     => 'config',
  4056.                     => '@WebProfiler/Collector/config.html.twig',
  4057.                 ],
  4058.             ],
  4059.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  4060.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  4061.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  4062.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  4063.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  4064.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  4065.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  4066.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  4067.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  4068.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  4069.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  4070.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  4071.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  4072.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  4073.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  4074.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  4075.             'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  4076.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  4077.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  4078.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  4079.             'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
  4080.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  4081.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  4082.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  4083.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  4084.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  4085.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  4086.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  4087.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  4088.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  4089.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  4090.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  4091.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  4092.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  4093.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  4094.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  4095.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  4096.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  4097.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  4098.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  4099.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  4100.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  4101.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  4102.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  4103.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  4104.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  4105.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  4106.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  4107.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  4108.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  4109.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  4110.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  4111.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  4112.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  4113.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  4114.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  4115.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  4116.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  4117.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  4118.             'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  4119.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  4120.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  4121.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  4122.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  4123.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  4124.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  4125.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  4126.             'console.command.ids' => [
  4127.                 => 'console.command.public_alias.App\\Command\\AdjustWatcherCommand',
  4128.                 => 'console.command.public_alias.App\\Command\\AdvertiserOfferCountCommand',
  4129.                 => 'console.command.public_alias.App\\Command\\AffiliateOfferCountCommand',
  4130.                 => 'console.command.public_alias.App\\Command\\AffiliateRatingCommand',
  4131.                 => 'console.command.public_alias.App\\Command\\AlertsCommand',
  4132.                 => 'console.command.public_alias.App\\Command\\AppIdMismatchBetweenMmpAndHoCommand',
  4133.                 => 'console.command.public_alias.App\\Command\\AppRetentionReportTaskCommand',
  4134.                 => 'console.command.public_alias.App\\Command\\AppnameControlOptimisationCommand',
  4135.                 => 'console.command.public_alias.App\\Command\\ApprovalControlCommand',
  4136.                 => 'console.command.public_alias.App\\Command\\AppsBlackAndWhiteListAlertCommand',
  4137.                 10 => 'console.command.public_alias.App\\Command\\AppsBlackAndWhiteListCommand',
  4138.                 11 => 'console.command.public_alias.App\\Command\\AppsflyerDataLockerCommand',
  4139.                 12 => 'console.command.public_alias.App\\Command\\AppsflyerP360ScraperCommand',
  4140.                 13 => 'console.command.public_alias.App\\Command\\AppsflyerWatcherCommand',
  4141.                 14 => 'console.command.public_alias.App\\Command\\ArchiveMafoLogsCommand',
  4142.                 15 => 'console.command.public_alias.App\\Command\\AutomaticAppCreationCommand',
  4143.                 16 => 'console.command.public_alias.App\\Command\\BlockSourceCommand',
  4144.                 17 => 'console.command.public_alias.App\\Command\\ClickCapCommand',
  4145.                 18 => 'console.command.public_alias.App\\Command\\ClickInstallCommand',
  4146.                 19 => 'console.command.public_alias.App\\Command\\ClickSpamCommand',
  4147.                 20 => 'console.command.public_alias.App\\Command\\CrOptimisationScriptCommand',
  4148.                 21 => 'console.command.public_alias.App\\Command\\DeductionControlMailerCommand',
  4149.                 22 => 'console.command.public_alias.App\\Command\\DeleteClickCapBlockCommand',
  4150.                 23 => 'console.command.public_alias.App\\Command\\DeviceIdControlOptimisationCommand',
  4151.                 24 => 'console.command.public_alias.App\\Command\\FinancialToolAlertsCommand',
  4152.                 25 => 'console.command.public_alias.App\\Command\\FinancialToolUpdateMafoCalculatedDataCommand',
  4153.                 26 => 'console.command.public_alias.App\\Command\\FraudAlertCommand',
  4154.                 27 => 'console.command.public_alias.App\\Command\\FraudFlagsCommand',
  4155.                 28 => 'console.command.public_alias.App\\Command\\GoalIdOptimisationCommand',
  4156.                 29 => 'console.command.public_alias.App\\Command\\HyperClientInfoPopulateAndSendAlertCommand',
  4157.                 30 => 'console.command.public_alias.App\\Command\\ImportObjectsFromTuneWebAccountCommand',
  4158.                 31 => 'console.command.public_alias.App\\Command\\ImpressionOptimisationCommand',
  4159.                 32 => 'console.command.public_alias.App\\Command\\MafoFinancialToolsHyperUpdatesCommand',
  4160.                 33 => 'console.command.public_alias.App\\Command\\ManualSkadnetworkPostbackCommand',
  4161.                 34 => 'console.command.public_alias.App\\Command\\MigrationScriptCommand',
  4162.                 35 => 'console.command.public_alias.App\\Command\\MmpAlertForWhitelistedPartnersForMmpOffersCommand',
  4163.                 36 => 'console.command.public_alias.App\\Command\\MmpNotificationsCommand',
  4164.                 37 => 'console.command.public_alias.App\\Command\\MmpOffersBudgetUpdateCommand',
  4165.                 38 => 'console.command.public_alias.App\\Command\\MmpReportsTableUpdateFromMmpStatisticsChangeCommand',
  4166.                 39 => 'console.command.public_alias.App\\Command\\MmpStatisticsAppProcessCommand',
  4167.                 40 => 'console.command.public_alias.App\\Command\\MmpStatisticsCommand',
  4168.                 41 => 'console.command.public_alias.App\\Command\\MmpStatisticsFraudAppProcessCommand',
  4169.                 42 => 'console.command.public_alias.App\\Command\\MmpStatisticsFraudCommand',
  4170.                 43 => 'console.command.public_alias.App\\Command\\NewsletterBuilderCommand',
  4171.                 44 => 'console.command.public_alias.App\\Command\\OfferPortingCommand',
  4172.                 45 => 'console.command.public_alias.App\\Command\\OfferPortingSlowCommand',
  4173.                 46 => 'console.command.public_alias.App\\Command\\OneTimeScriptsCommand',
  4174.                 47 => 'console.command.public_alias.App\\Command\\P360AvailabilityCommand',
  4175.                 48 => 'console.command.public_alias.App\\Command\\PayoutBulkEditCommand',
  4176.                 49 => 'console.command.public_alias.App\\Command\\PopulateAdvertiserInfoCommand',
  4177.                 50 => 'console.command.public_alias.App\\Command\\PopulateAffiliateInfoCommand',
  4178.                 51 => 'console.command.public_alias.App\\Command\\PopulateAppInfoCommand',
  4179.                 52 => 'console.command.public_alias.App\\Command\\PopulateClicksCommand',
  4180.                 53 => 'console.command.public_alias.App\\Command\\PopulateConversionRawLogsCommand',
  4181.                 54 => 'console.command.public_alias.App\\Command\\PopulateEmployeeCommand',
  4182.                 55 => 'console.command.public_alias.App\\Command\\PopulateHyperApiDataCommand',
  4183.                 56 => 'console.command.public_alias.App\\Command\\PopulateOfferCategoriesCommand',
  4184.                 57 => 'console.command.public_alias.App\\Command\\PopulateRawLogsCommand',
  4185.                 58 => 'console.command.public_alias.App\\Command\\PopulateTagCommand',
  4186.                 59 => 'console.command.public_alias.App\\Command\\PostbackControlCommand',
  4187.                 60 => 'console.command.public_alias.App\\Command\\PostbackControlNotificationAndFlagSetCommand',
  4188.                 61 => 'console.command.public_alias.App\\Command\\PriceBulkEditCommand',
  4189.                 62 => 'console.command.public_alias.App\\Command\\ProcessBulkCapCommand',
  4190.                 63 => 'console.command.public_alias.App\\Command\\ProcessScheduledAffiliateOfferBlockCommand',
  4191.                 64 => 'console.command.public_alias.App\\Command\\ProcessScheduledOfferChangesCommand',
  4192.                 65 => 'console.command.public_alias.App\\Command\\ProcessScheduledOfferDisableLinksCommand',
  4193.                 66 => 'console.command.public_alias.App\\Command\\PullingWebConversionsCommand',
  4194.                 67 => 'console.command.public_alias.App\\Command\\RetentionOptimisationCommand',
  4195.                 68 => 'console.command.public_alias.App\\Command\\RevenueAndPayoutControlCommand',
  4196.                 69 => 'console.command.public_alias.App\\Command\\RevenueChangesCommand',
  4197.                 70 => 'console.command.public_alias.App\\Command\\ScheduledDBWarmingCommand',
  4198.                 71 => 'console.command.public_alias.App\\Command\\SkadNetworkAffiliateApiCacheGenerateCommand',
  4199.                 72 => 'console.command.public_alias.App\\Command\\SourceWhitelistCommand',
  4200.                 73 => 'console.command.public_alias.App\\Command\\SubSourceWatcherCommand',
  4201.                 74 => 'console.command.public_alias.App\\Command\\TestCommand',
  4202.                 75 => 'console.command.public_alias.App\\Command\\TuneCategorisationCommand',
  4203.                 76 => 'console.command.public_alias.App\\Command\\UpdateCacheCommand',
  4204.                 77 => 'console.command.public_alias.App\\Command\\UpdateRecommendationsForMafoUsersCommand',
  4205.                 78 => 'console.command.public_alias.gearman.command.cache_clear',
  4206.                 79 => 'console.command.public_alias.gearman.command.cache_warmup',
  4207.                 80 => 'console.command.public_alias.gearman.command.job_describe',
  4208.                 81 => 'console.command.public_alias.gearman.command.job_execute',
  4209.                 82 => 'console.command.public_alias.gearman.command.worker_describe',
  4210.                 83 => 'console.command.public_alias.gearman.command.worker_execute',
  4211.                 84 => 'console.command.public_alias.gearman.command.worker_list',
  4212.             ],
  4213.         ];
  4214.     }
  4215.     protected function throw($message)
  4216.     {
  4217.         throw new RuntimeException($message);
  4218.     }
  4219. }