var/cache/dev/ContainerQJ0s8tv/AppApp_KernelDevDebugContainer.php line 5689

Open in your IDE?
  1. <?php
  2. namespace ContainerQJ0s8tv;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class AppApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Api\\Controller\\Admin\\AdminSecurityController' => 'getAdminSecurityControllerService',
  37.             'App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController' => 'getBeneficiaryQuantitiesExemptionStatisticControllerService',
  38.             'App\\Api\\Controller\\Admin\\CompanyAdminController' => 'getCompanyAdminControllerService',
  39.             'App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController' => 'getEmployeesExemptionStatisticControllerService',
  40.             'App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController' => 'getEnterpriseDueStatisticControllerService',
  41.             'App\\Api\\Controller\\Admin\\ExportStatisticController' => 'getExportStatisticControllerService',
  42.             'App\\Api\\Controller\\Admin\\UserAdminController' => 'getUserAdminControllerService',
  43.             'App\\Api\\Controller\\V1\\ContractTypeController' => 'getContractTypeControllerService',
  44.             'App\\Api\\Controller\\V1\\DocumentTypeController' => 'getDocumentTypeControllerService',
  45.             'App\\Api\\Controller\\V1\\EmployeeExemptionController' => 'getEmployeeExemptionControllerService',
  46.             'App\\Api\\Controller\\V1\\EnterpriseController' => 'getEnterpriseControllerService',
  47.             'App\\Api\\Controller\\V1\\ExemptionController' => 'getExemptionControllerService',
  48.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController' => 'getExemptionEvaluationControllerService',
  49.             'App\\Api\\Controller\\V1\\ExemptionExportController' => 'getExemptionExportControllerService',
  50.             'App\\Api\\Controller\\V1\\PasswordResetController' => 'getPasswordResetControllerService',
  51.             'App\\Api\\Controller\\V1\\ReasonController' => 'getReasonControllerService',
  52.             'App\\Api\\Controller\\V1\\SettingsController' => 'getSettingsControllerService',
  53.             'App\\Api\\Controller\\V1\\StatisticController' => 'getStatisticControllerService',
  54.             'App\\Api\\Controller\\V1\\UserController' => 'getUserControllerService',
  55.             'App\\Api\\Controller\\V1\\UserRegistrationController' => 'getUserRegistrationControllerService',
  56.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController' => 'getYouSignWebhookControllerService',
  57.             'App\\Api\\Controller\\V2\\CompanyController' => 'getCompanyControllerService',
  58.             'App\\Api\\Controller\\V2\\UserRegistrationController' => 'getUserRegistrationController2Service',
  59.             'Due\\Controller\\V1\\AmendmentDueController' => 'getAmendmentDueControllerService',
  60.             'Due\\Controller\\V1\\AppContactUsController' => 'getAppContactUsControllerService',
  61.             'Due\\Controller\\V1\\BeneficiaryController' => 'getBeneficiaryControllerService',
  62.             'Due\\Controller\\V1\\CollectiveAgreementController' => 'getCollectiveAgreementControllerService',
  63.             'Due\\Controller\\V1\\CollectiveAgreementReasonController' => 'getCollectiveAgreementReasonControllerService',
  64.             'Due\\Controller\\V1\\ContactUsController' => 'getContactUsControllerService',
  65.             'Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController' => 'getContributionEmployerMinimumPercentageControllerService',
  66.             'Due\\Controller\\V1\\ContributionOptionController' => 'getContributionOptionControllerService',
  67.             'Due\\Controller\\V1\\ContributionOptionUnitController' => 'getContributionOptionUnitControllerService',
  68.             'Due\\Controller\\V1\\DueController' => 'getDueControllerService',
  69.             'Due\\Controller\\V1\\DueEmployeeEmailController' => 'getDueEmployeeEmailControllerService',
  70.             'Due\\Controller\\V1\\DueLegalRepresentativeController' => 'getDueLegalRepresentativeControllerService',
  71.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController' => 'getDueSignOffSheetDocumentControllerService',
  72.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController' => 'getYouSignWebhookController2Service',
  73.             'Due\\Controller\\V2\\DueController' => 'getDueController2Service',
  74.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  75.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  76.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  77.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  78.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  79.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  80.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  81.             'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'getEmptyFilterService',
  82.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  83.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  84.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  85.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  86.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  87.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  88.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  89.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  90.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  91.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  92.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  93.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.logo' => 'getUniqidNamer_LogoService',
  94.             'admin.beneficiary-quantities-exemption-statistic' => 'getAdmin_BeneficiaryquantitiesexemptionstatisticService',
  95.             'admin.beneficiary-quantities-exemption-statistic.template_registry' => 'getAdmin_Beneficiaryquantitiesexemptionstatistic_TemplateRegistryService',
  96.             'admin.cgu' => 'getAdmin_CguService',
  97.             'admin.cgu.template_registry' => 'getAdmin_Cgu_TemplateRegistryService',
  98.             'admin.configuration' => 'getAdmin_ConfigurationService',
  99.             'admin.configuration.template_registry' => 'getAdmin_Configuration_TemplateRegistryService',
  100.             'admin.employees-exemption-statistic' => 'getAdmin_EmployeesexemptionstatisticService',
  101.             'admin.employees-exemption-statistic.template_registry' => 'getAdmin_Employeesexemptionstatistic_TemplateRegistryService',
  102.             'admin.enterprise' => 'getAdmin_EnterpriseService',
  103.             'admin.enterprise-due-statistic' => 'getAdmin_EnterpriseduestatisticService',
  104.             'admin.enterprise-due-statistic.template_registry' => 'getAdmin_Enterpriseduestatistic_TemplateRegistryService',
  105.             'admin.enterprise.template_registry' => 'getAdmin_Enterprise_TemplateRegistryService',
  106.             'admin.export-statistic' => 'getAdmin_ExportstatisticService',
  107.             'admin.export-statistic.template_registry' => 'getAdmin_Exportstatistic_TemplateRegistryService',
  108.             'admin.tdc1_company' => 'getAdmin_Tdc1CompanyService',
  109.             'admin.tdc1_company.template_registry' => 'getAdmin_Tdc1Company_TemplateRegistryService',
  110.             'admin.tdc1_manager' => 'getAdmin_Tdc1ManagerService',
  111.             'admin.tdc1_manager.template_registry' => 'getAdmin_Tdc1Manager_TemplateRegistryService',
  112.             'admin.tdc2_company' => 'getAdmin_Tdc2CompanyService',
  113.             'admin.tdc2_company.template_registry' => 'getAdmin_Tdc2Company_TemplateRegistryService',
  114.             'admin.tdc2_manager' => 'getAdmin_Tdc2ManagerService',
  115.             'admin.tdc2_manager.template_registry' => 'getAdmin_Tdc2Manager_TemplateRegistryService',
  116.             'admin.user_enterprise' => 'getAdmin_UserEnterpriseService',
  117.             'admin.user_enterprise.template_registry' => 'getAdmin_UserEnterprise_TemplateRegistryService',
  118.             'cache.app' => 'getCache_AppService',
  119.             'cache.app_clearer' => 'getCache_AppClearerService',
  120.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  121.             'cache.system' => 'getCache_SystemService',
  122.             'cache.system_clearer' => 'getCache_SystemClearerService',
  123.             'cache_clearer' => 'getCacheClearerService',
  124.             'cache_warmer' => 'getCacheWarmerService',
  125.             'console.command_loader' => 'getConsole_CommandLoaderService',
  126.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  127.             'doctrine' => 'getDoctrineService',
  128.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  129.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  130.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  131.             'error_controller' => 'getErrorControllerService',
  132.             'event_dispatcher' => 'getEventDispatcherService',
  133.             'filesystem' => 'getFilesystemService',
  134.             'form.factory' => 'getForm_FactoryService',
  135.             'form.type.file' => 'getForm_Type_FileService',
  136.             'http_kernel' => 'getHttpKernelService',
  137.             'httplug.client' => 'getHttplug_ClientService',
  138.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  139.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  140.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  141.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  142.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  143.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  144.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  145.             'message_bus' => 'getMessageBusService',
  146.             'monolog.logger.due' => 'getMonolog_Logger_DueService',
  147.             'monolog.logger.employee-email' => 'getMonolog_Logger_EmployeeemailService',
  148.             'monolog.logger.exemption' => 'getMonolog_Logger_ExemptionService',
  149.             'monolog.logger.registration' => 'getMonolog_Logger_RegistrationService',
  150.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  151.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  152.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  153.             'profiler' => 'getProfilerService',
  154.             'request_stack' => 'getRequestStackService',
  155.             'router' => 'getRouterService',
  156.             'routing.loader' => 'getRouting_LoaderService',
  157.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  158.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  159.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  160.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  161.             'security.token_storage' => 'getSecurity_TokenStorageService',
  162.             'serializer' => 'getSerializerService',
  163.             'services_resetter' => 'getServicesResetterService',
  164.             'session' => 'getSessionService',
  165.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  166.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  167.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  168.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  169.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  170.             'sonata.admin.admin_exporter' => 'getSonata_Admin_AdminExporterService',
  171.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  172.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  173.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  174.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  175.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  176.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  177.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  178.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  179.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  180.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  181.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  182.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  183.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  184.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  185.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  186.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  187.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  188.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  189.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  190.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  191.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  192.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  193.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  194.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  195.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  196.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  197.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  198.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  199.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  200.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  201.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  202.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  203.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  204.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  205.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  206.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  207.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  208.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  209.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  210.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  211.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  212.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  213.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  214.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  215.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  216.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  217.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  218.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  219.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  220.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  221.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  222.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  223.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  224.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  225.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  226.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  227.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  228.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  229.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  230.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  231.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  232.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  233.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  234.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  235.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  236.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  237.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  238.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  239.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  240.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  241.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  242.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  243.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  244.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  245.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  246.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  247.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  248.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  249.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  250.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  251.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  252.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  253.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  254.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  255.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  256.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  257.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  258.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  259.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  260.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  261.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  262.             'translator' => 'getTranslatorService',
  263.             'twig' => 'getTwigService',
  264.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  265.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  266.             'validator' => 'getValidatorService',
  267.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  268.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  269.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  270.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  271.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  272.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  273.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  274.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  275.         ];
  276.         $this->aliases = [
  277.             'database_connection' => 'doctrine.dbal.default_connection',
  278.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  279.             'mailer' => 'swiftmailer.mailer.default',
  280.             'messenger.default_bus' => 'message_bus',
  281.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  282.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  283.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  284.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  285.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  286.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  287.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  288.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  289.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  290.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  291.         ];
  292.         $this->privates['service_container'] = function () {
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  299.             include_once \dirname(__DIR__4).'/src/App/Kernel.php';
  300.             include_once \dirname(__DIR__4).'/src/App/Api/EventListener/MaintenanceModeApiListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/App/Api/Repository/EnterpriseDeleteRequestRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/App/Api/Repository/SettingRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/DueBundle/Repository/ExistAwareInterface.php';
  309.             include_once \dirname(__DIR__4).'/src/App/Api/Utils/Paging/PagingTrait.php';
  310.             include_once \dirname(__DIR__4).'/src/App/Api/Repository/UserRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/App/Api/Service/EnterpriseDeleteManager.php';
  312.             include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/IsValidEnterpriseUserValidator.php';
  313.             include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/IsValidEnterpriseUserEmailValidator.php';
  314.             include_once \dirname(__DIR__4).'/src/App/Api/Service/FileService.php';
  315.             include_once \dirname(__DIR__4).'/src/App/Api/Service/UserPermissionService.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  330.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  354.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  472.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  478.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  483.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  528.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  558.             include_once \dirname(__DIR__4).'/src/App/Api/Twig/AdminExtension.php';
  559.             include_once \dirname(__DIR__4).'/src/App/Api/Twig/EmailExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  569.             include_once \dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Twig/Extension/PhoneNumberHelperExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Templating/Helper/PhoneNumberHelper.php';
  572.             include_once \dirname(__DIR__4).'/src/DueBundle/Twig/DueExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  576.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  578.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  579.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/src/StringExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  599.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php';
  600.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategy.php';
  601.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  603.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  604.             include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/VersionBridgeClient.php';
  605.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClient.php';
  606.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  607.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/HttpClientDiscovery.php';
  608.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  609.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  610.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  611.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  612.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  613.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  615.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  626.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  629.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  654.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  663.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  669.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  671.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  683.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  685.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  686.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  687.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  693.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  694.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  695.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  698.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  699.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  700.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  702.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  703.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  704.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  705.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  726.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  733.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  735.         };
  736.     }
  737.     public function compile(): void
  738.     {
  739.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  740.     }
  741.     public function isCompiled(): bool
  742.     {
  743.         return true;
  744.     }
  745.     public function getRemovedIds(): array
  746.     {
  747.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  748.     }
  749.     /**
  750.      * Gets the public 'App\Api\Controller\Admin\AdminSecurityController' shared autowired service.
  751.      *
  752.      * @return \App\Api\Controller\Admin\AdminSecurityController
  753.      */
  754.     protected function getAdminSecurityControllerService()
  755.     {
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  758.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/AdminSecurityController.php';
  759.         $this->services['App\\Api\\Controller\\Admin\\AdminSecurityController'] = $instance = new \App\Api\Controller\Admin\AdminSecurityController(($this->services['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()));
  760.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\Admin\\AdminSecurityController'$this));
  761.         return $instance;
  762.     }
  763.     /**
  764.      * Gets the public 'App\Api\Controller\Admin\BeneficiaryQuantitiesExemptionStatisticController' shared autowired service.
  765.      *
  766.      * @return \App\Api\Controller\Admin\BeneficiaryQuantitiesExemptionStatisticController
  767.      */
  768.     protected function getBeneficiaryQuantitiesExemptionStatisticControllerService()
  769.     {
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  773.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  774.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/AbstractExemptionStatisticController.php';
  775.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/BeneficiaryQuantitiesExemptionStatisticController.php';
  776.         return $this->services['App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController'] = new \App\Api\Controller\Admin\BeneficiaryQuantitiesExemptionStatisticController(($this->privates['App\\Api\\Service\\StatisticManager'] ?? $this->getStatisticManagerService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  777.     }
  778.     /**
  779.      * Gets the public 'App\Api\Controller\Admin\CompanyAdminController' shared autowired service.
  780.      *
  781.      * @return \App\Api\Controller\Admin\CompanyAdminController
  782.      */
  783.     protected function getCompanyAdminControllerService()
  784.     {
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  786.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  789.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/CompanyAdminController.php';
  790.         return $this->services['App\\Api\\Controller\\Admin\\CompanyAdminController'] = new \App\Api\Controller\Admin\CompanyAdminController(($this->services['translator'] ?? $this->getTranslatorService()));
  791.     }
  792.     /**
  793.      * Gets the public 'App\Api\Controller\Admin\EmployeesExemptionStatisticController' shared autowired service.
  794.      *
  795.      * @return \App\Api\Controller\Admin\EmployeesExemptionStatisticController
  796.      */
  797.     protected function getEmployeesExemptionStatisticControllerService()
  798.     {
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  803.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/AbstractExemptionStatisticController.php';
  804.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/EmployeesExemptionStatisticController.php';
  805.         return $this->services['App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController'] = new \App\Api\Controller\Admin\EmployeesExemptionStatisticController(($this->privates['App\\Api\\Service\\StatisticManager'] ?? $this->getStatisticManagerService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  806.     }
  807.     /**
  808.      * Gets the public 'App\Api\Controller\Admin\EnterpriseDueStatisticController' shared autowired service.
  809.      *
  810.      * @return \App\Api\Controller\Admin\EnterpriseDueStatisticController
  811.      */
  812.     protected function getEnterpriseDueStatisticControllerService()
  813.     {
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  818.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/EnterpriseDueStatisticController.php';
  819.         return $this->services['App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController'] = new \App\Api\Controller\Admin\EnterpriseDueStatisticController(($this->privates['App\\Api\\Service\\StatisticManager'] ?? $this->getStatisticManagerService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  820.     }
  821.     /**
  822.      * Gets the public 'App\Api\Controller\Admin\ExportStatisticController' shared autowired service.
  823.      *
  824.      * @return \App\Api\Controller\Admin\ExportStatisticController
  825.      */
  826.     protected function getExportStatisticControllerService()
  827.     {
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  832.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/ExportStatisticController.php';
  833.         return $this->services['App\\Api\\Controller\\Admin\\ExportStatisticController'] = new \App\Api\Controller\Admin\ExportStatisticController(($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()), ($this->privates['App\\Api\\Service\\ExportStatisticManager'] ?? $this->getExportStatisticManagerService()), ($this->privates['App\\Api\\Validator\\Constraints\\ExportStatisticRequest\\ExportStatisticRequestValidator'] ?? $this->getExportStatisticRequestValidatorService()));
  834.     }
  835.     /**
  836.      * Gets the public 'App\Api\Controller\Admin\UserAdminController' shared autowired service.
  837.      *
  838.      * @return \App\Api\Controller\Admin\UserAdminController
  839.      */
  840.     protected function getUserAdminControllerService()
  841.     {
  842.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  846.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/Admin/UserAdminController.php';
  847.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanDeleteEnterpriseValidator.php';
  848.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  849.         return $this->services['App\\Api\\Controller\\Admin\\UserAdminController'] = new \App\Api\Controller\Admin\UserAdminController(($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditEnterpriseValidator'] ?? $this->getCanEditEnterpriseValidatorService()), new \App\Api\Validator\Constraints\Admin\CanDeleteEnterpriseValidator($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Api\\Repository\\EnterpriseDeleteRequestRepository'] ?? $this->getEnterpriseDeleteRequestRepositoryService())), $a$this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  850.     }
  851.     /**
  852.      * Gets the public 'App\Api\Controller\V1\ContractTypeController' shared autowired service.
  853.      *
  854.      * @return \App\Api\Controller\V1\ContractTypeController
  855.      */
  856.     protected function getContractTypeControllerService()
  857.     {
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  860.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  861.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/ContractTypeController.php';
  862.         $this->services['App\\Api\\Controller\\V1\\ContractTypeController'] = $instance = new \App\Api\Controller\V1\ContractTypeController();
  863.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\ContractTypeController'$this));
  864.         return $instance;
  865.     }
  866.     /**
  867.      * Gets the public 'App\Api\Controller\V1\DocumentTypeController' shared autowired service.
  868.      *
  869.      * @return \App\Api\Controller\V1\DocumentTypeController
  870.      */
  871.     protected function getDocumentTypeControllerService()
  872.     {
  873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  875.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  876.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/DocumentTypeController.php';
  877.         $this->services['App\\Api\\Controller\\V1\\DocumentTypeController'] = $instance = new \App\Api\Controller\V1\DocumentTypeController();
  878.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\DocumentTypeController'$this));
  879.         return $instance;
  880.     }
  881.     /**
  882.      * Gets the public 'App\Api\Controller\V1\EmployeeExemptionController' shared autowired service.
  883.      *
  884.      * @return \App\Api\Controller\V1\EmployeeExemptionController
  885.      */
  886.     protected function getEmployeeExemptionControllerService()
  887.     {
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  890.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  891.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/EmployeeExemptionController.php';
  892.         $this->services['App\\Api\\Controller\\V1\\EmployeeExemptionController'] = $instance = new \App\Api\Controller\V1\EmployeeExemptionController(($this->privates['App\\Api\\Service\\ExemptionTokenSecurityManager'] ?? $this->getExemptionTokenSecurityManagerService()));
  893.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\EmployeeExemptionController'$this));
  894.         return $instance;
  895.     }
  896.     /**
  897.      * Gets the public 'App\Api\Controller\V1\EnterpriseController' shared autowired service.
  898.      *
  899.      * @return \App\Api\Controller\V1\EnterpriseController
  900.      */
  901.     protected function getEnterpriseControllerService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  905.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  906.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/EnterpriseController.php';
  907.         $this->services['App\\Api\\Controller\\V1\\EnterpriseController'] = $instance = new \App\Api\Controller\V1\EnterpriseController();
  908.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\EnterpriseController'$this));
  909.         return $instance;
  910.     }
  911.     /**
  912.      * Gets the public 'App\Api\Controller\V1\ExemptionController' shared autowired service.
  913.      *
  914.      * @return \App\Api\Controller\V1\ExemptionController
  915.      */
  916.     protected function getExemptionControllerService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  920.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  921.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/ExemptionController.php';
  922.         $this->services['App\\Api\\Controller\\V1\\ExemptionController'] = $instance = new \App\Api\Controller\V1\ExemptionController($this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  923.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\ExemptionController'$this));
  924.         return $instance;
  925.     }
  926.     /**
  927.      * Gets the public 'App\Api\Controller\V1\ExemptionEvaluationController' shared autowired service.
  928.      *
  929.      * @return \App\Api\Controller\V1\ExemptionEvaluationController
  930.      */
  931.     protected function getExemptionEvaluationControllerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  935.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  936.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/ExemptionEvaluationController.php';
  937.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExemptionEvaluationManager.php';
  938.         $this->services['App\\Api\\Controller\\V1\\ExemptionEvaluationController'] = $instance = new \App\Api\Controller\V1\ExemptionEvaluationController(new \App\Api\Service\ExemptionEvaluationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  939.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\ExemptionEvaluationController'$this));
  940.         return $instance;
  941.     }
  942.     /**
  943.      * Gets the public 'App\Api\Controller\V1\ExemptionExportController' shared autowired service.
  944.      *
  945.      * @return \App\Api\Controller\V1\ExemptionExportController
  946.      */
  947.     protected function getExemptionExportControllerService()
  948.     {
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  951.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  952.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/ExemptionExportController.php';
  953.         $this->services['App\\Api\\Controller\\V1\\ExemptionExportController'] = $instance = new \App\Api\Controller\V1\ExemptionExportController();
  954.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\ExemptionExportController'$this));
  955.         return $instance;
  956.     }
  957.     /**
  958.      * Gets the public 'App\Api\Controller\V1\PasswordResetController' shared autowired service.
  959.      *
  960.      * @return \App\Api\Controller\V1\PasswordResetController
  961.      */
  962.     protected function getPasswordResetControllerService()
  963.     {
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  966.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  967.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/PasswordResetController.php';
  968.         $this->services['App\\Api\\Controller\\V1\\PasswordResetController'] = $instance = new \App\Api\Controller\V1\PasswordResetController();
  969.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  970.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  971.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  972.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  973.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  974.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  975.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  976.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  977.             'router' => ['services''router''getRouterService'false],
  978.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  979.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  980.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  981.             'serializer' => ['services''serializer''getSerializerService'false],
  982.             'session' => ['services''session''getSessionService'false],
  983.             'twig' => ['services''twig''getTwigService'false],
  984.         ], [
  985.             'doctrine' => '?',
  986.             'form.factory' => '?',
  987.             'http_kernel' => '?',
  988.             'message_bus' => '?',
  989.             'messenger.default_bus' => '?',
  990.             'parameter_bag' => '?',
  991.             'request_stack' => '?',
  992.             'router' => '?',
  993.             'security.authorization_checker' => '?',
  994.             'security.csrf.token_manager' => '?',
  995.             'security.token_storage' => '?',
  996.             'serializer' => '?',
  997.             'session' => '?',
  998.             'twig' => '?',
  999.         ]))->withContext('App\\Api\\Controller\\V1\\PasswordResetController'$this));
  1000.         return $instance;
  1001.     }
  1002.     /**
  1003.      * Gets the public 'App\Api\Controller\V1\ReasonController' shared autowired service.
  1004.      *
  1005.      * @return \App\Api\Controller\V1\ReasonController
  1006.      */
  1007.     protected function getReasonControllerService()
  1008.     {
  1009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1011.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1012.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/ReasonController.php';
  1013.         $this->services['App\\Api\\Controller\\V1\\ReasonController'] = $instance = new \App\Api\Controller\V1\ReasonController(($this->privates['App\\Api\\Repository\\ReasonRepository'] ?? $this->getReasonRepositoryService()));
  1014.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\ReasonController'$this));
  1015.         return $instance;
  1016.     }
  1017.     /**
  1018.      * Gets the public 'App\Api\Controller\V1\SettingsController' shared autowired service.
  1019.      *
  1020.      * @return \App\Api\Controller\V1\SettingsController
  1021.      */
  1022.     protected function getSettingsControllerService()
  1023.     {
  1024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1026.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1027.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/SettingsController.php';
  1028.         $this->services['App\\Api\\Controller\\V1\\SettingsController'] = $instance = new \App\Api\Controller\V1\SettingsController();
  1029.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\SettingsController'$this));
  1030.         return $instance;
  1031.     }
  1032.     /**
  1033.      * Gets the public 'App\Api\Controller\V1\StatisticController' shared autowired service.
  1034.      *
  1035.      * @return \App\Api\Controller\V1\StatisticController
  1036.      */
  1037.     protected function getStatisticControllerService()
  1038.     {
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1041.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1042.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/StatisticController.php';
  1043.         $this->services['App\\Api\\Controller\\V1\\StatisticController'] = $instance = new \App\Api\Controller\V1\StatisticController();
  1044.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\StatisticController'$this));
  1045.         return $instance;
  1046.     }
  1047.     /**
  1048.      * Gets the public 'App\Api\Controller\V1\UserController' shared autowired service.
  1049.      *
  1050.      * @return \App\Api\Controller\V1\UserController
  1051.      */
  1052.     protected function getUserControllerService()
  1053.     {
  1054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1056.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1057.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/UserController.php';
  1058.         $this->services['App\\Api\\Controller\\V1\\UserController'] = $instance = new \App\Api\Controller\V1\UserController();
  1059.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\UserController'$this));
  1060.         return $instance;
  1061.     }
  1062.     /**
  1063.      * Gets the public 'App\Api\Controller\V1\UserRegistrationController' shared autowired service.
  1064.      *
  1065.      * @return \App\Api\Controller\V1\UserRegistrationController
  1066.      */
  1067.     protected function getUserRegistrationControllerService()
  1068.     {
  1069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1071.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1072.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/UserRegistrationController.php';
  1073.         $this->services['App\\Api\\Controller\\V1\\UserRegistrationController'] = $instance = new \App\Api\Controller\V1\UserRegistrationController(($this->privates['App\\Api\\Service\\UserSecurityManager'] ?? $this->getUserSecurityManagerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Repository\\UserTokenRepository'] ?? $this->getUserTokenRepositoryService()));
  1074.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\UserRegistrationController'$this));
  1075.         return $instance;
  1076.     }
  1077.     /**
  1078.      * Gets the public 'App\Api\Controller\V1\Webhook\YouSignWebhookController' shared autowired service.
  1079.      *
  1080.      * @return \App\Api\Controller\V1\Webhook\YouSignWebhookController
  1081.      */
  1082.     protected function getYouSignWebhookControllerService()
  1083.     {
  1084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1086.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/Webhook/YouSignWebhookController.php';
  1087.         $this->services['App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController'] = $instance = new \App\Api\Controller\V1\Webhook\YouSignWebhookController();
  1088.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController'$this));
  1089.         return $instance;
  1090.     }
  1091.     /**
  1092.      * Gets the public 'App\Api\Controller\V2\CompanyController' shared autowired service.
  1093.      *
  1094.      * @return \App\Api\Controller\V2\CompanyController
  1095.      */
  1096.     protected function getCompanyControllerService()
  1097.     {
  1098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1100.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1101.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V2/CompanyController.php';
  1102.         $this->services['App\\Api\\Controller\\V2\\CompanyController'] = $instance = new \App\Api\Controller\V2\CompanyController();
  1103.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V2\\CompanyController'$this));
  1104.         return $instance;
  1105.     }
  1106.     /**
  1107.      * Gets the public 'App\Api\Controller\V2\UserRegistrationController' shared autowired service.
  1108.      *
  1109.      * @return \App\Api\Controller\V2\UserRegistrationController
  1110.      */
  1111.     protected function getUserRegistrationController2Service()
  1112.     {
  1113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1115.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1116.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V2/UserRegistrationController.php';
  1117.         $this->services['App\\Api\\Controller\\V2\\UserRegistrationController'] = $instance = new \App\Api\Controller\V2\UserRegistrationController(($this->privates['App\\Api\\Service\\UserSecurityManager'] ?? $this->getUserSecurityManagerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1118.         $instance->setContainer(($this->privates['.service_locator.yrlCg9a'] ?? $this->get_ServiceLocator_YrlCg9aService())->withContext('App\\Api\\Controller\\V2\\UserRegistrationController'$this));
  1119.         return $instance;
  1120.     }
  1121.     /**
  1122.      * Gets the public 'Due\Controller\V1\AmendmentDueController' shared autowired service.
  1123.      *
  1124.      * @return \Due\Controller\V1\AmendmentDueController
  1125.      */
  1126.     protected function getAmendmentDueControllerService()
  1127.     {
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1130.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1131.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/AmendmentDueController.php';
  1132.         $this->services['Due\\Controller\\V1\\AmendmentDueController'] = $instance = new \Due\Controller\V1\AmendmentDueController();
  1133.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\AmendmentDueController'$this));
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public 'Due\Controller\V1\AppContactUsController' shared autowired service.
  1138.      *
  1139.      * @return \Due\Controller\V1\AppContactUsController
  1140.      */
  1141.     protected function getAppContactUsControllerService()
  1142.     {
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1145.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1146.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/AppContactUsController.php';
  1147.         $this->services['Due\\Controller\\V1\\AppContactUsController'] = $instance = new \Due\Controller\V1\AppContactUsController();
  1148.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\AppContactUsController'$this));
  1149.         return $instance;
  1150.     }
  1151.     /**
  1152.      * Gets the public 'Due\Controller\V1\BeneficiaryController' shared autowired service.
  1153.      *
  1154.      * @return \Due\Controller\V1\BeneficiaryController
  1155.      */
  1156.     protected function getBeneficiaryControllerService()
  1157.     {
  1158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1160.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1161.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/BeneficiaryController.php';
  1162.         $this->services['Due\\Controller\\V1\\BeneficiaryController'] = $instance = new \Due\Controller\V1\BeneficiaryController();
  1163.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\BeneficiaryController'$this));
  1164.         return $instance;
  1165.     }
  1166.     /**
  1167.      * Gets the public 'Due\Controller\V1\CollectiveAgreementController' shared autowired service.
  1168.      *
  1169.      * @return \Due\Controller\V1\CollectiveAgreementController
  1170.      */
  1171.     protected function getCollectiveAgreementControllerService()
  1172.     {
  1173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1175.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1176.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/CollectiveAgreementController.php';
  1177.         $this->services['Due\\Controller\\V1\\CollectiveAgreementController'] = $instance = new \Due\Controller\V1\CollectiveAgreementController();
  1178.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\CollectiveAgreementController'$this));
  1179.         return $instance;
  1180.     }
  1181.     /**
  1182.      * Gets the public 'Due\Controller\V1\CollectiveAgreementReasonController' shared autowired service.
  1183.      *
  1184.      * @return \Due\Controller\V1\CollectiveAgreementReasonController
  1185.      */
  1186.     protected function getCollectiveAgreementReasonControllerService()
  1187.     {
  1188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1190.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1191.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/CollectiveAgreementReasonController.php';
  1192.         $this->services['Due\\Controller\\V1\\CollectiveAgreementReasonController'] = $instance = new \Due\Controller\V1\CollectiveAgreementReasonController();
  1193.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\CollectiveAgreementReasonController'$this));
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'Due\Controller\V1\ContactUsController' shared autowired service.
  1198.      *
  1199.      * @return \Due\Controller\V1\ContactUsController
  1200.      */
  1201.     protected function getContactUsControllerService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1205.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1206.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/ContactUsController.php';
  1207.         $this->services['Due\\Controller\\V1\\ContactUsController'] = $instance = new \Due\Controller\V1\ContactUsController();
  1208.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\ContactUsController'$this));
  1209.         return $instance;
  1210.     }
  1211.     /**
  1212.      * Gets the public 'Due\Controller\V1\ContributionEmployerMinimumPercentageController' shared autowired service.
  1213.      *
  1214.      * @return \Due\Controller\V1\ContributionEmployerMinimumPercentageController
  1215.      */
  1216.     protected function getContributionEmployerMinimumPercentageControllerService()
  1217.     {
  1218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1220.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1221.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/ContributionEmployerMinimumPercentageController.php';
  1222.         $this->services['Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController'] = $instance = new \Due\Controller\V1\ContributionEmployerMinimumPercentageController();
  1223.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController'$this));
  1224.         return $instance;
  1225.     }
  1226.     /**
  1227.      * Gets the public 'Due\Controller\V1\ContributionOptionController' shared autowired service.
  1228.      *
  1229.      * @return \Due\Controller\V1\ContributionOptionController
  1230.      */
  1231.     protected function getContributionOptionControllerService()
  1232.     {
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1235.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1236.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/ContributionOptionController.php';
  1237.         $this->services['Due\\Controller\\V1\\ContributionOptionController'] = $instance = new \Due\Controller\V1\ContributionOptionController();
  1238.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\ContributionOptionController'$this));
  1239.         return $instance;
  1240.     }
  1241.     /**
  1242.      * Gets the public 'Due\Controller\V1\ContributionOptionUnitController' shared autowired service.
  1243.      *
  1244.      * @return \Due\Controller\V1\ContributionOptionUnitController
  1245.      */
  1246.     protected function getContributionOptionUnitControllerService()
  1247.     {
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1250.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1251.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/ContributionOptionUnitController.php';
  1252.         $this->services['Due\\Controller\\V1\\ContributionOptionUnitController'] = $instance = new \Due\Controller\V1\ContributionOptionUnitController();
  1253.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\ContributionOptionUnitController'$this));
  1254.         return $instance;
  1255.     }
  1256.     /**
  1257.      * Gets the public 'Due\Controller\V1\DueController' shared autowired service.
  1258.      *
  1259.      * @return \Due\Controller\V1\DueController
  1260.      */
  1261.     protected function getDueControllerService()
  1262.     {
  1263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1265.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1266.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/DueController.php';
  1267.         $this->services['Due\\Controller\\V1\\DueController'] = $instance = new \Due\Controller\V1\DueController();
  1268.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1269.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1270.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1271.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1272.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  1273.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  1274.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1275.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1276.             'router' => ['services''router''getRouterService'false],
  1277.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1278.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1279.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1280.             'serializer' => ['services''serializer''getSerializerService'false],
  1281.             'session' => ['services''session''getSessionService'false],
  1282.             'twig' => ['services''twig''getTwigService'false],
  1283.         ], [
  1284.             'doctrine' => '?',
  1285.             'form.factory' => '?',
  1286.             'http_kernel' => '?',
  1287.             'message_bus' => '?',
  1288.             'messenger.default_bus' => '?',
  1289.             'parameter_bag' => '?',
  1290.             'request_stack' => '?',
  1291.             'router' => '?',
  1292.             'security.authorization_checker' => '?',
  1293.             'security.csrf.token_manager' => '?',
  1294.             'security.token_storage' => '?',
  1295.             'serializer' => '?',
  1296.             'session' => '?',
  1297.             'twig' => '?',
  1298.         ]))->withContext('Due\\Controller\\V1\\DueController'$this));
  1299.         return $instance;
  1300.     }
  1301.     /**
  1302.      * Gets the public 'Due\Controller\V1\DueEmployeeEmailController' shared autowired service.
  1303.      *
  1304.      * @return \Due\Controller\V1\DueEmployeeEmailController
  1305.      */
  1306.     protected function getDueEmployeeEmailControllerService()
  1307.     {
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1310.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1311.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/DueEmployeeEmailController.php';
  1312.         $this->services['Due\\Controller\\V1\\DueEmployeeEmailController'] = $instance = new \Due\Controller\V1\DueEmployeeEmailController();
  1313.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\DueEmployeeEmailController'$this));
  1314.         return $instance;
  1315.     }
  1316.     /**
  1317.      * Gets the public 'Due\Controller\V1\DueLegalRepresentativeController' shared autowired service.
  1318.      *
  1319.      * @return \Due\Controller\V1\DueLegalRepresentativeController
  1320.      */
  1321.     protected function getDueLegalRepresentativeControllerService()
  1322.     {
  1323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1325.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1326.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/DueLegalRepresentativeController.php';
  1327.         $this->services['Due\\Controller\\V1\\DueLegalRepresentativeController'] = $instance = new \Due\Controller\V1\DueLegalRepresentativeController(($this->privates['Due\\Service\\DueTokenSecurityManager'] ?? $this->getDueTokenSecurityManagerService()));
  1328.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\DueLegalRepresentativeController'$this));
  1329.         return $instance;
  1330.     }
  1331.     /**
  1332.      * Gets the public 'Due\Controller\V1\DueSignOffSheetDocumentController' shared autowired service.
  1333.      *
  1334.      * @return \Due\Controller\V1\DueSignOffSheetDocumentController
  1335.      */
  1336.     protected function getDueSignOffSheetDocumentControllerService()
  1337.     {
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1340.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1341.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/DueSignOffSheetDocumentController.php';
  1342.         $this->services['Due\\Controller\\V1\\DueSignOffSheetDocumentController'] = $instance = new \Due\Controller\V1\DueSignOffSheetDocumentController();
  1343.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\DueSignOffSheetDocumentController'$this));
  1344.         return $instance;
  1345.     }
  1346.     /**
  1347.      * Gets the public 'Due\Controller\V1\Webhook\YouSignWebhookController' shared autowired service.
  1348.      *
  1349.      * @return \Due\Controller\V1\Webhook\YouSignWebhookController
  1350.      */
  1351.     protected function getYouSignWebhookController2Service()
  1352.     {
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1355.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V1/Webhook/YouSignWebhookController.php';
  1356.         $this->services['Due\\Controller\\V1\\Webhook\\YouSignWebhookController'] = $instance = new \Due\Controller\V1\Webhook\YouSignWebhookController();
  1357.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V1\\Webhook\\YouSignWebhookController'$this));
  1358.         return $instance;
  1359.     }
  1360.     /**
  1361.      * Gets the public 'Due\Controller\V2\DueController' shared autowired service.
  1362.      *
  1363.      * @return \Due\Controller\V2\DueController
  1364.      */
  1365.     protected function getDueController2Service()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1369.         include_once \dirname(__DIR__4).'/src/App/Api/Controller/V1/AbstractApiController.php';
  1370.         include_once \dirname(__DIR__4).'/src/DueBundle/Controller/V2/DueController.php';
  1371.         $this->services['Due\\Controller\\V2\\DueController'] = $instance = new \Due\Controller\V2\DueController();
  1372.         $instance->setContainer(($this->privates['.service_locator.rQv5WJt'] ?? $this->get_ServiceLocator_RQv5WJtService())->withContext('Due\\Controller\\V2\\DueController'$this));
  1373.         return $instance;
  1374.     }
  1375.     /**
  1376.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  1377.      *
  1378.      * @return \Sonata\AdminBundle\Action\DashboardAction
  1379.      */
  1380.     protected function getDashboardActionService()
  1381.     {
  1382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  1383.         return $this->services['Sonata\\AdminBundle\\Action\\DashboardAction'] = new \Sonata\AdminBundle\Action\DashboardAction($this->parameters['sonata.admin.configuration.dashboard_blocks'], ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['twig'] ?? $this->getTwigService()));
  1384.     }
  1385.     /**
  1386.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  1387.      *
  1388.      * @return \Sonata\AdminBundle\Action\SearchAction
  1389.      */
  1390.     protected function getSearchActionService()
  1391.     {
  1392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  1393.         return $this->services['Sonata\\AdminBundle\\Action\\SearchAction'] = new \Sonata\AdminBundle\Action\SearchAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['twig'] ?? $this->getTwigService()));
  1394.     }
  1395.     /**
  1396.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  1397.      *
  1398.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  1399.      *
  1400.      * @deprecated The "Sonata\AdminBundle\Command\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.
  1401.      */
  1402.     protected function getCreateClassCacheCommandService()
  1403.     {
  1404.         @trigger_error('The "Sonata\\AdminBundle\\Command\\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  1405.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  1406.         $instance->setName('cache:create-cache-class');
  1407.         return $instance;
  1408.     }
  1409.     /**
  1410.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  1411.      *
  1412.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  1413.      */
  1414.     protected function getExplainAdminCommandService()
  1415.     {
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  1418.         $this->services['Sonata\\AdminBundle\\Command\\ExplainAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1419.         $instance->setName('sonata:admin:explain');
  1420.         return $instance;
  1421.     }
  1422.     /**
  1423.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  1424.      *
  1425.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  1426.      */
  1427.     protected function getGenerateObjectAclCommandService()
  1428.     {
  1429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  1431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  1432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  1433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  1434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  1435.         $this->services['Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ['sonata.admin.manipulator.acl.object.orm' => new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator()], ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1436.         $instance->setName('sonata:admin:generate-object-acl');
  1437.         return $instance;
  1438.     }
  1439.     /**
  1440.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  1441.      *
  1442.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  1443.      */
  1444.     protected function getListAdminCommandService()
  1445.     {
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  1448.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1449.         $instance->setName('sonata:admin:list');
  1450.         return $instance;
  1451.     }
  1452.     /**
  1453.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  1454.      *
  1455.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  1456.      */
  1457.     protected function getSetupAclCommandService()
  1458.     {
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  1463.         $this->services['Sonata\\AdminBundle\\Command\\SetupAclCommand'] = $instance = new \Sonata\AdminBundle\Command\SetupAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.manipulator.acl.admin'] ?? ($this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder'))));
  1464.         $instance->setName('sonata:admin:setup-acl');
  1465.         return $instance;
  1466.     }
  1467.     /**
  1468.      * Gets the public 'Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter' service.
  1469.      *
  1470.      * @return \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter
  1471.      */
  1472.     protected function getEmptyFilterService()
  1473.     {
  1474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/EmptyFilter.php';
  1478.         return new \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter();
  1479.     }
  1480.     /**
  1481.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1482.      *
  1483.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1484.      */
  1485.     protected function getRedirectControllerService()
  1486.     {
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1488.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1489.     }
  1490.     /**
  1491.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1492.      *
  1493.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1494.      */
  1495.     protected function getTemplateControllerService()
  1496.     {
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1498.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  1499.     }
  1500.     /**
  1501.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1502.      *
  1503.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1504.      */
  1505.     protected function getBase64NamerService()
  1506.     {
  1507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1511.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1512.     }
  1513.     /**
  1514.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1515.      *
  1516.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1517.      */
  1518.     protected function getCurrentDateTimeDirectoryNamerService()
  1519.     {
  1520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1525.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1526.     }
  1527.     /**
  1528.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1529.      *
  1530.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1531.      */
  1532.     protected function getHashNamerService()
  1533.     {
  1534.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1537.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1538.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1539.     }
  1540.     /**
  1541.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1542.      *
  1543.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1544.      */
  1545.     protected function getOrignameNamerService()
  1546.     {
  1547.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1550.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1551.     }
  1552.     /**
  1553.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1554.      *
  1555.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1556.      */
  1557.     protected function getPropertyDirectoryNamerService()
  1558.     {
  1559.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1562.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1563.     }
  1564.     /**
  1565.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1566.      *
  1567.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1568.      */
  1569.     protected function getPropertyNamerService()
  1570.     {
  1571.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1572.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1573.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1574.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1575.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1576.     }
  1577.     /**
  1578.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1579.      *
  1580.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1581.      */
  1582.     protected function getSmartUniqueNamerService()
  1583.     {
  1584.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1586.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1587.     }
  1588.     /**
  1589.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1590.      *
  1591.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1592.      */
  1593.     protected function getSubdirDirectoryNamerService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1598.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1599.     }
  1600.     /**
  1601.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1602.      *
  1603.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1604.      */
  1605.     protected function getUniqidNamerService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1610.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1611.     }
  1612.     /**
  1613.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.logo' shared service.
  1614.      *
  1615.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1616.      */
  1617.     protected function getUniqidNamer_LogoService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1622.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.logo'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1623.     }
  1624.     /**
  1625.      * Gets the public 'admin.beneficiary-quantities-exemption-statistic' autowired service.
  1626.      *
  1627.      * @return \App\Api\Admin\Statistic\BeneficiaryQuantitiesExemptionStatisticAdmin
  1628.      */
  1629.     protected function getAdmin_BeneficiaryquantitiesexemptionstatisticService()
  1630.     {
  1631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1641.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1642.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/Statistic/BeneficiaryQuantitiesExemptionStatisticAdmin.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1647.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1648.         $instance = new \App\Api\Admin\Statistic\BeneficiaryQuantitiesExemptionStatisticAdmin('admin.beneficiary-quantities-exemption-statistic'NULL'App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1649.         $instance->setManagerType('orm');
  1650.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1651.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1652.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1653.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1654.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1655.         $instance->setTranslator($afalse);
  1656.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1657.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1658.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1659.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1660.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1661.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1662.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1663.         $instance->setPagerType('default');
  1664.         $instance->setLabel('Dispense / Bénéficiaires');
  1665.         $instance->showMosaicButton(true);
  1666.         $instance->setTemplateRegistry(($this->services['admin.beneficiary-quantities-exemption-statistic.template_registry'] ?? $this->getAdmin_Beneficiaryquantitiesexemptionstatistic_TemplateRegistryService()));
  1667.         $instance->setSecurityInformation([]);
  1668.         $instance->initialize();
  1669.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1670.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1671.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1672.         return $instance;
  1673.     }
  1674.     /**
  1675.      * Gets the public 'admin.beneficiary-quantities-exemption-statistic.template_registry' shared service.
  1676.      *
  1677.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1678.      */
  1679.     protected function getAdmin_Beneficiaryquantitiesexemptionstatistic_TemplateRegistryService()
  1680.     {
  1681.         return $this->services['admin.beneficiary-quantities-exemption-statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1682.     }
  1683.     /**
  1684.      * Gets the public 'admin.cgu' autowired service.
  1685.      *
  1686.      * @return \App\Api\Admin\DueLegalInformationAdmin
  1687.      */
  1688.     protected function getAdmin_CguService()
  1689.     {
  1690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1700.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1701.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/DueLegalInformationAdmin.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1706.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1707.         $instance = new \App\Api\Admin\DueLegalInformationAdmin('admin.cgu''Due\\Entity\\DueLegalInformation''Sonata\\AdminBundle\\Controller\\CRUDController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1708.         $instance->setManagerType('orm');
  1709.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1710.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1711.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1712.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1713.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1714.         $instance->setTranslator($afalse);
  1715.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1716.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1717.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1718.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1719.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1720.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1721.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1722.         $instance->setPagerType('default');
  1723.         $instance->setLabel('CGU');
  1724.         $instance->showMosaicButton(true);
  1725.         $instance->setTemplateRegistry(($this->services['admin.cgu.template_registry'] ?? $this->getAdmin_Cgu_TemplateRegistryService()));
  1726.         $instance->setSecurityInformation([]);
  1727.         $instance->initialize();
  1728.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1729.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1730.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1731.         return $instance;
  1732.     }
  1733.     /**
  1734.      * Gets the public 'admin.cgu.template_registry' shared service.
  1735.      *
  1736.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1737.      */
  1738.     protected function getAdmin_Cgu_TemplateRegistryService()
  1739.     {
  1740.         return $this->services['admin.cgu.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1741.     }
  1742.     /**
  1743.      * Gets the public 'admin.configuration' autowired service.
  1744.      *
  1745.      * @return \App\Api\Admin\SettingAdmin
  1746.      */
  1747.     protected function getAdmin_ConfigurationService()
  1748.     {
  1749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1759.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1760.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/SettingAdmin.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1765.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1766.         $instance = new \App\Api\Admin\SettingAdmin('admin.configuration''App\\Api\\Entity\\Setting''Sonata\\AdminBundle\\Controller\\CRUDController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1767.         $instance->setManagerType('orm');
  1768.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1769.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1770.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1771.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1772.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1773.         $instance->setTranslator($afalse);
  1774.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1775.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1776.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1777.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1778.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1779.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1780.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1781.         $instance->setPagerType('default');
  1782.         $instance->setLabel('Configuration');
  1783.         $instance->showMosaicButton(true);
  1784.         $instance->setTemplateRegistry(($this->services['admin.configuration.template_registry'] ?? $this->getAdmin_Configuration_TemplateRegistryService()));
  1785.         $instance->setSecurityInformation([]);
  1786.         $instance->initialize();
  1787.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1788.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1789.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1790.         return $instance;
  1791.     }
  1792.     /**
  1793.      * Gets the public 'admin.configuration.template_registry' shared service.
  1794.      *
  1795.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1796.      */
  1797.     protected function getAdmin_Configuration_TemplateRegistryService()
  1798.     {
  1799.         return $this->services['admin.configuration.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1800.     }
  1801.     /**
  1802.      * Gets the public 'admin.employees-exemption-statistic' autowired service.
  1803.      *
  1804.      * @return \App\Api\Admin\Statistic\EmployeesExemptionStatisticAdmin
  1805.      */
  1806.     protected function getAdmin_EmployeesexemptionstatisticService()
  1807.     {
  1808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1818.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1819.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/Statistic/EmployeesExemptionStatisticAdmin.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1824.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1825.         $instance = new \App\Api\Admin\Statistic\EmployeesExemptionStatisticAdmin('admin.employees-exemption-statistic'NULL'App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1826.         $instance->setManagerType('orm');
  1827.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1828.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1829.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1830.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1831.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1832.         $instance->setTranslator($afalse);
  1833.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1834.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1835.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1836.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1837.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1838.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1839.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1840.         $instance->setPagerType('default');
  1841.         $instance->setLabel('Dispense / Salariés');
  1842.         $instance->showMosaicButton(true);
  1843.         $instance->setTemplateRegistry(($this->services['admin.employees-exemption-statistic.template_registry'] ?? $this->getAdmin_Employeesexemptionstatistic_TemplateRegistryService()));
  1844.         $instance->setSecurityInformation([]);
  1845.         $instance->initialize();
  1846.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1847.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1848.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the public 'admin.employees-exemption-statistic.template_registry' shared service.
  1853.      *
  1854.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1855.      */
  1856.     protected function getAdmin_Employeesexemptionstatistic_TemplateRegistryService()
  1857.     {
  1858.         return $this->services['admin.employees-exemption-statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1859.     }
  1860.     /**
  1861.      * Gets the public 'admin.enterprise' autowired service.
  1862.      *
  1863.      * @return \App\Api\Admin\EnterpriseAdmin
  1864.      */
  1865.     protected function getAdmin_EnterpriseService()
  1866.     {
  1867.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1877.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1878.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/EnterpriseAdmin.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1883.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1884.         $instance = new \App\Api\Admin\EnterpriseAdmin('admin.enterprise''App\\Api\\Entity\\Enterprise''App\\Api\\Controller\\Admin\\UserAdminController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1885.         $instance->setRepository(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  1886.         $instance->setCanEditEnterpriseValidator(($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditEnterpriseValidator'] ?? $this->getCanEditEnterpriseValidatorService()));
  1887.         $instance->setEnterpriseDeleteManager(($this->privates['App\\Api\\Service\\EnterpriseDeleteManager'] ?? $this->getEnterpriseDeleteManagerService()));
  1888.         $instance->setManagerType('orm');
  1889.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1890.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1891.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1892.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1893.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1894.         $instance->setTranslator($afalse);
  1895.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1896.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1897.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1898.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1899.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1900.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1901.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1902.         $instance->setPagerType('default');
  1903.         $instance->setLabel('Entreprises');
  1904.         $instance->showMosaicButton(true);
  1905.         $instance->setTemplateRegistry(($this->services['admin.enterprise.template_registry'] ?? $this->getAdmin_Enterprise_TemplateRegistryService()));
  1906.         $instance->setSecurityInformation([]);
  1907.         $instance->initialize();
  1908.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1909.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1910.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1911.         return $instance;
  1912.     }
  1913.     /**
  1914.      * Gets the public 'admin.enterprise-due-statistic' autowired service.
  1915.      *
  1916.      * @return \App\Api\Admin\Statistic\EnterpriseDueStatisticAdmin
  1917.      */
  1918.     protected function getAdmin_EnterpriseduestatisticService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1930.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1931.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/Statistic/EnterpriseDueStatisticAdmin.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1936.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1937.         $instance = new \App\Api\Admin\Statistic\EnterpriseDueStatisticAdmin('admin.enterprise-due-statistic'NULL'App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1938.         $instance->setManagerType('orm');
  1939.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1940.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1941.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1942.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1943.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1944.         $instance->setTranslator($afalse);
  1945.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1946.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1947.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1948.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1949.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1950.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1951.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1952.         $instance->setPagerType('default');
  1953.         $instance->setLabel('DUE');
  1954.         $instance->showMosaicButton(true);
  1955.         $instance->setTemplateRegistry(($this->services['admin.enterprise-due-statistic.template_registry'] ?? $this->getAdmin_Enterpriseduestatistic_TemplateRegistryService()));
  1956.         $instance->setSecurityInformation([]);
  1957.         $instance->initialize();
  1958.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1959.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1960.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1961.         return $instance;
  1962.     }
  1963.     /**
  1964.      * Gets the public 'admin.enterprise-due-statistic.template_registry' shared service.
  1965.      *
  1966.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1967.      */
  1968.     protected function getAdmin_Enterpriseduestatistic_TemplateRegistryService()
  1969.     {
  1970.         return $this->services['admin.enterprise-due-statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1971.     }
  1972.     /**
  1973.      * Gets the public 'admin.enterprise.template_registry' shared service.
  1974.      *
  1975.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1976.      */
  1977.     protected function getAdmin_Enterprise_TemplateRegistryService()
  1978.     {
  1979.         return $this->services['admin.enterprise.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1980.     }
  1981.     /**
  1982.      * Gets the public 'admin.export-statistic' autowired service.
  1983.      *
  1984.      * @return \App\Api\Admin\Statistic\ExportStatisticAdmin
  1985.      */
  1986.     protected function getAdmin_ExportstatisticService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1998.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  1999.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/Statistic/ExportStatisticAdmin.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2004.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2005.         $instance = new \App\Api\Admin\Statistic\ExportStatisticAdmin('admin.export-statistic'NULL'App\\Api\\Controller\\Admin\\ExportStatisticController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  2006.         $instance->setManagerType('orm');
  2007.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2008.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2009.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2010.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2011.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2012.         $instance->setTranslator($afalse);
  2013.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2014.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2015.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2016.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  2017.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2018.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2019.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2020.         $instance->setPagerType('default');
  2021.         $instance->setLabel('Exporter');
  2022.         $instance->showMosaicButton(true);
  2023.         $instance->setTemplateRegistry(($this->services['admin.export-statistic.template_registry'] ?? $this->getAdmin_Exportstatistic_TemplateRegistryService()));
  2024.         $instance->setSecurityInformation([]);
  2025.         $instance->initialize();
  2026.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2027.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2028.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2029.         return $instance;
  2030.     }
  2031.     /**
  2032.      * Gets the public 'admin.export-statistic.template_registry' shared service.
  2033.      *
  2034.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2035.      */
  2036.     protected function getAdmin_Exportstatistic_TemplateRegistryService()
  2037.     {
  2038.         return $this->services['admin.export-statistic.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2039.     }
  2040.     /**
  2041.      * Gets the public 'admin.tdc1_company' autowired service.
  2042.      *
  2043.      * @return \App\Api\Admin\User\Company\TDC1CompanyAdmin
  2044.      */
  2045.     protected function getAdmin_Tdc1CompanyService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2057.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  2058.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractCompanyAdmin.php';
  2059.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/User/Company/TDC1CompanyAdmin.php';
  2060.         include_once \dirname(__DIR__4).'/src/App/Api/Service/TokenGenerator.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2065.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2066.         $instance = new \App\Api\Admin\User\Company\TDC1CompanyAdmin('admin.tdc1_company''App\\Api\\Entity\\Company''App\\Api\\Controller\\Admin\\CompanyAdminController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  2067.         $instance->setTokenGeneratorAndEntityManager(($this->privates['App\\Api\\Service\\TokenGenerator'] ?? ($this->privates['App\\Api\\Service\\TokenGenerator'] = new \App\Api\Service\TokenGenerator())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2068.         $instance->setManagerType('orm');
  2069.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2070.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2071.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2072.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2073.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2074.         $instance->setTranslator($afalse);
  2075.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2076.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2077.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2078.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  2079.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2080.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2081.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2082.         $instance->setPagerType('default');
  2083.         $instance->setLabel('TDC1 Entités');
  2084.         $instance->showMosaicButton(true);
  2085.         $instance->setTemplateRegistry(($this->services['admin.tdc1_company.template_registry'] ?? $this->getAdmin_Tdc1Company_TemplateRegistryService()));
  2086.         $instance->setSecurityInformation([]);
  2087.         $instance->initialize();
  2088.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2089.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2090.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2091.         return $instance;
  2092.     }
  2093.     /**
  2094.      * Gets the public 'admin.tdc1_company.template_registry' shared service.
  2095.      *
  2096.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2097.      */
  2098.     protected function getAdmin_Tdc1Company_TemplateRegistryService()
  2099.     {
  2100.         return $this->services['admin.tdc1_company.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2101.     }
  2102.     /**
  2103.      * Gets the public 'admin.tdc1_manager' autowired service.
  2104.      *
  2105.      * @return \App\Api\Admin\User\Manager\TDC1ManagerAdmin
  2106.      */
  2107.     protected function getAdmin_Tdc1ManagerService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2119.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  2120.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/User/Manager/TDC1ManagerAdmin.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2124.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2125.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2126.         $instance = new \App\Api\Admin\User\Manager\TDC1ManagerAdmin('admin.tdc1_manager''App\\Api\\Entity\\User''App\\Api\\Controller\\Admin\\UserAdminController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  2127.         $instance->setRepository(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  2128.         $instance->setManagerType('orm');
  2129.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2130.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2131.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2132.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2133.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2134.         $instance->setTranslator($afalse);
  2135.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2136.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2137.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2138.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  2139.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2140.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2141.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2142.         $instance->setPagerType('default');
  2143.         $instance->setLabel('TDC1 managers');
  2144.         $instance->showMosaicButton(true);
  2145.         $instance->setTemplateRegistry(($this->services['admin.tdc1_manager.template_registry'] ?? $this->getAdmin_Tdc1Manager_TemplateRegistryService()));
  2146.         $instance->setSecurityInformation([]);
  2147.         $instance->initialize();
  2148.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2149.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2150.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2151.         return $instance;
  2152.     }
  2153.     /**
  2154.      * Gets the public 'admin.tdc1_manager.template_registry' shared service.
  2155.      *
  2156.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2157.      */
  2158.     protected function getAdmin_Tdc1Manager_TemplateRegistryService()
  2159.     {
  2160.         return $this->services['admin.tdc1_manager.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2161.     }
  2162.     /**
  2163.      * Gets the public 'admin.tdc2_company' autowired service.
  2164.      *
  2165.      * @return \App\Api\Admin\User\Company\TDC2CompanyAdmin
  2166.      */
  2167.     protected function getAdmin_Tdc2CompanyService()
  2168.     {
  2169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2179.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  2180.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractCompanyAdmin.php';
  2181.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/User/Company/TDC2CompanyAdmin.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2186.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2187.         $instance = new \App\Api\Admin\User\Company\TDC2CompanyAdmin('admin.tdc2_company''App\\Api\\Entity\\Company''App\\Api\\Controller\\Admin\\CompanyAdminController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  2188.         $instance->setManagerType('orm');
  2189.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2190.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2191.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2192.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2193.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2194.         $instance->setTranslator($afalse);
  2195.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2196.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2197.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2198.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  2199.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2200.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2201.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2202.         $instance->setPagerType('default');
  2203.         $instance->setLabel('TDC2 Entités');
  2204.         $instance->showMosaicButton(true);
  2205.         $instance->setTemplateRegistry(($this->services['admin.tdc2_company.template_registry'] ?? $this->getAdmin_Tdc2Company_TemplateRegistryService()));
  2206.         $instance->setSecurityInformation([]);
  2207.         $instance->initialize();
  2208.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2209.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2210.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2211.         return $instance;
  2212.     }
  2213.     /**
  2214.      * Gets the public 'admin.tdc2_company.template_registry' shared service.
  2215.      *
  2216.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2217.      */
  2218.     protected function getAdmin_Tdc2Company_TemplateRegistryService()
  2219.     {
  2220.         return $this->services['admin.tdc2_company.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2221.     }
  2222.     /**
  2223.      * Gets the public 'admin.tdc2_manager' autowired service.
  2224.      *
  2225.      * @return \App\Api\Admin\User\Manager\TDC2ManagerAdmin
  2226.      */
  2227.     protected function getAdmin_Tdc2ManagerService()
  2228.     {
  2229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2239.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  2240.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/User/Manager/TDC2ManagerAdmin.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2245.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2246.         $instance = new \App\Api\Admin\User\Manager\TDC2ManagerAdmin('admin.tdc2_manager''App\\Api\\Entity\\User''App\\Api\\Controller\\Admin\\UserAdminController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  2247.         $instance->setManagerType('orm');
  2248.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2249.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2250.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2251.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2252.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2253.         $instance->setTranslator($afalse);
  2254.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2255.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2256.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2257.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  2258.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2259.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2260.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2261.         $instance->setPagerType('default');
  2262.         $instance->setLabel('TDC2 managers');
  2263.         $instance->showMosaicButton(true);
  2264.         $instance->setTemplateRegistry(($this->services['admin.tdc2_manager.template_registry'] ?? $this->getAdmin_Tdc2Manager_TemplateRegistryService()));
  2265.         $instance->setSecurityInformation([]);
  2266.         $instance->initialize();
  2267.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2268.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2269.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2270.         return $instance;
  2271.     }
  2272.     /**
  2273.      * Gets the public 'admin.tdc2_manager.template_registry' shared service.
  2274.      *
  2275.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2276.      */
  2277.     protected function getAdmin_Tdc2Manager_TemplateRegistryService()
  2278.     {
  2279.         return $this->services['admin.tdc2_manager.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2280.     }
  2281.     /**
  2282.      * Gets the public 'admin.user_enterprise' autowired service.
  2283.      *
  2284.      * @return \App\Api\Admin\User\EnterpriseUserAdmin
  2285.      */
  2286.     protected function getAdmin_UserEnterpriseService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2290.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2298.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/AbstractAdmin.php';
  2299.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/User/EnterpriseUserAdmin.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2304.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2305.         $instance = new \App\Api\Admin\User\EnterpriseUserAdmin('admin.user_enterprise''App\\Api\\Entity\\User''App\\Api\\Controller\\Admin\\UserAdminController', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] ?? $this->getCanEditUserValidatorService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  2306.         $instance->setRepository(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  2307.         $instance->setManagerType('orm');
  2308.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2309.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2310.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2311.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2312.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2313.         $instance->setTranslator($afalse);
  2314.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2315.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2316.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2317.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  2318.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2319.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2320.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2321.         $instance->setPagerType('default');
  2322.         $instance->setLabel('Entreprise managers');
  2323.         $instance->showMosaicButton(true);
  2324.         $instance->setTemplateRegistry(($this->services['admin.user_enterprise.template_registry'] ?? $this->getAdmin_UserEnterprise_TemplateRegistryService()));
  2325.         $instance->setSecurityInformation([]);
  2326.         $instance->initialize();
  2327.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2328.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2329.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2330.         return $instance;
  2331.     }
  2332.     /**
  2333.      * Gets the public 'admin.user_enterprise.template_registry' shared service.
  2334.      *
  2335.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2336.      */
  2337.     protected function getAdmin_UserEnterprise_TemplateRegistryService()
  2338.     {
  2339.         return $this->services['admin.user_enterprise.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2340.     }
  2341.     /**
  2342.      * Gets the public 'cache.app' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2345.      */
  2346.     protected function getCache_AppService()
  2347.     {
  2348.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bVgsA0xZlQ'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2349.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2350.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2351.     }
  2352.     /**
  2353.      * Gets the public 'cache.app_clearer' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2356.      */
  2357.     protected function getCache_AppClearerService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2361.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  2362.     }
  2363.     /**
  2364.      * Gets the public 'cache.global_clearer' shared service.
  2365.      *
  2366.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2367.      */
  2368.     protected function getCache_GlobalClearerService()
  2369.     {
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2372.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2373.     }
  2374.     /**
  2375.      * Gets the public 'cache.system' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2378.      */
  2379.     protected function getCache_SystemService()
  2380.     {
  2381.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('C0WOX6N+tf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2382.     }
  2383.     /**
  2384.      * Gets the public 'cache.system_clearer' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2387.      */
  2388.     protected function getCache_SystemClearerService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2392.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2393.     }
  2394.     /**
  2395.      * Gets the public 'cache_clearer' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2398.      */
  2399.     protected function getCacheClearerService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2403.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2404.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2405.         }, 1));
  2406.     }
  2407.     /**
  2408.      * Gets the public 'cache_warmer' shared service.
  2409.      *
  2410.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2411.      */
  2412.     protected function getCacheWarmerService()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2416.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2417.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2418.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2419.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2420.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2421.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2422.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2423.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2424.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  2425.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  2426.         }, 9), true, ($this->targetDir.''.'/AppApp_KernelDevDebugContainerDeprecations.log'));
  2427.     }
  2428.     /**
  2429.      * Gets the public 'console.command_loader' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2432.      */
  2433.     protected function getConsole_CommandLoaderService()
  2434.     {
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2437.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2438.             'App\\Api\\Command\\CreateCompanyCommand' => ['privates''App\\Api\\Command\\CreateCompanyCommand''getCreateCompanyCommandService'false],
  2439.             'App\\Api\\Command\\CreateUserCommand' => ['privates''App\\Api\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  2440.             'App\\Api\\Command\\DeleteExpiredTokenCommand' => ['privates''App\\Api\\Command\\DeleteExpiredTokenCommand''getDeleteExpiredTokenCommandService'false],
  2441.             'App\\Api\\Command\\EnterpriseDeleteCommand' => ['privates''App\\Api\\Command\\EnterpriseDeleteCommand''getEnterpriseDeleteCommandService'false],
  2442.             'App\\Api\\Command\\ExemptionExportCommand' => ['privates''App\\Api\\Command\\ExemptionExportCommand''getExemptionExportCommandService'false],
  2443.             'App\\Api\\Command\\ExemptionNotCompletedCommand' => ['privates''App\\Api\\Command\\ExemptionNotCompletedCommand''getExemptionNotCompletedCommandService'false],
  2444.             'App\\Api\\Command\\ExemptionNotCompletedWithoutMessengerCommand' => ['privates''App\\Api\\Command\\ExemptionNotCompletedWithoutMessengerCommand''getExemptionNotCompletedWithoutMessengerCommandService'false],
  2445.             'App\\Api\\Command\\ExemptionReminderToFinishCommand' => ['privates''App\\Api\\Command\\ExemptionReminderToFinishCommand''getExemptionReminderToFinishCommandService'false],
  2446.             'App\\Api\\Command\\ExemptionRenewCommand' => ['privates''App\\Api\\Command\\ExemptionRenewCommand''getExemptionRenewCommandService'false],
  2447.             'App\\Api\\Command\\ExemptionRenewSendEmailCommand' => ['privates''App\\Api\\Command\\ExemptionRenewSendEmailCommand''getExemptionRenewSendEmailCommandService'false],
  2448.             'App\\Api\\Command\\ProdDumpWorkflow\\CheckDumpExistCommand' => ['privates''App\\Api\\Command\\ProdDumpWorkflow\\CheckDumpExistCommand''getCheckDumpExistCommandService'false],
  2449.             'App\\Api\\Command\\ProdDumpWorkflow\\CreateFolderCommand' => ['privates''App\\Api\\Command\\ProdDumpWorkflow\\CreateFolderCommand''getCreateFolderCommandService'false],
  2450.             'App\\Api\\Command\\ProdDumpWorkflow\\MoveDumpToFolderCommand' => ['privates''App\\Api\\Command\\ProdDumpWorkflow\\MoveDumpToFolderCommand''getMoveDumpToFolderCommandService'false],
  2451.             'App\\Api\\Command\\ProdDumpWorkflow\\RemoveOldDataCommand' => ['privates''App\\Api\\Command\\ProdDumpWorkflow\\RemoveOldDataCommand''getRemoveOldDataCommandService'false],
  2452.             'App\\Api\\Command\\RemoveInvalidDuesCommand' => ['privates''App\\Api\\Command\\RemoveInvalidDuesCommand''getRemoveInvalidDuesCommandService'false],
  2453.             'App\\Api\\Command\\Statistic\\CreateStatisticCommand' => ['privates''App\\Api\\Command\\Statistic\\CreateStatisticCommand''getCreateStatisticCommandService'false],
  2454.             'App\\Api\\Command\\Statistic\\CreateStatisticWithoutMessengerCommand' => ['privates''App\\Api\\Command\\Statistic\\CreateStatisticWithoutMessengerCommand''getCreateStatisticWithoutMessengerCommandService'false],
  2455.             'App\\Api\\Command\\Statistic\\RemoveOldStatisticCommand' => ['privates''App\\Api\\Command\\Statistic\\RemoveOldStatisticCommand''getRemoveOldStatisticCommandService'false],
  2456.             'App\\Api\\Command\\Statistic\\RemoveOldStatisticFilesCommand' => ['privates''App\\Api\\Command\\Statistic\\RemoveOldStatisticFilesCommand''getRemoveOldStatisticFilesCommandService'false],
  2457.             'App\\Api\\Command\\Statistic\\StatisticExportCommand' => ['privates''App\\Api\\Command\\Statistic\\StatisticExportCommand''getStatisticExportCommandService'false],
  2458.             'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithMessengerCommand' => ['privates''App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithMessengerCommand''getExemptionSendUpdateLinkWithMessengerCommandService'false],
  2459.             'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithoutMessengerCommand' => ['privates''App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithoutMessengerCommand''getExemptionSendUpdateLinkWithoutMessengerCommandService'false],
  2460.             'App\\Api\\Command\\UpdateUserPasswordCommand' => ['privates''App\\Api\\Command\\UpdateUserPasswordCommand''getUpdateUserPasswordCommandService'false],
  2461.             'Due\\Command\\InvalidateExemptionsCommand' => ['privates''Due\\Command\\InvalidateExemptionsCommand''getInvalidateExemptionsCommandService'false],
  2462.             'Due\\Command\\UpdateEmployeeEmailStatusCommand' => ['privates''Due\\Command\\UpdateEmployeeEmailStatusCommand''getUpdateEmployeeEmailStatusCommandService'false],
  2463.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  2464.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  2465.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  2466.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  2467.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  2468.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  2469.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2470.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2471.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2472.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2473.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2474.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2475.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2476.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2477.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2478.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2479.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2480.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2481.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2482.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2483.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2484.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  2485.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  2486.             'console.command.messenger_failed_messages_remove' => ['privates''console.command.messenger_failed_messages_remove''getConsole_Command_MessengerFailedMessagesRemoveService'false],
  2487.             'console.command.messenger_failed_messages_retry' => ['privates''console.command.messenger_failed_messages_retry''getConsole_Command_MessengerFailedMessagesRetryService'false],
  2488.             'console.command.messenger_failed_messages_show' => ['privates''console.command.messenger_failed_messages_show''getConsole_Command_MessengerFailedMessagesShowService'false],
  2489.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  2490.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  2491.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2492.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2493.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2494.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2495.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2496.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2497.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2498.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2499.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2500.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2501.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2502.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2503.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2504.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2505.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2506.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2507.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2508.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2509.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2510.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2511.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2512.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2513.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  2514.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2515.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2516.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2517.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2518.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2519.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2520.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2521.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2522.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2523.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2524.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2525.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2526.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2527.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2528.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2529.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2530.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2531.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2532.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2533.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  2534.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2535.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2536.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2537.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2538.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2539.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2540.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2541.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  2542.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2543.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2544.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2545.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2546.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  2547.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2548.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2549.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  2550.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2551.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2552.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2553.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2554.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2555.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2556.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2557.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2558.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2559.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  2560.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  2561.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  2562.         ], [
  2563.             'App\\Api\\Command\\CreateCompanyCommand' => 'App\\Api\\Command\\CreateCompanyCommand',
  2564.             'App\\Api\\Command\\CreateUserCommand' => 'App\\Api\\Command\\CreateUserCommand',
  2565.             'App\\Api\\Command\\DeleteExpiredTokenCommand' => 'App\\Api\\Command\\DeleteExpiredTokenCommand',
  2566.             'App\\Api\\Command\\EnterpriseDeleteCommand' => 'App\\Api\\Command\\EnterpriseDeleteCommand',
  2567.             'App\\Api\\Command\\ExemptionExportCommand' => 'App\\Api\\Command\\ExemptionExportCommand',
  2568.             'App\\Api\\Command\\ExemptionNotCompletedCommand' => 'App\\Api\\Command\\ExemptionNotCompletedCommand',
  2569.             'App\\Api\\Command\\ExemptionNotCompletedWithoutMessengerCommand' => 'App\\Api\\Command\\ExemptionNotCompletedWithoutMessengerCommand',
  2570.             'App\\Api\\Command\\ExemptionReminderToFinishCommand' => 'App\\Api\\Command\\ExemptionReminderToFinishCommand',
  2571.             'App\\Api\\Command\\ExemptionRenewCommand' => 'App\\Api\\Command\\ExemptionRenewCommand',
  2572.             'App\\Api\\Command\\ExemptionRenewSendEmailCommand' => 'App\\Api\\Command\\ExemptionRenewSendEmailCommand',
  2573.             'App\\Api\\Command\\ProdDumpWorkflow\\CheckDumpExistCommand' => 'App\\Api\\Command\\ProdDumpWorkflow\\CheckDumpExistCommand',
  2574.             'App\\Api\\Command\\ProdDumpWorkflow\\CreateFolderCommand' => 'App\\Api\\Command\\ProdDumpWorkflow\\CreateFolderCommand',
  2575.             'App\\Api\\Command\\ProdDumpWorkflow\\MoveDumpToFolderCommand' => 'App\\Api\\Command\\ProdDumpWorkflow\\MoveDumpToFolderCommand',
  2576.             'App\\Api\\Command\\ProdDumpWorkflow\\RemoveOldDataCommand' => 'App\\Api\\Command\\ProdDumpWorkflow\\RemoveOldDataCommand',
  2577.             'App\\Api\\Command\\RemoveInvalidDuesCommand' => 'App\\Api\\Command\\RemoveInvalidDuesCommand',
  2578.             'App\\Api\\Command\\Statistic\\CreateStatisticCommand' => 'App\\Api\\Command\\Statistic\\CreateStatisticCommand',
  2579.             'App\\Api\\Command\\Statistic\\CreateStatisticWithoutMessengerCommand' => 'App\\Api\\Command\\Statistic\\CreateStatisticWithoutMessengerCommand',
  2580.             'App\\Api\\Command\\Statistic\\RemoveOldStatisticCommand' => 'App\\Api\\Command\\Statistic\\RemoveOldStatisticCommand',
  2581.             'App\\Api\\Command\\Statistic\\RemoveOldStatisticFilesCommand' => 'App\\Api\\Command\\Statistic\\RemoveOldStatisticFilesCommand',
  2582.             'App\\Api\\Command\\Statistic\\StatisticExportCommand' => 'App\\Api\\Command\\Statistic\\StatisticExportCommand',
  2583.             'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithMessengerCommand' => 'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithMessengerCommand',
  2584.             'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithoutMessengerCommand' => 'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithoutMessengerCommand',
  2585.             'App\\Api\\Command\\UpdateUserPasswordCommand' => 'App\\Api\\Command\\UpdateUserPasswordCommand',
  2586.             'Due\\Command\\InvalidateExemptionsCommand' => 'Due\\Command\\InvalidateExemptionsCommand',
  2587.             'Due\\Command\\UpdateEmployeeEmailStatusCommand' => 'Due\\Command\\UpdateEmployeeEmailStatusCommand',
  2588.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  2589.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  2590.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  2591.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  2592.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  2593.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  2594.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2595.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2596.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2597.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2598.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2599.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2600.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2601.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2602.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2603.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2604.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2605.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2606.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2607.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2608.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2609.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  2610.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  2611.             'console.command.messenger_failed_messages_remove' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRemoveCommand',
  2612.             'console.command.messenger_failed_messages_retry' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRetryCommand',
  2613.             'console.command.messenger_failed_messages_show' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesShowCommand',
  2614.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  2615.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  2616.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2617.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2618.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2619.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2620.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2621.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2622.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2623.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2624.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2625.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2626.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2627.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2628.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2629.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2630.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2631.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2632.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2633.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2634.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2635.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2636.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2637.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2638.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  2639.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2640.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2641.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2642.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2643.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2644.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2645.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2646.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2647.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2648.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  2649.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  2650.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  2651.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  2652.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  2653.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  2654.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  2655.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  2656.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  2657.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  2658.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  2659.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2660.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2661.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2662.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2663.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2664.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2665.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2666.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2667.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2668.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2669.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2670.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2671.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2672.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2673.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2674.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2675.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2676.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2677.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2678.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2679.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2680.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2681.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2682.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2683.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2684.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  2685.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  2686.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  2687.         ]), ['app:company:create' => 'App\\Api\\Command\\CreateCompanyCommand''app:user:create' => 'App\\Api\\Command\\CreateUserCommand''app:delete-expired-token' => 'App\\Api\\Command\\DeleteExpiredTokenCommand''app:enterprise-delete' => 'App\\Api\\Command\\EnterpriseDeleteCommand''app:exemption-export' => 'App\\Api\\Command\\ExemptionExportCommand''app:exemption-not-completed' => 'App\\Api\\Command\\ExemptionNotCompletedCommand''app:exemption-not-completed-without-messenger' => 'App\\Api\\Command\\ExemptionNotCompletedWithoutMessengerCommand''app:exemption-reminder-to-finish' => 'App\\Api\\Command\\ExemptionReminderToFinishCommand''app:exemption:renew' => 'App\\Api\\Command\\ExemptionRenewCommand''app:exemption-renew-send-email' => 'App\\Api\\Command\\ExemptionRenewSendEmailCommand''app:check-dump-exist' => 'App\\Api\\Command\\ProdDumpWorkflow\\CheckDumpExistCommand''app:create-folder' => 'App\\Api\\Command\\ProdDumpWorkflow\\CreateFolderCommand''app:move-dump-to-folder' => 'App\\Api\\Command\\ProdDumpWorkflow\\MoveDumpToFolderCommand''app:remove-old-data' => 'App\\Api\\Command\\ProdDumpWorkflow\\RemoveOldDataCommand''app:remove-invalid-dues' => 'App\\Api\\Command\\RemoveInvalidDuesCommand''app:create-statistic' => 'App\\Api\\Command\\Statistic\\CreateStatisticCommand''app:create-statistic-without-messenger' => 'App\\Api\\Command\\Statistic\\CreateStatisticWithoutMessengerCommand''app:remove-old-statistic' => 'App\\Api\\Command\\Statistic\\RemoveOldStatisticCommand''app:remove-old-statistic-files' => 'App\\Api\\Command\\Statistic\\RemoveOldStatisticFilesCommand''app:statistic-export' => 'App\\Api\\Command\\Statistic\\StatisticExportCommand''app:exemption:send-update-link-with-messenger' => 'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithMessengerCommand''app:exemption:send-update-link-without-messenger' => 'App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithoutMessengerCommand''app:user:update-password' => 'App\\Api\\Command\\UpdateUserPasswordCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''security:encode-password' => 'security.command.user_password_encoder''app:invalidate-exemptions' => 'Due\\Command\\InvalidateExemptionsCommand''app:update-employee-email-status' => 'Due\\Command\\UpdateEmployeeEmailStatusCommand''sonata:block:debug' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''cache:create-cache-class' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''sonata:admin:explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand''sonata:admin:generate-object-acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''sonata:admin:list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand''sonata:admin:setup-acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''ckeditor:install' => 'fos_ck_editor.command.installer''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:registration-form' => 'maker.auto_command.make_registration_form''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:sonata:admin' => 'maker.auto_command.make_sonata_admin']);
  2688.     }
  2689.     /**
  2690.      * Gets the public 'container.env_var_processors_locator' shared service.
  2691.      *
  2692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2693.      */
  2694.     protected function getContainer_EnvVarProcessorsLocatorService()
  2695.     {
  2696.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2697.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2698.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2699.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2700.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2701.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2702.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2703.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2704.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2705.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2706.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2707.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2708.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2709.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2710.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2711.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2712.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2713.         ], [
  2714.             'base64' => '?',
  2715.             'bool' => '?',
  2716.             'const' => '?',
  2717.             'csv' => '?',
  2718.             'default' => '?',
  2719.             'file' => '?',
  2720.             'float' => '?',
  2721.             'int' => '?',
  2722.             'json' => '?',
  2723.             'key' => '?',
  2724.             'query_string' => '?',
  2725.             'require' => '?',
  2726.             'resolve' => '?',
  2727.             'string' => '?',
  2728.             'trim' => '?',
  2729.             'url' => '?',
  2730.         ]);
  2731.     }
  2732.     /**
  2733.      * Gets the public 'doctrine' shared service.
  2734.      *
  2735.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2736.      */
  2737.     protected function getDoctrineService()
  2738.     {
  2739.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2740.     }
  2741.     /**
  2742.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2743.      *
  2744.      * @return \Doctrine\DBAL\Connection
  2745.      */
  2746.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2747.     {
  2748.         $a = new \Doctrine\DBAL\Configuration();
  2749.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  2750.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2751.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2752.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2753.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2754.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2755.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2756.         $a->setSQLLogger($b);
  2757.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  2758.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2759.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2760.         ], [
  2761.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2762.         ]));
  2763.         $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  2764.         $f = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  2765.         $g = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  2766.         $h = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  2767.         $h->addResolveTargetEntity('Symfony\\Component\\Security\\Core\\User\\UserInterface''App\\Api\\Entity\\UserAbstract', []);
  2768.         $h->addResolveTargetEntity('App\\Api\\Entity\\EnterpriseInterface''App\\Api\\Entity\\Enterprise', []);
  2769.         $i = new \Gedmo\Sluggable\SluggableListener();
  2770.         $j = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2771.         $i->setAnnotationReader($j);
  2772.         $k = new \Gedmo\Timestampable\TimestampableListener();
  2773.         $k->setAnnotationReader($j);
  2774.         $l = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  2775.         $l->setAnnotationReader($j);
  2776.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('logo'$e$f$g));
  2777.         $d->addEventSubscriber($h);
  2778.         $d->addEventSubscriber($i);
  2779.         $d->addEventSubscriber($k);
  2780.         $d->addEventSubscriber($l);
  2781.         $d->addEventSubscriber(new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper());
  2782.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('logo'$e$f$g));
  2783.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('logo'$e$f$g));
  2784.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2785.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.2.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, ['uuid_binary' => 'binary']);
  2786.     }
  2787.     /**
  2788.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2789.      *
  2790.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2791.      */
  2792.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2793.     {
  2794.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2795.             'App\\Api\\EventListener\\HashPasswordListener' => ['privates''App\\Api\\EventListener\\HashPasswordListener''getHashPasswordListenerService'false],
  2796.             'App\\Api\\EventListener\\UpdateCompaniesScopeListener' => ['privates''App\\Api\\EventListener\\UpdateCompaniesScopeListener''getUpdateCompaniesScopeListenerService'false],
  2797.             'App\\Api\\EventListener\\UpdateEnterpriseScopeListener' => ['privates''App\\Api\\EventListener\\UpdateEnterpriseScopeListener''getUpdateEnterpriseScopeListenerService'false],
  2798.         ], [
  2799.             'App\\Api\\EventListener\\HashPasswordListener' => '?',
  2800.             'App\\Api\\EventListener\\UpdateCompaniesScopeListener' => '?',
  2801.             'App\\Api\\EventListener\\UpdateEnterpriseScopeListener' => '?',
  2802.         ]));
  2803.         $instance->registerService('App\\Api\\EventListener\\HashPasswordListener''App\\Api\\EventListener\\HashPasswordListener');
  2804.         $instance->registerService('App\\Api\\EventListener\\HashPasswordListener''App\\Api\\EventListener\\HashPasswordListener');
  2805.         $instance->registerService('App\\Api\\EventListener\\HashPasswordListener''App\\Api\\EventListener\\HashPasswordListener');
  2806.         $instance->registerService('App\\Api\\EventListener\\HashPasswordListener''App\\Api\\EventListener\\HashPasswordListener');
  2807.         $instance->registerService('App\\Api\\EventListener\\UpdateCompaniesScopeListener''App\\Api\\EventListener\\UpdateCompaniesScopeListener');
  2808.         $instance->registerService('App\\Api\\EventListener\\UpdateEnterpriseScopeListener''App\\Api\\EventListener\\UpdateEnterpriseScopeListener');
  2809.         return $instance;
  2810.     }
  2811.     /**
  2812.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2813.      *
  2814.      * @return \Doctrine\ORM\EntityManager
  2815.      */
  2816.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2817.     {
  2818.         $a = new \Doctrine\ORM\Configuration();
  2819.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2820.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/App/Api/Entity'), => (\dirname(__DIR__4).'/src/DueBundle/Entity'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  2821.         $b->addDriver($c'App\\Api\\Entity');
  2822.         $b->addDriver($c'Due\\Entity');
  2823.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  2824.         $a->setEntityNamespaces(['App' => 'App\\Api\\Entity''DueBundle' => 'Due\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  2825.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  2826.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2827.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2828.         $a->setMetadataDriverImpl($b);
  2829.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2830.         $a->setProxyNamespace('Proxies');
  2831.         $a->setAutoGenerateProxyClasses(true);
  2832.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2833.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2834.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2835.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2836.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  2837.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2838.             'App\\Api\\Repository\\ContractTypeRepository' => ['privates''App\\Api\\Repository\\ContractTypeRepository''getContractTypeRepositoryService'false],
  2839.             'App\\Api\\Repository\\DocumentTypeRepository' => ['privates''App\\Api\\Repository\\DocumentTypeRepository''getDocumentTypeRepositoryService'false],
  2840.             'App\\Api\\Repository\\EnterpriseDeleteRequestRepository' => ['privates''App\\Api\\Repository\\EnterpriseDeleteRequestRepository''getEnterpriseDeleteRequestRepositoryService'false],
  2841.             'App\\Api\\Repository\\EnterpriseRepository' => ['privates''App\\Api\\Repository\\EnterpriseRepository''getEnterpriseRepositoryService'false],
  2842.             'App\\Api\\Repository\\EnterpriseSettingsRepository' => ['privates''App\\Api\\Repository\\EnterpriseSettingsRepository''getEnterpriseSettingsRepositoryService'false],
  2843.             'App\\Api\\Repository\\ExemptionExportRequestRepository' => ['privates''App\\Api\\Repository\\ExemptionExportRequestRepository''getExemptionExportRequestRepositoryService'false],
  2844.             'App\\Api\\Repository\\ExemptionRepository' => ['privates''App\\Api\\Repository\\ExemptionRepository''getExemptionRepositoryService'false],
  2845.             'App\\Api\\Repository\\ExemptionTokenRepository' => ['privates''App\\Api\\Repository\\ExemptionTokenRepository''getExemptionTokenRepositoryService'false],
  2846.             'App\\Api\\Repository\\PasswordResetTokenRepository' => ['privates''App\\Api\\Repository\\PasswordResetTokenRepository''getPasswordResetTokenRepositoryService'false],
  2847.             'App\\Api\\Repository\\ReasonRepository' => ['privates''App\\Api\\Repository\\ReasonRepository''getReasonRepositoryService'false],
  2848.             'App\\Api\\Repository\\SettingRepository' => ['privates''App\\Api\\Repository\\SettingRepository''getSettingRepositoryService'false],
  2849.             'App\\Api\\Repository\\StatisticExportRequestRepository' => ['privates''App\\Api\\Repository\\StatisticExportRequestRepository''getStatisticExportRequestRepositoryService'false],
  2850.             'App\\Api\\Repository\\StatisticRepository' => ['privates''App\\Api\\Repository\\StatisticRepository''getStatisticRepositoryService'false],
  2851.             'App\\Api\\Repository\\UserRepository' => ['privates''App\\Api\\Repository\\UserRepository''getUserRepositoryService'false],
  2852.             'App\\Api\\Repository\\UserTokenRepository' => ['privates''App\\Api\\Repository\\UserTokenRepository''getUserTokenRepositoryService'false],
  2853.             'Due\\Repository\\AmendmentDueRepository' => ['privates''Due\\Repository\\AmendmentDueRepository''getAmendmentDueRepositoryService'false],
  2854.             'Due\\Repository\\AppContactUsRequestRepository' => ['privates''Due\\Repository\\AppContactUsRequestRepository''getAppContactUsRequestRepositoryService'false],
  2855.             'Due\\Repository\\BeneficiaryRepository' => ['privates''Due\\Repository\\BeneficiaryRepository''getBeneficiaryRepositoryService'false],
  2856.             'Due\\Repository\\CodeNafRepository' => ['privates''Due\\Repository\\CodeNafRepository''getCodeNafRepositoryService'false],
  2857.             'Due\\Repository\\CollectiveAgreementReasonRepository' => ['privates''Due\\Repository\\CollectiveAgreementReasonRepository''getCollectiveAgreementReasonRepositoryService'false],
  2858.             'Due\\Repository\\CollectiveAgreementRepository' => ['privates''Due\\Repository\\CollectiveAgreementRepository''getCollectiveAgreementRepositoryService'false],
  2859.             'Due\\Repository\\ContactUsRequestRepository' => ['privates''Due\\Repository\\ContactUsRequestRepository''getContactUsRequestRepositoryService'false],
  2860.             'Due\\Repository\\ContributionEmployerMinimumPercentageRepository' => ['privates''Due\\Repository\\ContributionEmployerMinimumPercentageRepository''getContributionEmployerMinimumPercentageRepositoryService'false],
  2861.             'Due\\Repository\\ContributionOptionRepository' => ['privates''Due\\Repository\\ContributionOptionRepository''getContributionOptionRepositoryService'false],
  2862.             'Due\\Repository\\ContributionOptionUnitRepository' => ['privates''Due\\Repository\\ContributionOptionUnitRepository''getContributionOptionUnitRepositoryService'false],
  2863.             'Due\\Repository\\ContributionRepository' => ['privates''Due\\Repository\\ContributionRepository''getContributionRepositoryService'false],
  2864.             'Due\\Repository\\DueEmployeeEmailRepository' => ['privates''Due\\Repository\\DueEmployeeEmailRepository''getDueEmployeeEmailRepositoryService'false],
  2865.             'Due\\Repository\\DueEmployeeEmailTokenRepository' => ['privates''Due\\Repository\\DueEmployeeEmailTokenRepository''getDueEmployeeEmailTokenRepositoryService'false],
  2866.             'Due\\Repository\\DueLegalInformationRepository' => ['privates''Due\\Repository\\DueLegalInformationRepository''getDueLegalInformationRepositoryService'false],
  2867.             'Due\\Repository\\DueRepository' => ['privates''Due\\Repository\\DueRepository''getDueRepositoryService'false],
  2868.             'Due\\Repository\\DueSignOffSheetDocumentRepository' => ['privates''Due\\Repository\\DueSignOffSheetDocumentRepository''getDueSignOffSheetDocumentRepositoryService'false],
  2869.             'Due\\Repository\\DueTokenRepository' => ['privates''Due\\Repository\\DueTokenRepository''getDueTokenRepositoryService'false],
  2870.         ], [
  2871.             'App\\Api\\Repository\\ContractTypeRepository' => '?',
  2872.             'App\\Api\\Repository\\DocumentTypeRepository' => '?',
  2873.             'App\\Api\\Repository\\EnterpriseDeleteRequestRepository' => '?',
  2874.             'App\\Api\\Repository\\EnterpriseRepository' => '?',
  2875.             'App\\Api\\Repository\\EnterpriseSettingsRepository' => '?',
  2876.             'App\\Api\\Repository\\ExemptionExportRequestRepository' => '?',
  2877.             'App\\Api\\Repository\\ExemptionRepository' => '?',
  2878.             'App\\Api\\Repository\\ExemptionTokenRepository' => '?',
  2879.             'App\\Api\\Repository\\PasswordResetTokenRepository' => '?',
  2880.             'App\\Api\\Repository\\ReasonRepository' => '?',
  2881.             'App\\Api\\Repository\\SettingRepository' => '?',
  2882.             'App\\Api\\Repository\\StatisticExportRequestRepository' => '?',
  2883.             'App\\Api\\Repository\\StatisticRepository' => '?',
  2884.             'App\\Api\\Repository\\UserRepository' => '?',
  2885.             'App\\Api\\Repository\\UserTokenRepository' => '?',
  2886.             'Due\\Repository\\AmendmentDueRepository' => '?',
  2887.             'Due\\Repository\\AppContactUsRequestRepository' => '?',
  2888.             'Due\\Repository\\BeneficiaryRepository' => '?',
  2889.             'Due\\Repository\\CodeNafRepository' => '?',
  2890.             'Due\\Repository\\CollectiveAgreementReasonRepository' => '?',
  2891.             'Due\\Repository\\CollectiveAgreementRepository' => '?',
  2892.             'Due\\Repository\\ContactUsRequestRepository' => '?',
  2893.             'Due\\Repository\\ContributionEmployerMinimumPercentageRepository' => '?',
  2894.             'Due\\Repository\\ContributionOptionRepository' => '?',
  2895.             'Due\\Repository\\ContributionOptionUnitRepository' => '?',
  2896.             'Due\\Repository\\ContributionRepository' => '?',
  2897.             'Due\\Repository\\DueEmployeeEmailRepository' => '?',
  2898.             'Due\\Repository\\DueEmployeeEmailTokenRepository' => '?',
  2899.             'Due\\Repository\\DueLegalInformationRepository' => '?',
  2900.             'Due\\Repository\\DueRepository' => '?',
  2901.             'Due\\Repository\\DueSignOffSheetDocumentRepository' => '?',
  2902.             'Due\\Repository\\DueTokenRepository' => '?',
  2903.         ])));
  2904.         $a->addFilter('reason_is_optional''App\\Api\\Doctrine\\ReasonFilter');
  2905.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2906.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2907.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2908.         return $instance;
  2909.     }
  2910.     /**
  2911.      * Gets the public 'error_controller' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2914.      */
  2915.     protected function getErrorControllerService()
  2916.     {
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2922.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2923.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2924.     }
  2925.     /**
  2926.      * Gets the public 'event_dispatcher' shared service.
  2927.      *
  2928.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2929.      */
  2930.     protected function getEventDispatcherService()
  2931.     {
  2932.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2933.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2934.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2935.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2936.         $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())));
  2937.         $instance->addListener('kernel.exception', [=> function () {
  2938.             return ($this->privates['App\\Api\\EventListener\\ApiExceptionListener'] ?? $this->getApiExceptionListenerService());
  2939.         }, => 'onKernelException'], 10);
  2940.         $instance->addListener('App\\Api\\Event\\ExemptionUpdateEvent', [=> function () {
  2941.             return ($this->privates['App\\Api\\EventListener\\ExemptionStatusChangeListener'] ?? $this->getExemptionStatusChangeListenerService());
  2942.         }, => 'handle'], 0);
  2943.         $instance->addListener('kernel.request', [=> function () {
  2944.             return ($this->privates['App\\Api\\EventListener\\MaintenanceModeApiListener'] ?? $this->getMaintenanceModeApiListenerService());
  2945.         }, => 'onKernelRequest'], 50);
  2946.         $instance->addListener('kernel.controller', [=> function () {
  2947.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2948.         }, => 'onKernelController'], 0);
  2949.         $instance->addListener('kernel.request', [=> function () {
  2950.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2951.         }, => 'onKernelRequest'], 250);
  2952.         $instance->addListener('kernel.response', [=> function () {
  2953.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2954.         }, => 'onKernelResponse'], 0);
  2955.         $instance->addListener('Due\\Event\\DueUpdateEvent', [=> function () {
  2956.             return ($this->privates['Due\\EventListener\\DueUpdateListener'] ?? $this->getDueUpdateListenerService());
  2957.         }, => 'onUpdate'], 0);
  2958.         $instance->addListener('kernel.response', [=> function () {
  2959.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  2960.         }, => 'onKernelResponse'], 0);
  2961.         $instance->addListener('console.terminate', [=> function () {
  2962.             return ($this->privates['Sonata\\AdminBundle\\EventListener\\AssetsInstallCommandListener'] ?? $this->getAssetsInstallCommandListenerService());
  2963.         }, => 'copySonataCoreBundleAssets'], 0);
  2964.         $instance->addListener('kernel.response', [=> function () {
  2965.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2966.         }, => 'onKernelResponse'], 0);
  2967.         $instance->addListener('kernel.response', [=> function () {
  2968.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2969.         }, => 'onKernelResponse'], -1024);
  2970.         $instance->addListener('kernel.request', [=> function () {
  2971.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2972.         }, => 'setDefaultLocale'], 100);
  2973.         $instance->addListener('kernel.request', [=> function () {
  2974.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2975.         }, => 'onKernelRequest'], 16);
  2976.         $instance->addListener('kernel.finish_request', [=> function () {
  2977.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2978.         }, => 'onKernelFinishRequest'], 0);
  2979.         $instance->addListener('kernel.request', [=> function () {
  2980.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2981.         }, => 'onKernelRequest'], 256);
  2982.         $instance->addListener('kernel.request', [=> function () {
  2983.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2984.         }, => 'resolveControllerName'], 24);
  2985.         $instance->addListener('kernel.response', [=> function () {
  2986.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2987.         }, => 'onResponse'], -255);
  2988.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2989.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2990.         }, => 'onControllerArguments'], 0);
  2991.         $instance->addListener('kernel.exception', [=> function () {
  2992.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2993.         }, => 'logKernelException'], 0);
  2994.         $instance->addListener('kernel.exception', [=> function () {
  2995.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2996.         }, => 'onKernelException'], -128);
  2997.         $instance->addListener('kernel.request', [=> function () {
  2998.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2999.         }, => 'onKernelRequest'], 15);
  3000.         $instance->addListener('kernel.finish_request', [=> function () {
  3001.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3002.         }, => 'onKernelFinishRequest'], -15);
  3003.         $instance->addListener('console.error', [=> function () {
  3004.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3005.         }, => 'onConsoleError'], -128);
  3006.         $instance->addListener('console.terminate', [=> function () {
  3007.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3008.         }, => 'onConsoleTerminate'], -128);
  3009.         $instance->addListener('console.error', [=> function () {
  3010.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3011.         }, => 'onConsoleError'], 0);
  3012.         $instance->addListener('kernel.request', [=> function () {
  3013.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3014.         }, => 'onKernelRequest'], 128);
  3015.         $instance->addListener('kernel.response', [=> function () {
  3016.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3017.         }, => 'onKernelResponse'], -1000);
  3018.         $instance->addListener('kernel.finish_request', [=> function () {
  3019.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3020.         }, => 'onFinishRequest'], 0);
  3021.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3022.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3023.         }, => 'onMessageFailed'], 100);
  3024.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3025.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  3026.         }, => 'onMessageFailed'], -100);
  3027.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3028.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3029.         }, => 'onWorkerStarted'], 0);
  3030.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3031.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3032.         }, => 'onWorkerRunning'], 0);
  3033.         $instance->addListener('kernel.response', [=> function () {
  3034.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3035.         }, => 'onKernelResponse'], -100);
  3036.         $instance->addListener('kernel.exception', [=> function () {
  3037.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3038.         }, => 'onKernelException'], 0);
  3039.         $instance->addListener('kernel.terminate', [=> function () {
  3040.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3041.         }, => 'onKernelTerminate'], -1024);
  3042.         $instance->addListener('kernel.controller', [=> function () {
  3043.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3044.         }, => 'onKernelController'], 0);
  3045.         $instance->addListener('kernel.response', [=> function () {
  3046.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3047.         }, => 'onKernelResponse'], 0);
  3048.         $instance->addListener('kernel.request', [=> function () {
  3049.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3050.         }, => 'configure'], 2048);
  3051.         $instance->addListener('console.command', [=> function () {
  3052.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3053.         }, => 'configure'], 2048);
  3054.         $instance->addListener('kernel.request', [=> function () {
  3055.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3056.         }, => 'onKernelRequest'], 32);
  3057.         $instance->addListener('kernel.finish_request', [=> function () {
  3058.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3059.         }, => 'onKernelFinishRequest'], 0);
  3060.         $instance->addListener('kernel.exception', [=> function () {
  3061.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3062.         }, => 'onKernelException'], -64);
  3063.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3064.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3065.         }, => 'onWorkerMessageHandled'], 0);
  3066.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3067.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3068.         }, => 'onWorkerMessageFailed'], 0);
  3069.         $instance->addListener('console.error', [=> function () {
  3070.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3071.         }, => 'onConsoleError'], 0);
  3072.         $instance->addListener('console.terminate', [=> function () {
  3073.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3074.         }, => 'onConsoleTerminate'], 0);
  3075.         $instance->addListener('kernel.controller', [=> function () {
  3076.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3077.         }, => 'onKernelController'], 0);
  3078.         $instance->addListener('kernel.controller', [=> function () {
  3079.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3080.         }, => 'onKernelController'], 0);
  3081.         $instance->addListener('kernel.controller', [=> function () {
  3082.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3083.         }, => 'onKernelController'], -128);
  3084.         $instance->addListener('kernel.view', [=> function () {
  3085.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3086.         }, => 'onKernelView'], 0);
  3087.         $instance->addListener('kernel.controller', [=> function () {
  3088.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3089.         }, => 'onKernelController'], 0);
  3090.         $instance->addListener('kernel.response', [=> function () {
  3091.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3092.         }, => 'onKernelResponse'], 0);
  3093.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3094.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3095.         }, => 'onKernelControllerArguments'], 0);
  3096.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3097.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3098.         }, => 'onKernelControllerArguments'], 0);
  3099.         $instance->addListener('kernel.exception', [=> function () {
  3100.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3101.         }, => 'onException'], 0);
  3102.         $instance->addListener('kernel.terminate', [=> function () {
  3103.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3104.         }, => 'onTerminate'], 0);
  3105.         $instance->addListener('console.error', [=> function () {
  3106.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3107.         }, => 'onException'], 0);
  3108.         $instance->addListener('console.terminate', [=> function () {
  3109.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3110.         }, => 'onTerminate'], 0);
  3111.         $instance->addListener('kernel.request', [=> function () {
  3112.             return ($this->privates['httplug.strategy'] ?? $this->getHttplug_StrategyService());
  3113.         }, => 'onEvent'], 1024);
  3114.         $instance->addListener('console.command', [=> function () {
  3115.             return ($this->privates['httplug.strategy'] ?? $this->getHttplug_StrategyService());
  3116.         }, => 'onEvent'], 1024);
  3117.         $instance->addListener('kernel.request', [=> function () {
  3118.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  3119.         }, => 'onEvent'], 1024);
  3120.         $instance->addListener('console.command', [=> function () {
  3121.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  3122.         }, => 'onEvent'], 1024);
  3123.         $instance->addListener('console.command', [=> function () {
  3124.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3125.         }, => 'onCommand'], 255);
  3126.         $instance->addListener('console.terminate', [=> function () {
  3127.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3128.         }, => 'onTerminate'], -255);
  3129.         $instance->addListener('kernel.response', [=> function () {
  3130.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3131.         }, => 'onKernelResponse'], -128);
  3132.         $instance->addListener('kernel.response', [=> function () {
  3133.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3134.         }, => 'onKernelResponse'], 0);
  3135.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3136.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3137.         }, => 'onVoterVote'], 0);
  3138.         $instance->addListener('kernel.request', [=> function () {
  3139.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3140.         }, => 'configureLogoutUrlGenerator'], 8);
  3141.         $instance->addListener('kernel.request', [=> function () {
  3142.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3143.         }, => 'onKernelRequest'], 8);
  3144.         $instance->addListener('kernel.finish_request', [=> function () {
  3145.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3146.         }, => 'onKernelFinishRequest'], 0);
  3147.         return $instance;
  3148.     }
  3149.     /**
  3150.      * Gets the public 'filesystem' shared service.
  3151.      *
  3152.      * @return \Symfony\Component\Filesystem\Filesystem
  3153.      */
  3154.     protected function getFilesystemService()
  3155.     {
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3157.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  3158.     }
  3159.     /**
  3160.      * Gets the public 'form.factory' shared service.
  3161.      *
  3162.      * @return \Symfony\Component\Form\FormFactory
  3163.      */
  3164.     protected function getForm_FactoryService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  3168.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  3169.     }
  3170.     /**
  3171.      * Gets the public 'form.type.file' shared service.
  3172.      *
  3173.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  3174.      */
  3175.     protected function getForm_Type_FileService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  3180.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  3181.     }
  3182.     /**
  3183.      * Gets the public 'http_kernel' shared service.
  3184.      *
  3185.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3186.      */
  3187.     protected function getHttpKernelService()
  3188.     {
  3189.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3190.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3191.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3192.             yield => ($this->privates['debug.App\\Api\\ArgumentResolver\\BodyDataArgumentResolver'] ?? $this->getBodyDataArgumentResolverService());
  3193.             yield => ($this->privates['debug.App\\Api\\ArgumentResolver\\CompanyFilterResolver'] ?? $this->getCompanyFilterResolverService());
  3194.             yield => ($this->privates['debug.App\\Api\\ArgumentResolver\\ExemptionFilterResolver'] ?? $this->getExemptionFilterResolverService());
  3195.             yield => ($this->privates['debug.App\\Api\\ArgumentResolver\\ExemptionSortArgumentResolver'] ?? $this->getExemptionSortArgumentResolverService());
  3196.             yield => ($this->privates['debug.App\\Api\\ArgumentResolver\\PagingDtoArgumentResolver'] ?? $this->getPagingDtoArgumentResolverService());
  3197.             yield => ($this->privates['debug.App\\Api\\ArgumentResolver\\SettingsFilterResolver'] ?? $this->getSettingsFilterResolverService());
  3198.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3199.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3200.             yield => ($this->privates['debug.Due\\ArgumentResolver\\AmendmentDueDownloadFilterResolver'] ?? $this->getAmendmentDueDownloadFilterResolverService());
  3201.             yield 10 => ($this->privates['debug.Due\\ArgumentResolver\\BeneficiaryCoverageFilterResolver'] ?? $this->getBeneficiaryCoverageFilterResolverService());
  3202.             yield 11 => ($this->privates['debug.Due\\ArgumentResolver\\CollectiveAgreementFilterResolver'] ?? $this->getCollectiveAgreementFilterResolverService());
  3203.             yield 12 => ($this->privates['debug.Due\\ArgumentResolver\\CollectiveAgreementReasonFilterResolver'] ?? $this->getCollectiveAgreementReasonFilterResolverService());
  3204.             yield 13 => ($this->privates['debug.Due\\ArgumentResolver\\ContactUsRequestFilterResolver'] ?? $this->getContactUsRequestFilterResolverService());
  3205.             yield 14 => ($this->privates['debug.Due\\ArgumentResolver\\ContributionEmployerMinimumPercentageFilterResolver'] ?? $this->getContributionEmployerMinimumPercentageFilterResolverService());
  3206.             yield 15 => ($this->privates['debug.Due\\ArgumentResolver\\ContributionOptionFilterResolver'] ?? $this->getContributionOptionFilterResolverService());
  3207.             yield 16 => ($this->privates['debug.Due\\ArgumentResolver\\DueDownloadFilterResolver'] ?? $this->getDueDownloadFilterResolverService());
  3208.             yield 17 => ($this->privates['debug.Due\\ArgumentResolver\\DueFilterResolver'] ?? $this->getDueFilterResolverService());
  3209.             yield 18 => ($this->privates['debug.Due\\ArgumentResolver\\ExemptionFilterResolver'] ?? $this->getExemptionFilterResolver2Service());
  3210.             yield 19 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3211.             yield 20 => ($this->privates['debug.App\\Api\\ArgumentResolver\\EnterpriseFilterResolver'] ?? $this->getEnterpriseFilterResolverService());
  3212.             yield 21 => ($this->privates['debug.App\\Api\\ArgumentResolver\\ReasonFilterResolver'] ?? $this->getReasonFilterResolverService());
  3213.             yield 22 => ($this->privates['debug.Due\\ArgumentResolver\\BeneficiaryFilterResolver'] ?? $this->getBeneficiaryFilterResolverService());
  3214.             yield 23 => ($this->privates['debug.Due\\ArgumentResolver\\EmployeeEmailFilterResolver'] ?? $this->getEmployeeEmailFilterResolverService());
  3215.             yield 24 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3216.             yield 25 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3217.             yield 26 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3218.             yield 27 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3219.         }, 28)), $a));
  3220.     }
  3221.     /**
  3222.      * Gets the public 'httplug.client' shared service.
  3223.      *
  3224.      * @return \Http\Client\Common\HttpMethodsClient
  3225.      */
  3226.     protected function getHttplug_ClientService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  3231.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  3237.         return $this->services['httplug.client'] = new \Http\Client\Common\HttpMethodsClient(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient((new \Http\HttplugBundle\Collector\ProfileClientFactory(new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))))->createClient([]), [=> new \Http\Client\Common\Plugin\ContentLengthPlugin(), => new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true'use_default_for_multiple' => true])], ['client_name' => 'app']), ($this->services['httplug.message_factory'] ?? $this->getHttplug_MessageFactoryService()));
  3238.     }
  3239.     /**
  3240.      * Gets the public 'httplug.message_factory' shared service.
  3241.      *
  3242.      * @return \Http\Message\MessageFactory
  3243.      */
  3244.     protected function getHttplug_MessageFactoryService()
  3245.     {
  3246.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
  3250.         return $this->services['httplug.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
  3251.     }
  3252.     /**
  3253.      * Gets the public 'httplug.stream_factory' shared service.
  3254.      *
  3255.      * @return \Http\Message\StreamFactory
  3256.      */
  3257.     protected function getHttplug_StreamFactoryService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
  3261.         return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
  3262.     }
  3263.     /**
  3264.      * Gets the public 'httplug.uri_factory' shared service.
  3265.      *
  3266.      * @return \Http\Message\UriFactory
  3267.      */
  3268.     protected function getHttplug_UriFactoryService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
  3272.         return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
  3273.     }
  3274.     /**
  3275.      * Gets the public 'knp_menu.factory' shared service.
  3276.      *
  3277.      * @return \Knp\Menu\MenuFactory
  3278.      */
  3279.     protected function getKnpMenu_FactoryService()
  3280.     {
  3281.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3285.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3286.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the public 'knp_menu.matcher' shared service.
  3291.      *
  3292.      * @return \Knp\Menu\Matcher\Matcher
  3293.      */
  3294.     protected function getKnpMenu_MatcherService()
  3295.     {
  3296.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3297.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3298.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  3299.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  3300.         }, 3));
  3301.     }
  3302.     /**
  3303.      * Gets the public 'knp_snappy.image' shared service.
  3304.      *
  3305.      * @return \Knp\Snappy\Image
  3306.      */
  3307.     protected function getKnpSnappy_ImageService()
  3308.     {
  3309.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3312.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('/usr/local/bin/wkhtmltoimage', [], []);
  3313.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3314.         return $instance;
  3315.     }
  3316.     /**
  3317.      * Gets the public 'knp_snappy.pdf' shared service.
  3318.      *
  3319.      * @return \Knp\Snappy\Pdf
  3320.      */
  3321.     protected function getKnpSnappy_PdfService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3326.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf((\dirname(__DIR__4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'), [], []);
  3327.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the public 'message_bus' shared service.
  3332.      *
  3333.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3334.      */
  3335.     protected function getMessageBusService()
  3336.     {
  3337.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3338.             yield => ($this->privates['default.middleware.traceable'] ?? $this->getDefault_Middleware_TraceableService());
  3339.             yield => ($this->privates['default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('default')));
  3340.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3341.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3342.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3343.             yield => ($this->privates['default.middleware.doctrine_ping_connection'] ?? $this->getDefault_Middleware_DoctrinePingConnectionService());
  3344.             yield => ($this->privates['default.middleware.doctrine_close_connection'] ?? $this->getDefault_Middleware_DoctrineCloseConnectionService());
  3345.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  3346.             yield => ($this->privates['default.middleware.handle_message'] ?? $this->getDefault_Middleware_HandleMessageService());
  3347.         }, 9)));
  3348.     }
  3349.     /**
  3350.      * Gets the public 'monolog.logger.due' shared service.
  3351.      *
  3352.      * @return \Symfony\Bridge\Monolog\Logger
  3353.      */
  3354.     protected function getMonolog_Logger_DueService()
  3355.     {
  3356.         $this->services['monolog.logger.due'] = $instance = new \Symfony\Bridge\Monolog\Logger('due');
  3357.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3358.         $instance->pushHandler(($this->privates['monolog.handler.due'] ?? $this->getMonolog_Handler_DueService()));
  3359.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3360.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3361.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3362.         return $instance;
  3363.     }
  3364.     /**
  3365.      * Gets the public 'monolog.logger.employee-email' shared service.
  3366.      *
  3367.      * @return \Symfony\Bridge\Monolog\Logger
  3368.      */
  3369.     protected function getMonolog_Logger_EmployeeemailService()
  3370.     {
  3371.         $this->services['monolog.logger.employee-email'] = $instance = new \Symfony\Bridge\Monolog\Logger('employee-email');
  3372.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3373.         $instance->pushHandler(($this->privates['monolog.handler.employee_email'] ?? $this->getMonolog_Handler_EmployeeEmailService()));
  3374.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3375.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3376.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3377.         return $instance;
  3378.     }
  3379.     /**
  3380.      * Gets the public 'monolog.logger.exemption' shared service.
  3381.      *
  3382.      * @return \Symfony\Bridge\Monolog\Logger
  3383.      */
  3384.     protected function getMonolog_Logger_ExemptionService()
  3385.     {
  3386.         $this->services['monolog.logger.exemption'] = $instance = new \Symfony\Bridge\Monolog\Logger('exemption');
  3387.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3388.         $instance->pushHandler(($this->privates['monolog.handler.exemption'] ?? $this->getMonolog_Handler_ExemptionService()));
  3389.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3390.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3391.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3392.         return $instance;
  3393.     }
  3394.     /**
  3395.      * Gets the public 'monolog.logger.registration' shared service.
  3396.      *
  3397.      * @return \Symfony\Bridge\Monolog\Logger
  3398.      */
  3399.     protected function getMonolog_Logger_RegistrationService()
  3400.     {
  3401.         $this->services['monolog.logger.registration'] = $instance = new \Symfony\Bridge\Monolog\Logger('registration');
  3402.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3403.         $instance->pushHandler(($this->privates['monolog.handler.registration'] ?? $this->getMonolog_Handler_RegistrationService()));
  3404.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3405.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3406.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3407.         return $instance;
  3408.     }
  3409.     /**
  3410.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  3411.      *
  3412.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3413.      */
  3414.     protected function getNelmioApiDoc_Controller_SwaggerService()
  3415.     {
  3416.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  3417.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  3418.     }
  3419.     /**
  3420.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3421.      *
  3422.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3423.      */
  3424.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  3427.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  3428.     }
  3429.     /**
  3430.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  3431.      *
  3432.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  3433.      */
  3434.     protected function getNelmioApiDoc_Generator_DefaultService()
  3435.     {
  3436.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  3437.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  3438.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  3439.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  3440.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  3441.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  3442.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  3443.         }, 5), new RewindableGenerator(function () {
  3444.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  3445.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  3446.         }, 2));
  3447.         $instance->setAlternativeNames(['Beneficiary:collection:read' => ['type' => 'Due\\Entity\\Beneficiary''groups' => [=> 'beneficiary:list:read']], 'Collective-agreement:collection:read' => ['type' => 'Due\\Entity\\CollectiveAgreement''groups' => [=> 'collective-agreement:list:read']], 'Collective-agreement-reason:collection:read' => ['type' => 'Due\\Entity\\CollectiveAgreementReason''groups' => [=> 'collective-agreement-reason:list:read'=> 'document-type:list:read']], 'Contact-us:item:create' => ['type' => 'Due\\DTO\\Http\\CreateContactUsRequest''groups' => [=> 'api']], 'Contact-us:collection:read' => ['type' => 'Due\\Entity\\ContactUsRequest''groups' => [=> 'contact-us:list:read']], 'Contribution-employer-minimum-percentage:collection:read' => ['type' => 'Due\\Entity\\ContributionEmployerMinimumPercentage''groups' => [=> 'minimum-percentage:list:read'=> 'collective-agreement:list:read'=> 'contribution-option-unit:list:read']], 'Contribution-option:collection:read' => ['type' => 'Due\\Entity\\ContributionOption''groups' => [=> 'contribution-option:list:read'=> 'contribution-option-unit:list:read']], 'Contribution-option-unit:collection:read' => ['type' => 'Due\\Entity\\ContributionOptionUnit''groups' => [=> 'contribution-option-unit:list:read']], 'Due:item:create' => ['type' => 'Due\\DTO\\Http\\CreateDueRequest''groups' => [=> 'api']], 'Due:item:update' => ['type' => 'Due\\DTO\\Http\\UpdateDueRequest''groups' => [=> 'api']], 'Due:collection:read' => ['type' => 'Due\\Entity\\Due''groups' => [=> 'due:list:read'=> 'beneficiary:list:read'=> 'collective-agreement:list:read']], 'Due:item:read' => ['type' => 'Due\\Entity\\Due''groups' => [=> 'due:item:read'=> 'due:list:read'=> 'beneficiary:list:read'=> 'reason:list:read'=> 'contribution-option:list:read'=> 'contribution-option-unit:list:read']], 'Due:exemption:read' => ['type' => 'Due\\Entity\\Due''groups' => [=> 'exemption:list:read']], 'Due-send-update-link:item:create' => ['type' => 'Due\\DTO\\Http\\SendUpdateDueLinkRequest''groups' => [=> 'api']], 'Due-start-sign:item:create' => ['type' => 'Due\\DTO\\Http\\StartSignProcedureRequest''groups' => [=> 'api']], 'Contract-type:collection:read' => ['type' => 'App\\Api\\Entity\\ContractType''groups' => [=> 'contract-type:list:read']], 'Document-type:collection:read' => ['type' => 'App\\Api\\Entity\\DocumentType''groups' => [=> 'document-type:list:read']], 'Exemption:item:create' => ['type' => 'App\\Api\\DTO\\Http\\CreateExemptionRequest''groups' => [=> 'api']], 'Exemption:item:update' => ['type' => 'App\\Api\\DTO\\Http\\UpdateExemptionRequest''groups' => [=> 'api']], 'Exemption:item:read' => ['type' => 'App\\Api\\Entity\\Exemption''groups' => [=> 'exemption:list:read'=> 'exemption:item:read'=> 'beneficiary:list:read'=> 'contract-type:list:read'=> 'document:list:read'=> 'document-type:list:read']], 'Exemption:collection:read' => ['type' => 'App\\Api\\Entity\\Exemption''groups' => [=> 'exemption:list:read'=> 'beneficiary:list:read'=> 'contract-type:list:read'=> 'document:list:read'=> 'document-type:list:read']], 'Exemption-employee:item:update' => ['type' => 'App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest''groups' => [=> 'api']], 'Enterprise:item:create' => ['type' => 'App\\Api\\DTO\\Http\\CreateEnterpriseRequest''groups' => [=> 'api']], 'Enterprise:collection:read' => ['type' => 'App\\Api\\Entity\\Enterprise''groups' => [=> 'enterprise:list:read']], 'Enterprise:item:read' => ['type' => 'App\\Api\\Entity\\Enterprise''groups' => [=> 'enterprise:item:read']], 'Enterprise:item:update' => ['type' => 'App\\Api\\DTO\\Http\\UpdateEnterpriseRequest''groups' => [=> 'api']], 'Exemption-reject-abort:item:create' => ['type' => 'App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest''groups' => [=> 'api']], 'Exemption-export:item:create' => ['type' => 'App\\Api\\DTO\\Http\\CreateExemptionExportRequest''groups' => [=> 'api']], 'Exemption-export:item:read' => ['type' => 'App\\Api\\Entity\\ExemptionExportRequest''groups' => [=> 'export-request:list:read']], 'Password-reset:item:create' => ['type' => 'App\\Api\\DTO\\Http\\PasswordResetRequest''groups' => [=> 'api']], 'Password-change:item:create' => ['type' => 'App\\Api\\DTO\\Http\\PasswordChangeRequest''groups' => [=> 'api']], 'Reason:collection:read' => ['type' => 'App\\Api\\Entity\\Reason''groups' => [=> 'reason:list:read'=> 'document-type:list:read']], 'Reason-legal-information:collection:read' => ['type' => 'App\\Api\\Entity\\LegalInformation''groups' => [=> 'legal-information:list:read'=> 'legal-reference:collection:read']], 'Reason-legal-reference:collection:read' => ['type' => 'App\\Api\\Entity\\LegalReference''groups' => [=> 'legal-reference:collection:read']], 'Enterprise-settings:collection:read' => ['type' => 'App\\Api\\Entity\\EnterpriseSettings''groups' => [=> 'enterprise-settings:list:read'=> 'reason:list:read'=> 'document-type:list:read']], 'Enterprise-settings:item:update' => ['type' => 'App\\Api\\DTO\\Http\\UpdateSettingsRequest''groups' => [=> 'api']], 'Register-or-login:item:create' => ['type' => 'App\\Api\\DTO\\Http\\RegisterOrLoginRequest''groups' => [=> 'api']], 'User-token:item:read' => ['type' => 'App\\Api\\Entity\\UserToken''groups' => [=> 'user-token:item:read']], 'Company:collection:read' => ['type' => 'App\\Api\\Entity\\UserAbstract''groups' => [=> 'company:list:read']], 'Exemption-reasons:item:read' => ['type' => 'App\\Api\\Entity\\ExemptionReason''groups' => [=> 'exemption:list:read']], 'Exemption-document:item:read' => ['type' => 'App\\Api\\Entity\\Document''groups' => [=> 'document:list:read']], 'Due-document:item:read' => ['type' => 'Due\\Entity\\DueDocument''groups' => [=> 'due:item:read']], 'Due-contribution:item:read' => ['type' => 'Due\\Entity\\Contribution''groups' => [=> 'due:item:read']], 'User-enterprise:item:update' => ['type' => 'App\\Api\\DTO\\Http\\UpdateUserRequest''groups' => [=> 'api-enterprise-delete']], 'User:item:update' => ['type' => 'App\\Api\\DTO\\Http\\UpdateUserRequest''groups' => [=> 'api']], 'User:item:read' => ['type' => 'App\\Api\\Entity\\User''groups' => [=> 'user:list:read'=> 'company:list:read']], 'User-update:item:read' => ['type' => 'App\\Api\\Entity\\User''groups' => [=> 'user:list:read'=> 'user:item:read']], 'User-get:item:read' => ['type' => 'App\\Api\\Entity\\User''groups' => [=> 'user:item:read']], 'Enterprise-due-statistic:item:read' => ['type' => 'App\\Api\\DTO\\Statistic\\EnterpriseDueStatistic''groups' => [=> 'statistic:item:read']], 'Employees-exemption-statistic:item:read' => ['type' => 'App\\Api\\DTO\\Statistic\\EmployeesExemptionStatistic''groups' => [=> 'statistic:item:read']], 'Beneficiary-quantities-statistic:item:read' => ['type' => 'App\\Api\\DTO\\Statistic\\BeneficiaryQuantitiesExemptionStatistic''groups' => [=> 'statistic:item:read']], 'User-permissions:item:read' => ['type' => 'App\\Api\\DTO\\PermissionDto''groups' => [=> 'permission:item:read']], 'App-contact-us:item:create' => ['type' => 'Due\\DTO\\Http\\CreateAppContactUsRequest''groups' => [=> 'api']], 'App-contact-us:collection:read' => ['type' => 'Due\\Entity\\AppContactUsRequest''groups' => [=> 'contact-us:list:read']], 'Statistic-export:item:read' => ['type' => 'App\\Api\\Entity\\StatisticExportRequest''groups' => [=> 'export-request:list:read']], 'PasswordResetToken:item:read' => ['type' => 'App\\Api\\Entity\\PasswordResetToken''groups' => [=> 'api']], 'DueEmployeeEmail:collection:read' => ['type' => 'Due\\Entity\\DueEmployeeEmail''groups' => [=> 'due-employee-email:list:read']], 'DueEmployeeEmail:collection:create' => ['type' => 'Due\\DTO\\Http\\CreateDueEmployeeEmailRequest''groups' => [=> 'api']], 'DueSignOffSheetDocument:item:create' => ['type' => 'Due\\DTO\\Http\\DueSignOffSheetDocumentRequest''groups' => [=> 'api']], 'DueSignOffSheetDocument:collection:read' => ['type' => 'Due\\Entity\\DueSignOffSheetDocument''groups' => [=> 'due-sign-off-sheet-document:list:read']], 'Create-amendment-due-request:item:create' => ['type' => 'Due\\DTO\\Http\\CreateAmendmentDueRequest''groups' => [=> 'api']], 'Amendment-due:item:read' => ['type' => 'Due\\Entity\\AmendmentDue''groups' => [=> 'amendment-due:item:read']]]);
  3448.         return $instance;
  3449.     }
  3450.     /**
  3451.      * Gets the public 'profiler' shared service.
  3452.      *
  3453.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  3454.      */
  3455.     protected function getProfilerService()
  3456.     {
  3457.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  3458.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3459.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3460.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3461.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3462.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  3463.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  3464.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3465.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3466.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3467.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3468.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  3469.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  3470.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3471.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  3472.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  3473.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  3474.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3475.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3476.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3477.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  3478.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  3479.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  3480.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3481.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  3482.         $g->registerBus('default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  3483.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  3484.         if ($this->has('kernel')) {
  3485.             $h->setKernel($b);
  3486.         }
  3487.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  3488.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3489.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  3490.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  3491.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  3492.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3493.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  3494.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/AppApp_KernelDevDebugContainer'), $c));
  3495.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  3496.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  3497.         $instance->add($d);
  3498.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  3499.         $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())));
  3500.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  3501.         $instance->add($e);
  3502.         $instance->add($f);
  3503.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  3504.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  3505.         $instance->add($g);
  3506.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  3507.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  3508.         $instance->add($h);
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the public 'request_stack' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3515.      */
  3516.     protected function getRequestStackService()
  3517.     {
  3518.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3519.     }
  3520.     /**
  3521.      * Gets the public 'router' shared service.
  3522.      *
  3523.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3524.      */
  3525.     protected function getRouterService()
  3526.     {
  3527.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3528.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3529.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3530.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3531.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3532.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3533.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3534.         ], [
  3535.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3536.         ]))->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'fr');
  3537.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3538.         return $instance;
  3539.     }
  3540.     /**
  3541.      * Gets the public 'routing.loader' shared service.
  3542.      *
  3543.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3544.      */
  3545.     protected function getRouting_LoaderService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3566.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3567.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  3568.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3569.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  3570.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  3571.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  3572.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  3573.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  3574.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3575.             'kernel' => ['services''kernel''getKernelService'false],
  3576.         ], [
  3577.             'kernel' => 'App\\Kernel',
  3578.         ]))));
  3579.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  3580.         $a->addLoader($c);
  3581.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  3582.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  3583.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  3584.     }
  3585.     /**
  3586.      * Gets the public 'security.authentication_utils' shared service.
  3587.      *
  3588.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  3589.      */
  3590.     protected function getSecurity_AuthenticationUtilsService()
  3591.     {
  3592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3593.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3594.     }
  3595.     /**
  3596.      * Gets the public 'security.authorization_checker' shared service.
  3597.      *
  3598.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3599.      */
  3600.     protected function getSecurity_AuthorizationCheckerService()
  3601.     {
  3602.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  3603.     }
  3604.     /**
  3605.      * Gets the public 'security.csrf.token_manager' shared service.
  3606.      *
  3607.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3608.      */
  3609.     protected function getSecurity_Csrf_TokenManagerService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  3615.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3616.     }
  3617.     /**
  3618.      * Gets the public 'security.password_encoder' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  3621.      */
  3622.     protected function getSecurity_PasswordEncoderService()
  3623.     {
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  3626.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  3627.     }
  3628.     /**
  3629.      * Gets the public 'security.token_storage' shared service.
  3630.      *
  3631.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3632.      */
  3633.     protected function getSecurity_TokenStorageService()
  3634.     {
  3635.         return $this->services['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, [
  3636.             'session' => ['services''session''getSessionService'false],
  3637.         ], [
  3638.             'session' => '?',
  3639.         ]));
  3640.     }
  3641.     /**
  3642.      * Gets the public 'serializer' shared service.
  3643.      *
  3644.      * @return \Symfony\Component\Serializer\Serializer
  3645.      */
  3646.     protected function getSerializerService()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  3658.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Serializer/ApiProblemTypeNormalizer.php';
  3659.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Serializer/CompanyNormalizer.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  3672.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Serializer/ConstraintViolationListNormalizer.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  3674.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Serializer/EnterpriseNormalizer.php';
  3675.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Serializer/EnumTypeNormalizer.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Serializer/Normalizer/PhoneNumberNormalizer.php';
  3677.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/Serializer/DueLegalInformationNormalizer.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  3690.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  3691.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  3692.         $c = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, []);
  3693.         $d = ($this->privates['url_helper'] ?? $this->getUrlHelperService());
  3694.         $e = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  3695.         $f = new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b);
  3696.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \App\Api\Service\Serializer\ApiProblemTypeNormalizer(), => new \App\Api\Service\Serializer\CompanyNormalizer($c$d$e), => new \App\Api\Service\Serializer\ConstraintViolationListNormalizer($f), => new \App\Api\Service\Serializer\EnterpriseNormalizer($e$c$d), => new \App\Api\Service\Serializer\EnumTypeNormalizer(), => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber.phone_number_util'] ?? $this->getLibphonenumber_PhoneNumberUtilService())), => new \Due\Service\Serializer\DueLegalInformationNormalizer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 10 => $f11 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => $c], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  3697.     }
  3698.     /**
  3699.      * Gets the public 'services_resetter' shared service.
  3700.      *
  3701.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3702.      */
  3703.     protected function getServicesResetterService()
  3704.     {
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3706.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3707.             if (isset($this->services['cache.app'])) {
  3708.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3709.             }
  3710.             if (isset($this->services['cache.system'])) {
  3711.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3712.             }
  3713.             if (isset($this->privates['cache.validator'])) {
  3714.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3715.             }
  3716.             if (isset($this->privates['cache.serializer'])) {
  3717.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3718.             }
  3719.             if (isset($this->privates['cache.annotations'])) {
  3720.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3721.             }
  3722.             if (isset($this->privates['cache.property_info'])) {
  3723.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3724.             }
  3725.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  3726.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  3727.             }
  3728.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3729.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3730.             }
  3731.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  3732.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  3733.             }
  3734.             if (isset($this->services['profiler'])) {
  3735.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  3736.             }
  3737.             if (isset($this->services['validator'])) {
  3738.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  3739.             }
  3740.             if (isset($this->privates['debug.stopwatch'])) {
  3741.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3742.             }
  3743.             if (isset($this->services['event_dispatcher'])) {
  3744.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3745.             }
  3746.             if (isset($this->services['doctrine'])) {
  3747.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3748.             }
  3749.             if (isset($this->privates['form.type.entity'])) {
  3750.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3751.             }
  3752.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  3753.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  3754.             }
  3755.             if (isset($this->privates['monolog.handler.main'])) {
  3756.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3757.             }
  3758.             if (isset($this->privates['monolog.handler.messenger'])) {
  3759.                 yield 'monolog.handler.messenger' => ($this->privates['monolog.handler.messenger'] ?? null);
  3760.             }
  3761.             if (isset($this->privates['monolog.handler.console'])) {
  3762.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3763.             }
  3764.             if (isset($this->privates['monolog.handler.registration'])) {
  3765.                 yield 'monolog.handler.registration' => ($this->privates['monolog.handler.registration'] ?? null);
  3766.             }
  3767.             if (isset($this->privates['monolog.handler.due'])) {
  3768.                 yield 'monolog.handler.due' => ($this->privates['monolog.handler.due'] ?? null);
  3769.             }
  3770.             if (isset($this->privates['monolog.handler.exemption'])) {
  3771.                 yield 'monolog.handler.exemption' => ($this->privates['monolog.handler.exemption'] ?? null);
  3772.             }
  3773.             if (isset($this->privates['monolog.handler.employee_email'])) {
  3774.                 yield 'monolog.handler.employee_email' => ($this->privates['monolog.handler.employee_email'] ?? null);
  3775.             }
  3776.             if (isset($this->services['security.token_storage'])) {
  3777.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  3778.             }
  3779.             if (isset($this->privates['cache.security_expression_language'])) {
  3780.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3781.             }
  3782.         }, function () {
  3783.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.messenger'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.registration'])) + (int) (isset($this->privates['monolog.handler.due'])) + (int) (isset($this->privates['monolog.handler.exemption'])) + (int) (isset($this->privates['monolog.handler.employee_email'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language']));
  3784.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.messenger' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.registration' => [=> 'reset'], 'monolog.handler.due' => [=> 'reset'], 'monolog.handler.exemption' => [=> 'reset'], 'monolog.handler.employee_email' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset']]);
  3785.     }
  3786.     /**
  3787.      * Gets the public 'session' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3790.      */
  3791.     protected function getSessionService()
  3792.     {
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  3800.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  3801.     }
  3802.     /**
  3803.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  3804.      *
  3805.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  3806.      */
  3807.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  3810.         return $this->services['sonata.admin.action.append_form_field_element'] = new \Sonata\AdminBundle\Action\AppendFormFieldElementAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  3811.     }
  3812.     /**
  3813.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  3814.      *
  3815.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  3816.      */
  3817.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  3818.     {
  3819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  3820.         return $this->services['sonata.admin.action.get_short_object_description'] = new \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3821.     }
  3822.     /**
  3823.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  3824.      *
  3825.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  3826.      */
  3827.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  3828.     {
  3829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  3830.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3831.     }
  3832.     /**
  3833.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  3834.      *
  3835.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  3836.      */
  3837.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  3840.         return $this->services['sonata.admin.action.retrieve_form_field_element'] = new \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  3841.     }
  3842.     /**
  3843.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  3844.      *
  3845.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  3846.      */
  3847.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  3848.     {
  3849.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  3850.         return $this->services['sonata.admin.action.set_object_field_value'] = new \Sonata\AdminBundle\Action\SetObjectFieldValueAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  3851.     }
  3852.     /**
  3853.      * Gets the public 'sonata.admin.admin_exporter' shared service.
  3854.      *
  3855.      * @return \Sonata\AdminBundle\Bridge\Exporter\AdminExporter
  3856.      */
  3857.     protected function getSonata_Admin_AdminExporterService()
  3858.     {
  3859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Bridge/Exporter/AdminExporter.php';
  3860.         return $this->services['sonata.admin.admin_exporter'] = new \Sonata\AdminBundle\Bridge\Exporter\AdminExporter(($this->services['sonata.exporter.exporter'] ?? $this->getSonata_Exporter_ExporterService()));
  3861.     }
  3862.     /**
  3863.      * Gets the public 'sonata.admin.audit.manager' shared service.
  3864.      *
  3865.      * @return \Sonata\AdminBundle\Model\AuditManager
  3866.      */
  3867.     protected function getSonata_Admin_Audit_ManagerService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3871.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  3872.     }
  3873.     /**
  3874.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  3875.      *
  3876.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  3877.      */
  3878.     protected function getSonata_Admin_Block_AdminListService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  3884.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  3885.     }
  3886.     /**
  3887.      * Gets the public 'sonata.admin.block.search_result' shared service.
  3888.      *
  3889.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  3890.      */
  3891.     protected function getSonata_Admin_Block_SearchResultService()
  3892.     {
  3893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  3897.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()));
  3898.     }
  3899.     /**
  3900.      * Gets the public 'sonata.admin.block.stats' shared service.
  3901.      *
  3902.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  3903.      */
  3904.     protected function getSonata_Admin_Block_StatsService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  3910.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3911.     }
  3912.     /**
  3913.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  3914.      *
  3915.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3916.      */
  3917.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3918.     {
  3919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  3921.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3922.     }
  3923.     /**
  3924.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  3925.      *
  3926.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  3927.      */
  3928.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  3929.     {
  3930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  3932.         return $this->services['sonata.admin.builder.filter.factory'] = new \Sonata\AdminBundle\Filter\FilterFactory($this, ['Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => 'sonata.admin.orm.filter.type.boolean''doctrine_orm_boolean' => 'sonata.admin.orm.filter.type.boolean''Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => 'sonata.admin.orm.filter.type.callback''doctrine_orm_callback' => 'sonata.admin.orm.filter.type.callback''Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => 'sonata.admin.orm.filter.type.choice''doctrine_orm_choice' => 'sonata.admin.orm.filter.type.choice''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => 'sonata.admin.orm.filter.type.model''doctrine_orm_model' => 'sonata.admin.orm.filter.type.model''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => 'sonata.admin.orm.filter.type.model_autocomplete''doctrine_orm_model_autocomplete' => 'sonata.admin.orm.filter.type.model_autocomplete''Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => 'sonata.admin.orm.filter.type.string''doctrine_orm_string' => 'sonata.admin.orm.filter.type.string''Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => 'sonata.admin.orm.filter.type.number''doctrine_orm_number' => 'sonata.admin.orm.filter.type.number''Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => 'sonata.admin.orm.filter.type.date''doctrine_orm_date' => 'sonata.admin.orm.filter.type.date''Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => 'sonata.admin.orm.filter.type.date_range''doctrine_orm_date_range' => 'sonata.admin.orm.filter.type.date_range''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => 'sonata.admin.orm.filter.type.datetime''doctrine_orm_datetime' => 'sonata.admin.orm.filter.type.datetime''Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => 'sonata.admin.orm.filter.type.time''doctrine_orm_time' => 'sonata.admin.orm.filter.type.time''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => 'sonata.admin.orm.filter.type.datetime_range''doctrine_orm_datetime_range' => 'sonata.admin.orm.filter.type.datetime_range''Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => 'sonata.admin.orm.filter.type.class''doctrine_orm_class' => 'sonata.admin.orm.filter.type.class''Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter''doctrine_orm_empty' => 'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter']);
  3933.     }
  3934.     /**
  3935.      * Gets the public 'sonata.admin.controller.admin' shared service.
  3936.      *
  3937.      * @return \Sonata\AdminBundle\Controller\HelperController
  3938.      *
  3939.      * @deprecated The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.
  3940.      */
  3941.     protected function getSonata_Admin_Controller_AdminService()
  3942.     {
  3943.         @trigger_error('The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  3944.         return $this->services['sonata.admin.controller.admin'] = new \Sonata\AdminBundle\Controller\HelperController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()), ($this->services['validator'] ?? $this->getValidatorService()));
  3945.     }
  3946.     /**
  3947.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  3948.      *
  3949.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  3950.      */
  3951.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  3956.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  3957.     }
  3958.     /**
  3959.      * Gets the public 'sonata.admin.event.extension' shared service.
  3960.      *
  3961.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  3962.      */
  3963.     protected function getSonata_Admin_Event_ExtensionService()
  3964.     {
  3965.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  3968.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3969.     }
  3970.     /**
  3971.      * Gets the public 'sonata.admin.exporter' shared service.
  3972.      *
  3973.      * @return \Sonata\AdminBundle\Export\Exporter
  3974.      *
  3975.      * @deprecated The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.
  3976.      */
  3977.     protected function getSonata_Admin_ExporterService()
  3978.     {
  3979.         @trigger_error('The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.'E_USER_DEPRECATED);
  3980.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  3981.     }
  3982.     /**
  3983.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  3984.      *
  3985.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  3986.      */
  3987.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  3988.     {
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  3992.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  3993.     }
  3994.     /**
  3995.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  3996.      *
  3997.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  3998.      */
  3999.     protected function getSonata_Admin_Form_Extension_FieldService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  4004.         return $this->services['sonata.admin.form.extension.field'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension(['Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => ''], ['legacy_twig_text_extension' => false'html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'js/custom-select2.js'23 => 'js/admin/statistic/export.js'24 => 'js/admin/user/user.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'15 => 'css/admin/admin.css'], 'role_admin' => 'ROLE_USER''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  4005.     }
  4006.     /**
  4007.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  4008.      *
  4009.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  4010.      */
  4011.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  4012.     {
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  4016.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  4017.     }
  4018.     /**
  4019.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  4020.      *
  4021.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  4022.      */
  4023.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  4028.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  4029.     }
  4030.     /**
  4031.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  4032.      *
  4033.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  4034.      */
  4035.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  4036.     {
  4037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  4040.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  4041.     }
  4042.     /**
  4043.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  4044.      *
  4045.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  4046.      */
  4047.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  4052.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4053.     }
  4054.     /**
  4055.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  4056.      *
  4057.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  4058.      */
  4059.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  4060.     {
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  4064.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4065.     }
  4066.     /**
  4067.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  4068.      *
  4069.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  4070.      */
  4071.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  4076.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4077.     }
  4078.     /**
  4079.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  4080.      *
  4081.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  4082.      */
  4083.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  4088.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  4089.     }
  4090.     /**
  4091.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  4092.      *
  4093.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  4094.      */
  4095.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  4096.     {
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  4100.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  4101.     }
  4102.     /**
  4103.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  4104.      *
  4105.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  4106.      */
  4107.     protected function getSonata_Admin_Form_Type_AdminService()
  4108.     {
  4109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  4112.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  4113.     }
  4114.     /**
  4115.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  4116.      *
  4117.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  4118.      */
  4119.     protected function getSonata_Admin_Form_Type_CollectionService()
  4120.     {
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  4124.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  4125.     }
  4126.     /**
  4127.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  4128.      *
  4129.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  4130.      */
  4131.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  4136.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  4137.     }
  4138.     /**
  4139.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  4140.      *
  4141.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  4142.      */
  4143.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  4148.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4149.     }
  4150.     /**
  4151.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  4152.      *
  4153.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  4154.      */
  4155.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  4160.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  4161.     }
  4162.     /**
  4163.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  4164.      *
  4165.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  4166.      */
  4167.     protected function getSonata_Admin_Form_Type_ModelListService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  4172.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  4173.     }
  4174.     /**
  4175.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  4176.      *
  4177.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  4178.      */
  4179.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  4184.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  4185.     }
  4186.     /**
  4187.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  4188.      *
  4189.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4190.      */
  4191.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  4192.     {
  4193.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4194.     }
  4195.     /**
  4196.      * Gets the public 'sonata.admin.helper' shared service.
  4197.      *
  4198.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  4199.      */
  4200.     protected function getSonata_Admin_HelperService()
  4201.     {
  4202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  4203.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4204.     }
  4205.     /**
  4206.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  4207.      *
  4208.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  4209.      */
  4210.     protected function getSonata_Admin_Label_Strategy_BcService()
  4211.     {
  4212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  4214.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  4215.     }
  4216.     /**
  4217.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  4218.      *
  4219.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  4220.      */
  4221.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  4225.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  4226.     }
  4227.     /**
  4228.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  4229.      *
  4230.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  4231.      */
  4232.     protected function getSonata_Admin_Label_Strategy_NativeService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  4236.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  4237.     }
  4238.     /**
  4239.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  4240.      *
  4241.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  4242.      */
  4243.     protected function getSonata_Admin_Label_Strategy_NoopService()
  4244.     {
  4245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  4247.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  4248.     }
  4249.     /**
  4250.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  4251.      *
  4252.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  4253.      */
  4254.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  4255.     {
  4256.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4258.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  4259.     }
  4260.     /**
  4261.      * Gets the public 'sonata.admin.manager.orm' shared service.
  4262.      *
  4263.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  4264.      */
  4265.     protected function getSonata_Admin_Manager_OrmService()
  4266.     {
  4267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  4271.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4272.     }
  4273.     /**
  4274.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  4275.      *
  4276.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  4277.      */
  4278.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  4279.     {
  4280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  4282.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  4283.     }
  4284.     /**
  4285.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  4286.      *
  4287.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  4288.      */
  4289.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  4290.     {
  4291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  4294.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  4295.     }
  4296.     /**
  4297.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  4298.      *
  4299.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  4300.      */
  4301.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  4302.     {
  4303.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  4305.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  4306.     }
  4307.     /**
  4308.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  4309.      *
  4310.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  4311.      */
  4312.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  4313.     {
  4314.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  4316.         return $this->services['sonata.admin.menu.matcher.voter.admin'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4317.     }
  4318.     /**
  4319.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  4320.      *
  4321.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  4322.      *
  4323.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.
  4324.      */
  4325.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  4326.     {
  4327.         @trigger_error('The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.'E_USER_DEPRECATED);
  4328.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  4329.     }
  4330.     /**
  4331.      * Gets the public 'sonata.admin.menu_builder' shared service.
  4332.      *
  4333.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  4334.      */
  4335.     protected function getSonata_Admin_MenuBuilderService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  4338.         return $this->services['sonata.admin.menu_builder'] = new \Sonata\AdminBundle\Menu\MenuBuilder(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4339.     }
  4340.     /**
  4341.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  4342.      *
  4343.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  4344.      */
  4345.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  4346.     {
  4347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  4348.         return $this->services['sonata.admin.object.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminObjectAclManipulator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  4349.     }
  4350.     /**
  4351.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  4352.      *
  4353.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  4354.      */
  4355.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  4361.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  4362.     }
  4363.     /**
  4364.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  4365.      *
  4366.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  4367.      */
  4368.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  4369.     {
  4370.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  4374.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  4375.     }
  4376.     /**
  4377.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  4378.      *
  4379.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  4380.      */
  4381.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  4382.     {
  4383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  4387.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  4388.     }
  4389.     /**
  4390.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  4391.      *
  4392.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  4393.      */
  4394.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  4395.     {
  4396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  4400.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  4401.     }
  4402.     /**
  4403.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  4404.      *
  4405.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  4406.      */
  4407.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  4408.     {
  4409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  4414.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  4415.     }
  4416.     /**
  4417.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  4418.      *
  4419.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  4420.      */
  4421.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  4422.     {
  4423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  4428.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  4429.     }
  4430.     /**
  4431.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  4432.      *
  4433.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  4434.      */
  4435.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  4442.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  4443.     }
  4444.     /**
  4445.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  4446.      *
  4447.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  4448.      */
  4449.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  4450.     {
  4451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  4456.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  4457.     }
  4458.     /**
  4459.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  4460.      *
  4461.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  4462.      */
  4463.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  4469.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  4470.     }
  4471.     /**
  4472.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  4473.      *
  4474.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  4475.      */
  4476.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  4477.     {
  4478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  4482.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  4483.     }
  4484.     /**
  4485.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  4486.      *
  4487.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  4488.      */
  4489.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  4495.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  4496.     }
  4497.     /**
  4498.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  4499.      *
  4500.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  4501.      */
  4502.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  4503.     {
  4504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  4508.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  4509.     }
  4510.     /**
  4511.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  4512.      *
  4513.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  4514.      */
  4515.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  4522.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  4523.     }
  4524.     /**
  4525.      * Gets the public 'sonata.admin.pool' shared service.
  4526.      *
  4527.      * @return \Sonata\AdminBundle\Admin\Pool
  4528.      */
  4529.     protected function getSonata_Admin_PoolService()
  4530.     {
  4531.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Sonata Admin''logoAfflex.png', ['legacy_twig_text_extension' => false'html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'js/custom-select2.js'23 => 'js/admin/statistic/export.js'24 => 'js/admin/user/user.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'15 => 'css/admin/admin.css'], 'role_admin' => 'ROLE_USER''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4532.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  4533.         $instance->setAdminServiceIds([=> 'admin.user_enterprise'=> 'admin.tdc2_company'=> 'admin.tdc1_company'=> 'admin.tdc2_manager'=> 'admin.tdc1_manager'=> 'admin.enterprise'=> 'admin.enterprise-due-statistic'=> 'admin.employees-exemption-statistic'=> 'admin.beneficiary-quantities-exemption-statistic'=> 'admin.export-statistic'10 => 'admin.cgu'11 => 'admin.configuration']);
  4534.         $instance->setAdminGroups(['tdc2_companies' => ['label' => 'TDC2 Entités''icon' => '<i class="fa fa-list"></i>''roles' => [=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.tdc2_company''label' => 'TDC2 Entités''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'tdc2_managers' => ['label' => 'TDC2 managers''icon' => '<i class="fa fa-male"></i>''roles' => [=> 'ROLE_TDC2_COMPANY'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.tdc2_manager''label' => 'TDC2 managers''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'tdc1_companies' => ['label' => 'TDC1 Entités''icon' => '<i class="fa fa-list"></i>''roles' => [=> 'ROLE_ADMIN'=> 'ROLE_TDC2_COMPANY'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.tdc1_company''label' => 'TDC1 Entités''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'tdc1_managers' => ['label' => 'TDC1 managers''icon' => '<i class="fa fa-male"></i>''roles' => [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_TDC2_COMPANY'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.tdc1_manager''label' => 'TDC1 managers''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'users' => ['label' => 'Entreprise managers''icon' => '<i class="fa fa-users"></i>''roles' => [=> 'ROLE_TDC1_COMPANY'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.user_enterprise''label' => 'Entreprise managers''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'enterprises' => ['label' => 'Entreprises''icon' => '<i class="fa fa-industry"></i>''roles' => [=> 'ROLE_TDC2_COMPANY'=> 'ROLE_TDC1_COMPANY'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.enterprise''label' => 'Entreprises''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'statistic' => ['label' => 'Synthèse''icon' => '<i class="fa fa-table"></i>''roles' => [=> 'ROLE_ADMIN'=> 'ROLE_TDC2_COMPANY'=> 'ROLE_TDC1_COMPANY'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.enterprise-due-statistic''label' => 'DUE''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.employees-exemption-statistic''label' => 'Dispense / Salariés''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.beneficiary-quantities-exemption-statistic''label' => 'Dispense / Bénéficiaires''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.export-statistic''label' => 'Exporter''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'cgu' => ['label' => 'CGU''icon' => '<i class="fa fa-file-text-o"></i>''roles' => [=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.cgu''label' => 'CGU''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle'], 'configuration' => ['label' => 'Configuration''icon' => '<i class="fa fa-cog" aria-hidden="true"></i>''roles' => [=> 'ROLE_ADMIN'], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.configuration''label' => 'Configuration''route' => '''route_params' => [], 'route_absolute' => false]], 'item_adds' => [], 'label_catalogue' => 'SonataAdminBundle']]);
  4535.         $instance->setAdminClasses(['App\\Api\\Entity\\User' => [=> 'admin.user_enterprise'=> 'admin.tdc2_manager'=> 'admin.tdc1_manager'], 'App\\Api\\Entity\\Company' => [=> 'admin.tdc2_company'=> 'admin.tdc1_company'], 'App\\Api\\Entity\\Enterprise' => [=> 'admin.enterprise'], '' => [=> 'admin.enterprise-due-statistic'=> 'admin.employees-exemption-statistic'=> 'admin.beneficiary-quantities-exemption-statistic'=> 'admin.export-statistic'], 'Due\\Entity\\DueLegalInformation' => [=> 'admin.cgu'], 'App\\Api\\Entity\\Setting' => [=> 'admin.configuration']]);
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the public 'sonata.admin.route.cache' shared service.
  4540.      *
  4541.      * @return \Sonata\AdminBundle\Route\RoutesCache
  4542.      */
  4543.     protected function getSonata_Admin_Route_CacheService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  4546.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  4547.     }
  4548.     /**
  4549.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  4550.      *
  4551.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  4552.      */
  4553.     protected function getSonata_Admin_Route_CacheWarmupService()
  4554.     {
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  4558.         return $this->services['sonata.admin.route.cache_warmup'] = new \Sonata\AdminBundle\Route\RoutesCacheWarmUp(($this->services['sonata.admin.route.cache'] ?? ($this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4559.     }
  4560.     /**
  4561.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  4562.      *
  4563.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  4564.      */
  4565.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  4570.         return $this->services['sonata.admin.route.default_generator'] = new \Sonata\AdminBundle\Route\DefaultRouteGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.route.cache'] ?? ($this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))));
  4571.     }
  4572.     /**
  4573.      * Gets the public 'sonata.admin.route.path_info' shared service.
  4574.      *
  4575.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  4576.      */
  4577.     protected function getSonata_Admin_Route_PathInfoService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  4580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  4581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  4582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  4583.         return $this->services['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  4584.     }
  4585.     /**
  4586.      * Gets the public 'sonata.admin.route.query_string' shared service.
  4587.      *
  4588.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  4589.      */
  4590.     protected function getSonata_Admin_Route_QueryStringService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  4596.         return $this->services['sonata.admin.route.query_string'] = new \Sonata\AdminBundle\Route\QueryStringBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  4597.     }
  4598.     /**
  4599.      * Gets the public 'sonata.admin.route_loader' shared service.
  4600.      *
  4601.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  4602.      */
  4603.     protected function getSonata_Admin_RouteLoaderService()
  4604.     {
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  4608.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [=> 'admin.user_enterprise'=> 'admin.tdc2_company'=> 'admin.tdc1_company'=> 'admin.tdc2_manager'=> 'admin.tdc1_manager'=> 'admin.enterprise'=> 'admin.enterprise-due-statistic'=> 'admin.employees-exemption-statistic'=> 'admin.beneficiary-quantities-exemption-statistic'=> 'admin.export-statistic'10 => 'admin.cgu'11 => 'admin.configuration'], $this);
  4609.     }
  4610.     /**
  4611.      * Gets the public 'sonata.admin.search.handler' shared service.
  4612.      *
  4613.      * @return \Sonata\AdminBundle\Search\SearchHandler
  4614.      */
  4615.     protected function getSonata_Admin_Search_HandlerService()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  4618.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), true);
  4619.     }
  4620.     /**
  4621.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  4622.      *
  4623.      * @return \Knp\Menu\MenuItem
  4624.      */
  4625.     protected function getSonata_Admin_SidebarMenuService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  4629.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  4630.     }
  4631.     /**
  4632.      * Gets the public 'sonata.admin.twig.extension' shared service.
  4633.      *
  4634.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  4635.      */
  4636.     protected function getSonata_Admin_Twig_ExtensionService()
  4637.     {
  4638.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4639.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the public 'sonata.admin.twig.global' shared service.
  4644.      *
  4645.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  4646.      */
  4647.     protected function getSonata_Admin_Twig_GlobalService()
  4648.     {
  4649.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
  4650.     }
  4651.     /**
  4652.      * Gets the public 'sonata.admin.validator.inline' shared service.
  4653.      *
  4654.      * @return \Sonata\Form\Validator\InlineValidator
  4655.      */
  4656.     protected function getSonata_Admin_Validator_InlineService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  4661.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  4662.     }
  4663.     /**
  4664.      * Gets the public 'sonata.block.context_manager.default' shared service.
  4665.      *
  4666.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  4667.      */
  4668.     protected function getSonata_Block_ContextManager_DefaultService()
  4669.     {
  4670.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4671.     }
  4672.     /**
  4673.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  4674.      *
  4675.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  4676.      */
  4677.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  4681.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  4682.     }
  4683.     /**
  4684.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  4685.      *
  4686.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  4687.      */
  4688.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  4689.     {
  4690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  4692.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  4693.     }
  4694.     /**
  4695.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  4696.      *
  4697.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  4698.      */
  4699.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  4700.     {
  4701.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  4703.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  4704.     }
  4705.     /**
  4706.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  4707.      *
  4708.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  4709.      */
  4710.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  4714.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  4715.     }
  4716.     /**
  4717.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  4718.      *
  4719.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  4720.      */
  4721.     protected function getSonata_Block_Exception_Renderer_InlineService()
  4722.     {
  4723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  4725.         return $this->services['sonata.block.exception.renderer.inline'] = new \Sonata\BlockBundle\Exception\Renderer\InlineRenderer(($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), '@SonataBlock/Block/block_exception.html.twig');
  4726.     }
  4727.     /**
  4728.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  4729.      *
  4730.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  4731.      */
  4732.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  4736.         return $this->services['sonata.block.exception.renderer.inline_debug'] = new \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer(($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), '@SonataBlock/Block/block_exception_debug.html.twig'truetrue);
  4737.     }
  4738.     /**
  4739.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  4740.      *
  4741.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  4742.      */
  4743.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  4744.     {
  4745.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  4747.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  4748.     }
  4749.     /**
  4750.      * Gets the public 'sonata.block.manager' shared service.
  4751.      *
  4752.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  4753.      */
  4754.     protected function getSonata_Block_ManagerService()
  4755.     {
  4756.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4757.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  4758.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  4759.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  4760.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  4761.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  4762.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  4763.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  4764.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  4765.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  4766.         return $instance;
  4767.     }
  4768.     /**
  4769.      * Gets the public 'sonata.block.menu.registry' shared service.
  4770.      *
  4771.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  4772.      */
  4773.     protected function getSonata_Block_Menu_RegistryService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  4777.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  4778.         $instance->add('sonata_admin_sidebar');
  4779.         return $instance;
  4780.     }
  4781.     /**
  4782.      * Gets the public 'sonata.block.renderer.default' shared service.
  4783.      *
  4784.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  4785.      */
  4786.     protected function getSonata_Block_Renderer_DefaultService()
  4787.     {
  4788.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  4789.         $a->setDefaultFilter('debug_only');
  4790.         $a->setDefaultRenderer('throw');
  4791.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true);
  4792.     }
  4793.     /**
  4794.      * Gets the public 'sonata.block.service.container' shared service.
  4795.      *
  4796.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  4797.      */
  4798.     protected function getSonata_Block_Service_ContainerService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  4806.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4807.     }
  4808.     /**
  4809.      * Gets the public 'sonata.block.service.empty' shared service.
  4810.      *
  4811.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  4812.      */
  4813.     protected function getSonata_Block_Service_EmptyService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  4819.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4820.     }
  4821.     /**
  4822.      * Gets the public 'sonata.block.service.menu' shared service.
  4823.      *
  4824.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  4825.      */
  4826.     protected function getSonata_Block_Service_MenuService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  4834.         return $this->services['sonata.block.service.menu'] = new \Sonata\BlockBundle\Block\Service\MenuBlockService('sonata.block.menu', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['sonata.block.menu.registry'] ?? $this->getSonata_Block_Menu_RegistryService()));
  4835.     }
  4836.     /**
  4837.      * Gets the public 'sonata.block.service.rss' shared service.
  4838.      *
  4839.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  4840.      */
  4841.     protected function getSonata_Block_Service_RssService()
  4842.     {
  4843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  4849.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4850.     }
  4851.     /**
  4852.      * Gets the public 'sonata.block.service.template' shared service.
  4853.      *
  4854.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  4855.      */
  4856.     protected function getSonata_Block_Service_TemplateService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  4864.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4865.     }
  4866.     /**
  4867.      * Gets the public 'sonata.block.service.text' shared service.
  4868.      *
  4869.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  4870.      */
  4871.     protected function getSonata_Block_Service_TextService()
  4872.     {
  4873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  4879.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4880.     }
  4881.     /**
  4882.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  4883.      *
  4884.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  4885.      */
  4886.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  4887.     {
  4888.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  4889.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  4890.         return $instance;
  4891.     }
  4892.     /**
  4893.      * Gets the public 'sonata.exporter.exporter' shared service.
  4894.      *
  4895.      * @return \Sonata\Exporter\Exporter
  4896.      */
  4897.     protected function getSonata_Exporter_ExporterService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Exporter.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/WriterInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/TypedWriterInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/CsvWriter.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/JsonWriter.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XlsWriter.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XmlWriter.php';
  4906.         $this->services['sonata.exporter.exporter'] = $instance = new \Sonata\Exporter\Exporter();
  4907.         $instance->addWriter(new \Sonata\Exporter\Writer\CsvWriter('php://output'',''"''\\'truefalse));
  4908.         $instance->addWriter(new \Sonata\Exporter\Writer\JsonWriter('php://output'));
  4909.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsWriter('php://output'true));
  4910.         $instance->addWriter(new \Sonata\Exporter\Writer\XmlWriter('php://output''datas''data'));
  4911.         return $instance;
  4912.     }
  4913.     /**
  4914.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  4915.      *
  4916.      * @return \Sonata\Twig\FlashMessage\FlashManager
  4917.      */
  4918.     protected function getSonata_Twig_Flashmessage_ManagerService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Status/StatusClassRendererInterface.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManager.php';
  4922.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['session'] ?? $this->getSessionService()), ['success' => ['success' => ['domain' => 'SonataTwigBundle'], 'sonata_flash_success' => ['domain' => 'SonataAdminBundle'], 'sonata_user_success' => ['domain' => 'SonataUserBundle'], 'fos_user_success' => ['domain' => 'FOSUserBundle']], 'warning' => ['warning' => ['domain' => 'SonataTwigBundle'], 'sonata_flash_info' => ['domain' => 'SonataAdminBundle']], 'danger' => ['error' => ['domain' => 'SonataTwigBundle'], 'sonata_flash_error' => ['domain' => 'SonataAdminBundle'], 'sonata_user_error' => ['domain' => 'SonataUserBundle']]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  4923.     }
  4924.     /**
  4925.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  4926.      *
  4927.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  4928.      */
  4929.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  4930.     {
  4931.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  4932.     }
  4933.     /**
  4934.      * Gets the public 'swiftmailer.mailer.default' shared service.
  4935.      *
  4936.      * @return \Swift_Mailer
  4937.      */
  4938.     protected function getSwiftmailer_Mailer_DefaultService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4941.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  4942.     }
  4943.     /**
  4944.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4945.      *
  4946.      * @return \Swift_Plugins_MessageLogger
  4947.      */
  4948.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4953.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4954.     }
  4955.     /**
  4956.      * Gets the public 'swiftmailer.transport' shared service.
  4957.      *
  4958.      * @return \Swift_Transport
  4959.      */
  4960.     protected function getSwiftmailer_TransportService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4969.         $this->services['swiftmailer.transport'] = $instance = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
  4970.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4971.         return $instance;
  4972.     }
  4973.     /**
  4974.      * Gets the public 'translator' shared service.
  4975.      *
  4976.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4977.      */
  4978.     protected function getTranslatorService()
  4979.     {
  4980.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4981.     }
  4982.     /**
  4983.      * Gets the public 'twig' shared service.
  4984.      *
  4985.      * @return \Twig\Environment
  4986.      */
  4987.     protected function getTwigService()
  4988.     {
  4989.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  4990.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4991.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4992.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4993.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4994.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4995.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  4996.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  4997.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4998.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4999.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  5000.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  5001.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5002.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5003.         $a->addPath((\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/views'), 'MisdPhoneNumber');
  5004.         $a->addPath((\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/views'), '!MisdPhoneNumber');
  5005.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  5006.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  5007.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5008.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5009.         $a->addPath((\dirname(__DIR__4).'/src/DueBundle/Resources/views'), 'Due');
  5010.         $a->addPath((\dirname(__DIR__4).'/src/DueBundle/Resources/views'), '!Due');
  5011.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  5012.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  5013.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  5014.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  5015.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  5016.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  5017.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  5018.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  5019.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  5020.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  5021.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  5022.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  5023.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  5024.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  5025.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  5026.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  5027.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  5028.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  5029.         $a->addPath((\dirname(__DIR__4).'/templates'));
  5030.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5031.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5032.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5033.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  5034.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  5035.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5036.         $d = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), []);
  5037.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5038.         $f = ($this->services['router'] ?? $this->getRouterService());
  5039.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  5040.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  5041.         $h = new \Knp\Menu\Util\MenuManipulator();
  5042.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  5043.         $j = new \Symfony\Bridge\Twig\AppVariable();
  5044.         $j->setEnvironment('dev');
  5045.         $j->setDebug(true);
  5046.         if ($this->has('security.token_storage')) {
  5047.             $j->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5048.         }
  5049.         if ($this->has('request_stack')) {
  5050.             $j->setRequestStack($c);
  5051.         }
  5052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  5053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  5054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  5055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  5056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  5057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  5058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  5059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  5060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  5061.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  5062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  5063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  5064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  5065.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  5066.         $instance->addExtension(new \App\Api\Twig\AdminExtension(($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()), ($this->privates['App\\Api\\Service\\EnterpriseDeleteManager'] ?? $this->getEnterpriseDeleteManagerService())));
  5067.         $instance->addExtension(new \App\Api\Twig\EmailExtension('img/email-banner-crop.png'$this->getEnv('string:AFFLEX_BACK_URL')));
  5068.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  5069.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  5070.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  5071.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  5072.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber.phone_number_util'] ?? $this->getLibphonenumber_PhoneNumberUtilService()))));
  5073.         $instance->addExtension(new \Due\Twig\DueExtension($c));
  5074.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  5075.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5076.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  5077.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  5078.         ], [
  5079.             'list' => '?',
  5080.             'twig' => '?',
  5081.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $h$i), $i$h));
  5082.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  5083.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  5084.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension(NULL));
  5085.         $instance->addExtension($this->getSonata_DeprecatedText_Twig_ExtensionService());
  5086.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  5087.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  5088.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  5089.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  5090.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  5091.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  5092.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$c$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  5093.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  5094.         $instance->addGlobal('app'$j);
  5095.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5096.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  5097.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  5098.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  5099.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  5100.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  5101.         ], [
  5102.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  5103.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  5104.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  5105.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  5106.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  5107.         ])));
  5108.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  5109.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  5110.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  5111.         return $instance;
  5112.     }
  5113.     /**
  5114.      * Gets the public 'twig.controller.exception' shared service.
  5115.      *
  5116.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  5117.      *
  5118.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  5119.      */
  5120.     protected function getTwig_Controller_ExceptionService()
  5121.     {
  5122.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  5123.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  5124.     }
  5125.     /**
  5126.      * Gets the public 'twig.controller.preview_error' shared service.
  5127.      *
  5128.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  5129.      *
  5130.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  5131.      */
  5132.     protected function getTwig_Controller_PreviewErrorService()
  5133.     {
  5134.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  5135.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  5136.     }
  5137.     /**
  5138.      * Gets the public 'validator' shared service.
  5139.      *
  5140.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  5141.      */
  5142.     protected function getValidatorService()
  5143.     {
  5144.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  5145.     }
  5146.     /**
  5147.      * Gets the public 'vich_uploader.download_handler' shared service.
  5148.      *
  5149.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  5150.      */
  5151.     protected function getVichUploader_DownloadHandlerService()
  5152.     {
  5153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  5154.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  5155.     }
  5156.     /**
  5157.      * Gets the public 'vich_uploader.form.type.file' shared service.
  5158.      *
  5159.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  5160.      */
  5161.     protected function getVichUploader_Form_Type_FileService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5166.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5167.     }
  5168.     /**
  5169.      * Gets the public 'vich_uploader.form.type.image' shared service.
  5170.      *
  5171.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  5172.      */
  5173.     protected function getVichUploader_Form_Type_ImageService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  5179.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
  5180.     }
  5181.     /**
  5182.      * Gets the public 'vich_uploader.upload_handler' shared service.
  5183.      *
  5184.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  5185.      */
  5186.     protected function getVichUploader_UploadHandlerService()
  5187.     {
  5188.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  5189.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5190.     }
  5191.     /**
  5192.      * Gets the public 'web_profiler.controller.exception' shared service.
  5193.      *
  5194.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  5195.      *
  5196.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  5197.      */
  5198.     protected function getWebProfiler_Controller_ExceptionService()
  5199.     {
  5200.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  5201.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  5202.     }
  5203.     /**
  5204.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5205.      *
  5206.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5207.      */
  5208.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5209.     {
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5211.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  5212.     }
  5213.     /**
  5214.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5215.      *
  5216.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5217.      */
  5218.     protected function getWebProfiler_Controller_ProfilerService()
  5219.     {
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5221.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  5222.     }
  5223.     /**
  5224.      * Gets the public 'web_profiler.controller.router' shared service.
  5225.      *
  5226.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5227.      */
  5228.     protected function getWebProfiler_Controller_RouterService()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5231.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  5232.     }
  5233.     /**
  5234.      * Gets the private '.debug.http_client' shared service.
  5235.      *
  5236.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5237.      */
  5238.     protected function get_Debug_HttpClientService()
  5239.     {
  5240.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  5241.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5242.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5243.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5244.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5245.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5246.         $a->setLogger($b);
  5247.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  5248.     }
  5249.     /**
  5250.      * Gets the private '.errored..service_locator..EtcmbH.App\Api\DTO\Http\UpdateExemptionByEmployeeRequest' shared service.
  5251.      *
  5252.      * @return \App\Api\DTO\Http\UpdateExemptionByEmployeeRequest
  5253.      */
  5254.     protected function getUpdateExemptionByEmployeeRequestService()
  5255.     {
  5256.         $this->throw('Cannot autowire service ".service_locator..EtcmbH": it references class "App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest" but no such service exists.');
  5257.     }
  5258.     /**
  5259.      * Gets the private '.errored..service_locator.0YA9.MM.App\Api\DTO\Http\RegisterOrLoginRequest' shared service.
  5260.      *
  5261.      * @return \App\Api\DTO\Http\RegisterOrLoginRequest
  5262.      */
  5263.     protected function getRegisterOrLoginRequestService()
  5264.     {
  5265.         $this->throw('Cannot autowire service ".service_locator.0YA9.MM": it references class "App\\Api\\DTO\\Http\\RegisterOrLoginRequest" but no such service exists.');
  5266.     }
  5267.     /**
  5268.      * Gets the private '.errored..service_locator.0igBeNE.Due\DTO\Http\SendUpdateDueLinkRequest' shared service.
  5269.      *
  5270.      * @return \Due\DTO\Http\SendUpdateDueLinkRequest
  5271.      */
  5272.     protected function getSendUpdateDueLinkRequestService()
  5273.     {
  5274.         $this->throw('Cannot autowire service ".service_locator.0igBeNE": it references class "Due\\DTO\\Http\\SendUpdateDueLinkRequest" but no such service exists.');
  5275.     }
  5276.     /**
  5277.      * Gets the private '.errored..service_locator.0igBeNE.Due\Entity\Due' shared service.
  5278.      *
  5279.      * @return \Due\Entity\Due
  5280.      */
  5281.     protected function getDueService()
  5282.     {
  5283.         $this->throw('Cannot autowire service ".service_locator.0igBeNE": it references class "Due\\Entity\\Due" but no such service exists.');
  5284.     }
  5285.     /**
  5286.      * Gets the private '.errored..service_locator.1dsfVLX.Due\DTO\DueDownloadFilter' shared service.
  5287.      *
  5288.      * @return \Due\DTO\DueDownloadFilter
  5289.      */
  5290.     protected function getDueDownloadFilterService()
  5291.     {
  5292.         $this->throw('Cannot autowire service ".service_locator.1dsfVLX": it references class "Due\\DTO\\DueDownloadFilter" but no such service exists.');
  5293.     }
  5294.     /**
  5295.      * Gets the private '.errored..service_locator.2KwG8Rq.App\Api\Entity\Reason' shared service.
  5296.      *
  5297.      * @return \App\Api\Entity\Reason
  5298.      */
  5299.     protected function getReasonService()
  5300.     {
  5301.         $this->throw('Cannot autowire service ".service_locator.2KwG8Rq": it references class "App\\Api\\Entity\\Reason" but no such service exists.');
  5302.     }
  5303.     /**
  5304.      * Gets the private '.errored..service_locator.2dSjQDH.App\Api\Entity\User' shared service.
  5305.      *
  5306.      * @return \App\Api\Entity\User
  5307.      */
  5308.     protected function getUserService()
  5309.     {
  5310.         $this->throw('Cannot autowire service ".service_locator.2dSjQDH": it references class "App\\Api\\Entity\\User" but no such service exists.');
  5311.     }
  5312.     /**
  5313.      * Gets the private '.errored..service_locator.2yj4Ufo.App\Api\DTO\Http\PasswordResetRequest' shared service.
  5314.      *
  5315.      * @return \App\Api\DTO\Http\PasswordResetRequest
  5316.      */
  5317.     protected function getPasswordResetRequestService()
  5318.     {
  5319.         $this->throw('Cannot autowire service ".service_locator.2yj4Ufo": it references class "App\\Api\\DTO\\Http\\PasswordResetRequest" but no such service exists.');
  5320.     }
  5321.     /**
  5322.      * Gets the private '.errored..service_locator.7QQ.dPI.App\Api\DTO\Http\UpdateExemptionRequest' shared service.
  5323.      *
  5324.      * @return \App\Api\DTO\Http\UpdateExemptionRequest
  5325.      */
  5326.     protected function getUpdateExemptionRequestService()
  5327.     {
  5328.         $this->throw('Cannot autowire service ".service_locator.7QQ.dPI": it references class "App\\Api\\DTO\\Http\\UpdateExemptionRequest" but no such service exists.');
  5329.     }
  5330.     /**
  5331.      * Gets the private '.errored..service_locator.7QQ.dPI.App\Api\Entity\Exemption' shared service.
  5332.      *
  5333.      * @return \App\Api\Entity\Exemption
  5334.      */
  5335.     protected function getExemptionService()
  5336.     {
  5337.         $this->throw('Cannot autowire service ".service_locator.7QQ.dPI": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5338.     }
  5339.     /**
  5340.      * Gets the private '.errored..service_locator.9yhGpi8.App\Api\DTO\PagingDto' shared service.
  5341.      *
  5342.      * @return \App\Api\DTO\PagingDto
  5343.      */
  5344.     protected function getPagingDtoService()
  5345.     {
  5346.         $this->throw('Cannot autowire service ".service_locator.9yhGpi8": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.');
  5347.     }
  5348.     /**
  5349.      * Gets the private '.errored..service_locator.9yhGpi8.Due\DTO\EmployeeEmailFilter' shared service.
  5350.      *
  5351.      * @return \Due\DTO\EmployeeEmailFilter
  5352.      */
  5353.     protected function getEmployeeEmailFilterService()
  5354.     {
  5355.         $this->throw('Cannot autowire service ".service_locator.9yhGpi8": it references class "Due\\DTO\\EmployeeEmailFilter" but no such service exists.');
  5356.     }
  5357.     /**
  5358.      * Gets the private '.errored..service_locator.9yvY51R.App\Api\DTO\Http\CreateExemptionRequest' shared service.
  5359.      *
  5360.      * @return \App\Api\DTO\Http\CreateExemptionRequest
  5361.      */
  5362.     protected function getCreateExemptionRequestService()
  5363.     {
  5364.         $this->throw('Cannot autowire service ".service_locator.9yvY51R": it references class "App\\Api\\DTO\\Http\\CreateExemptionRequest" but no such service exists.');
  5365.     }
  5366.     /**
  5367.      * Gets the private '.errored..service_locator.Ag09eHG.Due\DTO\Http\CreateAmendmentDueRequest' shared service.
  5368.      *
  5369.      * @return \Due\DTO\Http\CreateAmendmentDueRequest
  5370.      */
  5371.     protected function getCreateAmendmentDueRequestService()
  5372.     {
  5373.         $this->throw('Cannot autowire service ".service_locator.Ag09eHG": it references class "Due\\DTO\\Http\\CreateAmendmentDueRequest" but no such service exists.');
  5374.     }
  5375.     /**
  5376.      * Gets the private '.errored..service_locator.AvCSyPd.Due\DTO\DueDownloadFilter' shared service.
  5377.      *
  5378.      * @return \Due\DTO\DueDownloadFilter
  5379.      */
  5380.     protected function getDueDownloadFilter2Service()
  5381.     {
  5382.         $this->throw('Cannot autowire service ".service_locator.AvCSyPd": it references class "Due\\DTO\\DueDownloadFilter" but no such service exists.');
  5383.     }
  5384.     /**
  5385.      * Gets the private '.errored..service_locator.AvCSyPd.Due\Entity\Due' shared service.
  5386.      *
  5387.      * @return \Due\Entity\Due
  5388.      */
  5389.     protected function getDue2Service()
  5390.     {
  5391.         $this->throw('Cannot autowire service ".service_locator.AvCSyPd": it references class "Due\\Entity\\Due" but no such service exists.');
  5392.     }
  5393.     /**
  5394.      * Gets the private '.errored..service_locator.Cjr3Nrw.Due\DTO\Http\CreateDueEmployeeEmailRequest' shared service.
  5395.      *
  5396.      * @return \Due\DTO\Http\CreateDueEmployeeEmailRequest
  5397.      */
  5398.     protected function getCreateDueEmployeeEmailRequestService()
  5399.     {
  5400.         $this->throw('Cannot autowire service ".service_locator.Cjr3Nrw": it references class "Due\\DTO\\Http\\CreateDueEmployeeEmailRequest" but no such service exists.');
  5401.     }
  5402.     /**
  5403.      * Gets the private '.errored..service_locator.DNvMO8N.Due\Entity\Due' shared service.
  5404.      *
  5405.      * @return \Due\Entity\Due
  5406.      */
  5407.     protected function getDue3Service()
  5408.     {
  5409.         $this->throw('Cannot autowire service ".service_locator.DNvMO8N": it references class "Due\\Entity\\Due" but no such service exists.');
  5410.     }
  5411.     /**
  5412.      * Gets the private '.errored..service_locator.GleTSQE.Due\Entity\Due' shared service.
  5413.      *
  5414.      * @return \Due\Entity\Due
  5415.      */
  5416.     protected function getDue4Service()
  5417.     {
  5418.         $this->throw('Cannot autowire service ".service_locator.GleTSQE": it references class "Due\\Entity\\Due" but no such service exists.');
  5419.     }
  5420.     /**
  5421.      * Gets the private '.errored..service_locator.ICt8WXL.App\Api\DTO\Http\UpdateSettingsRequest' shared service.
  5422.      *
  5423.      * @return \App\Api\DTO\Http\UpdateSettingsRequest
  5424.      */
  5425.     protected function getUpdateSettingsRequestService()
  5426.     {
  5427.         $this->throw('Cannot autowire service ".service_locator.ICt8WXL": it references class "App\\Api\\DTO\\Http\\UpdateSettingsRequest" but no such service exists.');
  5428.     }
  5429.     /**
  5430.      * Gets the private '.errored..service_locator.KjFrBRI.Due\DTO\AmendmentDueDownloadFilter' shared service.
  5431.      *
  5432.      * @return \Due\DTO\AmendmentDueDownloadFilter
  5433.      */
  5434.     protected function getAmendmentDueDownloadFilterService()
  5435.     {
  5436.         $this->throw('Cannot autowire service ".service_locator.KjFrBRI": it references class "Due\\DTO\\AmendmentDueDownloadFilter" but no such service exists.');
  5437.     }
  5438.     /**
  5439.      * Gets the private '.errored..service_locator.KjFrBRI.Due\Entity\AmendmentDue' shared service.
  5440.      *
  5441.      * @return \Due\Entity\AmendmentDue
  5442.      */
  5443.     protected function getAmendmentDueService()
  5444.     {
  5445.         $this->throw('Cannot autowire service ".service_locator.KjFrBRI": it references class "Due\\Entity\\AmendmentDue" but no such service exists.');
  5446.     }
  5447.     /**
  5448.      * Gets the private '.errored..service_locator.KvMwYre.App\Api\Entity\Exemption' shared service.
  5449.      *
  5450.      * @return \App\Api\Entity\Exemption
  5451.      */
  5452.     protected function getExemption2Service()
  5453.     {
  5454.         $this->throw('Cannot autowire service ".service_locator.KvMwYre": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5455.     }
  5456.     /**
  5457.      * Gets the private '.errored..service_locator.Ky1J91K.App\Api\Entity\ExemptionExportRequest' shared service.
  5458.      *
  5459.      * @return \App\Api\Entity\ExemptionExportRequest
  5460.      */
  5461.     protected function getExemptionExportRequestService()
  5462.     {
  5463.         $this->throw('Cannot autowire service ".service_locator.Ky1J91K": it references class "App\\Api\\Entity\\ExemptionExportRequest" but no such service exists.');
  5464.     }
  5465.     /**
  5466.      * Gets the private '.errored..service_locator.LHUL7Gy.Due\DTO\Http\CreateContactUsRequest' shared service.
  5467.      *
  5468.      * @return \Due\DTO\Http\CreateContactUsRequest
  5469.      */
  5470.     protected function getCreateContactUsRequestService()
  5471.     {
  5472.         $this->throw('Cannot autowire service ".service_locator.LHUL7Gy": it references class "Due\\DTO\\Http\\CreateContactUsRequest" but no such service exists.');
  5473.     }
  5474.     /**
  5475.      * Gets the private '.errored..service_locator.Ma52foQ.App\Api\DTO\Http\UpdateUserRequest' shared service.
  5476.      *
  5477.      * @return \App\Api\DTO\Http\UpdateUserRequest
  5478.      */
  5479.     protected function getUpdateUserRequestService()
  5480.     {
  5481.         $this->throw('Cannot autowire service ".service_locator.Ma52foQ": it references class "App\\Api\\DTO\\Http\\UpdateUserRequest" but no such service exists.');
  5482.     }
  5483.     /**
  5484.      * Gets the private '.errored..service_locator.Ma52foQ.App\Api\Entity\User' shared service.
  5485.      *
  5486.      * @return \App\Api\Entity\User
  5487.      */
  5488.     protected function getUser2Service()
  5489.     {
  5490.         $this->throw('Cannot autowire service ".service_locator.Ma52foQ": it references class "App\\Api\\Entity\\User" but no such service exists.');
  5491.     }
  5492.     /**
  5493.      * Gets the private '.errored..service_locator.OtRt.CO.App\Api\Entity\Exemption' shared service.
  5494.      *
  5495.      * @return \App\Api\Entity\Exemption
  5496.      */
  5497.     protected function getExemption3Service()
  5498.     {
  5499.         $this->throw('Cannot autowire service ".service_locator.OtRt.CO": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5500.     }
  5501.     /**
  5502.      * Gets the private '.errored..service_locator.PcITJr6.App\Api\DTO\Http\RejectOrAbortExemptionRequest' shared service.
  5503.      *
  5504.      * @return \App\Api\DTO\Http\RejectOrAbortExemptionRequest
  5505.      */
  5506.     protected function getRejectOrAbortExemptionRequestService()
  5507.     {
  5508.         $this->throw('Cannot autowire service ".service_locator.PcITJr6": it references class "App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest" but no such service exists.');
  5509.     }
  5510.     /**
  5511.      * Gets the private '.errored..service_locator.PcITJr6.App\Api\Entity\Exemption' shared service.
  5512.      *
  5513.      * @return \App\Api\Entity\Exemption
  5514.      */
  5515.     protected function getExemption4Service()
  5516.     {
  5517.         $this->throw('Cannot autowire service ".service_locator.PcITJr6": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5518.     }
  5519.     /**
  5520.      * Gets the private '.errored..service_locator.QfUl_U7.App\Api\DTO\Http\CreateEnterpriseRequest' shared service.
  5521.      *
  5522.      * @return \App\Api\DTO\Http\CreateEnterpriseRequest
  5523.      */
  5524.     protected function getCreateEnterpriseRequestService()
  5525.     {
  5526.         $this->throw('Cannot autowire service ".service_locator.QfUl_U7": it references class "App\\Api\\DTO\\Http\\CreateEnterpriseRequest" but no such service exists.');
  5527.     }
  5528.     /**
  5529.      * Gets the private '.errored..service_locator.QpO7Srl.App\Api\DTO\ReasonFilter' shared service.
  5530.      *
  5531.      * @return \App\Api\DTO\ReasonFilter
  5532.      */
  5533.     protected function getReasonFilterService()
  5534.     {
  5535.         $this->throw('Cannot autowire service ".service_locator.QpO7Srl": it references class "App\\Api\\DTO\\ReasonFilter" but no such service exists.');
  5536.     }
  5537.     /**
  5538.      * Gets the private '.errored..service_locator.QpO7Srl.App\Api\Entity\Exemption' shared service.
  5539.      *
  5540.      * @return \App\Api\Entity\Exemption
  5541.      */
  5542.     protected function getExemption5Service()
  5543.     {
  5544.         $this->throw('Cannot autowire service ".service_locator.QpO7Srl": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5545.     }
  5546.     /**
  5547.      * Gets the private '.errored..service_locator.R3QJUl2.Due\DTO\Http\CreateAppContactUsRequest' shared service.
  5548.      *
  5549.      * @return \Due\DTO\Http\CreateAppContactUsRequest
  5550.      */
  5551.     protected function getCreateAppContactUsRequestService()
  5552.     {
  5553.         $this->throw('Cannot autowire service ".service_locator.R3QJUl2": it references class "Due\\DTO\\Http\\CreateAppContactUsRequest" but no such service exists.');
  5554.     }
  5555.     /**
  5556.      * Gets the private '.errored..service_locator.SFg_eHa.App\Api\DTO\ReasonFilter' shared service.
  5557.      *
  5558.      * @return \App\Api\DTO\ReasonFilter
  5559.      */
  5560.     protected function getReasonFilter2Service()
  5561.     {
  5562.         $this->throw('Cannot autowire service ".service_locator.SFg_eHa": it references class "App\\Api\\DTO\\ReasonFilter" but no such service exists.');
  5563.     }
  5564.     /**
  5565.      * Gets the private '.errored..service_locator.VDEtJWp.App\Api\DTO\Http\RejectOrAbortExemptionRequest' shared service.
  5566.      *
  5567.      * @return \App\Api\DTO\Http\RejectOrAbortExemptionRequest
  5568.      */
  5569.     protected function getRejectOrAbortExemptionRequest2Service()
  5570.     {
  5571.         $this->throw('Cannot autowire service ".service_locator.VDEtJWp": it references class "App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest" but no such service exists.');
  5572.     }
  5573.     /**
  5574.      * Gets the private '.errored..service_locator.VDEtJWp.App\Api\Entity\Exemption' shared service.
  5575.      *
  5576.      * @return \App\Api\Entity\Exemption
  5577.      */
  5578.     protected function getExemption6Service()
  5579.     {
  5580.         $this->throw('Cannot autowire service ".service_locator.VDEtJWp": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5581.     }
  5582.     /**
  5583.      * Gets the private '.errored..service_locator.VV6szOV.App\Api\Entity\ExemptionExportRequest' shared service.
  5584.      *
  5585.      * @return \App\Api\Entity\ExemptionExportRequest
  5586.      */
  5587.     protected function getExemptionExportRequest2Service()
  5588.     {
  5589.         $this->throw('Cannot autowire service ".service_locator.VV6szOV": it references class "App\\Api\\Entity\\ExemptionExportRequest" but no such service exists.');
  5590.     }
  5591.     /**
  5592.      * Gets the private '.errored..service_locator.Z7NlvVW.App\Api\DTO\ReasonFilter' shared service.
  5593.      *
  5594.      * @return \App\Api\DTO\ReasonFilter
  5595.      */
  5596.     protected function getReasonFilter3Service()
  5597.     {
  5598.         $this->throw('Cannot autowire service ".service_locator.Z7NlvVW": it references class "App\\Api\\DTO\\ReasonFilter" but no such service exists.');
  5599.     }
  5600.     /**
  5601.      * Gets the private '.errored..service_locator._pUUaJp.App\Api\Entity\Exemption' shared service.
  5602.      *
  5603.      * @return \App\Api\Entity\Exemption
  5604.      */
  5605.     protected function getExemption7Service()
  5606.     {
  5607.         $this->throw('Cannot autowire service ".service_locator._pUUaJp": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5608.     }
  5609.     /**
  5610.      * Gets the private '.errored..service_locator.aIazUiK.Due\Entity\Due' shared service.
  5611.      *
  5612.      * @return \Due\Entity\Due
  5613.      */
  5614.     protected function getDue5Service()
  5615.     {
  5616.         $this->throw('Cannot autowire service ".service_locator.aIazUiK": it references class "Due\\Entity\\Due" but no such service exists.');
  5617.     }
  5618.     /**
  5619.      * Gets the private '.errored..service_locator.cSgJxYB.App\Api\DTO\SettingsFilter' shared service.
  5620.      *
  5621.      * @return \App\Api\DTO\SettingsFilter
  5622.      */
  5623.     protected function getSettingsFilterService()
  5624.     {
  5625.         $this->throw('Cannot autowire service ".service_locator.cSgJxYB": it references class "App\\Api\\DTO\\SettingsFilter" but no such service exists.');
  5626.     }
  5627.     /**
  5628.      * Gets the private '.errored..service_locator.cTSNN9f.Due\DTO\Http\CreateDueRequest' shared service.
  5629.      *
  5630.      * @return \Due\DTO\Http\CreateDueRequest
  5631.      */
  5632.     protected function getCreateDueRequestService()
  5633.     {
  5634.         $this->throw('Cannot autowire service ".service_locator.cTSNN9f": it references class "Due\\DTO\\Http\\CreateDueRequest" but no such service exists.');
  5635.     }
  5636.     /**
  5637.      * Gets the private '.errored..service_locator.dJLnrgu.Due\DTO\DueDownloadFilter' shared service.
  5638.      *
  5639.      * @return \Due\DTO\DueDownloadFilter
  5640.      */
  5641.     protected function getDueDownloadFilter3Service()
  5642.     {
  5643.         $this->throw('Cannot autowire service ".service_locator.dJLnrgu": it references class "Due\\DTO\\DueDownloadFilter" but no such service exists.');
  5644.     }
  5645.     /**
  5646.      * Gets the private '.errored..service_locator.e5zsAu4.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  5647.      *
  5648.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  5649.      */
  5650.     protected function getProxyQueryInterfaceService()
  5651.     {
  5652.         $this->throw('Cannot autowire service ".service_locator.e5zsAu4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?');
  5653.     }
  5654.     /**
  5655.      * Gets the private '.errored..service_locator.eA3wn4M.Due\Entity\Due' shared service.
  5656.      *
  5657.      * @return \Due\Entity\Due
  5658.      */
  5659.     protected function getDue6Service()
  5660.     {
  5661.         $this->throw('Cannot autowire service ".service_locator.eA3wn4M": it references class "Due\\Entity\\Due" but no such service exists.');
  5662.     }
  5663.     /**
  5664.      * Gets the private '.errored..service_locator.eA3wn4M.Due\Entity\DueSignOffSheetDocument' shared service.
  5665.      *
  5666.      * @return \Due\Entity\DueSignOffSheetDocument
  5667.      */
  5668.     protected function getDueSignOffSheetDocumentService()
  5669.     {
  5670.         $this->throw('Cannot autowire service ".service_locator.eA3wn4M": it references class "Due\\Entity\\DueSignOffSheetDocument" but no such service exists.');
  5671.     }
  5672.     /**
  5673.      * Gets the private '.errored..service_locator.f05.wSu.App\Api\DTO\ExemptionFilter' shared service.
  5674.      *
  5675.      * @return \App\Api\DTO\ExemptionFilter
  5676.      */
  5677.     protected function getExemptionFilterService()
  5678.     {
  5679.         $this->throw('Cannot autowire service ".service_locator.f05.wSu": it references class "App\\Api\\DTO\\ExemptionFilter" but no such service exists.');
  5680.     }
  5681.     /**
  5682.      * Gets the private '.errored..service_locator.f05.wSu.App\Api\DTO\ExemptionSort' shared service.
  5683.      *
  5684.      * @return \App\Api\DTO\ExemptionSort
  5685.      */
  5686.     protected function getExemptionSortService()
  5687.     {
  5688.         $this->throw('Cannot autowire service ".service_locator.f05.wSu": it references class "App\\Api\\DTO\\ExemptionSort" but no such service exists.');
  5689.     }
  5690.     /**
  5691.      * Gets the private '.errored..service_locator.f05.wSu.App\Api\DTO\PagingDto' shared service.
  5692.      *
  5693.      * @return \App\Api\DTO\PagingDto
  5694.      */
  5695.     protected function getPagingDto2Service()
  5696.     {
  5697.         $this->throw('Cannot autowire service ".service_locator.f05.wSu": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.');
  5698.     }
  5699.     /**
  5700.      * Gets the private '.errored..service_locator.f0HnXq_.App\Api\DTO\EnterpriseFilter' shared service.
  5701.      *
  5702.      * @return \App\Api\DTO\EnterpriseFilter
  5703.      */
  5704.     protected function getEnterpriseFilterService()
  5705.     {
  5706.         $this->throw('Cannot autowire service ".service_locator.f0HnXq_": it references class "App\\Api\\DTO\\EnterpriseFilter" but no such service exists.');
  5707.     }
  5708.     /**
  5709.      * Gets the private '.errored..service_locator.f0HnXq_.App\Api\DTO\PagingDto' shared service.
  5710.      *
  5711.      * @return \App\Api\DTO\PagingDto
  5712.      */
  5713.     protected function getPagingDto3Service()
  5714.     {
  5715.         $this->throw('Cannot autowire service ".service_locator.f0HnXq_": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.');
  5716.     }
  5717.     /**
  5718.      * Gets the private '.errored..service_locator.fDGEKR5.App\Api\Entity\StatisticExportRequest' shared service.
  5719.      *
  5720.      * @return \App\Api\Entity\StatisticExportRequest
  5721.      */
  5722.     protected function getStatisticExportRequestService()
  5723.     {
  5724.         $this->throw('Cannot autowire service ".service_locator.fDGEKR5": it references class "App\\Api\\Entity\\StatisticExportRequest" but no such service exists.');
  5725.     }
  5726.     /**
  5727.      * Gets the private '.errored..service_locator.fy587dO.Due\DTO\ContactUsRequestsFilter' shared service.
  5728.      *
  5729.      * @return \Due\DTO\ContactUsRequestsFilter
  5730.      */
  5731.     protected function getContactUsRequestsFilterService()
  5732.     {
  5733.         $this->throw('Cannot autowire service ".service_locator.fy587dO": it references class "Due\\DTO\\ContactUsRequestsFilter" but no such service exists.');
  5734.     }
  5735.     /**
  5736.      * Gets the private '.errored..service_locator.gaFwXfI.App\Api\DTO\Http\CreateExemptionExportRequest' shared service.
  5737.      *
  5738.      * @return \App\Api\DTO\Http\CreateExemptionExportRequest
  5739.      */
  5740.     protected function getCreateExemptionExportRequestService()
  5741.     {
  5742.         $this->throw('Cannot autowire service ".service_locator.gaFwXfI": it references class "App\\Api\\DTO\\Http\\CreateExemptionExportRequest" but no such service exists.');
  5743.     }
  5744.     /**
  5745.      * Gets the private '.errored..service_locator.hUSXhNZ.App\Api\DTO\Http\UpdateExemptionByEmployeeRequest' shared service.
  5746.      *
  5747.      * @return \App\Api\DTO\Http\UpdateExemptionByEmployeeRequest
  5748.      */
  5749.     protected function getUpdateExemptionByEmployeeRequest2Service()
  5750.     {
  5751.         $this->throw('Cannot autowire service ".service_locator.hUSXhNZ": it references class "App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest" but no such service exists.');
  5752.     }
  5753.     /**
  5754.      * Gets the private '.errored..service_locator.heJpq.0.App\Api\DTO\PagingDto' shared service.
  5755.      *
  5756.      * @return \App\Api\DTO\PagingDto
  5757.      */
  5758.     protected function getPagingDto4Service()
  5759.     {
  5760.         $this->throw('Cannot autowire service ".service_locator.heJpq.0": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.');
  5761.     }
  5762.     /**
  5763.      * Gets the private '.errored..service_locator.heJpq.0.Due\DTO\DueFilter' shared service.
  5764.      *
  5765.      * @return \Due\DTO\DueFilter
  5766.      */
  5767.     protected function getDueFilterService()
  5768.     {
  5769.         $this->throw('Cannot autowire service ".service_locator.heJpq.0": it references class "Due\\DTO\\DueFilter" but no such service exists.');
  5770.     }
  5771.     /**
  5772.      * Gets the private '.errored..service_locator.kj8JnGb.Due\DTO\ContributionEmployerMinimumPercentageFilter' shared service.
  5773.      *
  5774.      * @return \Due\DTO\ContributionEmployerMinimumPercentageFilter
  5775.      */
  5776.     protected function getContributionEmployerMinimumPercentageFilterService()
  5777.     {
  5778.         $this->throw('Cannot autowire service ".service_locator.kj8JnGb": it references class "Due\\DTO\\ContributionEmployerMinimumPercentageFilter" but no such service exists.');
  5779.     }
  5780.     /**
  5781.      * Gets the private '.errored..service_locator.lUHs3Hs.App\Api\DTO\Http\UpdateEnterpriseRequest' shared service.
  5782.      *
  5783.      * @return \App\Api\DTO\Http\UpdateEnterpriseRequest
  5784.      */
  5785.     protected function getUpdateEnterpriseRequestService()
  5786.     {
  5787.         $this->throw('Cannot autowire service ".service_locator.lUHs3Hs": it references class "App\\Api\\DTO\\Http\\UpdateEnterpriseRequest" but no such service exists.');
  5788.     }
  5789.     /**
  5790.      * Gets the private '.errored..service_locator.lUHs3Hs.App\Api\Entity\Enterprise' shared service.
  5791.      *
  5792.      * @return \App\Api\Entity\Enterprise
  5793.      */
  5794.     protected function getEnterpriseService()
  5795.     {
  5796.         $this->throw('Cannot autowire service ".service_locator.lUHs3Hs": it references class "App\\Api\\Entity\\Enterprise" but no such service exists.');
  5797.     }
  5798.     /**
  5799.      * Gets the private '.errored..service_locator.n0qCPO8.App\Api\Entity\Exemption' shared service.
  5800.      *
  5801.      * @return \App\Api\Entity\Exemption
  5802.      */
  5803.     protected function getExemption8Service()
  5804.     {
  5805.         $this->throw('Cannot autowire service ".service_locator.n0qCPO8": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5806.     }
  5807.     /**
  5808.      * Gets the private '.errored..service_locator.ne3uEjM.App\Api\DTO\Http\FirstLoginPasswordResetRequest' shared service.
  5809.      *
  5810.      * @return \App\Api\DTO\Http\FirstLoginPasswordResetRequest
  5811.      */
  5812.     protected function getFirstLoginPasswordResetRequestService()
  5813.     {
  5814.         $this->throw('Cannot autowire service ".service_locator.ne3uEjM": it references class "App\\Api\\DTO\\Http\\FirstLoginPasswordResetRequest" but no such service exists.');
  5815.     }
  5816.     /**
  5817.      * Gets the private '.errored..service_locator.oCmSXQl.App\Api\DTO\CompanyFilter' shared service.
  5818.      *
  5819.      * @return \App\Api\DTO\CompanyFilter
  5820.      */
  5821.     protected function getCompanyFilterService()
  5822.     {
  5823.         $this->throw('Cannot autowire service ".service_locator.oCmSXQl": it references class "App\\Api\\DTO\\CompanyFilter" but no such service exists.');
  5824.     }
  5825.     /**
  5826.      * Gets the private '.errored..service_locator.oCmSXQl.App\Api\DTO\PagingDto' shared service.
  5827.      *
  5828.      * @return \App\Api\DTO\PagingDto
  5829.      */
  5830.     protected function getPagingDto5Service()
  5831.     {
  5832.         $this->throw('Cannot autowire service ".service_locator.oCmSXQl": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.');
  5833.     }
  5834.     /**
  5835.      * Gets the private '.errored..service_locator.pRT_qoY.Due\DTO\Http\DueSignOffSheetDocumentRequest' shared service.
  5836.      *
  5837.      * @return \Due\DTO\Http\DueSignOffSheetDocumentRequest
  5838.      */
  5839.     protected function getDueSignOffSheetDocumentRequestService()
  5840.     {
  5841.         $this->throw('Cannot autowire service ".service_locator.pRT_qoY": it references class "Due\\DTO\\Http\\DueSignOffSheetDocumentRequest" but no such service exists.');
  5842.     }
  5843.     /**
  5844.      * Gets the private '.errored..service_locator.pRT_qoY.Due\Entity\Due' shared service.
  5845.      *
  5846.      * @return \Due\Entity\Due
  5847.      */
  5848.     protected function getDue7Service()
  5849.     {
  5850.         $this->throw('Cannot autowire service ".service_locator.pRT_qoY": it references class "Due\\Entity\\Due" but no such service exists.');
  5851.     }
  5852.     /**
  5853.      * Gets the private '.errored..service_locator.qNWX7nJ.Due\DTO\BeneficiaryFilter' shared service.
  5854.      *
  5855.      * @return \Due\DTO\BeneficiaryFilter
  5856.      */
  5857.     protected function getBeneficiaryFilterService()
  5858.     {
  5859.         $this->throw('Cannot autowire service ".service_locator.qNWX7nJ": it references class "Due\\DTO\\BeneficiaryFilter" but no such service exists.');
  5860.     }
  5861.     /**
  5862.      * Gets the private '.errored..service_locator.qWu1JZN.App\Api\DTO\Http\PasswordChangeRequest' shared service.
  5863.      *
  5864.      * @return \App\Api\DTO\Http\PasswordChangeRequest
  5865.      */
  5866.     protected function getPasswordChangeRequestService()
  5867.     {
  5868.         $this->throw('Cannot autowire service ".service_locator.qWu1JZN": it references class "App\\Api\\DTO\\Http\\PasswordChangeRequest" but no such service exists.');
  5869.     }
  5870.     /**
  5871.      * Gets the private '.errored..service_locator.qo.LLdP.App\Api\Entity\Reason' shared service.
  5872.      *
  5873.      * @return \App\Api\Entity\Reason
  5874.      */
  5875.     protected function getReason2Service()
  5876.     {
  5877.         $this->throw('Cannot autowire service ".service_locator.qo.LLdP": it references class "App\\Api\\Entity\\Reason" but no such service exists.');
  5878.     }
  5879.     /**
  5880.      * Gets the private '.errored..service_locator.sm0z2Fs.Due\DTO\Http\DueSignOffSheetDocumentRequest' shared service.
  5881.      *
  5882.      * @return \Due\DTO\Http\DueSignOffSheetDocumentRequest
  5883.      */
  5884.     protected function getDueSignOffSheetDocumentRequest2Service()
  5885.     {
  5886.         $this->throw('Cannot autowire service ".service_locator.sm0z2Fs": it references class "Due\\DTO\\Http\\DueSignOffSheetDocumentRequest" but no such service exists.');
  5887.     }
  5888.     /**
  5889.      * Gets the private '.errored..service_locator.sm0z2Fs.Due\Entity\Due' shared service.
  5890.      *
  5891.      * @return \Due\Entity\Due
  5892.      */
  5893.     protected function getDue8Service()
  5894.     {
  5895.         $this->throw('Cannot autowire service ".service_locator.sm0z2Fs": it references class "Due\\Entity\\Due" but no such service exists.');
  5896.     }
  5897.     /**
  5898.      * Gets the private '.errored..service_locator.sm0z2Fs.Due\Entity\DueSignOffSheetDocument' shared service.
  5899.      *
  5900.      * @return \Due\Entity\DueSignOffSheetDocument
  5901.      */
  5902.     protected function getDueSignOffSheetDocument2Service()
  5903.     {
  5904.         $this->throw('Cannot autowire service ".service_locator.sm0z2Fs": it references class "Due\\Entity\\DueSignOffSheetDocument" but no such service exists.');
  5905.     }
  5906.     /**
  5907.      * Gets the private '.errored..service_locator.u0N9yMe.App\Api\Entity\Exemption' shared service.
  5908.      *
  5909.      * @return \App\Api\Entity\Exemption
  5910.      */
  5911.     protected function getExemption9Service()
  5912.     {
  5913.         $this->throw('Cannot autowire service ".service_locator.u0N9yMe": it references class "App\\Api\\Entity\\Exemption" but no such service exists.');
  5914.     }
  5915.     /**
  5916.      * Gets the private '.errored..service_locator.w3H3vbi.Due\DTO\BeneficiaryCoverageFilter' shared service.
  5917.      *
  5918.      * @return \Due\DTO\BeneficiaryCoverageFilter
  5919.      */
  5920.     protected function getBeneficiaryCoverageFilterService()
  5921.     {
  5922.         $this->throw('Cannot autowire service ".service_locator.w3H3vbi": it references class "Due\\DTO\\BeneficiaryCoverageFilter" but no such service exists.');
  5923.     }
  5924.     /**
  5925.      * Gets the private '.errored..service_locator.xctDAYk.Due\DTO\Http\UpdateDueRequest' shared service.
  5926.      *
  5927.      * @return \Due\DTO\Http\UpdateDueRequest
  5928.      */
  5929.     protected function getUpdateDueRequestService()
  5930.     {
  5931.         $this->throw('Cannot autowire service ".service_locator.xctDAYk": it references class "Due\\DTO\\Http\\UpdateDueRequest" but no such service exists.');
  5932.     }
  5933.     /**
  5934.      * Gets the private '.errored..service_locator.xctDAYk.Due\Entity\Due' shared service.
  5935.      *
  5936.      * @return \Due\Entity\Due
  5937.      */
  5938.     protected function getDue9Service()
  5939.     {
  5940.         $this->throw('Cannot autowire service ".service_locator.xctDAYk": it references class "Due\\Entity\\Due" but no such service exists.');
  5941.     }
  5942.     /**
  5943.      * Gets the private '.errored..service_locator.y93O7R4.Due\DTO\Http\StartSignProcedureRequest' shared service.
  5944.      *
  5945.      * @return \Due\DTO\Http\StartSignProcedureRequest
  5946.      */
  5947.     protected function getStartSignProcedureRequestService()
  5948.     {
  5949.         $this->throw('Cannot autowire service ".service_locator.y93O7R4": it references class "Due\\DTO\\Http\\StartSignProcedureRequest" but no such service exists.');
  5950.     }
  5951.     /**
  5952.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  5953.      *
  5954.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  5955.      */
  5956.     protected function get_LegacyResolveControllerNameSubscriberService()
  5957.     {
  5958.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  5959.     }
  5960.     /**
  5961.      * Gets the private '.messenger.handler_descriptor.3.uyDRT' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5964.      */
  5965.     protected function get_Messenger_HandlerDescriptor_3_UyDRTService()
  5966.     {
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5968.         return $this->privates['.messenger.handler_descriptor.3.uyDRT'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\CreateAccountHandler'] ?? $this->getCreateAccountHandlerService()), []);
  5969.     }
  5970.     /**
  5971.      * Gets the private '.messenger.handler_descriptor.9auRocd' shared service.
  5972.      *
  5973.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5974.      */
  5975.     protected function get_Messenger_HandlerDescriptor_9auRocdService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5978.         return $this->privates['.messenger.handler_descriptor.9auRocd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToRenewToEmployeeHandler'] ?? $this->getExemptionToRenewToEmployeeHandlerService()), []);
  5979.     }
  5980.     /**
  5981.      * Gets the private '.messenger.handler_descriptor.H8DK3_9' shared service.
  5982.      *
  5983.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5984.      */
  5985.     protected function get_Messenger_HandlerDescriptor_H8DK39Service()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5989.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Statistic/ExportStatisticHandler.php';
  5990.         return $this->privates['.messenger.handler_descriptor.H8DK3_9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Api\Messenger\MessageHandler\Statistic\ExportStatisticHandler(($this->privates['App\\Api\\Repository\\StatisticExportRequestRepository'] ?? $this->getStatisticExportRequestRepositoryService()), ($this->privates['App\\Api\\Service\\ExportStatisticManager'] ?? $this->getExportStatisticManagerService())), []);
  5991.     }
  5992.     /**
  5993.      * Gets the private '.messenger.handler_descriptor.JSrFsJM' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  5996.      */
  5997.     protected function get_Messenger_HandlerDescriptor_JSrFsJMService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6000.         return $this->privates['.messenger.handler_descriptor.JSrFsJM'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Due\\Messenger\\MessageHandler\\ContactUsRequestHandler'] ?? $this->getContactUsRequestHandlerService()), []);
  6001.     }
  6002.     /**
  6003.      * Gets the private '.messenger.handler_descriptor.JnlBIZ5' shared service.
  6004.      *
  6005.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6006.      */
  6007.     protected function get_Messenger_HandlerDescriptor_JnlBIZ5Service()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6010.         return $this->privates['.messenger.handler_descriptor.JnlBIZ5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\ExemptionExportHandler'] ?? $this->getExemptionExportHandlerService()), []);
  6011.     }
  6012.     /**
  6013.      * Gets the private '.messenger.handler_descriptor.L92Adql' shared service.
  6014.      *
  6015.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6016.      */
  6017.     protected function get_Messenger_HandlerDescriptor_L92AdqlService()
  6018.     {
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6020.         return $this->privates['.messenger.handler_descriptor.L92Adql'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionValidatedToEmployeeHandler'] ?? $this->getExemptionValidatedToEmployeeHandlerService()), []);
  6021.     }
  6022.     /**
  6023.      * Gets the private '.messenger.handler_descriptor.M3jMj.i' shared service.
  6024.      *
  6025.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6026.      */
  6027.     protected function get_Messenger_HandlerDescriptor_M3jMj_IService()
  6028.     {
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6030.         return $this->privates['.messenger.handler_descriptor.M3jMj.i'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionRejectedToEmployeeHandler'] ?? $this->getExemptionRejectedToEmployeeHandlerService()), []);
  6031.     }
  6032.     /**
  6033.      * Gets the private '.messenger.handler_descriptor.M5Ek29R' shared service.
  6034.      *
  6035.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6036.      */
  6037.     protected function get_Messenger_HandlerDescriptor_M5Ek29RService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6040.         return $this->privates['.messenger.handler_descriptor.M5Ek29R'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionReminderToFinishHandler'] ?? $this->getExemptionReminderToFinishHandlerService()), []);
  6041.     }
  6042.     /**
  6043.      * Gets the private '.messenger.handler_descriptor.MNNDF8B' shared service.
  6044.      *
  6045.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6046.      */
  6047.     protected function get_Messenger_HandlerDescriptor_MNNDF8BService()
  6048.     {
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6050.         return $this->privates['.messenger.handler_descriptor.MNNDF8B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToScopeHandler'] ?? $this->getExemptionToValidateToScopeHandlerService()), []);
  6051.     }
  6052.     /**
  6053.      * Gets the private '.messenger.handler_descriptor.MrKIzT5' shared service.
  6054.      *
  6055.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6056.      */
  6057.     protected function get_Messenger_HandlerDescriptor_MrKIzT5Service()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6060.         return $this->privates['.messenger.handler_descriptor.MrKIzT5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Statistic\\AddStatisticDataHandler'] ?? $this->getAddStatisticDataHandlerService()), []);
  6061.     }
  6062.     /**
  6063.      * Gets the private '.messenger.handler_descriptor.X2MuMvz' shared service.
  6064.      *
  6065.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6066.      */
  6067.     protected function get_Messenger_HandlerDescriptor_X2MuMvzService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6070.         return $this->privates['.messenger.handler_descriptor.X2MuMvz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\UpdateEnterpriseScopeHandler'] ?? $this->getUpdateEnterpriseScopeHandlerService()), []);
  6071.     }
  6072.     /**
  6073.      * Gets the private '.messenger.handler_descriptor.aizwCRp' shared service.
  6074.      *
  6075.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6076.      */
  6077.     protected function get_Messenger_HandlerDescriptor_AizwCRpService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6080.         return $this->privates['.messenger.handler_descriptor.aizwCRp'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToEmployeeHandler'] ?? $this->getExemptionToValidateToEmployeeHandlerService()), []);
  6081.     }
  6082.     /**
  6083.      * Gets the private '.messenger.handler_descriptor.eWXP1vz' shared service.
  6084.      *
  6085.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6086.      */
  6087.     protected function get_Messenger_HandlerDescriptor_EWXP1vzService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6090.         return $this->privates['.messenger.handler_descriptor.eWXP1vz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\EnterpriseDeleteHandler'] ?? $this->getEnterpriseDeleteHandlerService()), []);
  6091.     }
  6092.     /**
  6093.      * Gets the private '.messenger.handler_descriptor.ec9dmUj' shared service.
  6094.      *
  6095.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6096.      */
  6097.     protected function get_Messenger_HandlerDescriptor_Ec9dmUjService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6100.         return $this->privates['.messenger.handler_descriptor.ec9dmUj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Due\\Messenger\\MessageHandler\\AppContactUsRequestHandler'] ?? $this->getAppContactUsRequestHandlerService()), []);
  6101.     }
  6102.     /**
  6103.      * Gets the private '.messenger.handler_descriptor.nQwLWD1' shared service.
  6104.      *
  6105.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6106.      */
  6107.     protected function get_Messenger_HandlerDescriptor_NQwLWD1Service()
  6108.     {
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6110.         return $this->privates['.messenger.handler_descriptor.nQwLWD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Due\\Messenger\\MessageHandler\\Email\\SendUpdateLinkHandler'] ?? $this->getSendUpdateLinkHandlerService()), []);
  6111.     }
  6112.     /**
  6113.      * Gets the private '.messenger.handler_descriptor.orMi5PP' shared service.
  6114.      *
  6115.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6116.      */
  6117.     protected function get_Messenger_HandlerDescriptor_OrMi5PPService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6120.         return $this->privates['.messenger.handler_descriptor.orMi5PP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\UpdateCompaniesScopeHandler'] ?? $this->getUpdateCompaniesScopeHandlerService()), []);
  6121.     }
  6122.     /**
  6123.      * Gets the private '.messenger.handler_descriptor.txIFFNO' shared service.
  6124.      *
  6125.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6126.      */
  6127.     protected function get_Messenger_HandlerDescriptor_TxIFFNOService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6130.         return $this->privates['.messenger.handler_descriptor.txIFFNO'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Due\\Messenger\\MessageHandler\\InvalidateExemptionHandler'] ?? $this->getInvalidateExemptionHandlerService()), []);
  6131.     }
  6132.     /**
  6133.      * Gets the private '.messenger.handler_descriptor.wi8sNcn' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6136.      */
  6137.     protected function get_Messenger_HandlerDescriptor_Wi8sNcnService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  6141.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/Message/Traits/FilteredUserEmailsTrait.php';
  6142.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/Email/DueSignedHandler.php';
  6143.         return $this->privates['.messenger.handler_descriptor.wi8sNcn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Due\Messenger\MessageHandler\Email\DueSignedHandler(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->privates['Due\\Service\\DueMailService'] ?? $this->getDueMailServiceService())), []);
  6144.     }
  6145.     /**
  6146.      * Gets the private '.messenger.handler_descriptor.xJxsRlt' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6149.      */
  6150.     protected function get_Messenger_HandlerDescriptor_XJxsRltService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6153.         return $this->privates['.messenger.handler_descriptor.xJxsRlt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ResetPasswordLinkHandler'] ?? $this->getResetPasswordLinkHandlerService()), []);
  6154.     }
  6155.     /**
  6156.      * Gets the private '.messenger.handler_descriptor.xj0DG_d' shared service.
  6157.      *
  6158.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6159.      */
  6160.     protected function get_Messenger_HandlerDescriptor_Xj0DGDService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6163.         return $this->privates['.messenger.handler_descriptor.xj0DG_d'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionSendUpdateLinkHandler'] ?? $this->getExemptionSendUpdateLinkHandlerService()), []);
  6164.     }
  6165.     /**
  6166.      * Gets the private '.messenger.handler_descriptor.znpLTfA' shared service.
  6167.      *
  6168.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6169.      */
  6170.     protected function get_Messenger_HandlerDescriptor_ZnpLTfAService()
  6171.     {
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6173.         return $this->privates['.messenger.handler_descriptor.znpLTfA'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionNotCompletedHandler'] ?? $this->getExemptionNotCompletedHandlerService()), []);
  6174.     }
  6175.     /**
  6176.      * Gets the private '.service_locator..EtcmbH' shared service.
  6177.      *
  6178.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6179.      */
  6180.     protected function get_ServiceLocator__EtcmbHService()
  6181.     {
  6182.         return $this->privates['.service_locator..EtcmbH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6183.             'employeeExemptionManager' => ['privates''App\\Api\\Service\\EmployeeExemptionManager''getEmployeeExemptionManagerService'false],
  6184.             'updateExemptionRequest' => ['privates''.errored..service_locator..EtcmbH.App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest'NULL'Cannot autowire service ".service_locator..EtcmbH": it references class "App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest" but no such service exists.'],
  6185.         ], [
  6186.             'employeeExemptionManager' => 'App\\Api\\Service\\EmployeeExemptionManager',
  6187.             'updateExemptionRequest' => 'App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest',
  6188.         ]);
  6189.     }
  6190.     /**
  6191.      * Gets the private '.service_locator.0YA9.MM' shared service.
  6192.      *
  6193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6194.      */
  6195.     protected function get_ServiceLocator_0YA9_MMService()
  6196.     {
  6197.         return $this->privates['.service_locator.0YA9.MM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6198.             'request' => ['privates''.errored..service_locator.0YA9.MM.App\\Api\\DTO\\Http\\RegisterOrLoginRequest'NULL'Cannot autowire service ".service_locator.0YA9.MM": it references class "App\\Api\\DTO\\Http\\RegisterOrLoginRequest" but no such service exists.'],
  6199.         ], [
  6200.             'request' => 'App\\Api\\DTO\\Http\\RegisterOrLoginRequest',
  6201.         ]);
  6202.     }
  6203.     /**
  6204.      * Gets the private '.service_locator.0igBeNE' shared service.
  6205.      *
  6206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6207.      */
  6208.     protected function get_ServiceLocator_0igBeNEService()
  6209.     {
  6210.         return $this->privates['.service_locator.0igBeNE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6211.             'due' => ['privates''.errored..service_locator.0igBeNE.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.0igBeNE": it references class "Due\\Entity\\Due" but no such service exists.'],
  6212.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6213.             'isRabbitMqAvailable' => ['privates''.value.QN8.HK.''get_Value_QN8_HK_Service'false],
  6214.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6215.             'request' => ['privates''.errored..service_locator.0igBeNE.Due\\DTO\\Http\\SendUpdateDueLinkRequest'NULL'Cannot autowire service ".service_locator.0igBeNE": it references class "Due\\DTO\\Http\\SendUpdateDueLinkRequest" but no such service exists.'],
  6216.             'sendUpdateLinkHandler' => ['privates''Due\\Messenger\\MessageHandler\\Email\\SendUpdateLinkHandler''getSendUpdateLinkHandlerService'false],
  6217.         ], [
  6218.             'due' => 'Due\\Entity\\Due',
  6219.             'eventDispatcher' => '?',
  6220.             'isRabbitMqAvailable' => '?',
  6221.             'messageBus' => '?',
  6222.             'request' => 'Due\\DTO\\Http\\SendUpdateDueLinkRequest',
  6223.             'sendUpdateLinkHandler' => 'Due\\Messenger\\MessageHandler\\Email\\SendUpdateLinkHandler',
  6224.         ]);
  6225.     }
  6226.     /**
  6227.      * Gets the private '.service_locator.1dsfVLX' shared service.
  6228.      *
  6229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6230.      */
  6231.     protected function get_ServiceLocator_1dsfVLXService()
  6232.     {
  6233.         return $this->privates['.service_locator.1dsfVLX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6234.             'filter' => ['privates''.errored..service_locator.1dsfVLX.Due\\DTO\\DueDownloadFilter'NULL'Cannot autowire service ".service_locator.1dsfVLX": it references class "Due\\DTO\\DueDownloadFilter" but no such service exists.'],
  6235.             'zipArchiver' => ['privates''Due\\Service\\DueZipArchiver''getDueZipArchiverService'false],
  6236.         ], [
  6237.             'filter' => 'Due\\DTO\\DueDownloadFilter',
  6238.             'zipArchiver' => 'Due\\Service\\DueZipArchiver',
  6239.         ]);
  6240.     }
  6241.     /**
  6242.      * Gets the private '.service_locator.1zf.mDC' shared service.
  6243.      *
  6244.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6245.      */
  6246.     protected function get_ServiceLocator_1zf_MDCService()
  6247.     {
  6248.         return $this->privates['.service_locator.1zf.mDC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6249.             'appContactUsRequestRepository' => ['privates''Due\\Repository\\AppContactUsRequestRepository''getAppContactUsRequestRepositoryService'false],
  6250.         ], [
  6251.             'appContactUsRequestRepository' => 'Due\\Repository\\AppContactUsRequestRepository',
  6252.         ]);
  6253.     }
  6254.     /**
  6255.      * Gets the private '.service_locator.2KwG8Rq' shared service.
  6256.      *
  6257.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6258.      */
  6259.     protected function get_ServiceLocator_2KwG8RqService()
  6260.     {
  6261.         return $this->privates['.service_locator.2KwG8Rq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6262.             'reason' => ['privates''.errored..service_locator.2KwG8Rq.App\\Api\\Entity\\Reason'NULL'Cannot autowire service ".service_locator.2KwG8Rq": it references class "App\\Api\\Entity\\Reason" but no such service exists.'],
  6263.             'securityManager' => ['privates''App\\Api\\Service\\ExemptionTokenSecurityManager''getExemptionTokenSecurityManagerService'false],
  6264.         ], [
  6265.             'reason' => 'App\\Api\\Entity\\Reason',
  6266.             'securityManager' => 'App\\Api\\Service\\ExemptionTokenSecurityManager',
  6267.         ]);
  6268.     }
  6269.     /**
  6270.      * Gets the private '.service_locator.2dSjQDH' shared service.
  6271.      *
  6272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6273.      */
  6274.     protected function get_ServiceLocator_2dSjQDHService()
  6275.     {
  6276.         return $this->privates['.service_locator.2dSjQDH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6277.             'user' => ['privates''.errored..service_locator.2dSjQDH.App\\Api\\Entity\\User'NULL'Cannot autowire service ".service_locator.2dSjQDH": it references class "App\\Api\\Entity\\User" but no such service exists.'],
  6278.         ], [
  6279.             'user' => 'App\\Api\\Entity\\User',
  6280.         ]);
  6281.     }
  6282.     /**
  6283.      * Gets the private '.service_locator.2yj4Ufo' shared service.
  6284.      *
  6285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6286.      */
  6287.     protected function get_ServiceLocator_2yj4UfoService()
  6288.     {
  6289.         return $this->privates['.service_locator.2yj4Ufo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6290.             'isRabbitMqAvailable' => ['privates''.value.QN8.HK.''get_Value_QN8_HK_Service'false],
  6291.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6292.             'repository' => ['privates''App\\Api\\Repository\\UserRepository''getUserRepositoryService'false],
  6293.             'request' => ['privates''.errored..service_locator.2yj4Ufo.App\\Api\\DTO\\Http\\PasswordResetRequest'NULL'Cannot autowire service ".service_locator.2yj4Ufo": it references class "App\\Api\\DTO\\Http\\PasswordResetRequest" but no such service exists.'],
  6294.             'resetPasswordLinkHandler' => ['privates''App\\Api\\Messenger\\MessageHandler\\Email\\ResetPasswordLinkHandler''getResetPasswordLinkHandlerService'false],
  6295.         ], [
  6296.             'isRabbitMqAvailable' => '?',
  6297.             'messageBus' => '?',
  6298.             'repository' => 'App\\Api\\Repository\\UserRepository',
  6299.             'request' => 'App\\Api\\DTO\\Http\\PasswordResetRequest',
  6300.             'resetPasswordLinkHandler' => 'App\\Api\\Messenger\\MessageHandler\\Email\\ResetPasswordLinkHandler',
  6301.         ]);
  6302.     }
  6303.     /**
  6304.      * Gets the private '.service_locator.7QQ.dPI' shared service.
  6305.      *
  6306.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6307.      */
  6308.     protected function get_ServiceLocator_7QQ_DPIService()
  6309.     {
  6310.         return $this->privates['.service_locator.7QQ.dPI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6311.             'exemption' => ['privates''.errored..service_locator.7QQ.dPI.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.7QQ.dPI": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6312.             'exemptionRequest' => ['privates''.errored..service_locator.7QQ.dPI.App\\Api\\DTO\\Http\\UpdateExemptionRequest'NULL'Cannot autowire service ".service_locator.7QQ.dPI": it references class "App\\Api\\DTO\\Http\\UpdateExemptionRequest" but no such service exists.'],
  6313.             'manager' => ['privates''App\\Api\\Service\\ExemptionManager''getExemptionManagerService'false],
  6314.         ], [
  6315.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6316.             'exemptionRequest' => 'App\\Api\\DTO\\Http\\UpdateExemptionRequest',
  6317.             'manager' => 'App\\Api\\Service\\ExemptionManager',
  6318.         ]);
  6319.     }
  6320.     /**
  6321.      * Gets the private '.service_locator.9yhGpi8' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6324.      */
  6325.     protected function get_ServiceLocator_9yhGpi8Service()
  6326.     {
  6327.         return $this->privates['.service_locator.9yhGpi8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6328.             'emailFilter' => ['privates''.errored..service_locator.9yhGpi8.Due\\DTO\\EmployeeEmailFilter'NULL'Cannot autowire service ".service_locator.9yhGpi8": it references class "Due\\DTO\\EmployeeEmailFilter" but no such service exists.'],
  6329.             'pagingDto' => ['privates''.errored..service_locator.9yhGpi8.App\\Api\\DTO\\PagingDto'NULL'Cannot autowire service ".service_locator.9yhGpi8": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.'],
  6330.             'repository' => ['privates''Due\\Repository\\DueEmployeeEmailRepository''getDueEmployeeEmailRepositoryService'false],
  6331.         ], [
  6332.             'emailFilter' => 'Due\\DTO\\EmployeeEmailFilter',
  6333.             'pagingDto' => 'App\\Api\\DTO\\PagingDto',
  6334.             'repository' => 'Due\\Repository\\DueEmployeeEmailRepository',
  6335.         ]);
  6336.     }
  6337.     /**
  6338.      * Gets the private '.service_locator.9yvY51R' shared service.
  6339.      *
  6340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6341.      */
  6342.     protected function get_ServiceLocator_9yvY51RService()
  6343.     {
  6344.         return $this->privates['.service_locator.9yvY51R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6345.             'exemptionRequest' => ['privates''.errored..service_locator.9yvY51R.App\\Api\\DTO\\Http\\CreateExemptionRequest'NULL'Cannot autowire service ".service_locator.9yvY51R": it references class "App\\Api\\DTO\\Http\\CreateExemptionRequest" but no such service exists.'],
  6346.             'manager' => ['privates''App\\Api\\Service\\ExemptionManager''getExemptionManagerService'false],
  6347.         ], [
  6348.             'exemptionRequest' => 'App\\Api\\DTO\\Http\\CreateExemptionRequest',
  6349.             'manager' => 'App\\Api\\Service\\ExemptionManager',
  6350.         ]);
  6351.     }
  6352.     /**
  6353.      * Gets the private '.service_locator.Ag09eHG' shared service.
  6354.      *
  6355.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6356.      */
  6357.     protected function get_ServiceLocator_Ag09eHGService()
  6358.     {
  6359.         return $this->privates['.service_locator.Ag09eHG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6360.             'createRequest' => ['privates''.errored..service_locator.Ag09eHG.Due\\DTO\\Http\\CreateAmendmentDueRequest'NULL'Cannot autowire service ".service_locator.Ag09eHG": it references class "Due\\DTO\\Http\\CreateAmendmentDueRequest" but no such service exists.'],
  6361.             'manager' => ['privates''Due\\Service\\AmendmentDueManager''getAmendmentDueManagerService'false],
  6362.         ], [
  6363.             'createRequest' => 'Due\\DTO\\Http\\CreateAmendmentDueRequest',
  6364.             'manager' => 'Due\\Service\\AmendmentDueManager',
  6365.         ]);
  6366.     }
  6367.     /**
  6368.      * Gets the private '.service_locator.Amqa_Md' shared service.
  6369.      *
  6370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6371.      */
  6372.     protected function get_ServiceLocator_AmqaMdService()
  6373.     {
  6374.         return $this->privates['.service_locator.Amqa_Md'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6375.             'repository' => ['privates''Due\\Repository\\BeneficiaryRepository''getBeneficiaryRepositoryService'false],
  6376.             'securityManager' => ['privates''App\\Api\\Service\\ExemptionTokenSecurityManager''getExemptionTokenSecurityManagerService'false],
  6377.         ], [
  6378.             'repository' => 'Due\\Repository\\BeneficiaryRepository',
  6379.             'securityManager' => 'App\\Api\\Service\\ExemptionTokenSecurityManager',
  6380.         ]);
  6381.     }
  6382.     /**
  6383.      * Gets the private '.service_locator.AvCSyPd' shared service.
  6384.      *
  6385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6386.      */
  6387.     protected function get_ServiceLocator_AvCSyPdService()
  6388.     {
  6389.         return $this->privates['.service_locator.AvCSyPd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6390.             'due' => ['privates''.errored..service_locator.AvCSyPd.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.AvCSyPd": it references class "Due\\Entity\\Due" but no such service exists.'],
  6391.             'filter' => ['privates''.errored..service_locator.AvCSyPd.Due\\DTO\\DueDownloadFilter'NULL'Cannot autowire service ".service_locator.AvCSyPd": it references class "Due\\DTO\\DueDownloadFilter" but no such service exists.'],
  6392.             'zipArchiver' => ['privates''Due\\Service\\DueZipArchiver''getDueZipArchiverService'false],
  6393.         ], [
  6394.             'due' => 'Due\\Entity\\Due',
  6395.             'filter' => 'Due\\DTO\\DueDownloadFilter',
  6396.             'zipArchiver' => 'Due\\Service\\DueZipArchiver',
  6397.         ]);
  6398.     }
  6399.     /**
  6400.      * Gets the private '.service_locator.CTNFV2M' shared service.
  6401.      *
  6402.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6403.      */
  6404.     protected function get_ServiceLocator_CTNFV2MService()
  6405.     {
  6406.         return $this->privates['.service_locator.CTNFV2M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6407.             'dueLegalInformationRepository' => ['privates''Due\\Repository\\DueLegalInformationRepository''getDueLegalInformationRepositoryService'false],
  6408.             'generalConditionsOfUsageService' => ['privates''App\\Api\\Service\\GeneralConditionsOfUsageService''getGeneralConditionsOfUsageServiceService'false],
  6409.             'tokenSecurityManager' => ['privates''Due\\Service\\DueTokenSecurityManager''getDueTokenSecurityManagerService'false],
  6410.         ], [
  6411.             'dueLegalInformationRepository' => 'Due\\Repository\\DueLegalInformationRepository',
  6412.             'generalConditionsOfUsageService' => 'App\\Api\\Service\\GeneralConditionsOfUsageService',
  6413.             'tokenSecurityManager' => 'Due\\Service\\DueTokenSecurityManager',
  6414.         ]);
  6415.     }
  6416.     /**
  6417.      * Gets the private '.service_locator.Ccu3hvU' shared service.
  6418.      *
  6419.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6420.      */
  6421.     protected function get_ServiceLocator_Ccu3hvUService()
  6422.     {
  6423.         return $this->privates['.service_locator.Ccu3hvU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6424.             'translator' => ['services''translator''getTranslatorService'false],
  6425.         ], [
  6426.             'translator' => '?',
  6427.         ]);
  6428.     }
  6429.     /**
  6430.      * Gets the private '.service_locator.Cjr3Nrw' shared service.
  6431.      *
  6432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6433.      */
  6434.     protected function get_ServiceLocator_Cjr3NrwService()
  6435.     {
  6436.         return $this->privates['.service_locator.Cjr3Nrw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6437.             'createDueEmployeeEmailRequest' => ['privates''.errored..service_locator.Cjr3Nrw.Due\\DTO\\Http\\CreateDueEmployeeEmailRequest'NULL'Cannot autowire service ".service_locator.Cjr3Nrw": it references class "Due\\DTO\\Http\\CreateDueEmployeeEmailRequest" but no such service exists.'],
  6438.             'employeeEmailManager' => ['privates''Due\\Service\\EmployeeEmail\\EmployeeEmailManager''getEmployeeEmailManagerService'false],
  6439.         ], [
  6440.             'createDueEmployeeEmailRequest' => 'Due\\DTO\\Http\\CreateDueEmployeeEmailRequest',
  6441.             'employeeEmailManager' => 'Due\\Service\\EmployeeEmail\\EmployeeEmailManager',
  6442.         ]);
  6443.     }
  6444.     /**
  6445.      * Gets the private '.service_locator.DNvMO8N' shared service.
  6446.      *
  6447.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6448.      */
  6449.     protected function get_ServiceLocator_DNvMO8NService()
  6450.     {
  6451.         return $this->privates['.service_locator.DNvMO8N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6452.             'due' => ['privates''.errored..service_locator.DNvMO8N.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.DNvMO8N": it references class "Due\\Entity\\Due" but no such service exists.'],
  6453.             'makeEffectiveManager' => ['privates''Due\\Service\\MakeEffectiveManager''getMakeEffectiveManagerService'false],
  6454.         ], [
  6455.             'due' => 'Due\\Entity\\Due',
  6456.             'makeEffectiveManager' => 'Due\\Service\\MakeEffectiveManager',
  6457.         ]);
  6458.     }
  6459.     /**
  6460.      * Gets the private '.service_locator.GleTSQE' shared service.
  6461.      *
  6462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6463.      */
  6464.     protected function get_ServiceLocator_GleTSQEService()
  6465.     {
  6466.         return $this->privates['.service_locator.GleTSQE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6467.             'due' => ['privates''.errored..service_locator.GleTSQE.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.GleTSQE": it references class "Due\\Entity\\Due" but no such service exists.'],
  6468.         ], [
  6469.             'due' => 'Due\\Entity\\Due',
  6470.         ]);
  6471.     }
  6472.     /**
  6473.      * Gets the private '.service_locator.ICt8WXL' shared service.
  6474.      *
  6475.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6476.      */
  6477.     protected function get_ServiceLocator_ICt8WXLService()
  6478.     {
  6479.         return $this->privates['.service_locator.ICt8WXL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6480.             'manager' => ['privates''App\\Api\\Service\\SettingsManager''getSettingsManagerService'false],
  6481.             'request' => ['privates''.errored..service_locator.ICt8WXL.App\\Api\\DTO\\Http\\UpdateSettingsRequest'NULL'Cannot autowire service ".service_locator.ICt8WXL": it references class "App\\Api\\DTO\\Http\\UpdateSettingsRequest" but no such service exists.'],
  6482.         ], [
  6483.             'manager' => 'App\\Api\\Service\\SettingsManager',
  6484.             'request' => 'App\\Api\\DTO\\Http\\UpdateSettingsRequest',
  6485.         ]);
  6486.     }
  6487.     /**
  6488.      * Gets the private '.service_locator.IxtjldI' shared service.
  6489.      *
  6490.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6491.      */
  6492.     protected function get_ServiceLocator_IxtjldIService()
  6493.     {
  6494.         return $this->privates['.service_locator.IxtjldI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6495.             'repository' => ['privates''Due\\Repository\\CollectiveAgreementReasonRepository''getCollectiveAgreementReasonRepositoryService'false],
  6496.         ], [
  6497.             'repository' => 'Due\\Repository\\CollectiveAgreementReasonRepository',
  6498.         ]);
  6499.     }
  6500.     /**
  6501.      * Gets the private '.service_locator.KjFrBRI' shared service.
  6502.      *
  6503.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6504.      */
  6505.     protected function get_ServiceLocator_KjFrBRIService()
  6506.     {
  6507.         return $this->privates['.service_locator.KjFrBRI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6508.             'amendmentDue' => ['privates''.errored..service_locator.KjFrBRI.Due\\Entity\\AmendmentDue'NULL'Cannot autowire service ".service_locator.KjFrBRI": it references class "Due\\Entity\\AmendmentDue" but no such service exists.'],
  6509.             'filter' => ['privates''.errored..service_locator.KjFrBRI.Due\\DTO\\AmendmentDueDownloadFilter'NULL'Cannot autowire service ".service_locator.KjFrBRI": it references class "Due\\DTO\\AmendmentDueDownloadFilter" but no such service exists.'],
  6510.             'zipArchiver' => ['privates''Due\\Service\\DueZipArchiver''getDueZipArchiverService'false],
  6511.         ], [
  6512.             'amendmentDue' => 'Due\\Entity\\AmendmentDue',
  6513.             'filter' => 'Due\\DTO\\AmendmentDueDownloadFilter',
  6514.             'zipArchiver' => 'Due\\Service\\DueZipArchiver',
  6515.         ]);
  6516.     }
  6517.     /**
  6518.      * Gets the private '.service_locator.KvMwYre' shared service.
  6519.      *
  6520.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6521.      */
  6522.     protected function get_ServiceLocator_KvMwYreService()
  6523.     {
  6524.         return $this->privates['.service_locator.KvMwYre'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6525.             'exemption' => ['privates''.errored..service_locator.KvMwYre.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.KvMwYre": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6526.             'pdfGenerator' => ['privates''App\\Api\\Service\\PdfGenerator''getPdfGeneratorService'false],
  6527.         ], [
  6528.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6529.             'pdfGenerator' => 'App\\Api\\Service\\PdfGenerator',
  6530.         ]);
  6531.     }
  6532.     /**
  6533.      * Gets the private '.service_locator.Ky1J91K' shared service.
  6534.      *
  6535.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6536.      */
  6537.     protected function get_ServiceLocator_Ky1J91KService()
  6538.     {
  6539.         return $this->privates['.service_locator.Ky1J91K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6540.             'exemptionExportRequest' => ['privates''.errored..service_locator.Ky1J91K.App\\Api\\Entity\\ExemptionExportRequest'NULL'Cannot autowire service ".service_locator.Ky1J91K": it references class "App\\Api\\Entity\\ExemptionExportRequest" but no such service exists.'],
  6541.         ], [
  6542.             'exemptionExportRequest' => 'App\\Api\\Entity\\ExemptionExportRequest',
  6543.         ]);
  6544.     }
  6545.     /**
  6546.      * Gets the private '.service_locator.LHUL7Gy' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6549.      */
  6550.     protected function get_ServiceLocator_LHUL7GyService()
  6551.     {
  6552.         return $this->privates['.service_locator.LHUL7Gy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6553.             'createRequest' => ['privates''.errored..service_locator.LHUL7Gy.Due\\DTO\\Http\\CreateContactUsRequest'NULL'Cannot autowire service ".service_locator.LHUL7Gy": it references class "Due\\DTO\\Http\\CreateContactUsRequest" but no such service exists.'],
  6554.             'manager' => ['privates''Due\\Service\\CreateContactUsRequestManager''getCreateContactUsRequestManagerService'false],
  6555.         ], [
  6556.             'createRequest' => 'Due\\DTO\\Http\\CreateContactUsRequest',
  6557.             'manager' => 'Due\\Service\\CreateContactUsRequestManager',
  6558.         ]);
  6559.     }
  6560.     /**
  6561.      * Gets the private '.service_locator.Ma52foQ' shared service.
  6562.      *
  6563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6564.      */
  6565.     protected function get_ServiceLocator_Ma52foQService()
  6566.     {
  6567.         return $this->privates['.service_locator.Ma52foQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6568.             'updateUserRequest' => ['privates''.errored..service_locator.Ma52foQ.App\\Api\\DTO\\Http\\UpdateUserRequest'NULL'Cannot autowire service ".service_locator.Ma52foQ": it references class "App\\Api\\DTO\\Http\\UpdateUserRequest" but no such service exists.'],
  6569.             'user' => ['privates''.errored..service_locator.Ma52foQ.App\\Api\\Entity\\User'NULL'Cannot autowire service ".service_locator.Ma52foQ": it references class "App\\Api\\Entity\\User" but no such service exists.'],
  6570.             'userManager' => ['privates''App\\Api\\Service\\UserManager''getUserManagerService'false],
  6571.         ], [
  6572.             'updateUserRequest' => 'App\\Api\\DTO\\Http\\UpdateUserRequest',
  6573.             'user' => 'App\\Api\\Entity\\User',
  6574.             'userManager' => 'App\\Api\\Service\\UserManager',
  6575.         ]);
  6576.     }
  6577.     /**
  6578.      * Gets the private '.service_locator.OLVALnw' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6581.      */
  6582.     protected function get_ServiceLocator_OLVALnwService()
  6583.     {
  6584.         return $this->privates['.service_locator.OLVALnw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6585.             'repository' => ['privates''App\\Api\\Repository\\ContractTypeRepository''getContractTypeRepositoryService'false],
  6586.         ], [
  6587.             'repository' => 'App\\Api\\Repository\\ContractTypeRepository',
  6588.         ]);
  6589.     }
  6590.     /**
  6591.      * Gets the private '.service_locator.OtRt.CO' shared service.
  6592.      *
  6593.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6594.      */
  6595.     protected function get_ServiceLocator_OtRt_COService()
  6596.     {
  6597.         return $this->privates['.service_locator.OtRt.CO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6598.             'exemption' => ['privates''.errored..service_locator.OtRt.CO.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.OtRt.CO": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6599.             'exemptionValidatedToEmployeeHandler' => ['privates''App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionValidatedToEmployeeHandler''getExemptionValidatedToEmployeeHandlerService'false],
  6600.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6601.         ], [
  6602.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6603.             'exemptionValidatedToEmployeeHandler' => 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionValidatedToEmployeeHandler',
  6604.             'messageBus' => '?',
  6605.         ]);
  6606.     }
  6607.     /**
  6608.      * Gets the private '.service_locator.PW.RkQL' shared service.
  6609.      *
  6610.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6611.      */
  6612.     protected function get_ServiceLocator_PW_RkQLService()
  6613.     {
  6614.         return $this->privates['.service_locator.PW.RkQL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6615.             'statisticManager' => ['privates''App\\Api\\Service\\StatisticManager''getStatisticManagerService'false],
  6616.         ], [
  6617.             'statisticManager' => 'App\\Api\\Service\\StatisticManager',
  6618.         ]);
  6619.     }
  6620.     /**
  6621.      * Gets the private '.service_locator.PcITJr6' shared service.
  6622.      *
  6623.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6624.      */
  6625.     protected function get_ServiceLocator_PcITJr6Service()
  6626.     {
  6627.         return $this->privates['.service_locator.PcITJr6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6628.             'exemption' => ['privates''.errored..service_locator.PcITJr6.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.PcITJr6": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6629.             'rejectExemptionRequest' => ['privates''.errored..service_locator.PcITJr6.App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest'NULL'Cannot autowire service ".service_locator.PcITJr6": it references class "App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest" but no such service exists.'],
  6630.         ], [
  6631.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6632.             'rejectExemptionRequest' => 'App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest',
  6633.         ]);
  6634.     }
  6635.     /**
  6636.      * Gets the private '.service_locator.QfUl_U7' shared service.
  6637.      *
  6638.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6639.      */
  6640.     protected function get_ServiceLocator_QfUlU7Service()
  6641.     {
  6642.         return $this->privates['.service_locator.QfUl_U7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6643.             'createEnterpriseRequest' => ['privates''.errored..service_locator.QfUl_U7.App\\Api\\DTO\\Http\\CreateEnterpriseRequest'NULL'Cannot autowire service ".service_locator.QfUl_U7": it references class "App\\Api\\DTO\\Http\\CreateEnterpriseRequest" but no such service exists.'],
  6644.             'manager' => ['privates''App\\Api\\Service\\EnterpriseManager''getEnterpriseManagerService'false],
  6645.         ], [
  6646.             'createEnterpriseRequest' => 'App\\Api\\DTO\\Http\\CreateEnterpriseRequest',
  6647.             'manager' => 'App\\Api\\Service\\EnterpriseManager',
  6648.         ]);
  6649.     }
  6650.     /**
  6651.      * Gets the private '.service_locator.QpO7Srl' shared service.
  6652.      *
  6653.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6654.      */
  6655.     protected function get_ServiceLocator_QpO7SrlService()
  6656.     {
  6657.         return $this->privates['.service_locator.QpO7Srl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6658.             'exemption' => ['privates''.errored..service_locator.QpO7Srl.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.QpO7Srl": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6659.             'exemptionReasonService' => ['privates''App\\Api\\Service\\ExemptionReasonService''getExemptionReasonServiceService'false],
  6660.             'reasonFilter' => ['privates''.errored..service_locator.QpO7Srl.App\\Api\\DTO\\ReasonFilter'NULL'Cannot autowire service ".service_locator.QpO7Srl": it references class "App\\Api\\DTO\\ReasonFilter" but no such service exists.'],
  6661.             'reasonRepository' => ['privates''App\\Api\\Repository\\ReasonRepository''getReasonRepositoryService'false],
  6662.         ], [
  6663.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6664.             'exemptionReasonService' => 'App\\Api\\Service\\ExemptionReasonService',
  6665.             'reasonFilter' => 'App\\Api\\DTO\\ReasonFilter',
  6666.             'reasonRepository' => 'App\\Api\\Repository\\ReasonRepository',
  6667.         ]);
  6668.     }
  6669.     /**
  6670.      * Gets the private '.service_locator.R3QJUl2' shared service.
  6671.      *
  6672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6673.      */
  6674.     protected function get_ServiceLocator_R3QJUl2Service()
  6675.     {
  6676.         return $this->privates['.service_locator.R3QJUl2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6677.             'createRequest' => ['privates''.errored..service_locator.R3QJUl2.Due\\DTO\\Http\\CreateAppContactUsRequest'NULL'Cannot autowire service ".service_locator.R3QJUl2": it references class "Due\\DTO\\Http\\CreateAppContactUsRequest" but no such service exists.'],
  6678.             'manager' => ['privates''Due\\Service\\CreateContactUsRequestManager''getCreateContactUsRequestManagerService'false],
  6679.         ], [
  6680.             'createRequest' => 'Due\\DTO\\Http\\CreateAppContactUsRequest',
  6681.             'manager' => 'Due\\Service\\CreateContactUsRequestManager',
  6682.         ]);
  6683.     }
  6684.     /**
  6685.      * Gets the private '.service_locator.R7ubg4q' shared service.
  6686.      *
  6687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6688.      */
  6689.     protected function get_ServiceLocator_R7ubg4qService()
  6690.     {
  6691.         return $this->privates['.service_locator.R7ubg4q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6692.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6693.             'securityManager' => ['privates''Due\\Service\\DueTokenSecurityManager''getDueTokenSecurityManagerService'false],
  6694.             'yousignClient' => ['privates''App\\Api\\Service\\YousignClient''getYousignClientService'false],
  6695.         ], [
  6696.             'messageBus' => '?',
  6697.             'securityManager' => 'Due\\Service\\DueTokenSecurityManager',
  6698.             'yousignClient' => 'App\\Api\\Service\\YousignClient',
  6699.         ]);
  6700.     }
  6701.     /**
  6702.      * Gets the private '.service_locator.SFg_eHa' shared service.
  6703.      *
  6704.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6705.      */
  6706.     protected function get_ServiceLocator_SFgEHaService()
  6707.     {
  6708.         return $this->privates['.service_locator.SFg_eHa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6709.             'reasonFilter' => ['privates''.errored..service_locator.SFg_eHa.App\\Api\\DTO\\ReasonFilter'NULL'Cannot autowire service ".service_locator.SFg_eHa": it references class "App\\Api\\DTO\\ReasonFilter" but no such service exists.'],
  6710.             'securityManager' => ['privates''App\\Api\\Service\\ExemptionTokenSecurityManager''getExemptionTokenSecurityManagerService'false],
  6711.         ], [
  6712.             'reasonFilter' => 'App\\Api\\DTO\\ReasonFilter',
  6713.             'securityManager' => 'App\\Api\\Service\\ExemptionTokenSecurityManager',
  6714.         ]);
  6715.     }
  6716.     /**
  6717.      * Gets the private '.service_locator.TV6RRbH' shared service.
  6718.      *
  6719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6720.      */
  6721.     protected function get_ServiceLocator_TV6RRbHService()
  6722.     {
  6723.         return $this->privates['.service_locator.TV6RRbH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6724.             'resetTokenSecurityManager' => ['privates''App\\Api\\Service\\PasswordResetTokenSecurityManager''getPasswordResetTokenSecurityManagerService'false],
  6725.         ], [
  6726.             'resetTokenSecurityManager' => 'App\\Api\\Service\\PasswordResetTokenSecurityManager',
  6727.         ]);
  6728.     }
  6729.     /**
  6730.      * Gets the private '.service_locator.TocpXxf' shared service.
  6731.      *
  6732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6733.      */
  6734.     protected function get_ServiceLocator_TocpXxfService()
  6735.     {
  6736.         return $this->privates['.service_locator.TocpXxf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6737.             'dueLegalInformationRepository' => ['privates''Due\\Repository\\DueLegalInformationRepository''getDueLegalInformationRepositoryService'false],
  6738.         ], [
  6739.             'dueLegalInformationRepository' => 'Due\\Repository\\DueLegalInformationRepository',
  6740.         ]);
  6741.     }
  6742.     /**
  6743.      * Gets the private '.service_locator.VDEtJWp' shared service.
  6744.      *
  6745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6746.      */
  6747.     protected function get_ServiceLocator_VDEtJWpService()
  6748.     {
  6749.         return $this->privates['.service_locator.VDEtJWp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6750.             'exemption' => ['privates''.errored..service_locator.VDEtJWp.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.VDEtJWp": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6751.             'exemptionRejectedToEmployeeHandler' => ['privates''App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionRejectedToEmployeeHandler''getExemptionRejectedToEmployeeHandlerService'false],
  6752.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6753.             'rejectExemptionRequest' => ['privates''.errored..service_locator.VDEtJWp.App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest'NULL'Cannot autowire service ".service_locator.VDEtJWp": it references class "App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest" but no such service exists.'],
  6754.         ], [
  6755.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6756.             'exemptionRejectedToEmployeeHandler' => 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionRejectedToEmployeeHandler',
  6757.             'messageBus' => '?',
  6758.             'rejectExemptionRequest' => 'App\\Api\\DTO\\Http\\RejectOrAbortExemptionRequest',
  6759.         ]);
  6760.     }
  6761.     /**
  6762.      * Gets the private '.service_locator.VV6szOV' shared service.
  6763.      *
  6764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6765.      */
  6766.     protected function get_ServiceLocator_VV6szOVService()
  6767.     {
  6768.         return $this->privates['.service_locator.VV6szOV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6769.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  6770.             'request' => ['privates''.errored..service_locator.VV6szOV.App\\Api\\Entity\\ExemptionExportRequest'NULL'Cannot autowire service ".service_locator.VV6szOV": it references class "App\\Api\\Entity\\ExemptionExportRequest" but no such service exists.'],
  6771.         ], [
  6772.             'parameterBag' => '?',
  6773.             'request' => 'App\\Api\\Entity\\ExemptionExportRequest',
  6774.         ]);
  6775.     }
  6776.     /**
  6777.      * Gets the private '.service_locator.VXlCMAE' shared service.
  6778.      *
  6779.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6780.      */
  6781.     protected function get_ServiceLocator_VXlCMAEService()
  6782.     {
  6783.         return $this->privates['.service_locator.VXlCMAE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6784.             'enterpriseDeleteHandler' => ['privates''App\\Api\\Messenger\\MessageHandler\\Email\\EnterpriseDeleteHandler''getEnterpriseDeleteHandlerService'false],
  6785.             'enterpriseDeleteManager' => ['privates''App\\Api\\Service\\EnterpriseDeleteManager''getEnterpriseDeleteManagerService'false],
  6786.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6787.         ], [
  6788.             'enterpriseDeleteHandler' => 'App\\Api\\Messenger\\MessageHandler\\Email\\EnterpriseDeleteHandler',
  6789.             'enterpriseDeleteManager' => 'App\\Api\\Service\\EnterpriseDeleteManager',
  6790.             'messageBus' => '?',
  6791.         ]);
  6792.     }
  6793.     /**
  6794.      * Gets the private '.service_locator.W8h9y_Y' shared service.
  6795.      *
  6796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6797.      */
  6798.     protected function get_ServiceLocator_W8h9yYService()
  6799.     {
  6800.         return $this->privates['.service_locator.W8h9y_Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6801.             'collectiveAgreementRepository' => ['privates''Due\\Repository\\CollectiveAgreementRepository''getCollectiveAgreementRepositoryService'false],
  6802.         ], [
  6803.             'collectiveAgreementRepository' => 'Due\\Repository\\CollectiveAgreementRepository',
  6804.         ]);
  6805.     }
  6806.     /**
  6807.      * Gets the private '.service_locator.Z7NlvVW' shared service.
  6808.      *
  6809.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6810.      */
  6811.     protected function get_ServiceLocator_Z7NlvVWService()
  6812.     {
  6813.         return $this->privates['.service_locator.Z7NlvVW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6814.             'reasonFilter' => ['privates''.errored..service_locator.Z7NlvVW.App\\Api\\DTO\\ReasonFilter'NULL'Cannot autowire service ".service_locator.Z7NlvVW": it references class "App\\Api\\DTO\\ReasonFilter" but no such service exists.'],
  6815.             'reasonRepository' => ['privates''App\\Api\\Repository\\ReasonRepository''getReasonRepositoryService'false],
  6816.         ], [
  6817.             'reasonFilter' => 'App\\Api\\DTO\\ReasonFilter',
  6818.             'reasonRepository' => 'App\\Api\\Repository\\ReasonRepository',
  6819.         ]);
  6820.     }
  6821.     /**
  6822.      * Gets the private '.service_locator._pUUaJp' shared service.
  6823.      *
  6824.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6825.      */
  6826.     protected function get_ServiceLocator_PUUaJpService()
  6827.     {
  6828.         return $this->privates['.service_locator._pUUaJp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6829.             'exemption' => ['privates''.errored..service_locator._pUUaJp.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator._pUUaJp": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  6830.             'exemptionSendUpdateLinkHandler' => ['privates''App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionSendUpdateLinkHandler''getExemptionSendUpdateLinkHandlerService'false],
  6831.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  6832.         ], [
  6833.             'exemption' => 'App\\Api\\Entity\\Exemption',
  6834.             'exemptionSendUpdateLinkHandler' => 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionSendUpdateLinkHandler',
  6835.             'messageBus' => '?',
  6836.         ]);
  6837.     }
  6838.     /**
  6839.      * Gets the private '.service_locator.aIazUiK' shared service.
  6840.      *
  6841.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6842.      */
  6843.     protected function get_ServiceLocator_AIazUiKService()
  6844.     {
  6845.         return $this->privates['.service_locator.aIazUiK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6846.             'due' => ['privates''.errored..service_locator.aIazUiK.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.aIazUiK": it references class "Due\\Entity\\Due" but no such service exists.'],
  6847.             'dueSignOffSheetDocumentManager' => ['privates''Due\\Service\\DueSignOffSheetDocumentManager''getDueSignOffSheetDocumentManagerService'false],
  6848.         ], [
  6849.             'due' => 'Due\\Entity\\Due',
  6850.             'dueSignOffSheetDocumentManager' => 'Due\\Service\\DueSignOffSheetDocumentManager',
  6851.         ]);
  6852.     }
  6853.     /**
  6854.      * Gets the private '.service_locator.cSgJxYB' shared service.
  6855.      *
  6856.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6857.      */
  6858.     protected function get_ServiceLocator_CSgJxYBService()
  6859.     {
  6860.         return $this->privates['.service_locator.cSgJxYB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6861.             'settingsFilter' => ['privates''.errored..service_locator.cSgJxYB.App\\Api\\DTO\\SettingsFilter'NULL'Cannot autowire service ".service_locator.cSgJxYB": it references class "App\\Api\\DTO\\SettingsFilter" but no such service exists.'],
  6862.             'settingsRepository' => ['privates''App\\Api\\Repository\\EnterpriseSettingsRepository''getEnterpriseSettingsRepositoryService'false],
  6863.         ], [
  6864.             'settingsFilter' => 'App\\Api\\DTO\\SettingsFilter',
  6865.             'settingsRepository' => 'App\\Api\\Repository\\EnterpriseSettingsRepository',
  6866.         ]);
  6867.     }
  6868.     /**
  6869.      * Gets the private '.service_locator.cTSNN9f' shared service.
  6870.      *
  6871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6872.      */
  6873.     protected function get_ServiceLocator_CTSNN9fService()
  6874.     {
  6875.         return $this->privates['.service_locator.cTSNN9f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6876.             'createRequest' => ['privates''.errored..service_locator.cTSNN9f.Due\\DTO\\Http\\CreateDueRequest'NULL'Cannot autowire service ".service_locator.cTSNN9f": it references class "Due\\DTO\\Http\\CreateDueRequest" but no such service exists.'],
  6877.             'manager' => ['privates''Due\\Service\\DueManager''getDueManagerService'false],
  6878.         ], [
  6879.             'createRequest' => 'Due\\DTO\\Http\\CreateDueRequest',
  6880.             'manager' => 'Due\\Service\\DueManager',
  6881.         ]);
  6882.     }
  6883.     /**
  6884.      * Gets the private '.service_locator.dJLnrgu' shared service.
  6885.      *
  6886.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6887.      */
  6888.     protected function get_ServiceLocator_DJLnrguService()
  6889.     {
  6890.         return $this->privates['.service_locator.dJLnrgu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6891.             'dueManager' => ['privates''Due\\Service\\DueManager''getDueManagerService'false],
  6892.             'filter' => ['privates''.errored..service_locator.dJLnrgu.Due\\DTO\\DueDownloadFilter'NULL'Cannot autowire service ".service_locator.dJLnrgu": it references class "Due\\DTO\\DueDownloadFilter" but no such service exists.'],
  6893.             'tokenSecurityManager' => ['privates''Due\\Service\\EmployeeEmail\\TokenSecurityManager''getTokenSecurityManagerService'false],
  6894.             'zipArchiver' => ['privates''Due\\Service\\DueZipArchiver''getDueZipArchiverService'false],
  6895.         ], [
  6896.             'dueManager' => 'Due\\Service\\DueManager',
  6897.             'filter' => 'Due\\DTO\\DueDownloadFilter',
  6898.             'tokenSecurityManager' => 'Due\\Service\\EmployeeEmail\\TokenSecurityManager',
  6899.             'zipArchiver' => 'Due\\Service\\DueZipArchiver',
  6900.         ]);
  6901.     }
  6902.     /**
  6903.      * Gets the private '.service_locator.e5zsAu4' shared service.
  6904.      *
  6905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6906.      */
  6907.     protected function get_ServiceLocator_E5zsAu4Service()
  6908.     {
  6909.         return $this->privates['.service_locator.e5zsAu4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6910.             'query' => ['privates''.errored..service_locator.e5zsAu4.Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface'NULL'Cannot autowire service ".service_locator.e5zsAu4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?'],
  6911.         ], [
  6912.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  6913.         ]);
  6914.     }
  6915.     /**
  6916.      * Gets the private '.service_locator.eA3wn4M' shared service.
  6917.      *
  6918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6919.      */
  6920.     protected function get_ServiceLocator_EA3wn4MService()
  6921.     {
  6922.         return $this->privates['.service_locator.eA3wn4M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6923.             'due' => ['privates''.errored..service_locator.eA3wn4M.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.eA3wn4M": it references class "Due\\Entity\\Due" but no such service exists.'],
  6924.             'dueSignOffSheetDocument' => ['privates''.errored..service_locator.eA3wn4M.Due\\Entity\\DueSignOffSheetDocument'NULL'Cannot autowire service ".service_locator.eA3wn4M": it references class "Due\\Entity\\DueSignOffSheetDocument" but no such service exists.'],
  6925.             'dueSignOffSheetDocumentManager' => ['privates''Due\\Service\\DueSignOffSheetDocumentManager''getDueSignOffSheetDocumentManagerService'false],
  6926.         ], [
  6927.             'due' => 'Due\\Entity\\Due',
  6928.             'dueSignOffSheetDocument' => 'Due\\Entity\\DueSignOffSheetDocument',
  6929.             'dueSignOffSheetDocumentManager' => 'Due\\Service\\DueSignOffSheetDocumentManager',
  6930.         ]);
  6931.     }
  6932.     /**
  6933.      * Gets the private '.service_locator.f05.wSu' shared service.
  6934.      *
  6935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6936.      */
  6937.     protected function get_ServiceLocator_F05_WSuService()
  6938.     {
  6939.         return $this->privates['.service_locator.f05.wSu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6940.             'filter' => ['privates''.errored..service_locator.f05.wSu.App\\Api\\DTO\\ExemptionFilter'NULL'Cannot autowire service ".service_locator.f05.wSu": it references class "App\\Api\\DTO\\ExemptionFilter" but no such service exists.'],
  6941.             'paging' => ['privates''.errored..service_locator.f05.wSu.App\\Api\\DTO\\PagingDto'NULL'Cannot autowire service ".service_locator.f05.wSu": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.'],
  6942.             'repository' => ['privates''App\\Api\\Repository\\ExemptionRepository''getExemptionRepositoryService'false],
  6943.             'sort' => ['privates''.errored..service_locator.f05.wSu.App\\Api\\DTO\\ExemptionSort'NULL'Cannot autowire service ".service_locator.f05.wSu": it references class "App\\Api\\DTO\\ExemptionSort" but no such service exists.'],
  6944.         ], [
  6945.             'filter' => 'App\\Api\\DTO\\ExemptionFilter',
  6946.             'paging' => 'App\\Api\\DTO\\PagingDto',
  6947.             'repository' => 'App\\Api\\Repository\\ExemptionRepository',
  6948.             'sort' => 'App\\Api\\DTO\\ExemptionSort',
  6949.         ]);
  6950.     }
  6951.     /**
  6952.      * Gets the private '.service_locator.f0HnXq_' shared service.
  6953.      *
  6954.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6955.      */
  6956.     protected function get_ServiceLocator_F0HnXqService()
  6957.     {
  6958.         return $this->privates['.service_locator.f0HnXq_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6959.             'enterpriseFilter' => ['privates''.errored..service_locator.f0HnXq_.App\\Api\\DTO\\EnterpriseFilter'NULL'Cannot autowire service ".service_locator.f0HnXq_": it references class "App\\Api\\DTO\\EnterpriseFilter" but no such service exists.'],
  6960.             'paging' => ['privates''.errored..service_locator.f0HnXq_.App\\Api\\DTO\\PagingDto'NULL'Cannot autowire service ".service_locator.f0HnXq_": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.'],
  6961.             'repository' => ['privates''App\\Api\\Repository\\EnterpriseRepository''getEnterpriseRepositoryService'false],
  6962.         ], [
  6963.             'enterpriseFilter' => 'App\\Api\\DTO\\EnterpriseFilter',
  6964.             'paging' => 'App\\Api\\DTO\\PagingDto',
  6965.             'repository' => 'App\\Api\\Repository\\EnterpriseRepository',
  6966.         ]);
  6967.     }
  6968.     /**
  6969.      * Gets the private '.service_locator.fDGEKR5' shared service.
  6970.      *
  6971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6972.      */
  6973.     protected function get_ServiceLocator_FDGEKR5Service()
  6974.     {
  6975.         return $this->privates['.service_locator.fDGEKR5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6976.             'exportStatisticManager' => ['privates''App\\Api\\Service\\ExportStatisticManager''getExportStatisticManagerService'false],
  6977.             'exportStatisticRequestValidator' => ['privates''App\\Api\\Validator\\Constraints\\ExportStatisticRequest\\ExportStatisticRequestValidator''getExportStatisticRequestValidatorService'false],
  6978.             'filePathProvider' => ['privates''App\\Api\\Service\\FilePathProvider''getFilePathProviderService'false],
  6979.             'statisticExportRequest' => ['privates''.errored..service_locator.fDGEKR5.App\\Api\\Entity\\StatisticExportRequest'NULL'Cannot autowire service ".service_locator.fDGEKR5": it references class "App\\Api\\Entity\\StatisticExportRequest" but no such service exists.'],
  6980.         ], [
  6981.             'exportStatisticManager' => 'App\\Api\\Service\\ExportStatisticManager',
  6982.             'exportStatisticRequestValidator' => 'App\\Api\\Validator\\Constraints\\ExportStatisticRequest\\ExportStatisticRequestValidator',
  6983.             'filePathProvider' => 'App\\Api\\Service\\FilePathProvider',
  6984.             'statisticExportRequest' => 'App\\Api\\Entity\\StatisticExportRequest',
  6985.         ]);
  6986.     }
  6987.     /**
  6988.      * Gets the private '.service_locator.fy587dO' shared service.
  6989.      *
  6990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6991.      */
  6992.     protected function get_ServiceLocator_Fy587dOService()
  6993.     {
  6994.         return $this->privates['.service_locator.fy587dO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6995.             'filter' => ['privates''.errored..service_locator.fy587dO.Due\\DTO\\ContactUsRequestsFilter'NULL'Cannot autowire service ".service_locator.fy587dO": it references class "Due\\DTO\\ContactUsRequestsFilter" but no such service exists.'],
  6996.             'repository' => ['privates''Due\\Repository\\ContactUsRequestRepository''getContactUsRequestRepositoryService'false],
  6997.         ], [
  6998.             'filter' => 'Due\\DTO\\ContactUsRequestsFilter',
  6999.             'repository' => 'Due\\Repository\\ContactUsRequestRepository',
  7000.         ]);
  7001.     }
  7002.     /**
  7003.      * Gets the private '.service_locator.gaFwXfI' shared service.
  7004.      *
  7005.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7006.      */
  7007.     protected function get_ServiceLocator_GaFwXfIService()
  7008.     {
  7009.         return $this->privates['.service_locator.gaFwXfI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7010.             'manager' => ['privates''App\\Api\\Service\\CreateExportRequestManager''getCreateExportRequestManagerService'false],
  7011.             'request' => ['privates''.errored..service_locator.gaFwXfI.App\\Api\\DTO\\Http\\CreateExemptionExportRequest'NULL'Cannot autowire service ".service_locator.gaFwXfI": it references class "App\\Api\\DTO\\Http\\CreateExemptionExportRequest" but no such service exists.'],
  7012.         ], [
  7013.             'manager' => 'App\\Api\\Service\\CreateExportRequestManager',
  7014.             'request' => 'App\\Api\\DTO\\Http\\CreateExemptionExportRequest',
  7015.         ]);
  7016.     }
  7017.     /**
  7018.      * Gets the private '.service_locator.h4bsnO7' shared service.
  7019.      *
  7020.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7021.      */
  7022.     protected function get_ServiceLocator_H4bsnO7Service()
  7023.     {
  7024.         return $this->privates['.service_locator.h4bsnO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7025.             'repository' => ['privates''App\\Api\\Repository\\DocumentTypeRepository''getDocumentTypeRepositoryService'false],
  7026.         ], [
  7027.             'repository' => 'App\\Api\\Repository\\DocumentTypeRepository',
  7028.         ]);
  7029.     }
  7030.     /**
  7031.      * Gets the private '.service_locator.hUSXhNZ' shared service.
  7032.      *
  7033.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7034.      */
  7035.     protected function get_ServiceLocator_HUSXhNZService()
  7036.     {
  7037.         return $this->privates['.service_locator.hUSXhNZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7038.             'manager' => ['privates''App\\Api\\Service\\ExemptionManager''getExemptionManagerService'false],
  7039.             'updateExemptionRequest' => ['privates''.errored..service_locator.hUSXhNZ.App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest'NULL'Cannot autowire service ".service_locator.hUSXhNZ": it references class "App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest" but no such service exists.'],
  7040.         ], [
  7041.             'manager' => 'App\\Api\\Service\\ExemptionManager',
  7042.             'updateExemptionRequest' => 'App\\Api\\DTO\\Http\\UpdateExemptionByEmployeeRequest',
  7043.         ]);
  7044.     }
  7045.     /**
  7046.      * Gets the private '.service_locator.heJpq.0' shared service.
  7047.      *
  7048.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7049.      */
  7050.     protected function get_ServiceLocator_HeJpq_0Service()
  7051.     {
  7052.         return $this->privates['.service_locator.heJpq.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7053.             'filter' => ['privates''.errored..service_locator.heJpq.0.Due\\DTO\\DueFilter'NULL'Cannot autowire service ".service_locator.heJpq.0": it references class "Due\\DTO\\DueFilter" but no such service exists.'],
  7054.             'paging' => ['privates''.errored..service_locator.heJpq.0.App\\Api\\DTO\\PagingDto'NULL'Cannot autowire service ".service_locator.heJpq.0": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.'],
  7055.             'repository' => ['privates''Due\\Repository\\DueRepository''getDueRepositoryService'false],
  7056.         ], [
  7057.             'filter' => 'Due\\DTO\\DueFilter',
  7058.             'paging' => 'App\\Api\\DTO\\PagingDto',
  7059.             'repository' => 'Due\\Repository\\DueRepository',
  7060.         ]);
  7061.     }
  7062.     /**
  7063.      * Gets the private '.service_locator.iE4N5m0' shared service.
  7064.      *
  7065.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7066.      */
  7067.     protected function get_ServiceLocator_IE4N5m0Service()
  7068.     {
  7069.         return $this->privates['.service_locator.iE4N5m0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7070.             'repository' => ['privates''Due\\Repository\\ContributionOptionUnitRepository''getContributionOptionUnitRepositoryService'false],
  7071.         ], [
  7072.             'repository' => 'Due\\Repository\\ContributionOptionUnitRepository',
  7073.         ]);
  7074.     }
  7075.     /**
  7076.      * Gets the private '.service_locator.jMpHOrM' shared service.
  7077.      *
  7078.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7079.      */
  7080.     protected function get_ServiceLocator_JMpHOrMService()
  7081.     {
  7082.         return $this->privates['.service_locator.jMpHOrM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7083.             'App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7084.             'App\\Api\\Controller\\Admin\\CompanyAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7085.             'App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7086.             'App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7087.             'App\\Api\\Controller\\Admin\\ExportStatisticController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7088.             'App\\Api\\Controller\\Admin\\ExportStatisticController::createExportRequestAction' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  7089.             'App\\Api\\Controller\\Admin\\ExportStatisticController::downloadExportStatisticAction' => ['privates''.service_locator.kY20WfC''get_ServiceLocator_KY20WfCService'false],
  7090.             'App\\Api\\Controller\\Admin\\UserAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7091.             'App\\Api\\Controller\\Admin\\UserAdminController::cancelEnterpriseDeleteAction' => ['privates''.service_locator.kfe4a4w''get_ServiceLocator_Kfe4a4wService'false],
  7092.             'App\\Api\\Controller\\Admin\\UserAdminController::notifyAboutRemovalAction' => ['privates''.service_locator.VXlCMAE''get_ServiceLocator_VXlCMAEService'false],
  7093.             'App\\Api\\Controller\\Admin\\UserAdminController::sendResetPasswordLinkAction' => ['privates''.service_locator.qnTsDvU''get_ServiceLocator_QnTsDvUService'false],
  7094.             'App\\Api\\Controller\\V1\\ContractTypeController::list' => ['privates''.service_locator.OLVALnw''get_ServiceLocator_OLVALnwService'false],
  7095.             'App\\Api\\Controller\\V1\\DocumentTypeController::list' => ['privates''.service_locator.h4bsnO7''get_ServiceLocator_H4bsnO7Service'false],
  7096.             'App\\Api\\Controller\\V1\\EmployeeExemptionController::confirmExemption' => ['privates''.service_locator..EtcmbH''get_ServiceLocator__EtcmbHService'false],
  7097.             'App\\Api\\Controller\\V1\\EmployeeExemptionController::updateExemption' => ['privates''.service_locator.hUSXhNZ''get_ServiceLocator_HUSXhNZService'false],
  7098.             'App\\Api\\Controller\\V1\\EnterpriseController::create' => ['privates''.service_locator.QfUl_U7''get_ServiceLocator_QfUlU7Service'false],
  7099.             'App\\Api\\Controller\\V1\\EnterpriseController::list' => ['privates''.service_locator.f0HnXq_''get_ServiceLocator_F0HnXqService'false],
  7100.             'App\\Api\\Controller\\V1\\EnterpriseController::update' => ['privates''.service_locator.lUHs3Hs''get_ServiceLocator_LUHs3HsService'false],
  7101.             'App\\Api\\Controller\\V1\\ExemptionController::create' => ['privates''.service_locator.9yvY51R''get_ServiceLocator_9yvY51RService'false],
  7102.             'App\\Api\\Controller\\V1\\ExemptionController::downloadPdf' => ['privates''.service_locator.KvMwYre''get_ServiceLocator_KvMwYreService'false],
  7103.             'App\\Api\\Controller\\V1\\ExemptionController::find' => ['privates''.service_locator.n0qCPO8''get_ServiceLocator_N0qCPO8Service'false],
  7104.             'App\\Api\\Controller\\V1\\ExemptionController::list' => ['privates''.service_locator.f05.wSu''get_ServiceLocator_F05_WSuService'false],
  7105.             'App\\Api\\Controller\\V1\\ExemptionController::reasonsList' => ['privates''.service_locator.QpO7Srl''get_ServiceLocator_QpO7SrlService'false],
  7106.             'App\\Api\\Controller\\V1\\ExemptionController::resendUpdateExemptionLink' => ['privates''.service_locator._pUUaJp''get_ServiceLocator_PUUaJpService'false],
  7107.             'App\\Api\\Controller\\V1\\ExemptionController::sendUpdateExemptionLink' => ['privates''.service_locator._pUUaJp''get_ServiceLocator_PUUaJpService'false],
  7108.             'App\\Api\\Controller\\V1\\ExemptionController::update' => ['privates''.service_locator.7QQ.dPI''get_ServiceLocator_7QQ_DPIService'false],
  7109.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController::abort' => ['privates''.service_locator.PcITJr6''get_ServiceLocator_PcITJr6Service'false],
  7110.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController::approve' => ['privates''.service_locator.OtRt.CO''get_ServiceLocator_OtRt_COService'false],
  7111.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController::reject' => ['privates''.service_locator.VDEtJWp''get_ServiceLocator_VDEtJWpService'false],
  7112.             'App\\Api\\Controller\\V1\\ExemptionExportController::createExportRequest' => ['privates''.service_locator.gaFwXfI''get_ServiceLocator_GaFwXfIService'false],
  7113.             'App\\Api\\Controller\\V1\\ExemptionExportController::exportCollection' => ['privates''.service_locator.VV6szOV''get_ServiceLocator_VV6szOVService'false],
  7114.             'App\\Api\\Controller\\V1\\ExemptionExportController::exportItem' => ['privates''.service_locator.u0N9yMe''get_ServiceLocator_U0N9yMeService'false],
  7115.             'App\\Api\\Controller\\V1\\ExemptionExportController::find' => ['privates''.service_locator.Ky1J91K''get_ServiceLocator_Ky1J91KService'false],
  7116.             'App\\Api\\Controller\\V1\\PasswordResetController::frontResetPassword' => ['privates''.service_locator.ne3uEjM''get_ServiceLocator_Ne3uEjMService'false],
  7117.             'App\\Api\\Controller\\V1\\PasswordResetController::getUserRoleByToken' => ['privates''.service_locator.TV6RRbH''get_ServiceLocator_TV6RRbHService'false],
  7118.             'App\\Api\\Controller\\V1\\PasswordResetController::passwordChange' => ['privates''.service_locator.qWu1JZN''get_ServiceLocator_QWu1JZNService'false],
  7119.             'App\\Api\\Controller\\V1\\PasswordResetController::resetPassword' => ['privates''.service_locator.2yj4Ufo''get_ServiceLocator_2yj4UfoService'false],
  7120.             'App\\Api\\Controller\\V1\\ReasonController::find' => ['privates''.service_locator.qo.LLdP''get_ServiceLocator_Qo_LLdPService'false],
  7121.             'App\\Api\\Controller\\V1\\ReasonController::findByAccessToken' => ['privates''.service_locator.2KwG8Rq''get_ServiceLocator_2KwG8RqService'false],
  7122.             'App\\Api\\Controller\\V1\\ReasonController::legalInformation' => ['privates''.service_locator.qo.LLdP''get_ServiceLocator_Qo_LLdPService'false],
  7123.             'App\\Api\\Controller\\V1\\ReasonController::list' => ['privates''.service_locator.Z7NlvVW''get_ServiceLocator_Z7NlvVWService'false],
  7124.             'App\\Api\\Controller\\V1\\ReasonController::listByAccessToken' => ['privates''.service_locator.SFg_eHa''get_ServiceLocator_SFgEHaService'false],
  7125.             'App\\Api\\Controller\\V1\\ReasonController::supportingDocuments' => ['privates''.service_locator.qo.LLdP''get_ServiceLocator_Qo_LLdPService'false],
  7126.             'App\\Api\\Controller\\V1\\SettingsController::find' => ['privates''.service_locator.cSgJxYB''get_ServiceLocator_CSgJxYBService'false],
  7127.             'App\\Api\\Controller\\V1\\SettingsController::update' => ['privates''.service_locator.ICt8WXL''get_ServiceLocator_ICt8WXLService'false],
  7128.             'App\\Api\\Controller\\V1\\StatisticController::createExportRequest' => ['privates''.service_locator.zNLEtbd''get_ServiceLocator_ZNLEtbdService'false],
  7129.             'App\\Api\\Controller\\V1\\StatisticController::exportStatistic' => ['privates''.service_locator.fDGEKR5''get_ServiceLocator_FDGEKR5Service'false],
  7130.             'App\\Api\\Controller\\V1\\StatisticController::getBeneficiaryQuantitiesExemptionStatistic' => ['privates''.service_locator.PW.RkQL''get_ServiceLocator_PW_RkQLService'false],
  7131.             'App\\Api\\Controller\\V1\\StatisticController::getEmployeesExemptionStatistic' => ['privates''.service_locator.PW.RkQL''get_ServiceLocator_PW_RkQLService'false],
  7132.             'App\\Api\\Controller\\V1\\StatisticController::getEnterpriseDueStatistic' => ['privates''.service_locator.PW.RkQL''get_ServiceLocator_PW_RkQLService'false],
  7133.             'App\\Api\\Controller\\V1\\UserController::deleteUserEnterprises' => ['privates''.service_locator.Ma52foQ''get_ServiceLocator_Ma52foQService'false],
  7134.             'App\\Api\\Controller\\V1\\UserController::find' => ['privates''.service_locator.2dSjQDH''get_ServiceLocator_2dSjQDHService'false],
  7135.             'App\\Api\\Controller\\V1\\UserController::update' => ['privates''.service_locator.Ma52foQ''get_ServiceLocator_Ma52foQService'false],
  7136.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController::__invoke' => ['privates''.service_locator.jc2V.Yq''get_ServiceLocator_Jc2V_YqService'false],
  7137.             'App\\Api\\Controller\\V2\\CompanyController::list' => ['privates''.service_locator.oCmSXQl''get_ServiceLocator_OCmSXQlService'false],
  7138.             'App\\Api\\Controller\\V2\\UserRegistrationController::registerOrLogin' => ['privates''.service_locator.0YA9.MM''get_ServiceLocator_0YA9_MMService'false],
  7139.             'Due\\Controller\\V1\\AmendmentDueController::create' => ['privates''.service_locator.Ag09eHG''get_ServiceLocator_Ag09eHGService'false],
  7140.             'Due\\Controller\\V1\\AmendmentDueController::downloadZip' => ['privates''.service_locator.KjFrBRI''get_ServiceLocator_KjFrBRIService'false],
  7141.             'Due\\Controller\\V1\\AppContactUsController::create' => ['privates''.service_locator.R3QJUl2''get_ServiceLocator_R3QJUl2Service'false],
  7142.             'Due\\Controller\\V1\\AppContactUsController::list' => ['privates''.service_locator.1zf.mDC''get_ServiceLocator_1zf_MDCService'false],
  7143.             'Due\\Controller\\V1\\BeneficiaryController::coverage' => ['privates''.service_locator.w3H3vbi''get_ServiceLocator_W3H3vbiService'false],
  7144.             'Due\\Controller\\V1\\BeneficiaryController::list' => ['privates''.service_locator.qNWX7nJ''get_ServiceLocator_QNWX7nJService'false],
  7145.             'Due\\Controller\\V1\\BeneficiaryController::listByAccessToken' => ['privates''.service_locator.Amqa_Md''get_ServiceLocator_AmqaMdService'false],
  7146.             'Due\\Controller\\V1\\CollectiveAgreementController::list' => ['privates''.service_locator.W8h9y_Y''get_ServiceLocator_W8h9yYService'false],
  7147.             'Due\\Controller\\V1\\CollectiveAgreementReasonController::list' => ['privates''.service_locator.IxtjldI''get_ServiceLocator_IxtjldIService'false],
  7148.             'Due\\Controller\\V1\\ContactUsController::create' => ['privates''.service_locator.LHUL7Gy''get_ServiceLocator_LHUL7GyService'false],
  7149.             'Due\\Controller\\V1\\ContactUsController::list' => ['privates''.service_locator.fy587dO''get_ServiceLocator_Fy587dOService'false],
  7150.             'Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController::find' => ['privates''.service_locator.kj8JnGb''get_ServiceLocator_Kj8JnGbService'false],
  7151.             'Due\\Controller\\V1\\ContributionOptionController::list' => ['privates''.service_locator.oGxJjEJ''get_ServiceLocator_OGxJjEJService'false],
  7152.             'Due\\Controller\\V1\\ContributionOptionUnitController::list' => ['privates''.service_locator.iE4N5m0''get_ServiceLocator_IE4N5m0Service'false],
  7153.             'Due\\Controller\\V1\\DueController::create' => ['privates''.service_locator.cTSNN9f''get_ServiceLocator_CTSNN9fService'false],
  7154.             'Due\\Controller\\V1\\DueController::downloadPdf' => ['privates''.service_locator.AvCSyPd''get_ServiceLocator_AvCSyPdService'false],
  7155.             'Due\\Controller\\V1\\DueController::find' => ['privates''.service_locator.GleTSQE''get_ServiceLocator_GleTSQEService'false],
  7156.             'Due\\Controller\\V1\\DueController::getLegalInformation' => ['privates''.service_locator.TocpXxf''get_ServiceLocator_TocpXxfService'false],
  7157.             'Due\\Controller\\V1\\DueController::list' => ['privates''.service_locator.heJpq.0''get_ServiceLocator_HeJpq_0Service'false],
  7158.             'Due\\Controller\\V1\\DueController::makeEffective' => ['privates''.service_locator.DNvMO8N''get_ServiceLocator_DNvMO8NService'false],
  7159.             'Due\\Controller\\V1\\DueController::renderDue' => ['privates''.service_locator.AvCSyPd''get_ServiceLocator_AvCSyPdService'false],
  7160.             'Due\\Controller\\V1\\DueController::sendUpdateDueLink' => ['privates''.service_locator.0igBeNE''get_ServiceLocator_0igBeNEService'false],
  7161.             'Due\\Controller\\V1\\DueController::update' => ['privates''.service_locator.xctDAYk''get_ServiceLocator_XctDAYkService'false],
  7162.             'Due\\Controller\\V1\\DueEmployeeEmailController::create' => ['privates''.service_locator.Cjr3Nrw''get_ServiceLocator_Cjr3NrwService'false],
  7163.             'Due\\Controller\\V1\\DueEmployeeEmailController::downloadByToken' => ['privates''.service_locator.dJLnrgu''get_ServiceLocator_DJLnrguService'false],
  7164.             'Due\\Controller\\V1\\DueEmployeeEmailController::list' => ['privates''.service_locator.9yhGpi8''get_ServiceLocator_9yhGpi8Service'false],
  7165.             'Due\\Controller\\V1\\DueLegalRepresentativeController::downloadPdf' => ['privates''.service_locator.1dsfVLX''get_ServiceLocator_1dsfVLXService'false],
  7166.             'Due\\Controller\\V1\\DueLegalRepresentativeController::startSightProcedure' => ['privates''.service_locator.y93O7R4''get_ServiceLocator_Y93O7R4Service'false],
  7167.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::create' => ['privates''.service_locator.pRT_qoY''get_ServiceLocator_PRTQoYService'false],
  7168.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::delete' => ['privates''.service_locator.eA3wn4M''get_ServiceLocator_EA3wn4MService'false],
  7169.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::find' => ['privates''.service_locator.aIazUiK''get_ServiceLocator_AIazUiKService'false],
  7170.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::update' => ['privates''.service_locator.sm0z2Fs''get_ServiceLocator_Sm0z2FsService'false],
  7171.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController::__invoke' => ['privates''.service_locator.R7ubg4q''get_ServiceLocator_R7ubg4qService'false],
  7172.             'Due\\Controller\\V2\\DueController::getLegalInformation' => ['privates''.service_locator.mJAFdI2''get_ServiceLocator_MJAFdI2Service'false],
  7173.             'Due\\Controller\\V2\\DueController::getLegalInformationByDueAccessToken' => ['privates''.service_locator.CTNFV2M''get_ServiceLocator_CTNFV2MService'false],
  7174.             'Due\\Controller\\V2\\DueController::getLegalInformationByResetPasswordToken' => ['privates''.service_locator.om62vU1''get_ServiceLocator_Om62vU1Service'false],
  7175.             'App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7176.             'App\\Api\\Controller\\Admin\\CompanyAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7177.             'App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7178.             'App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7179.             'App\\Api\\Controller\\Admin\\ExportStatisticController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7180.             'App\\Api\\Controller\\Admin\\ExportStatisticController:createExportRequestAction' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  7181.             'App\\Api\\Controller\\Admin\\ExportStatisticController:downloadExportStatisticAction' => ['privates''.service_locator.kY20WfC''get_ServiceLocator_KY20WfCService'false],
  7182.             'App\\Api\\Controller\\Admin\\UserAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7183.             'App\\Api\\Controller\\Admin\\UserAdminController:cancelEnterpriseDeleteAction' => ['privates''.service_locator.kfe4a4w''get_ServiceLocator_Kfe4a4wService'false],
  7184.             'App\\Api\\Controller\\Admin\\UserAdminController:notifyAboutRemovalAction' => ['privates''.service_locator.VXlCMAE''get_ServiceLocator_VXlCMAEService'false],
  7185.             'App\\Api\\Controller\\Admin\\UserAdminController:sendResetPasswordLinkAction' => ['privates''.service_locator.qnTsDvU''get_ServiceLocator_QnTsDvUService'false],
  7186.             'App\\Api\\Controller\\V1\\ContractTypeController:list' => ['privates''.service_locator.OLVALnw''get_ServiceLocator_OLVALnwService'false],
  7187.             'App\\Api\\Controller\\V1\\DocumentTypeController:list' => ['privates''.service_locator.h4bsnO7''get_ServiceLocator_H4bsnO7Service'false],
  7188.             'App\\Api\\Controller\\V1\\EmployeeExemptionController:confirmExemption' => ['privates''.service_locator..EtcmbH''get_ServiceLocator__EtcmbHService'false],
  7189.             'App\\Api\\Controller\\V1\\EmployeeExemptionController:updateExemption' => ['privates''.service_locator.hUSXhNZ''get_ServiceLocator_HUSXhNZService'false],
  7190.             'App\\Api\\Controller\\V1\\EnterpriseController:create' => ['privates''.service_locator.QfUl_U7''get_ServiceLocator_QfUlU7Service'false],
  7191.             'App\\Api\\Controller\\V1\\EnterpriseController:list' => ['privates''.service_locator.f0HnXq_''get_ServiceLocator_F0HnXqService'false],
  7192.             'App\\Api\\Controller\\V1\\EnterpriseController:update' => ['privates''.service_locator.lUHs3Hs''get_ServiceLocator_LUHs3HsService'false],
  7193.             'App\\Api\\Controller\\V1\\ExemptionController:create' => ['privates''.service_locator.9yvY51R''get_ServiceLocator_9yvY51RService'false],
  7194.             'App\\Api\\Controller\\V1\\ExemptionController:downloadPdf' => ['privates''.service_locator.KvMwYre''get_ServiceLocator_KvMwYreService'false],
  7195.             'App\\Api\\Controller\\V1\\ExemptionController:find' => ['privates''.service_locator.n0qCPO8''get_ServiceLocator_N0qCPO8Service'false],
  7196.             'App\\Api\\Controller\\V1\\ExemptionController:list' => ['privates''.service_locator.f05.wSu''get_ServiceLocator_F05_WSuService'false],
  7197.             'App\\Api\\Controller\\V1\\ExemptionController:reasonsList' => ['privates''.service_locator.QpO7Srl''get_ServiceLocator_QpO7SrlService'false],
  7198.             'App\\Api\\Controller\\V1\\ExemptionController:resendUpdateExemptionLink' => ['privates''.service_locator._pUUaJp''get_ServiceLocator_PUUaJpService'false],
  7199.             'App\\Api\\Controller\\V1\\ExemptionController:sendUpdateExemptionLink' => ['privates''.service_locator._pUUaJp''get_ServiceLocator_PUUaJpService'false],
  7200.             'App\\Api\\Controller\\V1\\ExemptionController:update' => ['privates''.service_locator.7QQ.dPI''get_ServiceLocator_7QQ_DPIService'false],
  7201.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController:abort' => ['privates''.service_locator.PcITJr6''get_ServiceLocator_PcITJr6Service'false],
  7202.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController:approve' => ['privates''.service_locator.OtRt.CO''get_ServiceLocator_OtRt_COService'false],
  7203.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController:reject' => ['privates''.service_locator.VDEtJWp''get_ServiceLocator_VDEtJWpService'false],
  7204.             'App\\Api\\Controller\\V1\\ExemptionExportController:createExportRequest' => ['privates''.service_locator.gaFwXfI''get_ServiceLocator_GaFwXfIService'false],
  7205.             'App\\Api\\Controller\\V1\\ExemptionExportController:exportCollection' => ['privates''.service_locator.VV6szOV''get_ServiceLocator_VV6szOVService'false],
  7206.             'App\\Api\\Controller\\V1\\ExemptionExportController:exportItem' => ['privates''.service_locator.u0N9yMe''get_ServiceLocator_U0N9yMeService'false],
  7207.             'App\\Api\\Controller\\V1\\ExemptionExportController:find' => ['privates''.service_locator.Ky1J91K''get_ServiceLocator_Ky1J91KService'false],
  7208.             'App\\Api\\Controller\\V1\\PasswordResetController:frontResetPassword' => ['privates''.service_locator.ne3uEjM''get_ServiceLocator_Ne3uEjMService'false],
  7209.             'App\\Api\\Controller\\V1\\PasswordResetController:getUserRoleByToken' => ['privates''.service_locator.TV6RRbH''get_ServiceLocator_TV6RRbHService'false],
  7210.             'App\\Api\\Controller\\V1\\PasswordResetController:passwordChange' => ['privates''.service_locator.qWu1JZN''get_ServiceLocator_QWu1JZNService'false],
  7211.             'App\\Api\\Controller\\V1\\PasswordResetController:resetPassword' => ['privates''.service_locator.2yj4Ufo''get_ServiceLocator_2yj4UfoService'false],
  7212.             'App\\Api\\Controller\\V1\\ReasonController:find' => ['privates''.service_locator.qo.LLdP''get_ServiceLocator_Qo_LLdPService'false],
  7213.             'App\\Api\\Controller\\V1\\ReasonController:findByAccessToken' => ['privates''.service_locator.2KwG8Rq''get_ServiceLocator_2KwG8RqService'false],
  7214.             'App\\Api\\Controller\\V1\\ReasonController:legalInformation' => ['privates''.service_locator.qo.LLdP''get_ServiceLocator_Qo_LLdPService'false],
  7215.             'App\\Api\\Controller\\V1\\ReasonController:list' => ['privates''.service_locator.Z7NlvVW''get_ServiceLocator_Z7NlvVWService'false],
  7216.             'App\\Api\\Controller\\V1\\ReasonController:listByAccessToken' => ['privates''.service_locator.SFg_eHa''get_ServiceLocator_SFgEHaService'false],
  7217.             'App\\Api\\Controller\\V1\\ReasonController:supportingDocuments' => ['privates''.service_locator.qo.LLdP''get_ServiceLocator_Qo_LLdPService'false],
  7218.             'App\\Api\\Controller\\V1\\SettingsController:find' => ['privates''.service_locator.cSgJxYB''get_ServiceLocator_CSgJxYBService'false],
  7219.             'App\\Api\\Controller\\V1\\SettingsController:update' => ['privates''.service_locator.ICt8WXL''get_ServiceLocator_ICt8WXLService'false],
  7220.             'App\\Api\\Controller\\V1\\StatisticController:createExportRequest' => ['privates''.service_locator.zNLEtbd''get_ServiceLocator_ZNLEtbdService'false],
  7221.             'App\\Api\\Controller\\V1\\StatisticController:exportStatistic' => ['privates''.service_locator.fDGEKR5''get_ServiceLocator_FDGEKR5Service'false],
  7222.             'App\\Api\\Controller\\V1\\StatisticController:getBeneficiaryQuantitiesExemptionStatistic' => ['privates''.service_locator.PW.RkQL''get_ServiceLocator_PW_RkQLService'false],
  7223.             'App\\Api\\Controller\\V1\\StatisticController:getEmployeesExemptionStatistic' => ['privates''.service_locator.PW.RkQL''get_ServiceLocator_PW_RkQLService'false],
  7224.             'App\\Api\\Controller\\V1\\StatisticController:getEnterpriseDueStatistic' => ['privates''.service_locator.PW.RkQL''get_ServiceLocator_PW_RkQLService'false],
  7225.             'App\\Api\\Controller\\V1\\UserController:deleteUserEnterprises' => ['privates''.service_locator.Ma52foQ''get_ServiceLocator_Ma52foQService'false],
  7226.             'App\\Api\\Controller\\V1\\UserController:find' => ['privates''.service_locator.2dSjQDH''get_ServiceLocator_2dSjQDHService'false],
  7227.             'App\\Api\\Controller\\V1\\UserController:update' => ['privates''.service_locator.Ma52foQ''get_ServiceLocator_Ma52foQService'false],
  7228.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController:__invoke' => ['privates''.service_locator.jc2V.Yq''get_ServiceLocator_Jc2V_YqService'false],
  7229.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController' => ['privates''.service_locator.jc2V.Yq''get_ServiceLocator_Jc2V_YqService'false],
  7230.             'App\\Api\\Controller\\V2\\CompanyController:list' => ['privates''.service_locator.oCmSXQl''get_ServiceLocator_OCmSXQlService'false],
  7231.             'App\\Api\\Controller\\V2\\UserRegistrationController:registerOrLogin' => ['privates''.service_locator.0YA9.MM''get_ServiceLocator_0YA9_MMService'false],
  7232.             'Due\\Controller\\V1\\AmendmentDueController:create' => ['privates''.service_locator.Ag09eHG''get_ServiceLocator_Ag09eHGService'false],
  7233.             'Due\\Controller\\V1\\AmendmentDueController:downloadZip' => ['privates''.service_locator.KjFrBRI''get_ServiceLocator_KjFrBRIService'false],
  7234.             'Due\\Controller\\V1\\AppContactUsController:create' => ['privates''.service_locator.R3QJUl2''get_ServiceLocator_R3QJUl2Service'false],
  7235.             'Due\\Controller\\V1\\AppContactUsController:list' => ['privates''.service_locator.1zf.mDC''get_ServiceLocator_1zf_MDCService'false],
  7236.             'Due\\Controller\\V1\\BeneficiaryController:coverage' => ['privates''.service_locator.w3H3vbi''get_ServiceLocator_W3H3vbiService'false],
  7237.             'Due\\Controller\\V1\\BeneficiaryController:list' => ['privates''.service_locator.qNWX7nJ''get_ServiceLocator_QNWX7nJService'false],
  7238.             'Due\\Controller\\V1\\BeneficiaryController:listByAccessToken' => ['privates''.service_locator.Amqa_Md''get_ServiceLocator_AmqaMdService'false],
  7239.             'Due\\Controller\\V1\\CollectiveAgreementController:list' => ['privates''.service_locator.W8h9y_Y''get_ServiceLocator_W8h9yYService'false],
  7240.             'Due\\Controller\\V1\\CollectiveAgreementReasonController:list' => ['privates''.service_locator.IxtjldI''get_ServiceLocator_IxtjldIService'false],
  7241.             'Due\\Controller\\V1\\ContactUsController:create' => ['privates''.service_locator.LHUL7Gy''get_ServiceLocator_LHUL7GyService'false],
  7242.             'Due\\Controller\\V1\\ContactUsController:list' => ['privates''.service_locator.fy587dO''get_ServiceLocator_Fy587dOService'false],
  7243.             'Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController:find' => ['privates''.service_locator.kj8JnGb''get_ServiceLocator_Kj8JnGbService'false],
  7244.             'Due\\Controller\\V1\\ContributionOptionController:list' => ['privates''.service_locator.oGxJjEJ''get_ServiceLocator_OGxJjEJService'false],
  7245.             'Due\\Controller\\V1\\ContributionOptionUnitController:list' => ['privates''.service_locator.iE4N5m0''get_ServiceLocator_IE4N5m0Service'false],
  7246.             'Due\\Controller\\V1\\DueController:create' => ['privates''.service_locator.cTSNN9f''get_ServiceLocator_CTSNN9fService'false],
  7247.             'Due\\Controller\\V1\\DueController:downloadPdf' => ['privates''.service_locator.AvCSyPd''get_ServiceLocator_AvCSyPdService'false],
  7248.             'Due\\Controller\\V1\\DueController:find' => ['privates''.service_locator.GleTSQE''get_ServiceLocator_GleTSQEService'false],
  7249.             'Due\\Controller\\V1\\DueController:getLegalInformation' => ['privates''.service_locator.TocpXxf''get_ServiceLocator_TocpXxfService'false],
  7250.             'Due\\Controller\\V1\\DueController:list' => ['privates''.service_locator.heJpq.0''get_ServiceLocator_HeJpq_0Service'false],
  7251.             'Due\\Controller\\V1\\DueController:makeEffective' => ['privates''.service_locator.DNvMO8N''get_ServiceLocator_DNvMO8NService'false],
  7252.             'Due\\Controller\\V1\\DueController:renderDue' => ['privates''.service_locator.AvCSyPd''get_ServiceLocator_AvCSyPdService'false],
  7253.             'Due\\Controller\\V1\\DueController:sendUpdateDueLink' => ['privates''.service_locator.0igBeNE''get_ServiceLocator_0igBeNEService'false],
  7254.             'Due\\Controller\\V1\\DueController:update' => ['privates''.service_locator.xctDAYk''get_ServiceLocator_XctDAYkService'false],
  7255.             'Due\\Controller\\V1\\DueEmployeeEmailController:create' => ['privates''.service_locator.Cjr3Nrw''get_ServiceLocator_Cjr3NrwService'false],
  7256.             'Due\\Controller\\V1\\DueEmployeeEmailController:downloadByToken' => ['privates''.service_locator.dJLnrgu''get_ServiceLocator_DJLnrguService'false],
  7257.             'Due\\Controller\\V1\\DueEmployeeEmailController:list' => ['privates''.service_locator.9yhGpi8''get_ServiceLocator_9yhGpi8Service'false],
  7258.             'Due\\Controller\\V1\\DueLegalRepresentativeController:downloadPdf' => ['privates''.service_locator.1dsfVLX''get_ServiceLocator_1dsfVLXService'false],
  7259.             'Due\\Controller\\V1\\DueLegalRepresentativeController:startSightProcedure' => ['privates''.service_locator.y93O7R4''get_ServiceLocator_Y93O7R4Service'false],
  7260.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:create' => ['privates''.service_locator.pRT_qoY''get_ServiceLocator_PRTQoYService'false],
  7261.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:delete' => ['privates''.service_locator.eA3wn4M''get_ServiceLocator_EA3wn4MService'false],
  7262.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:find' => ['privates''.service_locator.aIazUiK''get_ServiceLocator_AIazUiKService'false],
  7263.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:update' => ['privates''.service_locator.sm0z2Fs''get_ServiceLocator_Sm0z2FsService'false],
  7264.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController:__invoke' => ['privates''.service_locator.R7ubg4q''get_ServiceLocator_R7ubg4qService'false],
  7265.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController' => ['privates''.service_locator.R7ubg4q''get_ServiceLocator_R7ubg4qService'false],
  7266.             'Due\\Controller\\V2\\DueController:getLegalInformation' => ['privates''.service_locator.mJAFdI2''get_ServiceLocator_MJAFdI2Service'false],
  7267.             'Due\\Controller\\V2\\DueController:getLegalInformationByDueAccessToken' => ['privates''.service_locator.CTNFV2M''get_ServiceLocator_CTNFV2MService'false],
  7268.             'Due\\Controller\\V2\\DueController:getLegalInformationByResetPasswordToken' => ['privates''.service_locator.om62vU1''get_ServiceLocator_Om62vU1Service'false],
  7269.         ], [
  7270.             'App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController::batchActionDelete' => '?',
  7271.             'App\\Api\\Controller\\Admin\\CompanyAdminController::batchActionDelete' => '?',
  7272.             'App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController::batchActionDelete' => '?',
  7273.             'App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController::batchActionDelete' => '?',
  7274.             'App\\Api\\Controller\\Admin\\ExportStatisticController::batchActionDelete' => '?',
  7275.             'App\\Api\\Controller\\Admin\\ExportStatisticController::createExportRequestAction' => '?',
  7276.             'App\\Api\\Controller\\Admin\\ExportStatisticController::downloadExportStatisticAction' => '?',
  7277.             'App\\Api\\Controller\\Admin\\UserAdminController::batchActionDelete' => '?',
  7278.             'App\\Api\\Controller\\Admin\\UserAdminController::cancelEnterpriseDeleteAction' => '?',
  7279.             'App\\Api\\Controller\\Admin\\UserAdminController::notifyAboutRemovalAction' => '?',
  7280.             'App\\Api\\Controller\\Admin\\UserAdminController::sendResetPasswordLinkAction' => '?',
  7281.             'App\\Api\\Controller\\V1\\ContractTypeController::list' => '?',
  7282.             'App\\Api\\Controller\\V1\\DocumentTypeController::list' => '?',
  7283.             'App\\Api\\Controller\\V1\\EmployeeExemptionController::confirmExemption' => '?',
  7284.             'App\\Api\\Controller\\V1\\EmployeeExemptionController::updateExemption' => '?',
  7285.             'App\\Api\\Controller\\V1\\EnterpriseController::create' => '?',
  7286.             'App\\Api\\Controller\\V1\\EnterpriseController::list' => '?',
  7287.             'App\\Api\\Controller\\V1\\EnterpriseController::update' => '?',
  7288.             'App\\Api\\Controller\\V1\\ExemptionController::create' => '?',
  7289.             'App\\Api\\Controller\\V1\\ExemptionController::downloadPdf' => '?',
  7290.             'App\\Api\\Controller\\V1\\ExemptionController::find' => '?',
  7291.             'App\\Api\\Controller\\V1\\ExemptionController::list' => '?',
  7292.             'App\\Api\\Controller\\V1\\ExemptionController::reasonsList' => '?',
  7293.             'App\\Api\\Controller\\V1\\ExemptionController::resendUpdateExemptionLink' => '?',
  7294.             'App\\Api\\Controller\\V1\\ExemptionController::sendUpdateExemptionLink' => '?',
  7295.             'App\\Api\\Controller\\V1\\ExemptionController::update' => '?',
  7296.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController::abort' => '?',
  7297.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController::approve' => '?',
  7298.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController::reject' => '?',
  7299.             'App\\Api\\Controller\\V1\\ExemptionExportController::createExportRequest' => '?',
  7300.             'App\\Api\\Controller\\V1\\ExemptionExportController::exportCollection' => '?',
  7301.             'App\\Api\\Controller\\V1\\ExemptionExportController::exportItem' => '?',
  7302.             'App\\Api\\Controller\\V1\\ExemptionExportController::find' => '?',
  7303.             'App\\Api\\Controller\\V1\\PasswordResetController::frontResetPassword' => '?',
  7304.             'App\\Api\\Controller\\V1\\PasswordResetController::getUserRoleByToken' => '?',
  7305.             'App\\Api\\Controller\\V1\\PasswordResetController::passwordChange' => '?',
  7306.             'App\\Api\\Controller\\V1\\PasswordResetController::resetPassword' => '?',
  7307.             'App\\Api\\Controller\\V1\\ReasonController::find' => '?',
  7308.             'App\\Api\\Controller\\V1\\ReasonController::findByAccessToken' => '?',
  7309.             'App\\Api\\Controller\\V1\\ReasonController::legalInformation' => '?',
  7310.             'App\\Api\\Controller\\V1\\ReasonController::list' => '?',
  7311.             'App\\Api\\Controller\\V1\\ReasonController::listByAccessToken' => '?',
  7312.             'App\\Api\\Controller\\V1\\ReasonController::supportingDocuments' => '?',
  7313.             'App\\Api\\Controller\\V1\\SettingsController::find' => '?',
  7314.             'App\\Api\\Controller\\V1\\SettingsController::update' => '?',
  7315.             'App\\Api\\Controller\\V1\\StatisticController::createExportRequest' => '?',
  7316.             'App\\Api\\Controller\\V1\\StatisticController::exportStatistic' => '?',
  7317.             'App\\Api\\Controller\\V1\\StatisticController::getBeneficiaryQuantitiesExemptionStatistic' => '?',
  7318.             'App\\Api\\Controller\\V1\\StatisticController::getEmployeesExemptionStatistic' => '?',
  7319.             'App\\Api\\Controller\\V1\\StatisticController::getEnterpriseDueStatistic' => '?',
  7320.             'App\\Api\\Controller\\V1\\UserController::deleteUserEnterprises' => '?',
  7321.             'App\\Api\\Controller\\V1\\UserController::find' => '?',
  7322.             'App\\Api\\Controller\\V1\\UserController::update' => '?',
  7323.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController::__invoke' => '?',
  7324.             'App\\Api\\Controller\\V2\\CompanyController::list' => '?',
  7325.             'App\\Api\\Controller\\V2\\UserRegistrationController::registerOrLogin' => '?',
  7326.             'Due\\Controller\\V1\\AmendmentDueController::create' => '?',
  7327.             'Due\\Controller\\V1\\AmendmentDueController::downloadZip' => '?',
  7328.             'Due\\Controller\\V1\\AppContactUsController::create' => '?',
  7329.             'Due\\Controller\\V1\\AppContactUsController::list' => '?',
  7330.             'Due\\Controller\\V1\\BeneficiaryController::coverage' => '?',
  7331.             'Due\\Controller\\V1\\BeneficiaryController::list' => '?',
  7332.             'Due\\Controller\\V1\\BeneficiaryController::listByAccessToken' => '?',
  7333.             'Due\\Controller\\V1\\CollectiveAgreementController::list' => '?',
  7334.             'Due\\Controller\\V1\\CollectiveAgreementReasonController::list' => '?',
  7335.             'Due\\Controller\\V1\\ContactUsController::create' => '?',
  7336.             'Due\\Controller\\V1\\ContactUsController::list' => '?',
  7337.             'Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController::find' => '?',
  7338.             'Due\\Controller\\V1\\ContributionOptionController::list' => '?',
  7339.             'Due\\Controller\\V1\\ContributionOptionUnitController::list' => '?',
  7340.             'Due\\Controller\\V1\\DueController::create' => '?',
  7341.             'Due\\Controller\\V1\\DueController::downloadPdf' => '?',
  7342.             'Due\\Controller\\V1\\DueController::find' => '?',
  7343.             'Due\\Controller\\V1\\DueController::getLegalInformation' => '?',
  7344.             'Due\\Controller\\V1\\DueController::list' => '?',
  7345.             'Due\\Controller\\V1\\DueController::makeEffective' => '?',
  7346.             'Due\\Controller\\V1\\DueController::renderDue' => '?',
  7347.             'Due\\Controller\\V1\\DueController::sendUpdateDueLink' => '?',
  7348.             'Due\\Controller\\V1\\DueController::update' => '?',
  7349.             'Due\\Controller\\V1\\DueEmployeeEmailController::create' => '?',
  7350.             'Due\\Controller\\V1\\DueEmployeeEmailController::downloadByToken' => '?',
  7351.             'Due\\Controller\\V1\\DueEmployeeEmailController::list' => '?',
  7352.             'Due\\Controller\\V1\\DueLegalRepresentativeController::downloadPdf' => '?',
  7353.             'Due\\Controller\\V1\\DueLegalRepresentativeController::startSightProcedure' => '?',
  7354.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::create' => '?',
  7355.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::delete' => '?',
  7356.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::find' => '?',
  7357.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController::update' => '?',
  7358.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController::__invoke' => '?',
  7359.             'Due\\Controller\\V2\\DueController::getLegalInformation' => '?',
  7360.             'Due\\Controller\\V2\\DueController::getLegalInformationByDueAccessToken' => '?',
  7361.             'Due\\Controller\\V2\\DueController::getLegalInformationByResetPasswordToken' => '?',
  7362.             'App\\Api\\Controller\\Admin\\BeneficiaryQuantitiesExemptionStatisticController:batchActionDelete' => '?',
  7363.             'App\\Api\\Controller\\Admin\\CompanyAdminController:batchActionDelete' => '?',
  7364.             'App\\Api\\Controller\\Admin\\EmployeesExemptionStatisticController:batchActionDelete' => '?',
  7365.             'App\\Api\\Controller\\Admin\\EnterpriseDueStatisticController:batchActionDelete' => '?',
  7366.             'App\\Api\\Controller\\Admin\\ExportStatisticController:batchActionDelete' => '?',
  7367.             'App\\Api\\Controller\\Admin\\ExportStatisticController:createExportRequestAction' => '?',
  7368.             'App\\Api\\Controller\\Admin\\ExportStatisticController:downloadExportStatisticAction' => '?',
  7369.             'App\\Api\\Controller\\Admin\\UserAdminController:batchActionDelete' => '?',
  7370.             'App\\Api\\Controller\\Admin\\UserAdminController:cancelEnterpriseDeleteAction' => '?',
  7371.             'App\\Api\\Controller\\Admin\\UserAdminController:notifyAboutRemovalAction' => '?',
  7372.             'App\\Api\\Controller\\Admin\\UserAdminController:sendResetPasswordLinkAction' => '?',
  7373.             'App\\Api\\Controller\\V1\\ContractTypeController:list' => '?',
  7374.             'App\\Api\\Controller\\V1\\DocumentTypeController:list' => '?',
  7375.             'App\\Api\\Controller\\V1\\EmployeeExemptionController:confirmExemption' => '?',
  7376.             'App\\Api\\Controller\\V1\\EmployeeExemptionController:updateExemption' => '?',
  7377.             'App\\Api\\Controller\\V1\\EnterpriseController:create' => '?',
  7378.             'App\\Api\\Controller\\V1\\EnterpriseController:list' => '?',
  7379.             'App\\Api\\Controller\\V1\\EnterpriseController:update' => '?',
  7380.             'App\\Api\\Controller\\V1\\ExemptionController:create' => '?',
  7381.             'App\\Api\\Controller\\V1\\ExemptionController:downloadPdf' => '?',
  7382.             'App\\Api\\Controller\\V1\\ExemptionController:find' => '?',
  7383.             'App\\Api\\Controller\\V1\\ExemptionController:list' => '?',
  7384.             'App\\Api\\Controller\\V1\\ExemptionController:reasonsList' => '?',
  7385.             'App\\Api\\Controller\\V1\\ExemptionController:resendUpdateExemptionLink' => '?',
  7386.             'App\\Api\\Controller\\V1\\ExemptionController:sendUpdateExemptionLink' => '?',
  7387.             'App\\Api\\Controller\\V1\\ExemptionController:update' => '?',
  7388.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController:abort' => '?',
  7389.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController:approve' => '?',
  7390.             'App\\Api\\Controller\\V1\\ExemptionEvaluationController:reject' => '?',
  7391.             'App\\Api\\Controller\\V1\\ExemptionExportController:createExportRequest' => '?',
  7392.             'App\\Api\\Controller\\V1\\ExemptionExportController:exportCollection' => '?',
  7393.             'App\\Api\\Controller\\V1\\ExemptionExportController:exportItem' => '?',
  7394.             'App\\Api\\Controller\\V1\\ExemptionExportController:find' => '?',
  7395.             'App\\Api\\Controller\\V1\\PasswordResetController:frontResetPassword' => '?',
  7396.             'App\\Api\\Controller\\V1\\PasswordResetController:getUserRoleByToken' => '?',
  7397.             'App\\Api\\Controller\\V1\\PasswordResetController:passwordChange' => '?',
  7398.             'App\\Api\\Controller\\V1\\PasswordResetController:resetPassword' => '?',
  7399.             'App\\Api\\Controller\\V1\\ReasonController:find' => '?',
  7400.             'App\\Api\\Controller\\V1\\ReasonController:findByAccessToken' => '?',
  7401.             'App\\Api\\Controller\\V1\\ReasonController:legalInformation' => '?',
  7402.             'App\\Api\\Controller\\V1\\ReasonController:list' => '?',
  7403.             'App\\Api\\Controller\\V1\\ReasonController:listByAccessToken' => '?',
  7404.             'App\\Api\\Controller\\V1\\ReasonController:supportingDocuments' => '?',
  7405.             'App\\Api\\Controller\\V1\\SettingsController:find' => '?',
  7406.             'App\\Api\\Controller\\V1\\SettingsController:update' => '?',
  7407.             'App\\Api\\Controller\\V1\\StatisticController:createExportRequest' => '?',
  7408.             'App\\Api\\Controller\\V1\\StatisticController:exportStatistic' => '?',
  7409.             'App\\Api\\Controller\\V1\\StatisticController:getBeneficiaryQuantitiesExemptionStatistic' => '?',
  7410.             'App\\Api\\Controller\\V1\\StatisticController:getEmployeesExemptionStatistic' => '?',
  7411.             'App\\Api\\Controller\\V1\\StatisticController:getEnterpriseDueStatistic' => '?',
  7412.             'App\\Api\\Controller\\V1\\UserController:deleteUserEnterprises' => '?',
  7413.             'App\\Api\\Controller\\V1\\UserController:find' => '?',
  7414.             'App\\Api\\Controller\\V1\\UserController:update' => '?',
  7415.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController:__invoke' => '?',
  7416.             'App\\Api\\Controller\\V1\\Webhook\\YouSignWebhookController' => '?',
  7417.             'App\\Api\\Controller\\V2\\CompanyController:list' => '?',
  7418.             'App\\Api\\Controller\\V2\\UserRegistrationController:registerOrLogin' => '?',
  7419.             'Due\\Controller\\V1\\AmendmentDueController:create' => '?',
  7420.             'Due\\Controller\\V1\\AmendmentDueController:downloadZip' => '?',
  7421.             'Due\\Controller\\V1\\AppContactUsController:create' => '?',
  7422.             'Due\\Controller\\V1\\AppContactUsController:list' => '?',
  7423.             'Due\\Controller\\V1\\BeneficiaryController:coverage' => '?',
  7424.             'Due\\Controller\\V1\\BeneficiaryController:list' => '?',
  7425.             'Due\\Controller\\V1\\BeneficiaryController:listByAccessToken' => '?',
  7426.             'Due\\Controller\\V1\\CollectiveAgreementController:list' => '?',
  7427.             'Due\\Controller\\V1\\CollectiveAgreementReasonController:list' => '?',
  7428.             'Due\\Controller\\V1\\ContactUsController:create' => '?',
  7429.             'Due\\Controller\\V1\\ContactUsController:list' => '?',
  7430.             'Due\\Controller\\V1\\ContributionEmployerMinimumPercentageController:find' => '?',
  7431.             'Due\\Controller\\V1\\ContributionOptionController:list' => '?',
  7432.             'Due\\Controller\\V1\\ContributionOptionUnitController:list' => '?',
  7433.             'Due\\Controller\\V1\\DueController:create' => '?',
  7434.             'Due\\Controller\\V1\\DueController:downloadPdf' => '?',
  7435.             'Due\\Controller\\V1\\DueController:find' => '?',
  7436.             'Due\\Controller\\V1\\DueController:getLegalInformation' => '?',
  7437.             'Due\\Controller\\V1\\DueController:list' => '?',
  7438.             'Due\\Controller\\V1\\DueController:makeEffective' => '?',
  7439.             'Due\\Controller\\V1\\DueController:renderDue' => '?',
  7440.             'Due\\Controller\\V1\\DueController:sendUpdateDueLink' => '?',
  7441.             'Due\\Controller\\V1\\DueController:update' => '?',
  7442.             'Due\\Controller\\V1\\DueEmployeeEmailController:create' => '?',
  7443.             'Due\\Controller\\V1\\DueEmployeeEmailController:downloadByToken' => '?',
  7444.             'Due\\Controller\\V1\\DueEmployeeEmailController:list' => '?',
  7445.             'Due\\Controller\\V1\\DueLegalRepresentativeController:downloadPdf' => '?',
  7446.             'Due\\Controller\\V1\\DueLegalRepresentativeController:startSightProcedure' => '?',
  7447.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:create' => '?',
  7448.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:delete' => '?',
  7449.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:find' => '?',
  7450.             'Due\\Controller\\V1\\DueSignOffSheetDocumentController:update' => '?',
  7451.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController:__invoke' => '?',
  7452.             'Due\\Controller\\V1\\Webhook\\YouSignWebhookController' => '?',
  7453.             'Due\\Controller\\V2\\DueController:getLegalInformation' => '?',
  7454.             'Due\\Controller\\V2\\DueController:getLegalInformationByDueAccessToken' => '?',
  7455.             'Due\\Controller\\V2\\DueController:getLegalInformationByResetPasswordToken' => '?',
  7456.         ]);
  7457.     }
  7458.     /**
  7459.      * Gets the private '.service_locator.jc2V.Yq' shared service.
  7460.      *
  7461.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7462.      */
  7463.     protected function get_ServiceLocator_Jc2V_YqService()
  7464.     {
  7465.         return $this->privates['.service_locator.jc2V.Yq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7466.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7467.             'securityManager' => ['privates''App\\Api\\Service\\ExemptionTokenSecurityManager''getExemptionTokenSecurityManagerService'false],
  7468.             'yousignClient' => ['privates''App\\Api\\Service\\YousignClient''getYousignClientService'false],
  7469.         ], [
  7470.             'eventDispatcher' => '?',
  7471.             'securityManager' => 'App\\Api\\Service\\ExemptionTokenSecurityManager',
  7472.             'yousignClient' => 'App\\Api\\Service\\YousignClient',
  7473.         ]);
  7474.     }
  7475.     /**
  7476.      * Gets the private '.service_locator.kY20WfC' shared service.
  7477.      *
  7478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7479.      */
  7480.     protected function get_ServiceLocator_KY20WfCService()
  7481.     {
  7482.         return $this->privates['.service_locator.kY20WfC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7483.             'filePathProvider' => ['privates''App\\Api\\Service\\FilePathProvider''getFilePathProviderService'false],
  7484.         ], [
  7485.             'filePathProvider' => 'App\\Api\\Service\\FilePathProvider',
  7486.         ]);
  7487.     }
  7488.     /**
  7489.      * Gets the private '.service_locator.kfe4a4w' shared service.
  7490.      *
  7491.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7492.      */
  7493.     protected function get_ServiceLocator_Kfe4a4wService()
  7494.     {
  7495.         return $this->privates['.service_locator.kfe4a4w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7496.             'enterpriseDeleteManager' => ['privates''App\\Api\\Service\\EnterpriseDeleteManager''getEnterpriseDeleteManagerService'false],
  7497.         ], [
  7498.             'enterpriseDeleteManager' => 'App\\Api\\Service\\EnterpriseDeleteManager',
  7499.         ]);
  7500.     }
  7501.     /**
  7502.      * Gets the private '.service_locator.kj8JnGb' shared service.
  7503.      *
  7504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7505.      */
  7506.     protected function get_ServiceLocator_Kj8JnGbService()
  7507.     {
  7508.         return $this->privates['.service_locator.kj8JnGb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7509.             'filter' => ['privates''.errored..service_locator.kj8JnGb.Due\\DTO\\ContributionEmployerMinimumPercentageFilter'NULL'Cannot autowire service ".service_locator.kj8JnGb": it references class "Due\\DTO\\ContributionEmployerMinimumPercentageFilter" but no such service exists.'],
  7510.             'repository' => ['privates''Due\\Repository\\ContributionEmployerMinimumPercentageRepository''getContributionEmployerMinimumPercentageRepositoryService'false],
  7511.         ], [
  7512.             'filter' => 'Due\\DTO\\ContributionEmployerMinimumPercentageFilter',
  7513.             'repository' => 'Due\\Repository\\ContributionEmployerMinimumPercentageRepository',
  7514.         ]);
  7515.     }
  7516.     /**
  7517.      * Gets the private '.service_locator.lUHs3Hs' shared service.
  7518.      *
  7519.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7520.      */
  7521.     protected function get_ServiceLocator_LUHs3HsService()
  7522.     {
  7523.         return $this->privates['.service_locator.lUHs3Hs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7524.             'enterprise' => ['privates''.errored..service_locator.lUHs3Hs.App\\Api\\Entity\\Enterprise'NULL'Cannot autowire service ".service_locator.lUHs3Hs": it references class "App\\Api\\Entity\\Enterprise" but no such service exists.'],
  7525.             'manager' => ['privates''App\\Api\\Service\\EnterpriseManager''getEnterpriseManagerService'false],
  7526.             'request' => ['privates''.errored..service_locator.lUHs3Hs.App\\Api\\DTO\\Http\\UpdateEnterpriseRequest'NULL'Cannot autowire service ".service_locator.lUHs3Hs": it references class "App\\Api\\DTO\\Http\\UpdateEnterpriseRequest" but no such service exists.'],
  7527.         ], [
  7528.             'enterprise' => 'App\\Api\\Entity\\Enterprise',
  7529.             'manager' => 'App\\Api\\Service\\EnterpriseManager',
  7530.             'request' => 'App\\Api\\DTO\\Http\\UpdateEnterpriseRequest',
  7531.         ]);
  7532.     }
  7533.     /**
  7534.      * Gets the private '.service_locator.mJAFdI2' shared service.
  7535.      *
  7536.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7537.      */
  7538.     protected function get_ServiceLocator_MJAFdI2Service()
  7539.     {
  7540.         return $this->privates['.service_locator.mJAFdI2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7541.             'dueLegalInformationRepository' => ['privates''Due\\Repository\\DueLegalInformationRepository''getDueLegalInformationRepositoryService'false],
  7542.             'generalConditionsOfUsageService' => ['privates''App\\Api\\Service\\GeneralConditionsOfUsageService''getGeneralConditionsOfUsageServiceService'false],
  7543.         ], [
  7544.             'dueLegalInformationRepository' => 'Due\\Repository\\DueLegalInformationRepository',
  7545.             'generalConditionsOfUsageService' => 'App\\Api\\Service\\GeneralConditionsOfUsageService',
  7546.         ]);
  7547.     }
  7548.     /**
  7549.      * Gets the private '.service_locator.n0qCPO8' shared service.
  7550.      *
  7551.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7552.      */
  7553.     protected function get_ServiceLocator_N0qCPO8Service()
  7554.     {
  7555.         return $this->privates['.service_locator.n0qCPO8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7556.             'exemption' => ['privates''.errored..service_locator.n0qCPO8.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.n0qCPO8": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  7557.         ], [
  7558.             'exemption' => 'App\\Api\\Entity\\Exemption',
  7559.         ]);
  7560.     }
  7561.     /**
  7562.      * Gets the private '.service_locator.ne3uEjM' shared service.
  7563.      *
  7564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7565.      */
  7566.     protected function get_ServiceLocator_Ne3uEjMService()
  7567.     {
  7568.         return $this->privates['.service_locator.ne3uEjM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7569.             'passwordResetTokenSecurityManager' => ['privates''App\\Api\\Service\\PasswordResetTokenSecurityManager''getPasswordResetTokenSecurityManagerService'false],
  7570.             'repository' => ['privates''App\\Api\\Repository\\UserRepository''getUserRepositoryService'false],
  7571.             'request' => ['privates''.errored..service_locator.ne3uEjM.App\\Api\\DTO\\Http\\FirstLoginPasswordResetRequest'NULL'Cannot autowire service ".service_locator.ne3uEjM": it references class "App\\Api\\DTO\\Http\\FirstLoginPasswordResetRequest" but no such service exists.'],
  7572.         ], [
  7573.             'passwordResetTokenSecurityManager' => 'App\\Api\\Service\\PasswordResetTokenSecurityManager',
  7574.             'repository' => 'App\\Api\\Repository\\UserRepository',
  7575.             'request' => 'App\\Api\\DTO\\Http\\FirstLoginPasswordResetRequest',
  7576.         ]);
  7577.     }
  7578.     /**
  7579.      * Gets the private '.service_locator.oCmSXQl' shared service.
  7580.      *
  7581.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7582.      */
  7583.     protected function get_ServiceLocator_OCmSXQlService()
  7584.     {
  7585.         return $this->privates['.service_locator.oCmSXQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7586.             'filter' => ['privates''.errored..service_locator.oCmSXQl.App\\Api\\DTO\\CompanyFilter'NULL'Cannot autowire service ".service_locator.oCmSXQl": it references class "App\\Api\\DTO\\CompanyFilter" but no such service exists.'],
  7587.             'paging' => ['privates''.errored..service_locator.oCmSXQl.App\\Api\\DTO\\PagingDto'NULL'Cannot autowire service ".service_locator.oCmSXQl": it references class "App\\Api\\DTO\\PagingDto" but no such service exists.'],
  7588.             'userRepository' => ['privates''App\\Api\\Repository\\UserRepository''getUserRepositoryService'false],
  7589.         ], [
  7590.             'filter' => 'App\\Api\\DTO\\CompanyFilter',
  7591.             'paging' => 'App\\Api\\DTO\\PagingDto',
  7592.             'userRepository' => 'App\\Api\\Repository\\UserRepository',
  7593.         ]);
  7594.     }
  7595.     /**
  7596.      * Gets the private '.service_locator.oGxJjEJ' shared service.
  7597.      *
  7598.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7599.      */
  7600.     protected function get_ServiceLocator_OGxJjEJService()
  7601.     {
  7602.         return $this->privates['.service_locator.oGxJjEJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7603.             'repository' => ['privates''Due\\Repository\\ContributionOptionRepository''getContributionOptionRepositoryService'false],
  7604.         ], [
  7605.             'repository' => 'Due\\Repository\\ContributionOptionRepository',
  7606.         ]);
  7607.     }
  7608.     /**
  7609.      * Gets the private '.service_locator.om62vU1' shared service.
  7610.      *
  7611.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7612.      */
  7613.     protected function get_ServiceLocator_Om62vU1Service()
  7614.     {
  7615.         return $this->privates['.service_locator.om62vU1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7616.             'dueLegalInformationRepository' => ['privates''Due\\Repository\\DueLegalInformationRepository''getDueLegalInformationRepositoryService'false],
  7617.             'generalConditionsOfUsageService' => ['privates''App\\Api\\Service\\GeneralConditionsOfUsageService''getGeneralConditionsOfUsageServiceService'false],
  7618.             'passwordResetTokenSecurityManager' => ['privates''App\\Api\\Service\\PasswordResetTokenSecurityManager''getPasswordResetTokenSecurityManagerService'false],
  7619.         ], [
  7620.             'dueLegalInformationRepository' => 'Due\\Repository\\DueLegalInformationRepository',
  7621.             'generalConditionsOfUsageService' => 'App\\Api\\Service\\GeneralConditionsOfUsageService',
  7622.             'passwordResetTokenSecurityManager' => 'App\\Api\\Service\\PasswordResetTokenSecurityManager',
  7623.         ]);
  7624.     }
  7625.     /**
  7626.      * Gets the private '.service_locator.pRT_qoY' shared service.
  7627.      *
  7628.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7629.      */
  7630.     protected function get_ServiceLocator_PRTQoYService()
  7631.     {
  7632.         return $this->privates['.service_locator.pRT_qoY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7633.             'due' => ['privates''.errored..service_locator.pRT_qoY.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.pRT_qoY": it references class "Due\\Entity\\Due" but no such service exists.'],
  7634.             'dueSignOffSheetDocumentManager' => ['privates''Due\\Service\\DueSignOffSheetDocumentManager''getDueSignOffSheetDocumentManagerService'false],
  7635.             'dueSignOffSheetDocumentRequest' => ['privates''.errored..service_locator.pRT_qoY.Due\\DTO\\Http\\DueSignOffSheetDocumentRequest'NULL'Cannot autowire service ".service_locator.pRT_qoY": it references class "Due\\DTO\\Http\\DueSignOffSheetDocumentRequest" but no such service exists.'],
  7636.         ], [
  7637.             'due' => 'Due\\Entity\\Due',
  7638.             'dueSignOffSheetDocumentManager' => 'Due\\Service\\DueSignOffSheetDocumentManager',
  7639.             'dueSignOffSheetDocumentRequest' => 'Due\\DTO\\Http\\DueSignOffSheetDocumentRequest',
  7640.         ]);
  7641.     }
  7642.     /**
  7643.      * Gets the private '.service_locator.qNWX7nJ' shared service.
  7644.      *
  7645.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7646.      */
  7647.     protected function get_ServiceLocator_QNWX7nJService()
  7648.     {
  7649.         return $this->privates['.service_locator.qNWX7nJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7650.             'filter' => ['privates''.errored..service_locator.qNWX7nJ.Due\\DTO\\BeneficiaryFilter'NULL'Cannot autowire service ".service_locator.qNWX7nJ": it references class "Due\\DTO\\BeneficiaryFilter" but no such service exists.'],
  7651.             'repository' => ['privates''Due\\Repository\\BeneficiaryRepository''getBeneficiaryRepositoryService'false],
  7652.         ], [
  7653.             'filter' => 'Due\\DTO\\BeneficiaryFilter',
  7654.             'repository' => 'Due\\Repository\\BeneficiaryRepository',
  7655.         ]);
  7656.     }
  7657.     /**
  7658.      * Gets the private '.service_locator.qWu1JZN' shared service.
  7659.      *
  7660.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7661.      */
  7662.     protected function get_ServiceLocator_QWu1JZNService()
  7663.     {
  7664.         return $this->privates['.service_locator.qWu1JZN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7665.             'request' => ['privates''.errored..service_locator.qWu1JZN.App\\Api\\DTO\\Http\\PasswordChangeRequest'NULL'Cannot autowire service ".service_locator.qWu1JZN": it references class "App\\Api\\DTO\\Http\\PasswordChangeRequest" but no such service exists.'],
  7666.             'resetTokenSecurityManager' => ['privates''App\\Api\\Service\\PasswordResetTokenSecurityManager''getPasswordResetTokenSecurityManagerService'false],
  7667.         ], [
  7668.             'request' => 'App\\Api\\DTO\\Http\\PasswordChangeRequest',
  7669.             'resetTokenSecurityManager' => 'App\\Api\\Service\\PasswordResetTokenSecurityManager',
  7670.         ]);
  7671.     }
  7672.     /**
  7673.      * Gets the private '.service_locator.qnTsDvU' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7676.      */
  7677.     protected function get_ServiceLocator_QnTsDvUService()
  7678.     {
  7679.         return $this->privates['.service_locator.qnTsDvU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7680.             'createAccountHandler' => ['privates''App\\Api\\Messenger\\MessageHandler\\Email\\CreateAccountHandler''getCreateAccountHandlerService'false],
  7681.             'messageBus' => ['services''message_bus''getMessageBusService'false],
  7682.         ], [
  7683.             'createAccountHandler' => 'App\\Api\\Messenger\\MessageHandler\\Email\\CreateAccountHandler',
  7684.             'messageBus' => '?',
  7685.         ]);
  7686.     }
  7687.     /**
  7688.      * Gets the private '.service_locator.qo.LLdP' shared service.
  7689.      *
  7690.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7691.      */
  7692.     protected function get_ServiceLocator_Qo_LLdPService()
  7693.     {
  7694.         return $this->privates['.service_locator.qo.LLdP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7695.             'reason' => ['privates''.errored..service_locator.qo.LLdP.App\\Api\\Entity\\Reason'NULL'Cannot autowire service ".service_locator.qo.LLdP": it references class "App\\Api\\Entity\\Reason" but no such service exists.'],
  7696.         ], [
  7697.             'reason' => 'App\\Api\\Entity\\Reason',
  7698.         ]);
  7699.     }
  7700.     /**
  7701.      * Gets the private '.service_locator.rQv5WJt' shared service.
  7702.      *
  7703.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7704.      */
  7705.     protected function get_ServiceLocator_RQv5WJtService()
  7706.     {
  7707.         return $this->privates['.service_locator.rQv5WJt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7708.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7709.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  7710.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7711.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  7712.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  7713.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7714.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7715.             'router' => ['services''router''getRouterService'false],
  7716.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7717.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  7718.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7719.             'serializer' => ['services''serializer''getSerializerService'false],
  7720.             'session' => ['services''session''getSessionService'false],
  7721.             'twig' => ['services''twig''getTwigService'false],
  7722.         ], [
  7723.             'doctrine' => '?',
  7724.             'form.factory' => '?',
  7725.             'http_kernel' => '?',
  7726.             'message_bus' => '?',
  7727.             'messenger.default_bus' => '?',
  7728.             'parameter_bag' => '?',
  7729.             'request_stack' => '?',
  7730.             'router' => '?',
  7731.             'security.authorization_checker' => '?',
  7732.             'security.csrf.token_manager' => '?',
  7733.             'security.token_storage' => '?',
  7734.             'serializer' => '?',
  7735.             'session' => '?',
  7736.             'twig' => '?',
  7737.         ]);
  7738.     }
  7739.     /**
  7740.      * Gets the private '.service_locator.sm0z2Fs' shared service.
  7741.      *
  7742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7743.      */
  7744.     protected function get_ServiceLocator_Sm0z2FsService()
  7745.     {
  7746.         return $this->privates['.service_locator.sm0z2Fs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7747.             'due' => ['privates''.errored..service_locator.sm0z2Fs.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.sm0z2Fs": it references class "Due\\Entity\\Due" but no such service exists.'],
  7748.             'dueSignOffSheetDocument' => ['privates''.errored..service_locator.sm0z2Fs.Due\\Entity\\DueSignOffSheetDocument'NULL'Cannot autowire service ".service_locator.sm0z2Fs": it references class "Due\\Entity\\DueSignOffSheetDocument" but no such service exists.'],
  7749.             'dueSignOffSheetDocumentManager' => ['privates''Due\\Service\\DueSignOffSheetDocumentManager''getDueSignOffSheetDocumentManagerService'false],
  7750.             'dueSignOffSheetDocumentRequest' => ['privates''.errored..service_locator.sm0z2Fs.Due\\DTO\\Http\\DueSignOffSheetDocumentRequest'NULL'Cannot autowire service ".service_locator.sm0z2Fs": it references class "Due\\DTO\\Http\\DueSignOffSheetDocumentRequest" but no such service exists.'],
  7751.         ], [
  7752.             'due' => 'Due\\Entity\\Due',
  7753.             'dueSignOffSheetDocument' => 'Due\\Entity\\DueSignOffSheetDocument',
  7754.             'dueSignOffSheetDocumentManager' => 'Due\\Service\\DueSignOffSheetDocumentManager',
  7755.             'dueSignOffSheetDocumentRequest' => 'Due\\DTO\\Http\\DueSignOffSheetDocumentRequest',
  7756.         ]);
  7757.     }
  7758.     /**
  7759.      * Gets the private '.service_locator.u0N9yMe' shared service.
  7760.      *
  7761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7762.      */
  7763.     protected function get_ServiceLocator_U0N9yMeService()
  7764.     {
  7765.         return $this->privates['.service_locator.u0N9yMe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7766.             'exemption' => ['privates''.errored..service_locator.u0N9yMe.App\\Api\\Entity\\Exemption'NULL'Cannot autowire service ".service_locator.u0N9yMe": it references class "App\\Api\\Entity\\Exemption" but no such service exists.'],
  7767.             'exportFactory' => ['privates''App\\Api\\Service\\Export\\ExportFactory''getExportFactoryService'false],
  7768.         ], [
  7769.             'exemption' => 'App\\Api\\Entity\\Exemption',
  7770.             'exportFactory' => 'App\\Api\\Service\\Export\\ExportFactory',
  7771.         ]);
  7772.     }
  7773.     /**
  7774.      * Gets the private '.service_locator.w3H3vbi' shared service.
  7775.      *
  7776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7777.      */
  7778.     protected function get_ServiceLocator_W3H3vbiService()
  7779.     {
  7780.         return $this->privates['.service_locator.w3H3vbi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7781.             'beneficiaryCoverageFilter' => ['privates''.errored..service_locator.w3H3vbi.Due\\DTO\\BeneficiaryCoverageFilter'NULL'Cannot autowire service ".service_locator.w3H3vbi": it references class "Due\\DTO\\BeneficiaryCoverageFilter" but no such service exists.'],
  7782.             'beneficiaryManager' => ['privates''Due\\Service\\BeneficiaryManager''getBeneficiaryManagerService'false],
  7783.         ], [
  7784.             'beneficiaryCoverageFilter' => 'Due\\DTO\\BeneficiaryCoverageFilter',
  7785.             'beneficiaryManager' => 'Due\\Service\\BeneficiaryManager',
  7786.         ]);
  7787.     }
  7788.     /**
  7789.      * Gets the private '.service_locator.xAT9fK2' shared service.
  7790.      *
  7791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7792.      */
  7793.     protected function get_ServiceLocator_XAT9fK2Service()
  7794.     {
  7795.         return $this->privates['.service_locator.xAT9fK2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7796.             'amqp_common' => ['privates''messenger.transport.amqp_common''getMessenger_Transport_AmqpCommonService'false],
  7797.             'amqp_email_sender' => ['privates''messenger.transport.amqp_email_sender''getMessenger_Transport_AmqpEmailSenderService'false],
  7798.             'amqp_statistic' => ['privates''messenger.transport.amqp_statistic''getMessenger_Transport_AmqpStatisticService'false],
  7799.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7800.             'messenger.transport.amqp_common' => ['privates''messenger.transport.amqp_common''getMessenger_Transport_AmqpCommonService'false],
  7801.             'messenger.transport.amqp_email_sender' => ['privates''messenger.transport.amqp_email_sender''getMessenger_Transport_AmqpEmailSenderService'false],
  7802.             'messenger.transport.amqp_statistic' => ['privates''messenger.transport.amqp_statistic''getMessenger_Transport_AmqpStatisticService'false],
  7803.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7804.         ], [
  7805.             'amqp_common' => '?',
  7806.             'amqp_email_sender' => '?',
  7807.             'amqp_statistic' => '?',
  7808.             'failed' => '?',
  7809.             'messenger.transport.amqp_common' => '?',
  7810.             'messenger.transport.amqp_email_sender' => '?',
  7811.             'messenger.transport.amqp_statistic' => '?',
  7812.             'messenger.transport.failed' => '?',
  7813.         ]);
  7814.     }
  7815.     /**
  7816.      * Gets the private '.service_locator.xctDAYk' shared service.
  7817.      *
  7818.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7819.      */
  7820.     protected function get_ServiceLocator_XctDAYkService()
  7821.     {
  7822.         return $this->privates['.service_locator.xctDAYk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7823.             'due' => ['privates''.errored..service_locator.xctDAYk.Due\\Entity\\Due'NULL'Cannot autowire service ".service_locator.xctDAYk": it references class "Due\\Entity\\Due" but no such service exists.'],
  7824.             'manager' => ['privates''Due\\Service\\DueManager''getDueManagerService'false],
  7825.             'request' => ['privates''.errored..service_locator.xctDAYk.Due\\DTO\\Http\\UpdateDueRequest'NULL'Cannot autowire service ".service_locator.xctDAYk": it references class "Due\\DTO\\Http\\UpdateDueRequest" but no such service exists.'],
  7826.         ], [
  7827.             'due' => 'Due\\Entity\\Due',
  7828.             'manager' => 'Due\\Service\\DueManager',
  7829.             'request' => 'Due\\DTO\\Http\\UpdateDueRequest',
  7830.         ]);
  7831.     }
  7832.     /**
  7833.      * Gets the private '.service_locator.y93O7R4' shared service.
  7834.      *
  7835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7836.      */
  7837.     protected function get_ServiceLocator_Y93O7R4Service()
  7838.     {
  7839.         return $this->privates['.service_locator.y93O7R4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7840.             'procedureManager' => ['privates''Due\\Service\\DigitalSignatureProcedureManager''getDigitalSignatureProcedureManagerService'false],
  7841.             'signProcedureRequest' => ['privates''.errored..service_locator.y93O7R4.Due\\DTO\\Http\\StartSignProcedureRequest'NULL'Cannot autowire service ".service_locator.y93O7R4": it references class "Due\\DTO\\Http\\StartSignProcedureRequest" but no such service exists.'],
  7842.         ], [
  7843.             'procedureManager' => 'Due\\Service\\DigitalSignatureProcedureManager',
  7844.             'signProcedureRequest' => 'Due\\DTO\\Http\\StartSignProcedureRequest',
  7845.         ]);
  7846.     }
  7847.     /**
  7848.      * Gets the private '.service_locator.yrlCg9a' shared service.
  7849.      *
  7850.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7851.      */
  7852.     protected function get_ServiceLocator_YrlCg9aService()
  7853.     {
  7854.         return $this->privates['.service_locator.yrlCg9a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7855.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7856.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  7857.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7858.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  7859.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  7860.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7861.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7862.             'router' => ['services''router''getRouterService'false],
  7863.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7864.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  7865.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7866.             'serializer' => ['services''serializer''getSerializerService'false],
  7867.             'session' => ['services''session''getSessionService'false],
  7868.             'twig' => ['services''twig''getTwigService'false],
  7869.         ], [
  7870.             'doctrine' => '?',
  7871.             'form.factory' => '?',
  7872.             'http_kernel' => '?',
  7873.             'message_bus' => '?',
  7874.             'messenger.default_bus' => '?',
  7875.             'parameter_bag' => '?',
  7876.             'request_stack' => '?',
  7877.             'router' => '?',
  7878.             'security.authorization_checker' => '?',
  7879.             'security.csrf.token_manager' => '?',
  7880.             'security.token_storage' => '?',
  7881.             'serializer' => '?',
  7882.             'session' => '?',
  7883.             'twig' => '?',
  7884.         ]);
  7885.     }
  7886.     /**
  7887.      * Gets the private '.service_locator.zNLEtbd' shared service.
  7888.      *
  7889.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7890.      */
  7891.     protected function get_ServiceLocator_ZNLEtbdService()
  7892.     {
  7893.         return $this->privates['.service_locator.zNLEtbd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7894.             'exportStatisticManager' => ['privates''App\\Api\\Service\\ExportStatisticManager''getExportStatisticManagerService'false],
  7895.         ], [
  7896.             'exportStatisticManager' => 'App\\Api\\Service\\ExportStatisticManager',
  7897.         ]);
  7898.     }
  7899.     /**
  7900.      * Gets the private '.value.QN8.HK.' shared service.
  7901.      *
  7902.      * @return \mixed
  7903.      */
  7904.     protected function get_Value_QN8_HK_Service()
  7905.     {
  7906.         return $this->privates['.value.QN8.HK.'] = \current([=> $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE')]);
  7907.     }
  7908.     /**
  7909.      * Gets the private 'App\Api\Admin\Form\AdminLoginForm' shared autowired service.
  7910.      *
  7911.      * @return \App\Api\Admin\Form\AdminLoginForm
  7912.      */
  7913.     protected function getAdminLoginFormService()
  7914.     {
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7917.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/Form/AdminLoginForm.php';
  7918.         return $this->privates['App\\Api\\Admin\\Form\\AdminLoginForm'] = new \App\Api\Admin\Form\AdminLoginForm();
  7919.     }
  7920.     /**
  7921.      * Gets the private 'App\Api\Admin\Provider\PermissionProvider' shared autowired service.
  7922.      *
  7923.      * @return \App\Api\Admin\Provider\PermissionProvider
  7924.      */
  7925.     protected function getPermissionProviderService()
  7926.     {
  7927.         include_once \dirname(__DIR__4).'/src/App/Api/Admin/Provider/PermissionProvider.php';
  7928.         return $this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] = new \App\Api\Admin\Provider\PermissionProvider(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  7929.     }
  7930.     /**
  7931.      * Gets the private 'App\Api\Command\CreateCompanyCommand' shared autowired service.
  7932.      *
  7933.      * @return \App\Api\Command\CreateCompanyCommand
  7934.      */
  7935.     protected function getCreateCompanyCommandService()
  7936.     {
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7938.         include_once \dirname(__DIR__4).'/src/App/Api/Command/CreateCompanyCommand.php';
  7939.         $this->privates['App\\Api\\Command\\CreateCompanyCommand'] = $instance = new \App\Api\Command\CreateCompanyCommand(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Service\\UserTokenManager'] ?? $this->getUserTokenManagerService()), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()));
  7940.         $instance->setName('app:company:create');
  7941.         return $instance;
  7942.     }
  7943.     /**
  7944.      * Gets the private 'App\Api\Command\CreateUserCommand' shared autowired service.
  7945.      *
  7946.      * @return \App\Api\Command\CreateUserCommand
  7947.      */
  7948.     protected function getCreateUserCommandService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7951.         include_once \dirname(__DIR__4).'/src/App/Api/Command/CreateUserCommand.php';
  7952.         $this->privates['App\\Api\\Command\\CreateUserCommand'] = $instance = new \App\Api\Command\CreateUserCommand(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()));
  7953.         $instance->setName('app:user:create');
  7954.         return $instance;
  7955.     }
  7956.     /**
  7957.      * Gets the private 'App\Api\Command\DeleteExpiredTokenCommand' shared autowired service.
  7958.      *
  7959.      * @return \App\Api\Command\DeleteExpiredTokenCommand
  7960.      */
  7961.     protected function getDeleteExpiredTokenCommandService()
  7962.     {
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7964.         include_once \dirname(__DIR__4).'/src/App/Api/Command/DeleteExpiredTokenCommand.php';
  7965.         $this->privates['App\\Api\\Command\\DeleteExpiredTokenCommand'] = $instance = new \App\Api\Command\DeleteExpiredTokenCommand(($this->privates['App\\Api\\Repository\\ExemptionTokenRepository'] ?? $this->getExemptionTokenRepositoryService()), ($this->privates['Due\\Repository\\DueTokenRepository'] ?? $this->getDueTokenRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7966.         $instance->setName('app:delete-expired-token');
  7967.         return $instance;
  7968.     }
  7969.     /**
  7970.      * Gets the private 'App\Api\Command\EnterpriseDeleteCommand' shared autowired service.
  7971.      *
  7972.      * @return \App\Api\Command\EnterpriseDeleteCommand
  7973.      */
  7974.     protected function getEnterpriseDeleteCommandService()
  7975.     {
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7977.         include_once \dirname(__DIR__4).'/src/App/Api/Command/EnterpriseDeleteCommand.php';
  7978.         $this->privates['App\\Api\\Command\\EnterpriseDeleteCommand'] = $instance = new \App\Api\Command\EnterpriseDeleteCommand();
  7979.         $instance->setName('app:enterprise-delete');
  7980.         return $instance;
  7981.     }
  7982.     /**
  7983.      * Gets the private 'App\Api\Command\ExemptionExportCommand' shared autowired service.
  7984.      *
  7985.      * @return \App\Api\Command\ExemptionExportCommand
  7986.      */
  7987.     protected function getExemptionExportCommandService()
  7988.     {
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7990.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ExemptionExportCommand.php';
  7991.         $this->privates['App\\Api\\Command\\ExemptionExportCommand'] = $instance = new \App\Api\Command\ExemptionExportCommand(($this->privates['App\\Api\\Repository\\ExemptionExportRequestRepository'] ?? $this->getExemptionExportRequestRepositoryService()), ($this->privates['App\\Api\\Service\\Export\\ExemptionExportManager'] ?? $this->getExemptionExportManagerService()));
  7992.         $instance->setName('app:exemption-export');
  7993.         return $instance;
  7994.     }
  7995.     /**
  7996.      * Gets the private 'App\Api\Command\ExemptionNotCompletedCommand' shared autowired service.
  7997.      *
  7998.      * @return \App\Api\Command\ExemptionNotCompletedCommand
  7999.      */
  8000.     protected function getExemptionNotCompletedCommandService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8003.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ExemptionNotCompletedCommand.php';
  8004.         $this->privates['App\\Api\\Command\\ExemptionNotCompletedCommand'] = $instance = new \App\Api\Command\ExemptionNotCompletedCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionNotCompletedHandler'] ?? $this->getExemptionNotCompletedHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8005.         $instance->setName('app:exemption-not-completed');
  8006.         return $instance;
  8007.     }
  8008.     /**
  8009.      * Gets the private 'App\Api\Command\ExemptionNotCompletedWithoutMessengerCommand' shared autowired service.
  8010.      *
  8011.      * @return \App\Api\Command\ExemptionNotCompletedWithoutMessengerCommand
  8012.      */
  8013.     protected function getExemptionNotCompletedWithoutMessengerCommandService()
  8014.     {
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8016.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/Message/Traits/FilteredUserEmailsTrait.php';
  8017.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ExemptionNotCompletedWithoutMessengerCommand.php';
  8018.         $this->privates['App\\Api\\Command\\ExemptionNotCompletedWithoutMessengerCommand'] = $instance = new \App\Api\Command\ExemptionNotCompletedWithoutMessengerCommand(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8019.         $instance->setName('app:exemption-not-completed-without-messenger');
  8020.         return $instance;
  8021.     }
  8022.     /**
  8023.      * Gets the private 'App\Api\Command\ExemptionReminderToFinishCommand' shared autowired service.
  8024.      *
  8025.      * @return \App\Api\Command\ExemptionReminderToFinishCommand
  8026.      */
  8027.     protected function getExemptionReminderToFinishCommandService()
  8028.     {
  8029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8030.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ExemptionReminderToFinishCommand.php';
  8031.         $this->privates['App\\Api\\Command\\ExemptionReminderToFinishCommand'] = $instance = new \App\Api\Command\ExemptionReminderToFinishCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionReminderToFinishHandler'] ?? $this->getExemptionReminderToFinishHandlerService()));
  8032.         $instance->setName('app:exemption-reminder-to-finish');
  8033.         return $instance;
  8034.     }
  8035.     /**
  8036.      * Gets the private 'App\Api\Command\ExemptionRenewCommand' shared autowired service.
  8037.      *
  8038.      * @return \App\Api\Command\ExemptionRenewCommand
  8039.      */
  8040.     protected function getExemptionRenewCommandService()
  8041.     {
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8043.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ExemptionRenewCommand.php';
  8044.         $this->privates['App\\Api\\Command\\ExemptionRenewCommand'] = $instance = new \App\Api\Command\ExemptionRenewCommand(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8045.         $instance->setName('app:exemption:renew');
  8046.         return $instance;
  8047.     }
  8048.     /**
  8049.      * Gets the private 'App\Api\Command\ExemptionRenewSendEmailCommand' shared autowired service.
  8050.      *
  8051.      * @return \App\Api\Command\ExemptionRenewSendEmailCommand
  8052.      */
  8053.     protected function getExemptionRenewSendEmailCommandService()
  8054.     {
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8056.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ExemptionRenewSendEmailCommand.php';
  8057.         $this->privates['App\\Api\\Command\\ExemptionRenewSendEmailCommand'] = $instance = new \App\Api\Command\ExemptionRenewSendEmailCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToRenewToEmployeeHandler'] ?? $this->getExemptionToRenewToEmployeeHandlerService()));
  8058.         $instance->setName('app:exemption-renew-send-email');
  8059.         return $instance;
  8060.     }
  8061.     /**
  8062.      * Gets the private 'App\Api\Command\ProdDumpWorkflow\CheckDumpExistCommand' shared autowired service.
  8063.      *
  8064.      * @return \App\Api\Command\ProdDumpWorkflow\CheckDumpExistCommand
  8065.      */
  8066.     protected function getCheckDumpExistCommandService()
  8067.     {
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8069.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ProdDumpWorkflow/CheckDumpExistCommand.php';
  8070.         $this->privates['App\\Api\\Command\\ProdDumpWorkflow\\CheckDumpExistCommand'] = $instance = new \App\Api\Command\ProdDumpWorkflow\CheckDumpExistCommand(\dirname(__DIR__4));
  8071.         $instance->setName('app:check-dump-exist');
  8072.         return $instance;
  8073.     }
  8074.     /**
  8075.      * Gets the private 'App\Api\Command\ProdDumpWorkflow\CreateFolderCommand' shared autowired service.
  8076.      *
  8077.      * @return \App\Api\Command\ProdDumpWorkflow\CreateFolderCommand
  8078.      */
  8079.     protected function getCreateFolderCommandService()
  8080.     {
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8082.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ProdDumpWorkflow/CreateFolderCommand.php';
  8083.         $this->privates['App\\Api\\Command\\ProdDumpWorkflow\\CreateFolderCommand'] = $instance = new \App\Api\Command\ProdDumpWorkflow\CreateFolderCommand(\dirname(__DIR__4));
  8084.         $instance->setName('app:create-folder');
  8085.         return $instance;
  8086.     }
  8087.     /**
  8088.      * Gets the private 'App\Api\Command\ProdDumpWorkflow\MoveDumpToFolderCommand' shared autowired service.
  8089.      *
  8090.      * @return \App\Api\Command\ProdDumpWorkflow\MoveDumpToFolderCommand
  8091.      */
  8092.     protected function getMoveDumpToFolderCommandService()
  8093.     {
  8094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8095.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ProdDumpWorkflow/MoveDumpToFolderCommand.php';
  8096.         $this->privates['App\\Api\\Command\\ProdDumpWorkflow\\MoveDumpToFolderCommand'] = $instance = new \App\Api\Command\ProdDumpWorkflow\MoveDumpToFolderCommand(\dirname(__DIR__4));
  8097.         $instance->setName('app:move-dump-to-folder');
  8098.         return $instance;
  8099.     }
  8100.     /**
  8101.      * Gets the private 'App\Api\Command\ProdDumpWorkflow\RemoveOldDataCommand' shared autowired service.
  8102.      *
  8103.      * @return \App\Api\Command\ProdDumpWorkflow\RemoveOldDataCommand
  8104.      */
  8105.     protected function getRemoveOldDataCommandService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8108.         include_once \dirname(__DIR__4).'/src/App/Api/Command/ProdDumpWorkflow/RemoveOldDataCommand.php';
  8109.         $this->privates['App\\Api\\Command\\ProdDumpWorkflow\\RemoveOldDataCommand'] = $instance = new \App\Api\Command\ProdDumpWorkflow\RemoveOldDataCommand(\dirname(__DIR__4));
  8110.         $instance->setName('app:remove-old-data');
  8111.         return $instance;
  8112.     }
  8113.     /**
  8114.      * Gets the private 'App\Api\Command\RemoveInvalidDuesCommand' shared autowired service.
  8115.      *
  8116.      * @return \App\Api\Command\RemoveInvalidDuesCommand
  8117.      */
  8118.     protected function getRemoveInvalidDuesCommandService()
  8119.     {
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8121.         include_once \dirname(__DIR__4).'/src/App/Api/Command/RemoveInvalidDuesCommand.php';
  8122.         $this->privates['App\\Api\\Command\\RemoveInvalidDuesCommand'] = $instance = new \App\Api\Command\RemoveInvalidDuesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8123.         $instance->setName('app:remove-invalid-dues');
  8124.         return $instance;
  8125.     }
  8126.     /**
  8127.      * Gets the private 'App\Api\Command\Statistic\CreateStatisticCommand' shared autowired service.
  8128.      *
  8129.      * @return \App\Api\Command\Statistic\CreateStatisticCommand
  8130.      */
  8131.     protected function getCreateStatisticCommandService()
  8132.     {
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8134.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Statistic/CreateStatisticCommand.php';
  8135.         $this->privates['App\\Api\\Command\\Statistic\\CreateStatisticCommand'] = $instance = new \App\Api\Command\Statistic\CreateStatisticCommand(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Statistic\\AddStatisticDataHandler'] ?? $this->getAddStatisticDataHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8136.         $instance->setName('app:create-statistic');
  8137.         return $instance;
  8138.     }
  8139.     /**
  8140.      * Gets the private 'App\Api\Command\Statistic\CreateStatisticWithoutMessengerCommand' shared autowired service.
  8141.      *
  8142.      * @return \App\Api\Command\Statistic\CreateStatisticWithoutMessengerCommand
  8143.      */
  8144.     protected function getCreateStatisticWithoutMessengerCommandService()
  8145.     {
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8147.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Statistic/CreateStatisticWithoutMessengerCommand.php';
  8148.         $this->privates['App\\Api\\Command\\Statistic\\CreateStatisticWithoutMessengerCommand'] = $instance = new \App\Api\Command\Statistic\CreateStatisticWithoutMessengerCommand(($this->privates['App\\Api\\Service\\ExportStatisticManager'] ?? $this->getExportStatisticManagerService()));
  8149.         $instance->setName('app:create-statistic-without-messenger');
  8150.         return $instance;
  8151.     }
  8152.     /**
  8153.      * Gets the private 'App\Api\Command\Statistic\RemoveOldStatisticCommand' shared autowired service.
  8154.      *
  8155.      * @return \App\Api\Command\Statistic\RemoveOldStatisticCommand
  8156.      */
  8157.     protected function getRemoveOldStatisticCommandService()
  8158.     {
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8160.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Statistic/RemoveOldStatisticCommand.php';
  8161.         $this->privates['App\\Api\\Command\\Statistic\\RemoveOldStatisticCommand'] = $instance = new \App\Api\Command\Statistic\RemoveOldStatisticCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\Repository\\StatisticRepository'] ?? $this->getStatisticRepositoryService()));
  8162.         $instance->setName('app:remove-old-statistic');
  8163.         return $instance;
  8164.     }
  8165.     /**
  8166.      * Gets the private 'App\Api\Command\Statistic\RemoveOldStatisticFilesCommand' shared autowired service.
  8167.      *
  8168.      * @return \App\Api\Command\Statistic\RemoveOldStatisticFilesCommand
  8169.      */
  8170.     protected function getRemoveOldStatisticFilesCommandService()
  8171.     {
  8172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8173.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Statistic/RemoveOldStatisticFilesCommand.php';
  8174.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8175.         $this->privates['App\\Api\\Command\\Statistic\\RemoveOldStatisticFilesCommand'] = $instance = new \App\Api\Command\Statistic\RemoveOldStatisticFilesCommand((\dirname(__DIR__4).'/private/export'), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  8176.         $instance->setName('app:remove-old-statistic-files');
  8177.         return $instance;
  8178.     }
  8179.     /**
  8180.      * Gets the private 'App\Api\Command\Statistic\StatisticExportCommand' shared autowired service.
  8181.      *
  8182.      * @return \App\Api\Command\Statistic\StatisticExportCommand
  8183.      */
  8184.     protected function getStatisticExportCommandService()
  8185.     {
  8186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8187.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Statistic/StatisticExportCommand.php';
  8188.         $this->privates['App\\Api\\Command\\Statistic\\StatisticExportCommand'] = $instance = new \App\Api\Command\Statistic\StatisticExportCommand(($this->privates['App\\Api\\Service\\ExportStatisticManager'] ?? $this->getExportStatisticManagerService()), ($this->privates['App\\Api\\Repository\\StatisticExportRequestRepository'] ?? $this->getStatisticExportRequestRepositoryService()));
  8189.         $instance->setName('app:statistic-export');
  8190.         return $instance;
  8191.     }
  8192.     /**
  8193.      * Gets the private 'App\Api\Command\Test\ExemptionSendUpdateLinkWithMessengerCommand' shared autowired service.
  8194.      *
  8195.      * @return \App\Api\Command\Test\ExemptionSendUpdateLinkWithMessengerCommand
  8196.      */
  8197.     protected function getExemptionSendUpdateLinkWithMessengerCommandService()
  8198.     {
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8200.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Test/ExemptionSendUpdateLinkWithMessengerCommand.php';
  8201.         $this->privates['App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithMessengerCommand'] = $instance = new \App\Api\Command\Test\ExemptionSendUpdateLinkWithMessengerCommand(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->services['monolog.logger.exemption'] ?? $this->getMonolog_Logger_ExemptionService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionSendUpdateLinkHandler'] ?? $this->getExemptionSendUpdateLinkHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8202.         $instance->setName('app:exemption:send-update-link-with-messenger');
  8203.         return $instance;
  8204.     }
  8205.     /**
  8206.      * Gets the private 'App\Api\Command\Test\ExemptionSendUpdateLinkWithoutMessengerCommand' shared autowired service.
  8207.      *
  8208.      * @return \App\Api\Command\Test\ExemptionSendUpdateLinkWithoutMessengerCommand
  8209.      */
  8210.     protected function getExemptionSendUpdateLinkWithoutMessengerCommandService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8213.         include_once \dirname(__DIR__4).'/src/App/Api/Command/Test/ExemptionSendUpdateLinkWithoutMessengerCommand.php';
  8214.         $this->privates['App\\Api\\Command\\Test\\ExemptionSendUpdateLinkWithoutMessengerCommand'] = $instance = new \App\Api\Command\Test\ExemptionSendUpdateLinkWithoutMessengerCommand(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()), ($this->services['monolog.logger.exemption'] ?? $this->getMonolog_Logger_ExemptionService()));
  8215.         $instance->setName('app:exemption:send-update-link-without-messenger');
  8216.         return $instance;
  8217.     }
  8218.     /**
  8219.      * Gets the private 'App\Api\Command\UpdateUserPasswordCommand' shared autowired service.
  8220.      *
  8221.      * @return \App\Api\Command\UpdateUserPasswordCommand
  8222.      */
  8223.     protected function getUpdateUserPasswordCommandService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8226.         include_once \dirname(__DIR__4).'/src/App/Api/Command/UpdateUserPasswordCommand.php';
  8227.         $this->privates['App\\Api\\Command\\UpdateUserPasswordCommand'] = $instance = new \App\Api\Command\UpdateUserPasswordCommand(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['validator'] ?? $this->getValidatorService()));
  8228.         $instance->setName('app:user:update-password');
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the private 'App\Api\EventListener\ApiExceptionListener' shared autowired service.
  8233.      *
  8234.      * @return \App\Api\EventListener\ApiExceptionListener
  8235.      */
  8236.     protected function getApiExceptionListenerService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/src/App/Api/EventListener/ApiExceptionListener.php';
  8239.         $this->privates['App\\Api\\EventListener\\ApiExceptionListener'] = $instance = new \App\Api\EventListener\ApiExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Api\\Service\\LoggerService'] ?? $this->getLoggerServiceService()), true);
  8240.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8241.         return $instance;
  8242.     }
  8243.     /**
  8244.      * Gets the private 'App\Api\EventListener\ExemptionStatusChangeListener' shared autowired service.
  8245.      *
  8246.      * @return \App\Api\EventListener\ExemptionStatusChangeListener
  8247.      */
  8248.     protected function getExemptionStatusChangeListenerService()
  8249.     {
  8250.         include_once \dirname(__DIR__4).'/src/App/Api/EventListener/ExemptionStatusChangeListener.php';
  8251.         return $this->privates['App\\Api\\EventListener\\ExemptionStatusChangeListener'] = new \App\Api\EventListener\ExemptionStatusChangeListener(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToEmployeeHandler'] ?? $this->getExemptionToValidateToEmployeeHandlerService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToScopeHandler'] ?? $this->getExemptionToValidateToScopeHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8252.     }
  8253.     /**
  8254.      * Gets the private 'App\Api\EventListener\HashPasswordListener' shared autowired service.
  8255.      *
  8256.      * @return \App\Api\EventListener\HashPasswordListener
  8257.      */
  8258.     protected function getHashPasswordListenerService()
  8259.     {
  8260.         include_once \dirname(__DIR__4).'/src/App/Api/EventListener/HashPasswordListener.php';
  8261.         return $this->privates['App\\Api\\EventListener\\HashPasswordListener'] = new \App\Api\EventListener\HashPasswordListener(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8262.     }
  8263.     /**
  8264.      * Gets the private 'App\Api\EventListener\MaintenanceModeApiListener' shared autowired service.
  8265.      *
  8266.      * @return \App\Api\EventListener\MaintenanceModeApiListener
  8267.      */
  8268.     protected function getMaintenanceModeApiListenerService()
  8269.     {
  8270.         return $this->privates['App\\Api\\EventListener\\MaintenanceModeApiListener'] = new \App\Api\EventListener\MaintenanceModeApiListener(($this->privates['App\\Api\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()));
  8271.     }
  8272.     /**
  8273.      * Gets the private 'App\Api\EventListener\UpdateCompaniesScopeListener' shared autowired service.
  8274.      *
  8275.      * @return \App\Api\EventListener\UpdateCompaniesScopeListener
  8276.      */
  8277.     protected function getUpdateCompaniesScopeListenerService()
  8278.     {
  8279.         include_once \dirname(__DIR__4).'/src/App/Api/EventListener/UpdateCompaniesScopeListener.php';
  8280.         return $this->privates['App\\Api\\EventListener\\UpdateCompaniesScopeListener'] = new \App\Api\EventListener\UpdateCompaniesScopeListener(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\UpdateCompaniesScopeHandler'] ?? $this->getUpdateCompaniesScopeHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8281.     }
  8282.     /**
  8283.      * Gets the private 'App\Api\EventListener\UpdateEnterpriseScopeListener' shared autowired service.
  8284.      *
  8285.      * @return \App\Api\EventListener\UpdateEnterpriseScopeListener
  8286.      */
  8287.     protected function getUpdateEnterpriseScopeListenerService()
  8288.     {
  8289.         include_once \dirname(__DIR__4).'/src/App/Api/EventListener/UpdateEnterpriseScopeListener.php';
  8290.         return $this->privates['App\\Api\\EventListener\\UpdateEnterpriseScopeListener'] = new \App\Api\EventListener\UpdateEnterpriseScopeListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\UpdateEnterpriseScopeHandler'] ?? $this->getUpdateEnterpriseScopeHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8291.     }
  8292.     /**
  8293.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\CreateAccountHandler' shared autowired service.
  8294.      *
  8295.      * @return \App\Api\Messenger\MessageHandler\Email\CreateAccountHandler
  8296.      */
  8297.     protected function getCreateAccountHandlerService()
  8298.     {
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8300.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/CreateAccountHandler.php';
  8301.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\CreateAccountHandler'] = new \App\Api\Messenger\MessageHandler\Email\CreateAccountHandler(($this->privates['App\\Api\\Service\\PasswordResetTokenSecurityManager'] ?? $this->getPasswordResetTokenSecurityManagerService()), ($this->privates['App\\Api\\Service\\PasswordResetMailService'] ?? $this->getPasswordResetMailServiceService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  8302.     }
  8303.     /**
  8304.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\EnterpriseDeleteHandler' shared autowired service.
  8305.      *
  8306.      * @return \App\Api\Messenger\MessageHandler\Email\EnterpriseDeleteHandler
  8307.      */
  8308.     protected function getEnterpriseDeleteHandlerService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8311.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/EnterpriseDeleteHandler.php';
  8312.         include_once \dirname(__DIR__4).'/src/App/Api/Service/EnterpriseMailService.php';
  8313.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UrlService.php';
  8314.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\EnterpriseDeleteHandler'] = new \App\Api\Messenger\MessageHandler\Email\EnterpriseDeleteHandler(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['App\\Api\\Service\\EnterpriseDeleteManager'] ?? $this->getEnterpriseDeleteManagerService()), new \App\Api\Service\EnterpriseMailService(($this->privates['App\\Api\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->getEnv('MAIL_SENDER_ADDRESS'), ($this->privates['App\\Api\\Service\\UrlService'] ?? ($this->privates['App\\Api\\Service\\UrlService'] = new \App\Api\Service\UrlService($this->getEnv('string:AFFLEX_BASE_URL'))))));
  8315.     }
  8316.     /**
  8317.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionNotCompletedHandler' shared autowired service.
  8318.      *
  8319.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionNotCompletedHandler
  8320.      */
  8321.     protected function getExemptionNotCompletedHandlerService()
  8322.     {
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8324.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/Message/Traits/FilteredUserEmailsTrait.php';
  8325.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionNotCompletedHandler.php';
  8326.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionNotCompletedHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionNotCompletedHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8327.     }
  8328.     /**
  8329.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionRejectedToEmployeeHandler' shared autowired service.
  8330.      *
  8331.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionRejectedToEmployeeHandler
  8332.      */
  8333.     protected function getExemptionRejectedToEmployeeHandlerService()
  8334.     {
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8336.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionRejectedToEmployeeHandler.php';
  8337.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionRejectedToEmployeeHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionRejectedToEmployeeHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8338.     }
  8339.     /**
  8340.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionReminderToFinishHandler' shared autowired service.
  8341.      *
  8342.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionReminderToFinishHandler
  8343.      */
  8344.     protected function getExemptionReminderToFinishHandlerService()
  8345.     {
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8347.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionReminderToFinishHandler.php';
  8348.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionReminderToFinishHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionReminderToFinishHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8349.     }
  8350.     /**
  8351.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionSendUpdateLinkHandler' shared autowired service.
  8352.      *
  8353.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionSendUpdateLinkHandler
  8354.      */
  8355.     protected function getExemptionSendUpdateLinkHandlerService()
  8356.     {
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8358.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionSendUpdateLinkHandler.php';
  8359.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionSendUpdateLinkHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionSendUpdateLinkHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()), ($this->privates['App\\Api\\Service\\ExemptionManager'] ?? $this->getExemptionManagerService()), ($this->privates['App\\Api\\Service\\ExemptionTokenSecurityManager'] ?? $this->getExemptionTokenSecurityManagerService()), ($this->privates['App\\Api\\Service\\LoggerService'] ?? $this->getLoggerServiceService()));
  8360.     }
  8361.     /**
  8362.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionToRenewToEmployeeHandler' shared autowired service.
  8363.      *
  8364.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionToRenewToEmployeeHandler
  8365.      */
  8366.     protected function getExemptionToRenewToEmployeeHandlerService()
  8367.     {
  8368.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8369.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/Message/Traits/FilteredUserEmailsTrait.php';
  8370.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionToRenewToEmployeeHandler.php';
  8371.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToRenewToEmployeeHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionToRenewToEmployeeHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8372.     }
  8373.     /**
  8374.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionToValidateToEmployeeHandler' shared autowired service.
  8375.      *
  8376.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionToValidateToEmployeeHandler
  8377.      */
  8378.     protected function getExemptionToValidateToEmployeeHandlerService()
  8379.     {
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8381.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionToValidateToEmployeeHandler.php';
  8382.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToEmployeeHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionToValidateToEmployeeHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8383.     }
  8384.     /**
  8385.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionToValidateToScopeHandler' shared autowired service.
  8386.      *
  8387.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionToValidateToScopeHandler
  8388.      */
  8389.     protected function getExemptionToValidateToScopeHandlerService()
  8390.     {
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8392.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/Message/Traits/FilteredUserEmailsTrait.php';
  8393.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionToValidateToScopeHandler.php';
  8394.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToScopeHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionToValidateToScopeHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8395.     }
  8396.     /**
  8397.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ExemptionValidatedToEmployeeHandler' shared autowired service.
  8398.      *
  8399.      * @return \App\Api\Messenger\MessageHandler\Email\ExemptionValidatedToEmployeeHandler
  8400.      */
  8401.     protected function getExemptionValidatedToEmployeeHandlerService()
  8402.     {
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8404.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ExemptionValidatedToEmployeeHandler.php';
  8405.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionValidatedToEmployeeHandler'] = new \App\Api\Messenger\MessageHandler\Email\ExemptionValidatedToEmployeeHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExemptionMailService'] ?? $this->getExemptionMailServiceService()));
  8406.     }
  8407.     /**
  8408.      * Gets the private 'App\Api\Messenger\MessageHandler\Email\ResetPasswordLinkHandler' shared autowired service.
  8409.      *
  8410.      * @return \App\Api\Messenger\MessageHandler\Email\ResetPasswordLinkHandler
  8411.      */
  8412.     protected function getResetPasswordLinkHandlerService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8415.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Email/ResetPasswordLinkHandler.php';
  8416.         include_once \dirname(__DIR__4).'/src/App/Api/Service/PasswordResetManager.php';
  8417.         $a = ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  8418.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Email\\ResetPasswordLinkHandler'] = new \App\Api\Messenger\MessageHandler\Email\ResetPasswordLinkHandler(new \App\Api\Service\PasswordResetManager(($this->privates['App\\Api\\Service\\PasswordResetMailService'] ?? $this->getPasswordResetMailServiceService()), $a, ($this->privates['App\\Api\\Service\\PasswordResetTokenSecurityManager'] ?? $this->getPasswordResetTokenSecurityManagerService())), $a);
  8419.     }
  8420.     /**
  8421.      * Gets the private 'App\Api\Messenger\MessageHandler\ExemptionExportHandler' shared autowired service.
  8422.      *
  8423.      * @return \App\Api\Messenger\MessageHandler\ExemptionExportHandler
  8424.      */
  8425.     protected function getExemptionExportHandlerService()
  8426.     {
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8428.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/ExemptionExportHandler.php';
  8429.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\ExemptionExportHandler'] = new \App\Api\Messenger\MessageHandler\ExemptionExportHandler(($this->privates['App\\Api\\Repository\\ExemptionExportRequestRepository'] ?? $this->getExemptionExportRequestRepositoryService()), ($this->privates['App\\Api\\Service\\Export\\ExemptionExportManager'] ?? $this->getExemptionExportManagerService()));
  8430.     }
  8431.     /**
  8432.      * Gets the private 'App\Api\Messenger\MessageHandler\Statistic\AddStatisticDataHandler' shared autowired service.
  8433.      *
  8434.      * @return \App\Api\Messenger\MessageHandler\Statistic\AddStatisticDataHandler
  8435.      */
  8436.     protected function getAddStatisticDataHandlerService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8439.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/Statistic/AddStatisticDataHandler.php';
  8440.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\Statistic\\AddStatisticDataHandler'] = new \App\Api\Messenger\MessageHandler\Statistic\AddStatisticDataHandler(($this->privates['App\\Api\\Service\\ExportStatisticManager'] ?? $this->getExportStatisticManagerService()));
  8441.     }
  8442.     /**
  8443.      * Gets the private 'App\Api\Messenger\MessageHandler\UpdateCompaniesScopeHandler' shared autowired service.
  8444.      *
  8445.      * @return \App\Api\Messenger\MessageHandler\UpdateCompaniesScopeHandler
  8446.      */
  8447.     protected function getUpdateCompaniesScopeHandlerService()
  8448.     {
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8450.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/BaseUpdateScopeHandler.php';
  8451.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/UpdateCompaniesScopeHandler.php';
  8452.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\UpdateCompaniesScopeHandler'] = new \App\Api\Messenger\MessageHandler\UpdateCompaniesScopeHandler(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8453.     }
  8454.     /**
  8455.      * Gets the private 'App\Api\Messenger\MessageHandler\UpdateEnterpriseScopeHandler' shared autowired service.
  8456.      *
  8457.      * @return \App\Api\Messenger\MessageHandler\UpdateEnterpriseScopeHandler
  8458.      */
  8459.     protected function getUpdateEnterpriseScopeHandlerService()
  8460.     {
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  8462.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/BaseUpdateScopeHandler.php';
  8463.         include_once \dirname(__DIR__4).'/src/App/Api/Messenger/MessageHandler/UpdateEnterpriseScopeHandler.php';
  8464.         return $this->privates['App\\Api\\Messenger\\MessageHandler\\UpdateEnterpriseScopeHandler'] = new \App\Api\Messenger\MessageHandler\UpdateEnterpriseScopeHandler(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  8465.     }
  8466.     /**
  8467.      * Gets the private 'App\Api\Repository\ContractTypeRepository' shared autowired service.
  8468.      *
  8469.      * @return \App\Api\Repository\ContractTypeRepository
  8470.      */
  8471.     protected function getContractTypeRepositoryService()
  8472.     {
  8473.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/ContractTypeRepository.php';
  8474.         return $this->privates['App\\Api\\Repository\\ContractTypeRepository'] = new \App\Api\Repository\ContractTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8475.     }
  8476.     /**
  8477.      * Gets the private 'App\Api\Repository\DocumentTypeRepository' shared autowired service.
  8478.      *
  8479.      * @return \App\Api\Repository\DocumentTypeRepository
  8480.      */
  8481.     protected function getDocumentTypeRepositoryService()
  8482.     {
  8483.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/DocumentTypeRepository.php';
  8484.         return $this->privates['App\\Api\\Repository\\DocumentTypeRepository'] = new \App\Api\Repository\DocumentTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8485.     }
  8486.     /**
  8487.      * Gets the private 'App\Api\Repository\EnterpriseDeleteRequestRepository' shared autowired service.
  8488.      *
  8489.      * @return \App\Api\Repository\EnterpriseDeleteRequestRepository
  8490.      */
  8491.     protected function getEnterpriseDeleteRequestRepositoryService()
  8492.     {
  8493.         return $this->privates['App\\Api\\Repository\\EnterpriseDeleteRequestRepository'] = new \App\Api\Repository\EnterpriseDeleteRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8494.     }
  8495.     /**
  8496.      * Gets the private 'App\Api\Repository\EnterpriseRepository' shared autowired service.
  8497.      *
  8498.      * @return \App\Api\Repository\EnterpriseRepository
  8499.      */
  8500.     protected function getEnterpriseRepositoryService()
  8501.     {
  8502.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/EnterpriseRepository.php';
  8503.         return $this->privates['App\\Api\\Repository\\EnterpriseRepository'] = new \App\Api\Repository\EnterpriseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8504.     }
  8505.     /**
  8506.      * Gets the private 'App\Api\Repository\EnterpriseSettingsRepository' shared autowired service.
  8507.      *
  8508.      * @return \App\Api\Repository\EnterpriseSettingsRepository
  8509.      */
  8510.     protected function getEnterpriseSettingsRepositoryService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/EnterpriseSettingsRepository.php';
  8513.         return $this->privates['App\\Api\\Repository\\EnterpriseSettingsRepository'] = new \App\Api\Repository\EnterpriseSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8514.     }
  8515.     /**
  8516.      * Gets the private 'App\Api\Repository\ExemptionExportRequestRepository' shared autowired service.
  8517.      *
  8518.      * @return \App\Api\Repository\ExemptionExportRequestRepository
  8519.      */
  8520.     protected function getExemptionExportRequestRepositoryService()
  8521.     {
  8522.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/ExemptionExportRequestRepository.php';
  8523.         return $this->privates['App\\Api\\Repository\\ExemptionExportRequestRepository'] = new \App\Api\Repository\ExemptionExportRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8524.     }
  8525.     /**
  8526.      * Gets the private 'App\Api\Repository\ExemptionRepository' shared autowired service.
  8527.      *
  8528.      * @return \App\Api\Repository\ExemptionRepository
  8529.      */
  8530.     protected function getExemptionRepositoryService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/ExemptionRepository.php';
  8533.         return $this->privates['App\\Api\\Repository\\ExemptionRepository'] = new \App\Api\Repository\ExemptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8534.     }
  8535.     /**
  8536.      * Gets the private 'App\Api\Repository\ExemptionTokenRepository' shared autowired service.
  8537.      *
  8538.      * @return \App\Api\Repository\ExemptionTokenRepository
  8539.      */
  8540.     protected function getExemptionTokenRepositoryService()
  8541.     {
  8542.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/ExemptionTokenRepository.php';
  8543.         return $this->privates['App\\Api\\Repository\\ExemptionTokenRepository'] = new \App\Api\Repository\ExemptionTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8544.     }
  8545.     /**
  8546.      * Gets the private 'App\Api\Repository\PasswordResetTokenRepository' shared autowired service.
  8547.      *
  8548.      * @return \App\Api\Repository\PasswordResetTokenRepository
  8549.      */
  8550.     protected function getPasswordResetTokenRepositoryService()
  8551.     {
  8552.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/PasswordResetTokenRepository.php';
  8553.         return $this->privates['App\\Api\\Repository\\PasswordResetTokenRepository'] = new \App\Api\Repository\PasswordResetTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8554.     }
  8555.     /**
  8556.      * Gets the private 'App\Api\Repository\ReasonRepository' shared autowired service.
  8557.      *
  8558.      * @return \App\Api\Repository\ReasonRepository
  8559.      */
  8560.     protected function getReasonRepositoryService()
  8561.     {
  8562.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/ReasonRepository.php';
  8563.         return $this->privates['App\\Api\\Repository\\ReasonRepository'] = new \App\Api\Repository\ReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8564.     }
  8565.     /**
  8566.      * Gets the private 'App\Api\Repository\SettingRepository' shared autowired service.
  8567.      *
  8568.      * @return \App\Api\Repository\SettingRepository
  8569.      */
  8570.     protected function getSettingRepositoryService()
  8571.     {
  8572.         return $this->privates['App\\Api\\Repository\\SettingRepository'] = new \App\Api\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8573.     }
  8574.     /**
  8575.      * Gets the private 'App\Api\Repository\StatisticExportRequestRepository' shared autowired service.
  8576.      *
  8577.      * @return \App\Api\Repository\StatisticExportRequestRepository
  8578.      */
  8579.     protected function getStatisticExportRequestRepositoryService()
  8580.     {
  8581.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/StatisticExportRequestRepository.php';
  8582.         return $this->privates['App\\Api\\Repository\\StatisticExportRequestRepository'] = new \App\Api\Repository\StatisticExportRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8583.     }
  8584.     /**
  8585.      * Gets the private 'App\Api\Repository\StatisticRepository' shared autowired service.
  8586.      *
  8587.      * @return \App\Api\Repository\StatisticRepository
  8588.      */
  8589.     protected function getStatisticRepositoryService()
  8590.     {
  8591.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/StatisticRepository.php';
  8592.         return $this->privates['App\\Api\\Repository\\StatisticRepository'] = new \App\Api\Repository\StatisticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8593.     }
  8594.     /**
  8595.      * Gets the private 'App\Api\Repository\UserRepository' shared autowired service.
  8596.      *
  8597.      * @return \App\Api\Repository\UserRepository
  8598.      */
  8599.     protected function getUserRepositoryService()
  8600.     {
  8601.         return $this->privates['App\\Api\\Repository\\UserRepository'] = new \App\Api\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8602.     }
  8603.     /**
  8604.      * Gets the private 'App\Api\Repository\UserTokenRepository' shared autowired service.
  8605.      *
  8606.      * @return \App\Api\Repository\UserTokenRepository
  8607.      */
  8608.     protected function getUserTokenRepositoryService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/src/App/Api/Repository/UserTokenRepository.php';
  8611.         return $this->privates['App\\Api\\Repository\\UserTokenRepository'] = new \App\Api\Repository\UserTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8612.     }
  8613.     /**
  8614.      * Gets the private 'App\Api\Security\AdminLoginAuthenticator' shared autowired service.
  8615.      *
  8616.      * @return \App\Api\Security\AdminLoginAuthenticator
  8617.      */
  8618.     protected function getAdminLoginAuthenticatorService()
  8619.     {
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  8624.         include_once \dirname(__DIR__4).'/src/App/Api/Security/AdminLoginAuthenticator.php';
  8625.         return $this->privates['App\\Api\\Security\\AdminLoginAuthenticator'] = new \App\Api\Security\AdminLoginAuthenticator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  8626.     }
  8627.     /**
  8628.      * Gets the private 'App\Api\Security\CompanyTokenAuthenticator' shared autowired service.
  8629.      *
  8630.      * @return \App\Api\Security\CompanyTokenAuthenticator
  8631.      */
  8632.     protected function getCompanyTokenAuthenticatorService()
  8633.     {
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8637.         include_once \dirname(__DIR__4).'/src/App/Api/Security/AbstractAuthenticator.php';
  8638.         include_once \dirname(__DIR__4).'/src/App/Api/Security/CompanyTokenAuthenticator.php';
  8639.         return $this->privates['App\\Api\\Security\\CompanyTokenAuthenticator'] = new \App\Api\Security\CompanyTokenAuthenticator(($this->privates['App\\Api\\Repository\\UserTokenRepository'] ?? $this->getUserTokenRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  8640.     }
  8641.     /**
  8642.      * Gets the private 'App\Api\Security\UserPasswordAuthenticator' shared autowired service.
  8643.      *
  8644.      * @return \App\Api\Security\UserPasswordAuthenticator
  8645.      */
  8646.     protected function getUserPasswordAuthenticatorService()
  8647.     {
  8648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8651.         include_once \dirname(__DIR__4).'/src/App/Api/Security/AbstractAuthenticator.php';
  8652.         include_once \dirname(__DIR__4).'/src/App/Api/Security/UserPasswordAuthenticator.php';
  8653.         return $this->privates['App\\Api\\Security\\UserPasswordAuthenticator'] = new \App\Api\Security\UserPasswordAuthenticator(($this->privates['App\\Api\\Repository\\UserTokenRepository'] ?? $this->getUserTokenRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8654.     }
  8655.     /**
  8656.      * Gets the private 'App\Api\Security\UserProvider' shared autowired service.
  8657.      *
  8658.      * @return \App\Api\Security\UserProvider
  8659.      */
  8660.     protected function getUserProviderService()
  8661.     {
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8663.         include_once \dirname(__DIR__4).'/src/App/Api/Security/UserProvider.php';
  8664.         return $this->privates['App\\Api\\Security\\UserProvider'] = new \App\Api\Security\UserProvider(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  8665.     }
  8666.     /**
  8667.      * Gets the private 'App\Api\Security\UserTokenAuthenticator' shared autowired service.
  8668.      *
  8669.      * @return \App\Api\Security\UserTokenAuthenticator
  8670.      */
  8671.     protected function getUserTokenAuthenticatorService()
  8672.     {
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8676.         include_once \dirname(__DIR__4).'/src/App/Api/Security/AbstractAuthenticator.php';
  8677.         include_once \dirname(__DIR__4).'/src/App/Api/Security/UserTokenAuthenticator.php';
  8678.         return $this->privates['App\\Api\\Security\\UserTokenAuthenticator'] = new \App\Api\Security\UserTokenAuthenticator(($this->privates['App\\Api\\Repository\\UserTokenRepository'] ?? $this->getUserTokenRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  8679.     }
  8680.     /**
  8681.      * Gets the private 'App\Api\Service\CreateExportRequestManager' shared autowired service.
  8682.      *
  8683.      * @return \App\Api\Service\CreateExportRequestManager
  8684.      */
  8685.     protected function getCreateExportRequestManagerService()
  8686.     {
  8687.         include_once \dirname(__DIR__4).'/src/App/Api/Service/CreateExportRequestManager.php';
  8688.         return $this->privates['App\\Api\\Service\\CreateExportRequestManager'] = new \App\Api\Service\CreateExportRequestManager(($this->privates['App\\Api\\Repository\\ExemptionExportRequestRepository'] ?? $this->getExemptionExportRequestRepositoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Messenger\\MessageHandler\\ExemptionExportHandler'] ?? $this->getExemptionExportHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  8689.     }
  8690.     /**
  8691.      * Gets the private 'App\Api\Service\Delete\DeletePdfFilesStrategy' shared autowired service.
  8692.      *
  8693.      * @return \App\Api\Service\Delete\DeletePdfFilesStrategy
  8694.      */
  8695.     protected function getDeletePdfFilesStrategyService()
  8696.     {
  8697.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Delete/DeleteFilesStrategy.php';
  8698.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Delete/DeletePdfFilesStrategy.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8700.         return $this->privates['App\\Api\\Service\\Delete\\DeletePdfFilesStrategy'] = new \App\Api\Service\Delete\DeletePdfFilesStrategy(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['App\\Api\\Repository\\ExemptionExportRequestRepository'] ?? $this->getExemptionExportRequestRepositoryService()));
  8701.     }
  8702.     /**
  8703.      * Gets the private 'App\Api\Service\Delete\DeleteXlsxFilesStrategy' shared autowired service.
  8704.      *
  8705.      * @return \App\Api\Service\Delete\DeleteXlsxFilesStrategy
  8706.      */
  8707.     protected function getDeleteXlsxFilesStrategyService()
  8708.     {
  8709.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Delete/DeleteFilesStrategy.php';
  8710.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Delete/DeleteXlsxFilesStrategy.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8712.         return $this->privates['App\\Api\\Service\\Delete\\DeleteXlsxFilesStrategy'] = new \App\Api\Service\Delete\DeleteXlsxFilesStrategy(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  8713.     }
  8714.     /**
  8715.      * Gets the private 'App\Api\Service\EmployeeExemptionManager' shared autowired service.
  8716.      *
  8717.      * @return \App\Api\Service\EmployeeExemptionManager
  8718.      */
  8719.     protected function getEmployeeExemptionManagerService()
  8720.     {
  8721.         include_once \dirname(__DIR__4).'/src/App/Api/Service/EmployeeExemptionManager.php';
  8722.         include_once \dirname(__DIR__4).'/src/App/Api/Utils/DigitalSignature/YousignConfigInterface.php';
  8723.         include_once \dirname(__DIR__4).'/src/App/Api/Utils/DigitalSignature/YousignConfigTrait.php';
  8724.         include_once \dirname(__DIR__4).'/src/App/Api/Service/DigitalSignatureProcedureManager.php';
  8725.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8726.         return $this->privates['App\\Api\\Service\\EmployeeExemptionManager'] = new \App\Api\Service\EmployeeExemptionManager(($this->privates['App\\Api\\Service\\ExemptionManager'] ?? $this->getExemptionManagerService()), new \App\Api\Service\DigitalSignatureProcedureManager(($this->privates['App\\Api\\Service\\YousignClient'] ?? $this->getYousignClientService()), ($this->privates['App\\Api\\Service\\PdfGenerator'] ?? $this->getPdfGeneratorService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['App\\Api\\Service\\ExemptionTokenSecurityManager'] ?? $this->getExemptionTokenSecurityManagerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['App\\Api\\Service\\PropertiesNullSetter'] ?? $this->getPropertiesNullSetterService()));
  8727.     }
  8728.     /**
  8729.      * Gets the private 'App\Api\Service\EnterpriseDeleteManager' shared autowired service.
  8730.      *
  8731.      * @return \App\Api\Service\EnterpriseDeleteManager
  8732.      */
  8733.     protected function getEnterpriseDeleteManagerService()
  8734.     {
  8735.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  8736.         return $this->privates['App\\Api\\Service\\EnterpriseDeleteManager'] = new \App\Api\Service\EnterpriseDeleteManager(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Api\Validator\Constraints\Enterprise\IsValidEnterpriseUserValidator($a), new \App\Api\Validator\Constraints\Enterprise\IsValidEnterpriseUserEmailValidator($a), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Api\\Repository\\EnterpriseDeleteRequestRepository'] ?? $this->getEnterpriseDeleteRequestRepositoryService()), new \App\Api\Service\FileService(new RewindableGenerator(function () {
  8737.             yield => ($this->privates['App\\Api\\Service\\Delete\\DeletePdfFilesStrategy'] ?? $this->getDeletePdfFilesStrategyService());
  8738.             yield => ($this->privates['App\\Api\\Service\\Delete\\DeleteXlsxFilesStrategy'] ?? $this->getDeleteXlsxFilesStrategyService());
  8739.         }, 2), (\dirname(__DIR__4).'/private/export')), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8740.     }
  8741.     /**
  8742.      * Gets the private 'App\Api\Service\EnterpriseManager' shared autowired service.
  8743.      *
  8744.      * @return \App\Api\Service\EnterpriseManager
  8745.      */
  8746.     protected function getEnterpriseManagerService()
  8747.     {
  8748.         include_once \dirname(__DIR__4).'/src/App/Api/Service/EnterpriseManager.php';
  8749.         return $this->privates['App\\Api\\Service\\EnterpriseManager'] = new \App\Api\Service\EnterpriseManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  8750.     }
  8751.     /**
  8752.      * Gets the private 'App\Api\Service\EnterpriseProvider' shared autowired service.
  8753.      *
  8754.      * @return \App\Api\Service\EnterpriseProvider
  8755.      */
  8756.     protected function getEnterpriseProviderService()
  8757.     {
  8758.         include_once \dirname(__DIR__4).'/src/App/Api/Service/EnterpriseProvider.php';
  8759.         return $this->privates['App\\Api\\Service\\EnterpriseProvider'] = new \App\Api\Service\EnterpriseProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  8760.     }
  8761.     /**
  8762.      * Gets the private 'App\Api\Service\ExemptionMailService' shared autowired service.
  8763.      *
  8764.      * @return \App\Api\Service\ExemptionMailService
  8765.      */
  8766.     protected function getExemptionMailServiceService()
  8767.     {
  8768.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExemptionMailService.php';
  8769.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UrlService.php';
  8770.         return $this->privates['App\\Api\\Service\\ExemptionMailService'] = new \App\Api\Service\ExemptionMailService(($this->privates['App\\Api\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['App\\Api\\Service\\ExemptionTokenSecurityManager'] ?? $this->getExemptionTokenSecurityManagerService()), $this->getEnv('MAIL_SENDER_ADDRESS'), $this->getEnv('AFFLEX_BASE_URL'), ($this->privates['App\\Api\\Service\\UrlService'] ?? ($this->privates['App\\Api\\Service\\UrlService'] = new \App\Api\Service\UrlService($this->getEnv('string:AFFLEX_BASE_URL')))));
  8771.     }
  8772.     /**
  8773.      * Gets the private 'App\Api\Service\ExemptionManager' shared autowired service.
  8774.      *
  8775.      * @return \App\Api\Service\ExemptionManager
  8776.      */
  8777.     protected function getExemptionManagerService()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExemptionManager.php';
  8780.         return $this->privates['App\\Api\\Service\\ExemptionManager'] = new \App\Api\Service\ExemptionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\PropertiesNullSetter'] ?? $this->getPropertiesNullSetterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8781.     }
  8782.     /**
  8783.      * Gets the private 'App\Api\Service\ExemptionReasonService' shared autowired service.
  8784.      *
  8785.      * @return \App\Api\Service\ExemptionReasonService
  8786.      */
  8787.     protected function getExemptionReasonServiceService()
  8788.     {
  8789.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExemptionReasonService.php';
  8790.         return $this->privates['App\\Api\\Service\\ExemptionReasonService'] = new \App\Api\Service\ExemptionReasonService(($this->services['translator'] ?? $this->getTranslatorService()));
  8791.     }
  8792.     /**
  8793.      * Gets the private 'App\Api\Service\ExemptionTokenSecurityManager' shared autowired service.
  8794.      *
  8795.      * @return \App\Api\Service\ExemptionTokenSecurityManager
  8796.      */
  8797.     protected function getExemptionTokenSecurityManagerService()
  8798.     {
  8799.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExemptionTokenSecurityManager.php';
  8800.         include_once \dirname(__DIR__4).'/src/App/Api/Service/TokenGenerator.php';
  8801.         return $this->privates['App\\Api\\Service\\ExemptionTokenSecurityManager'] = new \App\Api\Service\ExemptionTokenSecurityManager(($this->privates['App\\Api\\Repository\\ExemptionTokenRepository'] ?? $this->getExemptionTokenRepositoryService()), ($this->privates['App\\Api\\Service\\TokenGenerator'] ?? ($this->privates['App\\Api\\Service\\TokenGenerator'] = new \App\Api\Service\TokenGenerator())));
  8802.     }
  8803.     /**
  8804.      * Gets the private 'App\Api\Service\ExportStatisticManager' shared autowired service.
  8805.      *
  8806.      * @return \App\Api\Service\ExportStatisticManager
  8807.      */
  8808.     protected function getExportStatisticManagerService()
  8809.     {
  8810.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExportStatisticManager.php';
  8811.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExportStatisticBuilder.php';
  8812.         include_once \dirname(__DIR__4).'/src/App/Api/Service/FilePathProvider.php';
  8813.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExportFileNameGenerator.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8815.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8816.         return $this->privates['App\\Api\\Service\\ExportStatisticManager'] = new \App\Api\Service\ExportStatisticManager(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Api\\Repository\\StatisticExportRequestRepository'] ?? $this->getStatisticExportRequestRepositoryService()), new \App\Api\Service\ExportStatisticBuilder(($this->privates['App\\Api\\Service\\FilePathProvider'] ?? ($this->privates['App\\Api\\Service\\FilePathProvider'] = new \App\Api\Service\FilePathProvider((\dirname(__DIR__4).'/private/export'), (\dirname(__DIR__4).'/private/export')))), ($this->privates['App\\Api\\Service\\ExportFileNameGenerator'] ?? ($this->privates['App\\Api\\Service\\ExportFileNameGenerator'] = new \App\Api\Service\ExportFileNameGenerator())), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $a), ($this->privates['App\\Api\\Service\\StatisticManager'] ?? $this->getStatisticManagerService()), ($this->privates['App\\Api\\Repository\\StatisticRepository'] ?? $this->getStatisticRepositoryService()), $a);
  8817.     }
  8818.     /**
  8819.      * Gets the private 'App\Api\Service\Export\ExemptionExportManager' shared autowired service.
  8820.      *
  8821.      * @return \App\Api\Service\Export\ExemptionExportManager
  8822.      */
  8823.     protected function getExemptionExportManagerService()
  8824.     {
  8825.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Export/ExemptionExportManager.php';
  8826.         include_once \dirname(__DIR__4).'/src/App/Api/Service/ExportFileNameGenerator.php';
  8827.         include_once \dirname(__DIR__4).'/src/App/Api/Service/FilePathProvider.php';
  8828.         return $this->privates['App\\Api\\Service\\Export\\ExemptionExportManager'] = new \App\Api\Service\Export\ExemptionExportManager(($this->privates['App\\Api\\Repository\\ExemptionExportRequestRepository'] ?? $this->getExemptionExportRequestRepositoryService()), ($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['App\\Api\\Service\\ExportFileNameGenerator'] ?? ($this->privates['App\\Api\\Service\\ExportFileNameGenerator'] = new \App\Api\Service\ExportFileNameGenerator())), ($this->privates['App\\Api\\Service\\FilePathProvider'] ?? ($this->privates['App\\Api\\Service\\FilePathProvider'] = new \App\Api\Service\FilePathProvider((\dirname(__DIR__4).'/private/export'), (\dirname(__DIR__4).'/private/export')))), ($this->privates['App\\Api\\Service\\Export\\ExportFactory'] ?? $this->getExportFactoryService()));
  8829.     }
  8830.     /**
  8831.      * Gets the private 'App\Api\Service\Export\ExportFactory' shared autowired service.
  8832.      *
  8833.      * @return \App\Api\Service\Export\ExportFactory
  8834.      */
  8835.     protected function getExportFactoryService()
  8836.     {
  8837.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Export/ExportFactory.php';
  8838.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Export/ExportBuilderInterface.php';
  8839.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Export/ExemptionExportDocumentBuilder.php';
  8840.         include_once \dirname(__DIR__4).'/src/App/Api/Service/FilePathProvider.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8842.         $a = ($this->privates['App\\Api\\Service\\FilePathProvider'] ?? ($this->privates['App\\Api\\Service\\FilePathProvider'] = new \App\Api\Service\FilePathProvider((\dirname(__DIR__4).'/private/export'), (\dirname(__DIR__4).'/private/export'))));
  8843.         $b = ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  8844.         return $this->privates['App\\Api\\Service\\Export\\ExportFactory'] = new \App\Api\Service\Export\ExportFactory(new \App\Api\Service\Export\ExemptionExportDocumentBuilder(($this->privates['App\\Api\\Service\\PdfGenerator'] ?? $this->getPdfGeneratorService()), $a$b), $b$a);
  8845.     }
  8846.     /**
  8847.      * Gets the private 'App\Api\Service\FilePathProvider' shared autowired service.
  8848.      *
  8849.      * @return \App\Api\Service\FilePathProvider
  8850.      */
  8851.     protected function getFilePathProviderService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/src/App/Api/Service/FilePathProvider.php';
  8854.         return $this->privates['App\\Api\\Service\\FilePathProvider'] = new \App\Api\Service\FilePathProvider((\dirname(__DIR__4).'/private/export'), (\dirname(__DIR__4).'/private/export'));
  8855.     }
  8856.     /**
  8857.      * Gets the private 'App\Api\Service\GeneralConditionsOfUsageService' shared autowired service.
  8858.      *
  8859.      * @return \App\Api\Service\GeneralConditionsOfUsageService
  8860.      */
  8861.     protected function getGeneralConditionsOfUsageServiceService()
  8862.     {
  8863.         include_once \dirname(__DIR__4).'/src/App/Api/Service/GeneralConditionsOfUsageService.php';
  8864.         return $this->privates['App\\Api\\Service\\GeneralConditionsOfUsageService'] = new \App\Api\Service\GeneralConditionsOfUsageService();
  8865.     }
  8866.     /**
  8867.      * Gets the private 'App\Api\Service\LoggerService' shared autowired service.
  8868.      *
  8869.      * @return \App\Api\Service\LoggerService
  8870.      */
  8871.     protected function getLoggerServiceService()
  8872.     {
  8873.         include_once \dirname(__DIR__4).'/src/App/Api/Service/LoggerService.php';
  8874.         include_once \dirname(__DIR__4).'/src/App/Api/DataProvider/MessageDataProvider.php';
  8875.         include_once \dirname(__DIR__4).'/src/App/Api/Service/LoggerMessageBuilder.php';
  8876.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8877.         return $this->privates['App\\Api\\Service\\LoggerService'] = new \App\Api\Service\LoggerService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \App\Api\DataProvider\MessageDataProvider($a, new \App\Api\Service\LoggerMessageBuilder($a)), ($this->services['monolog.logger.registration'] ?? $this->getMonolog_Logger_RegistrationService()), ($this->services['monolog.logger.due'] ?? $this->getMonolog_Logger_DueService()), ($this->services['monolog.logger.exemption'] ?? $this->getMonolog_Logger_ExemptionService()));
  8878.     }
  8879.     /**
  8880.      * Gets the private 'App\Api\Service\Mailer' shared autowired service.
  8881.      *
  8882.      * @return \App\Api\Service\Mailer
  8883.      */
  8884.     protected function getMailerService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  8887.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Mailer.php';
  8888.         return $this->privates['App\\Api\\Service\\Mailer'] = new \App\Api\Service\Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  8889.     }
  8890.     /**
  8891.      * Gets the private 'App\Api\Service\PasswordResetMailService' shared autowired service.
  8892.      *
  8893.      * @return \App\Api\Service\PasswordResetMailService
  8894.      */
  8895.     protected function getPasswordResetMailServiceService()
  8896.     {
  8897.         include_once \dirname(__DIR__4).'/src/App/Api/Service/PasswordResetMailService.php';
  8898.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UrlService.php';
  8899.         return $this->privates['App\\Api\\Service\\PasswordResetMailService'] = new \App\Api\Service\PasswordResetMailService(($this->privates['App\\Api\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->getEnv('MAIL_SENDER_ADDRESS'), ($this->privates['App\\Api\\Service\\UrlService'] ?? ($this->privates['App\\Api\\Service\\UrlService'] = new \App\Api\Service\UrlService($this->getEnv('string:AFFLEX_BASE_URL')))));
  8900.     }
  8901.     /**
  8902.      * Gets the private 'App\Api\Service\PasswordResetTokenSecurityManager' shared autowired service.
  8903.      *
  8904.      * @return \App\Api\Service\PasswordResetTokenSecurityManager
  8905.      */
  8906.     protected function getPasswordResetTokenSecurityManagerService()
  8907.     {
  8908.         include_once \dirname(__DIR__4).'/src/App/Api/Service/PasswordResetTokenSecurityManager.php';
  8909.         include_once \dirname(__DIR__4).'/src/App/Api/Service/TokenGenerator.php';
  8910.         return $this->privates['App\\Api\\Service\\PasswordResetTokenSecurityManager'] = new \App\Api\Service\PasswordResetTokenSecurityManager(($this->privates['App\\Api\\Repository\\PasswordResetTokenRepository'] ?? $this->getPasswordResetTokenRepositoryService()), ($this->privates['App\\Api\\Service\\TokenGenerator'] ?? ($this->privates['App\\Api\\Service\\TokenGenerator'] = new \App\Api\Service\TokenGenerator())));
  8911.     }
  8912.     /**
  8913.      * Gets the private 'App\Api\Service\PdfGenerator' shared autowired service.
  8914.      *
  8915.      * @return \App\Api\Service\PdfGenerator
  8916.      */
  8917.     protected function getPdfGeneratorService()
  8918.     {
  8919.         include_once \dirname(__DIR__4).'/src/App/Api/Service/PdfGenerator.php';
  8920.         return $this->privates['App\\Api\\Service\\PdfGenerator'] = new \App\Api\Service\PdfGenerator(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['App\\Api\\Repository\\ReasonRepository'] ?? $this->getReasonRepositoryService()));
  8921.     }
  8922.     /**
  8923.      * Gets the private 'App\Api\Service\PropertiesNullSetter' shared autowired service.
  8924.      *
  8925.      * @return \App\Api\Service\PropertiesNullSetter
  8926.      */
  8927.     protected function getPropertiesNullSetterService()
  8928.     {
  8929.         include_once \dirname(__DIR__4).'/src/App/Api/Service/PropertiesNullSetterInterface.php';
  8930.         include_once \dirname(__DIR__4).'/src/App/Api/Service/PropertiesNullSetter.php';
  8931.         return $this->privates['App\\Api\\Service\\PropertiesNullSetter'] = new \App\Api\Service\PropertiesNullSetter(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8932.     }
  8933.     /**
  8934.      * Gets the private 'App\Api\Service\SettingsManager' shared autowired service.
  8935.      *
  8936.      * @return \App\Api\Service\SettingsManager
  8937.      */
  8938.     protected function getSettingsManagerService()
  8939.     {
  8940.         include_once \dirname(__DIR__4).'/src/App/Api/Service/SettingsManager.php';
  8941.         return $this->privates['App\\Api\\Service\\SettingsManager'] = new \App\Api\Service\SettingsManager(($this->privates['App\\Api\\Repository\\EnterpriseSettingsRepository'] ?? $this->getEnterpriseSettingsRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8942.     }
  8943.     /**
  8944.      * Gets the private 'App\Api\Service\StatisticManager' shared autowired service.
  8945.      *
  8946.      * @return \App\Api\Service\StatisticManager
  8947.      */
  8948.     protected function getStatisticManagerService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/src/App/Api/Service/StatisticManager.php';
  8951.         include_once \dirname(__DIR__4).'/src/App/Api/Service/StatisticTransformer.php';
  8952.         return $this->privates['App\\Api\\Service\\StatisticManager'] = new \App\Api\Service\StatisticManager(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), new \App\Api\Service\StatisticTransformer(), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  8953.     }
  8954.     /**
  8955.      * Gets the private 'App\Api\Service\Strategy\User\UpdateEnterpriseUserEnterprisesStrategy' shared autowired service.
  8956.      *
  8957.      * @return \App\Api\Service\Strategy\User\UpdateEnterpriseUserEnterprisesStrategy
  8958.      */
  8959.     protected function getUpdateEnterpriseUserEnterprisesStrategyService()
  8960.     {
  8961.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Strategy/User/UpdateUserEnterprisesStrategy.php';
  8962.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Strategy/User/UpdateEnterpriseUserEnterprisesStrategy.php';
  8963.         return $this->privates['App\\Api\\Service\\Strategy\\User\\UpdateEnterpriseUserEnterprisesStrategy'] = new \App\Api\Service\Strategy\User\UpdateEnterpriseUserEnterprisesStrategy(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  8964.     }
  8965.     /**
  8966.      * Gets the private 'App\Api\Service\Strategy\User\UpdateTdc1ManagerEnterprisesStrategy' shared autowired service.
  8967.      *
  8968.      * @return \App\Api\Service\Strategy\User\UpdateTdc1ManagerEnterprisesStrategy
  8969.      */
  8970.     protected function getUpdateTdc1ManagerEnterprisesStrategyService()
  8971.     {
  8972.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Strategy/User/UpdateUserEnterprisesStrategy.php';
  8973.         include_once \dirname(__DIR__4).'/src/App/Api/Service/Strategy/User/UpdateTdc1ManagerEnterprisesStrategy.php';
  8974.         return $this->privates['App\\Api\\Service\\Strategy\\User\\UpdateTdc1ManagerEnterprisesStrategy'] = new \App\Api\Service\Strategy\User\UpdateTdc1ManagerEnterprisesStrategy(($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  8975.     }
  8976.     /**
  8977.      * Gets the private 'App\Api\Service\UserManager' shared autowired service.
  8978.      *
  8979.      * @return \App\Api\Service\UserManager
  8980.      */
  8981.     protected function getUserManagerService()
  8982.     {
  8983.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UserManager.php';
  8984.         return $this->privates['App\\Api\\Service\\UserManager'] = new \App\Api\Service\UserManager(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new RewindableGenerator(function () {
  8985.             yield => ($this->privates['App\\Api\\Service\\Strategy\\User\\UpdateEnterpriseUserEnterprisesStrategy'] ?? $this->getUpdateEnterpriseUserEnterprisesStrategyService());
  8986.             yield => ($this->privates['App\\Api\\Service\\Strategy\\User\\UpdateTdc1ManagerEnterprisesStrategy'] ?? $this->getUpdateTdc1ManagerEnterprisesStrategyService());
  8987.         }, 2));
  8988.     }
  8989.     /**
  8990.      * Gets the private 'App\Api\Service\UserPermissionService' shared autowired service.
  8991.      *
  8992.      * @return \App\Api\Service\UserPermissionService
  8993.      */
  8994.     protected function getUserPermissionServiceService()
  8995.     {
  8996.         return $this->privates['App\\Api\\Service\\UserPermissionService'] = new \App\Api\Service\UserPermissionService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  8997.     }
  8998.     /**
  8999.      * Gets the private 'App\Api\Service\UserSecurityManager' shared autowired service.
  9000.      *
  9001.      * @return \App\Api\Service\UserSecurityManager
  9002.      */
  9003.     protected function getUserSecurityManagerService()
  9004.     {
  9005.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UserSecurityManager.php';
  9006.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UuidFormatter.php';
  9007.         return $this->privates['App\\Api\\Service\\UserSecurityManager'] = new \App\Api\Service\UserSecurityManager(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Api\\Service\\UserTokenManager'] ?? $this->getUserTokenManagerService()), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['App\\Api\\Service\\UuidFormatter'] ?? ($this->privates['App\\Api\\Service\\UuidFormatter'] = new \App\Api\Service\UuidFormatter())), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Api\\Admin\\Provider\\PermissionProvider'] ?? $this->getPermissionProviderService()), ($this->privates['App\\Api\\Service\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  9008.     }
  9009.     /**
  9010.      * Gets the private 'App\Api\Service\UserTokenManager' shared autowired service.
  9011.      *
  9012.      * @return \App\Api\Service\UserTokenManager
  9013.      */
  9014.     protected function getUserTokenManagerService()
  9015.     {
  9016.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UserTokenManager.php';
  9017.         include_once \dirname(__DIR__4).'/src/App/Api/Service/TokenGenerator.php';
  9018.         return $this->privates['App\\Api\\Service\\UserTokenManager'] = new \App\Api\Service\UserTokenManager(($this->privates['App\\Api\\Repository\\UserTokenRepository'] ?? $this->getUserTokenRepositoryService()), ($this->privates['App\\Api\\Service\\TokenGenerator'] ?? ($this->privates['App\\Api\\Service\\TokenGenerator'] = new \App\Api\Service\TokenGenerator())));
  9019.     }
  9020.     /**
  9021.      * Gets the private 'App\Api\Service\YousignClient' shared autowired service.
  9022.      *
  9023.      * @return \App\Api\Service\YousignClient
  9024.      */
  9025.     protected function getYousignClientService()
  9026.     {
  9027.         include_once \dirname(__DIR__4).'/src/App/Api/Service/YousignClient.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/HttplugFactory.php';
  9034.         $this->privates['App\\Api\\Service\\YousignClient'] = $instance = new \App\Api\Service\YousignClient($this->getEnv('YOUSIGN_APP_HOST'), $this->getEnv('YOUSIGN_SIGNATURE_POSITION'), $this->getEnv('YOUSIGN_EXEMPTION_SIGNATURE_ID'), ($this->privates['httplug.client.yousign'] ?? $this->getHttplug_Client_YousignService()), ($this->privates['nyholm.psr7.httplug_factory'] ?? ($this->privates['nyholm.psr7.httplug_factory'] = new \Nyholm\Psr7\Factory\HttplugFactory())));
  9035.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  9036.         $instance->setLogger($a);
  9037.         $instance->setLogger($a);
  9038.         return $instance;
  9039.     }
  9040.     /**
  9041.      * Gets the private 'App\Api\Validator\Constraints\Admin\CanEditEnterpriseValidator' shared autowired service.
  9042.      *
  9043.      * @return \App\Api\Validator\Constraints\Admin\CanEditEnterpriseValidator
  9044.      */
  9045.     protected function getCanEditEnterpriseValidatorService()
  9046.     {
  9047.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/BaseCanEditValidator.php';
  9048.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanEditEnterpriseValidator.php';
  9049.         return $this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditEnterpriseValidator'] = new \App\Api\Validator\Constraints\Admin\CanEditEnterpriseValidator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  9050.     }
  9051.     /**
  9052.      * Gets the private 'App\Api\Validator\Constraints\Admin\CanEditUserValidator' shared autowired service.
  9053.      *
  9054.      * @return \App\Api\Validator\Constraints\Admin\CanEditUserValidator
  9055.      */
  9056.     protected function getCanEditUserValidatorService()
  9057.     {
  9058.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/BaseCanEditValidator.php';
  9059.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanEditUserValidator.php';
  9060.         return $this->privates['App\\Api\\Validator\\Constraints\\Admin\\CanEditUserValidator'] = new \App\Api\Validator\Constraints\Admin\CanEditUserValidator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  9061.     }
  9062.     /**
  9063.      * Gets the private 'App\Api\Validator\Constraints\ChangeRole\IsSelectAllScopeAllowedValidator' shared autowired service.
  9064.      *
  9065.      * @return \App\Api\Validator\Constraints\ChangeRole\IsSelectAllScopeAllowedValidator
  9066.      */
  9067.     protected function getIsSelectAllScopeAllowedValidatorService()
  9068.     {
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9070.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9071.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/ChangeRole/IsSelectAllScopeAllowedValidator.php';
  9072.         return $this->privates['App\\Api\\Validator\\Constraints\\ChangeRole\\IsSelectAllScopeAllowedValidator'] = new \App\Api\Validator\Constraints\ChangeRole\IsSelectAllScopeAllowedValidator();
  9073.     }
  9074.     /**
  9075.      * Gets the private 'App\Api\Validator\Constraints\ChangeRole\IsValidEnterpriseCountValidator' shared autowired service.
  9076.      *
  9077.      * @return \App\Api\Validator\Constraints\ChangeRole\IsValidEnterpriseCountValidator
  9078.      */
  9079.     protected function getIsValidEnterpriseCountValidatorService()
  9080.     {
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9082.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9083.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/ChangeRole/IsValidEnterpriseCountValidator.php';
  9084.         return $this->privates['App\\Api\\Validator\\Constraints\\ChangeRole\\IsValidEnterpriseCountValidator'] = new \App\Api\Validator\Constraints\ChangeRole\IsValidEnterpriseCountValidator();
  9085.     }
  9086.     /**
  9087.      * Gets the private 'App\Api\Validator\Constraints\Company\DoesEnterprisesBelongToCompanyValidator' shared autowired service.
  9088.      *
  9089.      * @return \App\Api\Validator\Constraints\Company\DoesEnterprisesBelongToCompanyValidator
  9090.      */
  9091.     protected function getDoesEnterprisesBelongToCompanyValidatorService()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9095.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/DoesEnterprisesBelongToCompanyValidator.php';
  9096.         include_once \dirname(__DIR__4).'/src/App/Api/Service/UuidFormatter.php';
  9097.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\DoesEnterprisesBelongToCompanyValidator'] = new \App\Api\Validator\Constraints\Company\DoesEnterprisesBelongToCompanyValidator(($this->privates['App\\Api\\Service\\UserSecurityManager'] ?? $this->getUserSecurityManagerService()), ($this->privates['App\\Api\\Service\\UuidFormatter'] ?? ($this->privates['App\\Api\\Service\\UuidFormatter'] = new \App\Api\Service\UuidFormatter())), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()));
  9098.     }
  9099.     /**
  9100.      * Gets the private 'App\Api\Validator\Constraints\Company\DoesUserBelongToCompanyValidator' shared autowired service.
  9101.      *
  9102.      * @return \App\Api\Validator\Constraints\Company\DoesUserBelongToCompanyValidator
  9103.      */
  9104.     protected function getDoesUserBelongToCompanyValidatorService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9108.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/DoesUserBelongToCompanyValidator.php';
  9109.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\DoesUserBelongToCompanyValidator'] = new \App\Api\Validator\Constraints\Company\DoesUserBelongToCompanyValidator(($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Api\\Service\\UserSecurityManager'] ?? $this->getUserSecurityManagerService()));
  9110.     }
  9111.     /**
  9112.      * Gets the private 'App\Api\Validator\Constraints\Company\IsAvailableByRoleValidator' shared autowired service.
  9113.      *
  9114.      * @return \App\Api\Validator\Constraints\Company\IsAvailableByRoleValidator
  9115.      */
  9116.     protected function getIsAvailableByRoleValidatorService()
  9117.     {
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9120.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsAvailableByRoleValidator.php';
  9121.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsAvailableByRoleValidator'] = new \App\Api\Validator\Constraints\Company\IsAvailableByRoleValidator(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  9122.     }
  9123.     /**
  9124.      * Gets the private 'App\Api\Validator\Constraints\Company\IsExternalUrlNotBlankValidator' shared autowired service.
  9125.      *
  9126.      * @return \App\Api\Validator\Constraints\Company\IsExternalUrlNotBlankValidator
  9127.      */
  9128.     protected function getIsExternalUrlNotBlankValidatorService()
  9129.     {
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9132.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsExternalUrlNotBlankValidator.php';
  9133.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlNotBlankValidator'] = new \App\Api\Validator\Constraints\Company\IsExternalUrlNotBlankValidator();
  9134.     }
  9135.     /**
  9136.      * Gets the private 'App\Api\Validator\Constraints\Company\IsExternalUrlValidValidator' shared autowired service.
  9137.      *
  9138.      * @return \App\Api\Validator\Constraints\Company\IsExternalUrlValidValidator
  9139.      */
  9140.     protected function getIsExternalUrlValidValidatorService()
  9141.     {
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9144.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsExternalUrlValidValidator.php';
  9145.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlValidValidator'] = new \App\Api\Validator\Constraints\Company\IsExternalUrlValidValidator();
  9146.     }
  9147.     /**
  9148.      * Gets the private 'App\Api\Validator\Constraints\Company\IsValidAllExternalCheckboxesValidator' shared autowired service.
  9149.      *
  9150.      * @return \App\Api\Validator\Constraints\Company\IsValidAllExternalCheckboxesValidator
  9151.      */
  9152.     protected function getIsValidAllExternalCheckboxesValidatorService()
  9153.     {
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9156.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidAllExternalCheckboxesValidator.php';
  9157.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsValidAllExternalCheckboxesValidator'] = new \App\Api\Validator\Constraints\Company\IsValidAllExternalCheckboxesValidator(($this->services['translator'] ?? $this->getTranslatorService()));
  9158.     }
  9159.     /**
  9160.      * Gets the private 'App\Api\Validator\Constraints\Company\IsValidFrontUrlValidator' shared autowired service.
  9161.      *
  9162.      * @return \App\Api\Validator\Constraints\Company\IsValidFrontUrlValidator
  9163.      */
  9164.     protected function getIsValidFrontUrlValidatorService()
  9165.     {
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9168.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidFrontUrlValidator.php';
  9169.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsValidFrontUrlValidator'] = new \App\Api\Validator\Constraints\Company\IsValidFrontUrlValidator(($this->services['translator'] ?? $this->getTranslatorService()));
  9170.     }
  9171.     /**
  9172.      * Gets the private 'App\Api\Validator\Constraints\Company\IsValidGrantAccessToTdc1CompanyScopeValidator' shared autowired service.
  9173.      *
  9174.      * @return \App\Api\Validator\Constraints\Company\IsValidGrantAccessToTdc1CompanyScopeValidator
  9175.      */
  9176.     protected function getIsValidGrantAccessToTdc1CompanyScopeValidatorService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9180.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidGrantAccessToTdc1CompanyScopeValidator.php';
  9181.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsValidGrantAccessToTdc1CompanyScopeValidator'] = new \App\Api\Validator\Constraints\Company\IsValidGrantAccessToTdc1CompanyScopeValidator();
  9182.     }
  9183.     /**
  9184.      * Gets the private 'App\Api\Validator\Constraints\Company\IsValidUuidQuantityValidator' shared autowired service.
  9185.      *
  9186.      * @return \App\Api\Validator\Constraints\Company\IsValidUuidQuantityValidator
  9187.      */
  9188.     protected function getIsValidUuidQuantityValidatorService()
  9189.     {
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9192.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidUuidQuantityValidator.php';
  9193.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsValidUuidQuantityValidator'] = new \App\Api\Validator\Constraints\Company\IsValidUuidQuantityValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9194.     }
  9195.     /**
  9196.      * Gets the private 'App\Api\Validator\Constraints\Company\IsValidYousignConfigValidator' shared autowired service.
  9197.      *
  9198.      * @return \App\Api\Validator\Constraints\Company\IsValidYousignConfigValidator
  9199.      */
  9200.     protected function getIsValidYousignConfigValidatorService()
  9201.     {
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9204.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidYousignConfigValidator.php';
  9205.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsValidYousignConfigValidator'] = new \App\Api\Validator\Constraints\Company\IsValidYousignConfigValidator(($this->services['translator'] ?? $this->getTranslatorService()));
  9206.     }
  9207.     /**
  9208.      * Gets the private 'App\Api\Validator\Constraints\Company\IsValidYousignSignatureIdValidator' shared autowired service.
  9209.      *
  9210.      * @return \App\Api\Validator\Constraints\Company\IsValidYousignSignatureIdValidator
  9211.      */
  9212.     protected function getIsValidYousignSignatureIdValidatorService()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9216.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidYousignSignatureIdValidator.php';
  9217.         return $this->privates['App\\Api\\Validator\\Constraints\\Company\\IsValidYousignSignatureIdValidator'] = new \App\Api\Validator\Constraints\Company\IsValidYousignSignatureIdValidator(($this->services['translator'] ?? $this->getTranslatorService()));
  9218.     }
  9219.     /**
  9220.      * Gets the private 'App\Api\Validator\Constraints\DocumentContentMimeType\DocumentContentMimeTypeValidator' shared autowired service.
  9221.      *
  9222.      * @return \App\Api\Validator\Constraints\DocumentContentMimeType\DocumentContentMimeTypeValidator
  9223.      */
  9224.     protected function getDocumentContentMimeTypeValidatorService()
  9225.     {
  9226.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9227.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9228.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/DocumentContentMimeType/DocumentContentMimeTypeValidator.php';
  9229.         return $this->privates['App\\Api\\Validator\\Constraints\\DocumentContentMimeType\\DocumentContentMimeTypeValidator'] = new \App\Api\Validator\Constraints\DocumentContentMimeType\DocumentContentMimeTypeValidator();
  9230.     }
  9231.     /**
  9232.      * Gets the private 'App\Api\Validator\Constraints\Enterprise\DoesUserIdAvailableValidator' shared autowired service.
  9233.      *
  9234.      * @return \App\Api\Validator\Constraints\Enterprise\DoesUserIdAvailableValidator
  9235.      */
  9236.     protected function getDoesUserIdAvailableValidatorService()
  9237.     {
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9240.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/DoesUserIdAvailableValidator.php';
  9241.         return $this->privates['App\\Api\\Validator\\Constraints\\Enterprise\\DoesUserIdAvailableValidator'] = new \App\Api\Validator\Constraints\Enterprise\DoesUserIdAvailableValidator(($this->privates['App\\Api\\Service\\UserSecurityManager'] ?? $this->getUserSecurityManagerService()));
  9242.     }
  9243.     /**
  9244.      * Gets the private 'App\Api\Validator\Constraints\EntitiesExistValidator' shared autowired service.
  9245.      *
  9246.      * @return \App\Api\Validator\Constraints\EntitiesExistValidator
  9247.      */
  9248.     protected function getEntitiesExistValidatorService()
  9249.     {
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9252.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/EntitiesExistValidator.php';
  9253.         return $this->privates['App\\Api\\Validator\\Constraints\\EntitiesExistValidator'] = new \App\Api\Validator\Constraints\EntitiesExistValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9254.     }
  9255.     /**
  9256.      * Gets the private 'App\Api\Validator\Constraints\EntityExistValidator' shared autowired service.
  9257.      *
  9258.      * @return \App\Api\Validator\Constraints\EntityExistValidator
  9259.      */
  9260.     protected function getEntityExistValidatorService()
  9261.     {
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9264.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/EntityExistValidator.php';
  9265.         return $this->privates['App\\Api\\Validator\\Constraints\\EntityExistValidator'] = new \App\Api\Validator\Constraints\EntityExistValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9266.     }
  9267.     /**
  9268.      * Gets the private 'App\Api\Validator\Constraints\Exemption\IsExemptionValidValidator' shared autowired service.
  9269.      *
  9270.      * @return \App\Api\Validator\Constraints\Exemption\IsExemptionValidValidator
  9271.      */
  9272.     protected function getIsExemptionValidValidatorService()
  9273.     {
  9274.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9276.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Exemption/IsExemptionValidValidator.php';
  9277.         return $this->privates['App\\Api\\Validator\\Constraints\\Exemption\\IsExemptionValidValidator'] = new \App\Api\Validator\Constraints\Exemption\IsExemptionValidValidator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()));
  9278.     }
  9279.     /**
  9280.      * Gets the private 'App\Api\Validator\Constraints\ExportStatisticRequest\ExportStatisticRequestValidator' shared autowired service.
  9281.      *
  9282.      * @return \App\Api\Validator\Constraints\ExportStatisticRequest\ExportStatisticRequestValidator
  9283.      */
  9284.     protected function getExportStatisticRequestValidatorService()
  9285.     {
  9286.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/ExportStatisticRequest/ExportStatisticRequestValidator.php';
  9287.         include_once \dirname(__DIR__4).'/src/App/Api/Service/FilePathProvider.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9289.         return $this->privates['App\\Api\\Validator\\Constraints\\ExportStatisticRequest\\ExportStatisticRequestValidator'] = new \App\Api\Validator\Constraints\ExportStatisticRequest\ExportStatisticRequestValidator(($this->privates['App\\Api\\Service\\FilePathProvider'] ?? ($this->privates['App\\Api\\Service\\FilePathProvider'] = new \App\Api\Service\FilePathProvider((\dirname(__DIR__4).'/private/export'), (\dirname(__DIR__4).'/private/export')))), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9290.     }
  9291.     /**
  9292.      * Gets the private 'App\Api\Validator\Constraints\PropertiesToNullValidator' shared autowired service.
  9293.      *
  9294.      * @return \App\Api\Validator\Constraints\PropertiesToNullValidator
  9295.      */
  9296.     protected function getPropertiesToNullValidatorService()
  9297.     {
  9298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9299.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9300.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/PropertiesToNullValidator.php';
  9301.         return $this->privates['App\\Api\\Validator\\Constraints\\PropertiesToNullValidator'] = new \App\Api\Validator\Constraints\PropertiesToNullValidator();
  9302.     }
  9303.     /**
  9304.      * Gets the private 'App\Api\Validator\Constraints\RenewReasonRepeat\RenewReasonRepeatValidator' shared autowired service.
  9305.      *
  9306.      * @return \App\Api\Validator\Constraints\RenewReasonRepeat\RenewReasonRepeatValidator
  9307.      */
  9308.     protected function getRenewReasonRepeatValidatorService()
  9309.     {
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9312.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/RenewReasonRepeat/RenewReasonRepeatValidator.php';
  9313.         return $this->privates['App\\Api\\Validator\\Constraints\\RenewReasonRepeat\\RenewReasonRepeatValidator'] = new \App\Api\Validator\Constraints\RenewReasonRepeat\RenewReasonRepeatValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9314.     }
  9315.     /**
  9316.      * Gets the private 'App\Api\Validator\Constraints\UniquePropertyValidator' shared autowired service.
  9317.      *
  9318.      * @return \App\Api\Validator\Constraints\UniquePropertyValidator
  9319.      */
  9320.     protected function getUniquePropertyValidatorService()
  9321.     {
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9324.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/UniquePropertyValidator.php';
  9325.         return $this->privates['App\\Api\\Validator\\Constraints\\UniquePropertyValidator'] = new \App\Api\Validator\Constraints\UniquePropertyValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9326.     }
  9327.     /**
  9328.      * Gets the private 'App\Api\Validator\Constraints\User\IsPolicyAcceptedValidValidator' shared autowired service.
  9329.      *
  9330.      * @return \App\Api\Validator\Constraints\User\IsPolicyAcceptedValidValidator
  9331.      */
  9332.     protected function getIsPolicyAcceptedValidValidatorService()
  9333.     {
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9336.         include_once \dirname(__DIR__4).'/src/App/Api/Validator/Constraints/User/IsPolicyAcceptedValidValidator.php';
  9337.         return $this->privates['App\\Api\\Validator\\Constraints\\User\\IsPolicyAcceptedValidValidator'] = new \App\Api\Validator\Constraints\User\IsPolicyAcceptedValidValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Api\\Repository\\PasswordResetTokenRepository'] ?? $this->getPasswordResetTokenRepositoryService()));
  9338.     }
  9339.     /**
  9340.      * Gets the private 'Due\Command\InvalidateExemptionsCommand' shared autowired service.
  9341.      *
  9342.      * @return \Due\Command\InvalidateExemptionsCommand
  9343.      */
  9344.     protected function getInvalidateExemptionsCommandService()
  9345.     {
  9346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9347.         include_once \dirname(__DIR__4).'/src/DueBundle/Command/InvalidateExemptionsCommand.php';
  9348.         $this->privates['Due\\Command\\InvalidateExemptionsCommand'] = $instance = new \Due\Command\InvalidateExemptionsCommand(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['Due\\Service\\ExemptionInvalidateProcessor'] ?? $this->getExemptionInvalidateProcessorService()));
  9349.         $instance->setName('app:invalidate-exemptions');
  9350.         return $instance;
  9351.     }
  9352.     /**
  9353.      * Gets the private 'Due\Command\UpdateEmployeeEmailStatusCommand' shared autowired service.
  9354.      *
  9355.      * @return \Due\Command\UpdateEmployeeEmailStatusCommand
  9356.      */
  9357.     protected function getUpdateEmployeeEmailStatusCommandService()
  9358.     {
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9360.         include_once \dirname(__DIR__4).'/src/DueBundle/Command/UpdateEmployeeEmailStatusCommand.php';
  9361.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/SendGridManager.php';
  9362.         include_once \dirname(__DIR__4).'/src/DueBundle/Bridge/SendGrid/SendGridRequestInterface.php';
  9363.         include_once \dirname(__DIR__4).'/src/DueBundle/Bridge/SendGrid/SendGridRequest.php';
  9364.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/EmployeeEmail/EmployeeEmailLoggerMessageBuilder.php';
  9365.         $a = ($this->services['monolog.logger.employee-email'] ?? $this->getMonolog_Logger_EmployeeemailService());
  9366.         $this->privates['Due\\Command\\UpdateEmployeeEmailStatusCommand'] = $instance = new \Due\Command\UpdateEmployeeEmailStatusCommand(new \Due\Service\SendGridManager(new \Due\Bridge\SendGrid\SendGridRequest(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('string:SENDGRID_API_KEY'), $a), ($this->privates['Due\\Repository\\DueEmployeeEmailRepository'] ?? $this->getDueEmployeeEmailRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'https://api.sendgrid.com/v3/'$a, new \Due\Service\EmployeeEmail\EmployeeEmailLoggerMessageBuilder()));
  9367.         $instance->setName('app:update-employee-email-status');
  9368.         return $instance;
  9369.     }
  9370.     /**
  9371.      * Gets the private 'Due\EventListener\DueUpdateListener' shared autowired service.
  9372.      *
  9373.      * @return \Due\EventListener\DueUpdateListener
  9374.      */
  9375.     protected function getDueUpdateListenerService()
  9376.     {
  9377.         include_once \dirname(__DIR__4).'/src/DueBundle/EventListener/DueUpdateListener.php';
  9378.         return $this->privates['Due\\EventListener\\DueUpdateListener'] = new \Due\EventListener\DueUpdateListener(($this->privates['Due\\Repository\\DueTokenRepository'] ?? $this->getDueTokenRepositoryService()));
  9379.     }
  9380.     /**
  9381.      * Gets the private 'Due\Messenger\MessageHandler\AppContactUsRequestHandler' shared autowired service.
  9382.      *
  9383.      * @return \Due\Messenger\MessageHandler\AppContactUsRequestHandler
  9384.      */
  9385.     protected function getAppContactUsRequestHandlerService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  9388.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/BaseContactUsRequestHandler.php';
  9389.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/AppContactUsRequestHandler.php';
  9390.         return $this->privates['Due\\Messenger\\MessageHandler\\AppContactUsRequestHandler'] = new \Due\Messenger\MessageHandler\AppContactUsRequestHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()), $this->getEnv('MAIL_SENDER_ADDRESS'), 'hotline@herdia.fr');
  9391.     }
  9392.     /**
  9393.      * Gets the private 'Due\Messenger\MessageHandler\ContactUsRequestHandler' shared autowired service.
  9394.      *
  9395.      * @return \Due\Messenger\MessageHandler\ContactUsRequestHandler
  9396.      */
  9397.     protected function getContactUsRequestHandlerService()
  9398.     {
  9399.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  9400.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/BaseContactUsRequestHandler.php';
  9401.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/ContactUsRequestHandler.php';
  9402.         return $this->privates['Due\\Messenger\\MessageHandler\\ContactUsRequestHandler'] = new \Due\Messenger\MessageHandler\ContactUsRequestHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()), $this->getEnv('MAIL_SENDER_ADDRESS'), 'hotline@herdia.fr');
  9403.     }
  9404.     /**
  9405.      * Gets the private 'Due\Messenger\MessageHandler\Email\SendUpdateLinkHandler' shared autowired service.
  9406.      *
  9407.      * @return \Due\Messenger\MessageHandler\Email\SendUpdateLinkHandler
  9408.      */
  9409.     protected function getSendUpdateLinkHandlerService()
  9410.     {
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  9412.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/Email/SendUpdateLinkHandler.php';
  9413.         return $this->privates['Due\\Messenger\\MessageHandler\\Email\\SendUpdateLinkHandler'] = new \Due\Messenger\MessageHandler\Email\SendUpdateLinkHandler(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->privates['Due\\Service\\DueMailService'] ?? $this->getDueMailServiceService()), ($this->privates['App\\Api\\Service\\LoggerService'] ?? $this->getLoggerServiceService()));
  9414.     }
  9415.     /**
  9416.      * Gets the private 'Due\Messenger\MessageHandler\InvalidateExemptionHandler' shared autowired service.
  9417.      *
  9418.      * @return \Due\Messenger\MessageHandler\InvalidateExemptionHandler
  9419.      */
  9420.     protected function getInvalidateExemptionHandlerService()
  9421.     {
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  9423.         include_once \dirname(__DIR__4).'/src/DueBundle/Messenger/MessageHandler/InvalidateExemptionHandler.php';
  9424.         return $this->privates['Due\\Messenger\\MessageHandler\\InvalidateExemptionHandler'] = new \Due\Messenger\MessageHandler\InvalidateExemptionHandler(($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['Due\\Service\\ExemptionInvalidateProcessor'] ?? $this->getExemptionInvalidateProcessorService()));
  9425.     }
  9426.     /**
  9427.      * Gets the private 'Due\Repository\AmendmentDueRepository' shared autowired service.
  9428.      *
  9429.      * @return \Due\Repository\AmendmentDueRepository
  9430.      */
  9431.     protected function getAmendmentDueRepositoryService()
  9432.     {
  9433.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/AmendmentDueRepository.php';
  9434.         return $this->privates['Due\\Repository\\AmendmentDueRepository'] = new \Due\Repository\AmendmentDueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9435.     }
  9436.     /**
  9437.      * Gets the private 'Due\Repository\AppContactUsRequestRepository' shared autowired service.
  9438.      *
  9439.      * @return \Due\Repository\AppContactUsRequestRepository
  9440.      */
  9441.     protected function getAppContactUsRequestRepositoryService()
  9442.     {
  9443.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/AppContactUsRequestRepository.php';
  9444.         return $this->privates['Due\\Repository\\AppContactUsRequestRepository'] = new \Due\Repository\AppContactUsRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9445.     }
  9446.     /**
  9447.      * Gets the private 'Due\Repository\BeneficiaryRepository' shared autowired service.
  9448.      *
  9449.      * @return \Due\Repository\BeneficiaryRepository
  9450.      */
  9451.     protected function getBeneficiaryRepositoryService()
  9452.     {
  9453.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/BeneficiaryRepository.php';
  9454.         return $this->privates['Due\\Repository\\BeneficiaryRepository'] = new \Due\Repository\BeneficiaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9455.     }
  9456.     /**
  9457.      * Gets the private 'Due\Repository\CodeNafRepository' shared autowired service.
  9458.      *
  9459.      * @return \Due\Repository\CodeNafRepository
  9460.      */
  9461.     protected function getCodeNafRepositoryService()
  9462.     {
  9463.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/CodeNafRepository.php';
  9464.         return $this->privates['Due\\Repository\\CodeNafRepository'] = new \Due\Repository\CodeNafRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9465.     }
  9466.     /**
  9467.      * Gets the private 'Due\Repository\CollectiveAgreementReasonRepository' shared autowired service.
  9468.      *
  9469.      * @return \Due\Repository\CollectiveAgreementReasonRepository
  9470.      */
  9471.     protected function getCollectiveAgreementReasonRepositoryService()
  9472.     {
  9473.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/CollectiveAgreementReasonRepository.php';
  9474.         return $this->privates['Due\\Repository\\CollectiveAgreementReasonRepository'] = new \Due\Repository\CollectiveAgreementReasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9475.     }
  9476.     /**
  9477.      * Gets the private 'Due\Repository\CollectiveAgreementRepository' shared autowired service.
  9478.      *
  9479.      * @return \Due\Repository\CollectiveAgreementRepository
  9480.      */
  9481.     protected function getCollectiveAgreementRepositoryService()
  9482.     {
  9483.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/CollectiveAgreementRepository.php';
  9484.         return $this->privates['Due\\Repository\\CollectiveAgreementRepository'] = new \Due\Repository\CollectiveAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9485.     }
  9486.     /**
  9487.      * Gets the private 'Due\Repository\ContactUsRequestRepository' shared autowired service.
  9488.      *
  9489.      * @return \Due\Repository\ContactUsRequestRepository
  9490.      */
  9491.     protected function getContactUsRequestRepositoryService()
  9492.     {
  9493.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/ContactUsRequestRepository.php';
  9494.         return $this->privates['Due\\Repository\\ContactUsRequestRepository'] = new \Due\Repository\ContactUsRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9495.     }
  9496.     /**
  9497.      * Gets the private 'Due\Repository\ContributionEmployerMinimumPercentageRepository' shared autowired service.
  9498.      *
  9499.      * @return \Due\Repository\ContributionEmployerMinimumPercentageRepository
  9500.      */
  9501.     protected function getContributionEmployerMinimumPercentageRepositoryService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/ContributionEmployerMinimumPercentageRepository.php';
  9504.         return $this->privates['Due\\Repository\\ContributionEmployerMinimumPercentageRepository'] = new \Due\Repository\ContributionEmployerMinimumPercentageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9505.     }
  9506.     /**
  9507.      * Gets the private 'Due\Repository\ContributionOptionRepository' shared autowired service.
  9508.      *
  9509.      * @return \Due\Repository\ContributionOptionRepository
  9510.      */
  9511.     protected function getContributionOptionRepositoryService()
  9512.     {
  9513.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/ContributionOptionRepository.php';
  9514.         return $this->privates['Due\\Repository\\ContributionOptionRepository'] = new \Due\Repository\ContributionOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9515.     }
  9516.     /**
  9517.      * Gets the private 'Due\Repository\ContributionOptionUnitRepository' shared autowired service.
  9518.      *
  9519.      * @return \Due\Repository\ContributionOptionUnitRepository
  9520.      */
  9521.     protected function getContributionOptionUnitRepositoryService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/ContributionOptionUnitRepository.php';
  9524.         return $this->privates['Due\\Repository\\ContributionOptionUnitRepository'] = new \Due\Repository\ContributionOptionUnitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9525.     }
  9526.     /**
  9527.      * Gets the private 'Due\Repository\ContributionRepository' shared autowired service.
  9528.      *
  9529.      * @return \Due\Repository\ContributionRepository
  9530.      */
  9531.     protected function getContributionRepositoryService()
  9532.     {
  9533.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/ContributionRepository.php';
  9534.         return $this->privates['Due\\Repository\\ContributionRepository'] = new \Due\Repository\ContributionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9535.     }
  9536.     /**
  9537.      * Gets the private 'Due\Repository\DueEmployeeEmailRepository' shared autowired service.
  9538.      *
  9539.      * @return \Due\Repository\DueEmployeeEmailRepository
  9540.      */
  9541.     protected function getDueEmployeeEmailRepositoryService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/DueEmployeeEmailRepository.php';
  9544.         return $this->privates['Due\\Repository\\DueEmployeeEmailRepository'] = new \Due\Repository\DueEmployeeEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9545.     }
  9546.     /**
  9547.      * Gets the private 'Due\Repository\DueEmployeeEmailTokenRepository' shared autowired service.
  9548.      *
  9549.      * @return \Due\Repository\DueEmployeeEmailTokenRepository
  9550.      */
  9551.     protected function getDueEmployeeEmailTokenRepositoryService()
  9552.     {
  9553.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/DueEmployeeEmailTokenRepository.php';
  9554.         return $this->privates['Due\\Repository\\DueEmployeeEmailTokenRepository'] = new \Due\Repository\DueEmployeeEmailTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9555.     }
  9556.     /**
  9557.      * Gets the private 'Due\Repository\DueLegalInformationRepository' shared autowired service.
  9558.      *
  9559.      * @return \Due\Repository\DueLegalInformationRepository
  9560.      */
  9561.     protected function getDueLegalInformationRepositoryService()
  9562.     {
  9563.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/DueLegalInformationRepository.php';
  9564.         return $this->privates['Due\\Repository\\DueLegalInformationRepository'] = new \Due\Repository\DueLegalInformationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9565.     }
  9566.     /**
  9567.      * Gets the private 'Due\Repository\DueRepository' shared autowired service.
  9568.      *
  9569.      * @return \Due\Repository\DueRepository
  9570.      */
  9571.     protected function getDueRepositoryService()
  9572.     {
  9573.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/DueRepository.php';
  9574.         return $this->privates['Due\\Repository\\DueRepository'] = new \Due\Repository\DueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9575.     }
  9576.     /**
  9577.      * Gets the private 'Due\Repository\DueSignOffSheetDocumentRepository' shared autowired service.
  9578.      *
  9579.      * @return \Due\Repository\DueSignOffSheetDocumentRepository
  9580.      */
  9581.     protected function getDueSignOffSheetDocumentRepositoryService()
  9582.     {
  9583.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/DueSignOffSheetDocumentRepository.php';
  9584.         return $this->privates['Due\\Repository\\DueSignOffSheetDocumentRepository'] = new \Due\Repository\DueSignOffSheetDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9585.     }
  9586.     /**
  9587.      * Gets the private 'Due\Repository\DueTokenRepository' shared autowired service.
  9588.      *
  9589.      * @return \Due\Repository\DueTokenRepository
  9590.      */
  9591.     protected function getDueTokenRepositoryService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/src/DueBundle/Repository/DueTokenRepository.php';
  9594.         return $this->privates['Due\\Repository\\DueTokenRepository'] = new \Due\Repository\DueTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9595.     }
  9596.     /**
  9597.      * Gets the private 'Due\Service\AmendmentDueManager' shared autowired service.
  9598.      *
  9599.      * @return \Due\Service\AmendmentDueManager
  9600.      */
  9601.     protected function getAmendmentDueManagerService()
  9602.     {
  9603.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/AmendmentDueManager.php';
  9604.         return $this->privates['Due\\Service\\AmendmentDueManager'] = new \Due\Service\AmendmentDueManager(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->privates['Due\\Repository\\AmendmentDueRepository'] ?? $this->getAmendmentDueRepositoryService()));
  9605.     }
  9606.     /**
  9607.      * Gets the private 'Due\Service\BeneficiaryManager' shared autowired service.
  9608.      *
  9609.      * @return \Due\Service\BeneficiaryManager
  9610.      */
  9611.     protected function getBeneficiaryManagerService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/BeneficiaryManager.php';
  9614.         return $this->privates['Due\\Service\\BeneficiaryManager'] = new \Due\Service\BeneficiaryManager(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()));
  9615.     }
  9616.     /**
  9617.      * Gets the private 'Due\Service\CreateContactUsRequestManager' shared autowired service.
  9618.      *
  9619.      * @return \Due\Service\CreateContactUsRequestManager
  9620.      */
  9621.     protected function getCreateContactUsRequestManagerService()
  9622.     {
  9623.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/CreateContactUsRequestManager.php';
  9624.         return $this->privates['Due\\Service\\CreateContactUsRequestManager'] = new \Due\Service\CreateContactUsRequestManager(($this->privates['Due\\Repository\\ContactUsRequestRepository'] ?? $this->getContactUsRequestRepositoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['Due\\Repository\\AppContactUsRequestRepository'] ?? $this->getAppContactUsRequestRepositoryService()), ($this->privates['Due\\Messenger\\MessageHandler\\AppContactUsRequestHandler'] ?? $this->getAppContactUsRequestHandlerService()), ($this->privates['Due\\Messenger\\MessageHandler\\ContactUsRequestHandler'] ?? $this->getContactUsRequestHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  9625.     }
  9626.     /**
  9627.      * Gets the private 'Due\Service\DigitalSignatureProcedureManager' shared autowired service.
  9628.      *
  9629.      * @return \Due\Service\DigitalSignatureProcedureManager
  9630.      */
  9631.     protected function getDigitalSignatureProcedureManagerService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/src/App/Api/Utils/DigitalSignature/YousignConfigInterface.php';
  9634.         include_once \dirname(__DIR__4).'/src/App/Api/Utils/DigitalSignature/YousignConfigTrait.php';
  9635.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DigitalSignatureProcedureManager.php';
  9636.         include_once \dirname(__DIR__4).'/src/App/Api/Service/YousignClient.php';
  9637.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueYousignClient.php';
  9638.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DuePdfGenerator.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  9640.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  9641.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/HttplugFactory.php';
  9645.         $a = new \Due\Service\DueYousignClient($this->getEnv('YOUSIGN_APP_HOST'), $this->getEnv('YOUSIGN_SIGNATURE_POSITION'), $this->getEnv('YOUSIGN_DUE_SIGNATURE_ID'), ($this->privates['httplug.client.yousign'] ?? $this->getHttplug_Client_YousignService()), ($this->privates['nyholm.psr7.httplug_factory'] ?? ($this->privates['nyholm.psr7.httplug_factory'] = new \Nyholm\Psr7\Factory\HttplugFactory())));
  9646.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  9647.         $a->setLogger($b);
  9648.         $a->setLogger($b);
  9649.         return $this->privates['Due\\Service\\DigitalSignatureProcedureManager'] = new \Due\Service\DigitalSignatureProcedureManager($a, new \Due\Service\DuePdfGenerator(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['twig'] ?? $this->getTwigService())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Due\\Service\\DueTokenSecurityManager'] ?? $this->getDueTokenSecurityManagerService()));
  9650.     }
  9651.     /**
  9652.      * Gets the private 'Due\Service\DueMailService' shared autowired service.
  9653.      *
  9654.      * @return \Due\Service\DueMailService
  9655.      */
  9656.     protected function getDueMailServiceService()
  9657.     {
  9658.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueMailService.php';
  9659.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueUrlService.php';
  9660.         return $this->privates['Due\\Service\\DueMailService'] = new \Due\Service\DueMailService(($this->privates['App\\Api\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['Due\\Service\\DueTokenSecurityManager'] ?? $this->getDueTokenSecurityManagerService()), $this->getEnv('MAIL_SENDER_ADDRESS'), new \Due\Service\DueUrlService(($this->privates['App\\Api\\Service\\UserSecurityManager'] ?? $this->getUserSecurityManagerService()), $this->getEnv('AFFLEX_BASE_URL')));
  9661.     }
  9662.     /**
  9663.      * Gets the private 'Due\Service\DueManager' shared autowired service.
  9664.      *
  9665.      * @return \Due\Service\DueManager
  9666.      */
  9667.     protected function getDueManagerService()
  9668.     {
  9669.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueManager.php';
  9670.         return $this->privates['Due\\Service\\DueManager'] = new \Due\Service\DueManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->privates['App\\Api\\Service\\PropertiesNullSetter'] ?? $this->getPropertiesNullSetterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Due\\Service\\AmendmentDueManager'] ?? $this->getAmendmentDueManagerService()));
  9671.     }
  9672.     /**
  9673.      * Gets the private 'Due\Service\DueSignOffSheetDocumentManager' shared autowired service.
  9674.      *
  9675.      * @return \Due\Service\DueSignOffSheetDocumentManager
  9676.      */
  9677.     protected function getDueSignOffSheetDocumentManagerService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueSignOffSheetDocumentManager.php';
  9680.         return $this->privates['Due\\Service\\DueSignOffSheetDocumentManager'] = new \Due\Service\DueSignOffSheetDocumentManager(($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['Due\\Repository\\DueSignOffSheetDocumentRepository'] ?? $this->getDueSignOffSheetDocumentRepositoryService()));
  9681.     }
  9682.     /**
  9683.      * Gets the private 'Due\Service\DueTokenSecurityManager' shared autowired service.
  9684.      *
  9685.      * @return \Due\Service\DueTokenSecurityManager
  9686.      */
  9687.     protected function getDueTokenSecurityManagerService()
  9688.     {
  9689.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueTokenSecurityManager.php';
  9690.         include_once \dirname(__DIR__4).'/src/App/Api/Service/TokenGenerator.php';
  9691.         return $this->privates['Due\\Service\\DueTokenSecurityManager'] = new \Due\Service\DueTokenSecurityManager(($this->privates['Due\\Repository\\DueTokenRepository'] ?? $this->getDueTokenRepositoryService()), ($this->privates['App\\Api\\Service\\TokenGenerator'] ?? ($this->privates['App\\Api\\Service\\TokenGenerator'] = new \App\Api\Service\TokenGenerator())));
  9692.     }
  9693.     /**
  9694.      * Gets the private 'Due\Service\DueZipArchiver' shared autowired service.
  9695.      *
  9696.      * @return \Due\Service\DueZipArchiver
  9697.      */
  9698.     protected function getDueZipArchiverService()
  9699.     {
  9700.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/DueZipArchiver.php';
  9701.         return $this->privates['Due\\Service\\DueZipArchiver'] = new \Due\Service\DueZipArchiver(($this->services['twig'] ?? $this->getTwigService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), new RewindableGenerator(function () {
  9702.             yield => ($this->privates['Due\\Service\\ZipArchiver\\AmendmentDueZipArchiverStrategy'] ?? $this->getAmendmentDueZipArchiverStrategyService());
  9703.             yield => ($this->privates['Due\\Service\\ZipArchiver\\DueZipArchiverStrategy'] ?? $this->getDueZipArchiverStrategyService());
  9704.         }, 2));
  9705.     }
  9706.     /**
  9707.      * Gets the private 'Due\Service\EmployeeEmail\EmployeeEmailManager' shared autowired service.
  9708.      *
  9709.      * @return \Due\Service\EmployeeEmail\EmployeeEmailManager
  9710.      */
  9711.     protected function getEmployeeEmailManagerService()
  9712.     {
  9713.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/EmployeeEmail/EmployeeEmailManager.php';
  9714.         return $this->privates['Due\\Service\\EmployeeEmail\\EmployeeEmailManager'] = new \Due\Service\EmployeeEmail\EmployeeEmailManager(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Due\\Service\\DueMailService'] ?? $this->getDueMailServiceService()), ($this->privates['Due\\Service\\EmployeeEmail\\TokenSecurityManager'] ?? $this->getTokenSecurityManagerService()), ($this->services['monolog.logger.employee-email'] ?? $this->getMonolog_Logger_EmployeeemailService()));
  9715.     }
  9716.     /**
  9717.      * Gets the private 'Due\Service\EmployeeEmail\TokenSecurityManager' shared autowired service.
  9718.      *
  9719.      * @return \Due\Service\EmployeeEmail\TokenSecurityManager
  9720.      */
  9721.     protected function getTokenSecurityManagerService()
  9722.     {
  9723.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/EmployeeEmail/TokenSecurityManager.php';
  9724.         include_once \dirname(__DIR__4).'/src/App/Api/Service/TokenGenerator.php';
  9725.         return $this->privates['Due\\Service\\EmployeeEmail\\TokenSecurityManager'] = new \Due\Service\EmployeeEmail\TokenSecurityManager(($this->privates['Due\\Repository\\DueEmployeeEmailTokenRepository'] ?? $this->getDueEmployeeEmailTokenRepositoryService()), ($this->privates['App\\Api\\Service\\TokenGenerator'] ?? ($this->privates['App\\Api\\Service\\TokenGenerator'] = new \App\Api\Service\TokenGenerator())));
  9726.     }
  9727.     /**
  9728.      * Gets the private 'Due\Service\ExemptionInvalidateProcessor' shared autowired service.
  9729.      *
  9730.      * @return \Due\Service\ExemptionInvalidateProcessor
  9731.      */
  9732.     protected function getExemptionInvalidateProcessorService()
  9733.     {
  9734.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/ExemptionInvalidateProcessor.php';
  9735.         return $this->privates['Due\\Service\\ExemptionInvalidateProcessor'] = new \Due\Service\ExemptionInvalidateProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9736.     }
  9737.     /**
  9738.      * Gets the private 'Due\Service\MakeEffectiveManager' shared autowired service.
  9739.      *
  9740.      * @return \Due\Service\MakeEffectiveManager
  9741.      */
  9742.     protected function getMakeEffectiveManagerService()
  9743.     {
  9744.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/MakeEffectiveManager.php';
  9745.         return $this->privates['Due\\Service\\MakeEffectiveManager'] = new \Due\Service\MakeEffectiveManager(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Api\\Repository\\ExemptionRepository'] ?? $this->getExemptionRepositoryService()), ($this->privates['Due\\Service\\ExemptionInvalidateProcessor'] ?? $this->getExemptionInvalidateProcessorService()), ($this->privates['Due\\Messenger\\MessageHandler\\InvalidateExemptionHandler'] ?? $this->getInvalidateExemptionHandlerService()), $this->getEnv('bool:IS_RABBIT_MQ_AVAILABLE'));
  9746.     }
  9747.     /**
  9748.      * Gets the private 'Due\Service\ZipArchiver\AmendmentDueZipArchiverStrategy' shared autowired service.
  9749.      *
  9750.      * @return \Due\Service\ZipArchiver\AmendmentDueZipArchiverStrategy
  9751.      */
  9752.     protected function getAmendmentDueZipArchiverStrategyService()
  9753.     {
  9754.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/ZipArchiver/BaseDueZipArchiveStrategy.php';
  9755.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/ZipArchiver/AmendmentDueZipArchiverStrategy.php';
  9756.         return $this->privates['Due\\Service\\ZipArchiver\\AmendmentDueZipArchiverStrategy'] = new \Due\Service\ZipArchiver\AmendmentDueZipArchiverStrategy(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9757.     }
  9758.     /**
  9759.      * Gets the private 'Due\Service\ZipArchiver\DueZipArchiverStrategy' shared autowired service.
  9760.      *
  9761.      * @return \Due\Service\ZipArchiver\DueZipArchiverStrategy
  9762.      */
  9763.     protected function getDueZipArchiverStrategyService()
  9764.     {
  9765.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/ZipArchiver/BaseDueZipArchiveStrategy.php';
  9766.         include_once \dirname(__DIR__4).'/src/DueBundle/Service/ZipArchiver/DueZipArchiverStrategy.php';
  9767.         return $this->privates['Due\\Service\\ZipArchiver\\DueZipArchiverStrategy'] = new \Due\Service\ZipArchiver\DueZipArchiverStrategy(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9768.     }
  9769.     /**
  9770.      * Gets the private 'Due\Validator\Constraints\ContributionSharePercentageValidator' shared autowired service.
  9771.      *
  9772.      * @return \Due\Validator\Constraints\ContributionSharePercentageValidator
  9773.      */
  9774.     protected function getContributionSharePercentageValidatorService()
  9775.     {
  9776.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9778.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/ContributionSharePercentageValidator.php';
  9779.         return $this->privates['Due\\Validator\\Constraints\\ContributionSharePercentageValidator'] = new \Due\Validator\Constraints\ContributionSharePercentageValidator(($this->privates['Due\\Repository\\ContributionEmployerMinimumPercentageRepository'] ?? $this->getContributionEmployerMinimumPercentageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9780.     }
  9781.     /**
  9782.      * Gets the private 'Due\Validator\Constraints\Due\DoesDueEnterpriseBelongToCompanyValidator' shared autowired service.
  9783.      *
  9784.      * @return \Due\Validator\Constraints\Due\DoesDueEnterpriseBelongToCompanyValidator
  9785.      */
  9786.     protected function getDoesDueEnterpriseBelongToCompanyValidatorService()
  9787.     {
  9788.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9789.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9790.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/DoesDueEnterpriseBelongToCompanyValidator.php';
  9791.         return $this->privates['Due\\Validator\\Constraints\\Due\\DoesDueEnterpriseBelongToCompanyValidator'] = new \Due\Validator\Constraints\Due\DoesDueEnterpriseBelongToCompanyValidator(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()));
  9792.     }
  9793.     /**
  9794.      * Gets the private 'Due\Validator\Constraints\Due\IsDateGreaterThenOrEqualNowValidator' shared autowired service.
  9795.      *
  9796.      * @return \Due\Validator\Constraints\Due\IsDateGreaterThenOrEqualNowValidator
  9797.      */
  9798.     protected function getIsDateGreaterThenOrEqualNowValidatorService()
  9799.     {
  9800.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9801.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9802.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/IsDateGreaterThenOrEqualNowValidator.php';
  9803.         return $this->privates['Due\\Validator\\Constraints\\Due\\IsDateGreaterThenOrEqualNowValidator'] = new \Due\Validator\Constraints\Due\IsDateGreaterThenOrEqualNowValidator();
  9804.     }
  9805.     /**
  9806.      * Gets the private 'Due\Validator\Constraints\Due\IsValidContractStartDateValidator' shared autowired service.
  9807.      *
  9808.      * @return \Due\Validator\Constraints\Due\IsValidContractStartDateValidator
  9809.      */
  9810.     protected function getIsValidContractStartDateValidatorService()
  9811.     {
  9812.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9813.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9814.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/IsValidContractStartDateValidator.php';
  9815.         return $this->privates['Due\\Validator\\Constraints\\Due\\IsValidContractStartDateValidator'] = new \Due\Validator\Constraints\Due\IsValidContractStartDateValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9816.     }
  9817.     /**
  9818.      * Gets the private 'Due\Validator\Constraints\Due\IsValidCreateConditionsValidator' shared autowired service.
  9819.      *
  9820.      * @return \Due\Validator\Constraints\Due\IsValidCreateConditionsValidator
  9821.      */
  9822.     protected function getIsValidCreateConditionsValidatorService()
  9823.     {
  9824.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9825.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9826.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/IsValidCreateConditionsValidator.php';
  9827.         return $this->privates['Due\\Validator\\Constraints\\Due\\IsValidCreateConditionsValidator'] = new \Due\Validator\Constraints\Due\IsValidCreateConditionsValidator(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()));
  9828.     }
  9829.     /**
  9830.      * Gets the private 'Due\Validator\Constraints\Due\IsValidDateYearValidator' shared autowired service.
  9831.      *
  9832.      * @return \Due\Validator\Constraints\Due\IsValidDateYearValidator
  9833.      */
  9834.     protected function getIsValidDateYearValidatorService()
  9835.     {
  9836.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9838.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/IsValidDateYearValidator.php';
  9839.         return $this->privates['Due\\Validator\\Constraints\\Due\\IsValidDateYearValidator'] = new \Due\Validator\Constraints\Due\IsValidDateYearValidator();
  9840.     }
  9841.     /**
  9842.      * Gets the private 'Due\Validator\Constraints\Due\IsValidEffectStartDateValidator' shared autowired service.
  9843.      *
  9844.      * @return \Due\Validator\Constraints\Due\IsValidEffectStartDateValidator
  9845.      */
  9846.     protected function getIsValidEffectStartDateValidatorService()
  9847.     {
  9848.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9850.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/IsValidEffectStartDateValidator.php';
  9851.         return $this->privates['Due\\Validator\\Constraints\\Due\\IsValidEffectStartDateValidator'] = new \Due\Validator\Constraints\Due\IsValidEffectStartDateValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9852.     }
  9853.     /**
  9854.      * Gets the private 'Due\Validator\Constraints\Due\IsValidUpdateConditionsValidator' shared autowired service.
  9855.      *
  9856.      * @return \Due\Validator\Constraints\Due\IsValidUpdateConditionsValidator
  9857.      */
  9858.     protected function getIsValidUpdateConditionsValidatorService()
  9859.     {
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9862.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/Due/IsValidUpdateConditionsValidator.php';
  9863.         return $this->privates['Due\\Validator\\Constraints\\Due\\IsValidUpdateConditionsValidator'] = new \Due\Validator\Constraints\Due\IsValidUpdateConditionsValidator(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9864.     }
  9865.     /**
  9866.      * Gets the private 'Due\Validator\Constraints\EmployeeEmail\DoesDueEnterpriseEqualRequestEnterpriseValidator' shared autowired service.
  9867.      *
  9868.      * @return \Due\Validator\Constraints\EmployeeEmail\DoesDueEnterpriseEqualRequestEnterpriseValidator
  9869.      */
  9870.     protected function getDoesDueEnterpriseEqualRequestEnterpriseValidatorService()
  9871.     {
  9872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9873.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9874.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/EmployeeEmail/DoesDueEnterpriseEqualRequestEnterpriseValidator.php';
  9875.         return $this->privates['Due\\Validator\\Constraints\\EmployeeEmail\\DoesDueEnterpriseEqualRequestEnterpriseValidator'] = new \Due\Validator\Constraints\EmployeeEmail\DoesDueEnterpriseEqualRequestEnterpriseValidator(($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()));
  9876.     }
  9877.     /**
  9878.      * Gets the private 'Due\Validator\Constraints\EmployeeEmail\IsUniqueEmailInArrayOfEmailsValidator' shared autowired service.
  9879.      *
  9880.      * @return \Due\Validator\Constraints\EmployeeEmail\IsUniqueEmailInArrayOfEmailsValidator
  9881.      */
  9882.     protected function getIsUniqueEmailInArrayOfEmailsValidatorService()
  9883.     {
  9884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9885.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9886.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/EmployeeEmail/IsUniqueEmailInArrayOfEmailsValidator.php';
  9887.         return $this->privates['Due\\Validator\\Constraints\\EmployeeEmail\\IsUniqueEmailInArrayOfEmailsValidator'] = new \Due\Validator\Constraints\EmployeeEmail\IsUniqueEmailInArrayOfEmailsValidator(($this->services['validator'] ?? $this->getValidatorService()));
  9888.     }
  9889.     /**
  9890.      * Gets the private 'Due\Validator\Constraints\EmployeeEmail\IsValidArrayOfEmailsValidator' shared autowired service.
  9891.      *
  9892.      * @return \Due\Validator\Constraints\EmployeeEmail\IsValidArrayOfEmailsValidator
  9893.      */
  9894.     protected function getIsValidArrayOfEmailsValidatorService()
  9895.     {
  9896.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9898.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/EmployeeEmail/IsValidArrayOfEmailsValidator.php';
  9899.         return $this->privates['Due\\Validator\\Constraints\\EmployeeEmail\\IsValidArrayOfEmailsValidator'] = new \Due\Validator\Constraints\EmployeeEmail\IsValidArrayOfEmailsValidator(($this->services['validator'] ?? $this->getValidatorService()));
  9900.     }
  9901.     /**
  9902.      * Gets the private 'Due\Validator\Constraints\NotEditableValidator' shared autowired service.
  9903.      *
  9904.      * @return \Due\Validator\Constraints\NotEditableValidator
  9905.      */
  9906.     protected function getNotEditableValidatorService()
  9907.     {
  9908.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9909.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9910.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/NotEditableValidator.php';
  9911.         return $this->privates['Due\\Validator\\Constraints\\NotEditableValidator'] = new \Due\Validator\Constraints\NotEditableValidator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9912.     }
  9913.     /**
  9914.      * Gets the private 'Due\Validator\Constraints\OptionalReasonsValidator' shared autowired service.
  9915.      *
  9916.      * @return \Due\Validator\Constraints\OptionalReasonsValidator
  9917.      */
  9918.     protected function getOptionalReasonsValidatorService()
  9919.     {
  9920.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9922.         include_once \dirname(__DIR__4).'/src/DueBundle/Validator/Constraints/OptionalReasonsValidator.php';
  9923.         return $this->privates['Due\\Validator\\Constraints\\OptionalReasonsValidator'] = new \Due\Validator\Constraints\OptionalReasonsValidator(($this->privates['App\\Api\\Repository\\ReasonRepository'] ?? $this->getReasonRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9924.     }
  9925.     /**
  9926.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  9927.      *
  9928.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  9929.      */
  9930.     protected function getPluginClientFactoryService()
  9931.     {
  9932.         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())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9933.     }
  9934.     /**
  9935.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  9936.      *
  9937.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  9938.      */
  9939.     protected function getPluginClientFactoryListenerService()
  9940.     {
  9941.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  9942.     }
  9943.     /**
  9944.      * Gets the private 'Sonata\AdminBundle\EventListener\AssetsInstallCommandListener' shared service.
  9945.      *
  9946.      * @return \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener
  9947.      */
  9948.     protected function getAssetsInstallCommandListenerService()
  9949.     {
  9950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/AssetsInstallCommandListener.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9952.         return $this->privates['Sonata\\AdminBundle\\EventListener\\AssetsInstallCommandListener'] = new \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  9953.     }
  9954.     /**
  9955.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  9956.      *
  9957.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  9958.      */
  9959.     protected function getDebugBlocksCommandService()
  9960.     {
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  9964.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  9965.         $instance->setName('sonata:block:debug');
  9966.         return $instance;
  9967.     }
  9968.     /**
  9969.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  9970.      *
  9971.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  9972.      */
  9973.     protected function getCacheWarmer2Service()
  9974.     {
  9975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9976.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  9977.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  9978.     }
  9979.     /**
  9980.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  9981.      *
  9982.      * @return \Vich\UploaderBundle\Util\Transliterator
  9983.      */
  9984.     protected function getTransliteratorService()
  9985.     {
  9986.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  9989.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  9990.     }
  9991.     /**
  9992.      * Gets the private 'annotations.cache' shared service.
  9993.      *
  9994.      * @return \Symfony\Component\Cache\DoctrineProvider
  9995.      */
  9996.     protected function getAnnotations_CacheService()
  9997.     {
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  9999.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  10000.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  10001.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  10002.     }
  10003.     /**
  10004.      * Gets the private 'annotations.cache_warmer' shared service.
  10005.      *
  10006.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  10007.      */
  10008.     protected function getAnnotations_CacheWarmerService()
  10009.     {
  10010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  10013.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  10014.     }
  10015.     /**
  10016.      * Gets the private 'annotations.cached_reader' shared service.
  10017.      *
  10018.      * @return \Doctrine\Common\Annotations\CachedReader
  10019.      */
  10020.     protected function getAnnotations_CachedReaderService()
  10021.     {
  10022.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  10023.     }
  10024.     /**
  10025.      * Gets the private 'annotations.reader' shared service.
  10026.      *
  10027.      * @return \Doctrine\Common\Annotations\AnnotationReader
  10028.      */
  10029.     protected function getAnnotations_ReaderService()
  10030.     {
  10031.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  10032.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  10033.         $a->registerUniqueLoader('class_exists');
  10034.         $instance->addGlobalIgnoredName('required'$a);
  10035.         return $instance;
  10036.     }
  10037.     /**
  10038.      * Gets the private 'cache.annotations' shared service.
  10039.      *
  10040.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10041.      */
  10042.     protected function getCache_AnnotationsService()
  10043.     {
  10044.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2zNWT2IMQi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10045.     }
  10046.     /**
  10047.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  10048.      *
  10049.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10050.      */
  10051.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  10052.     {
  10053.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10054.     }
  10055.     /**
  10056.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  10057.      *
  10058.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10059.      */
  10060.     protected function getCache_Doctrine_Orm_Default_QueryService()
  10061.     {
  10062.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10063.     }
  10064.     /**
  10065.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  10066.      *
  10067.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10068.      */
  10069.     protected function getCache_Doctrine_Orm_Default_ResultService()
  10070.     {
  10071.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10072.     }
  10073.     /**
  10074.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  10075.      *
  10076.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10077.      */
  10078.     protected function getCache_Messenger_RestartWorkersSignalService()
  10079.     {
  10080.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fb1CfLmjgD'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  10081.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10082.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10083.     }
  10084.     /**
  10085.      * Gets the private 'cache.property_info' shared service.
  10086.      *
  10087.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10088.      */
  10089.     protected function getCache_PropertyInfoService()
  10090.     {
  10091.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DL-p-OWPd2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10092.     }
  10093.     /**
  10094.      * Gets the private 'cache.security_expression_language' shared service.
  10095.      *
  10096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10097.      */
  10098.     protected function getCache_SecurityExpressionLanguageService()
  10099.     {
  10100.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bBjo-hvy4k'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10101.     }
  10102.     /**
  10103.      * Gets the private 'cache.serializer' shared service.
  10104.      *
  10105.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10106.      */
  10107.     protected function getCache_SerializerService()
  10108.     {
  10109.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v7rrvU3Ffu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10110.     }
  10111.     /**
  10112.      * Gets the private 'cache.validator' shared service.
  10113.      *
  10114.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10115.      */
  10116.     protected function getCache_ValidatorService()
  10117.     {
  10118.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('e4amRGv5J0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10119.     }
  10120.     /**
  10121.      * Gets the private 'config_cache_factory' shared service.
  10122.      *
  10123.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  10124.      */
  10125.     protected function getConfigCacheFactoryService()
  10126.     {
  10127.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  10128.             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)));
  10129.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  10130.         }, 2));
  10131.     }
  10132.     /**
  10133.      * Gets the private 'console.command.about' shared service.
  10134.      *
  10135.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  10136.      */
  10137.     protected function getConsole_Command_AboutService()
  10138.     {
  10139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  10141.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  10142.         $instance->setName('about');
  10143.         return $instance;
  10144.     }
  10145.     /**
  10146.      * Gets the private 'console.command.assets_install' shared service.
  10147.      *
  10148.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  10149.      */
  10150.     protected function getConsole_Command_AssetsInstallService()
  10151.     {
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  10154.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  10155.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  10156.         $instance->setName('assets:install');
  10157.         return $instance;
  10158.     }
  10159.     /**
  10160.      * Gets the private 'console.command.cache_clear' shared service.
  10161.      *
  10162.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  10163.      */
  10164.     protected function getConsole_Command_CacheClearService()
  10165.     {
  10166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  10169.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  10170.         $instance->setName('cache:clear');
  10171.         return $instance;
  10172.     }
  10173.     /**
  10174.      * Gets the private 'console.command.cache_pool_clear' shared service.
  10175.      *
  10176.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  10177.      */
  10178.     protected function getConsole_Command_CachePoolClearService()
  10179.     {
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  10182.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  10183.         $instance->setName('cache:pool:clear');
  10184.         return $instance;
  10185.     }
  10186.     /**
  10187.      * Gets the private 'console.command.cache_pool_delete' shared service.
  10188.      *
  10189.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  10190.      */
  10191.     protected function getConsole_Command_CachePoolDeleteService()
  10192.     {
  10193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  10195.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  10196.         $instance->setName('cache:pool:delete');
  10197.         return $instance;
  10198.     }
  10199.     /**
  10200.      * Gets the private 'console.command.cache_pool_list' shared service.
  10201.      *
  10202.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  10203.      */
  10204.     protected function getConsole_Command_CachePoolListService()
  10205.     {
  10206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  10208.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language']);
  10209.         $instance->setName('cache:pool:list');
  10210.         return $instance;
  10211.     }
  10212.     /**
  10213.      * Gets the private 'console.command.cache_pool_prune' shared service.
  10214.      *
  10215.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  10216.      */
  10217.     protected function getConsole_Command_CachePoolPruneService()
  10218.     {
  10219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  10221.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  10222.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  10223.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  10224.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  10225.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  10226.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  10227.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  10228.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  10229.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  10230.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  10231.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  10232.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  10233.         }, 11));
  10234.         $instance->setName('cache:pool:prune');
  10235.         return $instance;
  10236.     }
  10237.     /**
  10238.      * Gets the private 'console.command.cache_warmup' shared service.
  10239.      *
  10240.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  10241.      */
  10242.     protected function getConsole_Command_CacheWarmupService()
  10243.     {
  10244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  10246.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  10247.         $instance->setName('cache:warmup');
  10248.         return $instance;
  10249.     }
  10250.     /**
  10251.      * Gets the private 'console.command.config_debug' shared service.
  10252.      *
  10253.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  10254.      */
  10255.     protected function getConsole_Command_ConfigDebugService()
  10256.     {
  10257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  10261.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  10262.         $instance->setName('debug:config');
  10263.         return $instance;
  10264.     }
  10265.     /**
  10266.      * Gets the private 'console.command.config_dump_reference' shared service.
  10267.      *
  10268.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  10269.      */
  10270.     protected function getConsole_Command_ConfigDumpReferenceService()
  10271.     {
  10272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  10276.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  10277.         $instance->setName('config:dump-reference');
  10278.         return $instance;
  10279.     }
  10280.     /**
  10281.      * Gets the private 'console.command.container_debug' shared service.
  10282.      *
  10283.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  10284.      */
  10285.     protected function getConsole_Command_ContainerDebugService()
  10286.     {
  10287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10289.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  10290.         $instance->setName('debug:container');
  10291.         return $instance;
  10292.     }
  10293.     /**
  10294.      * Gets the private 'console.command.container_lint' shared service.
  10295.      *
  10296.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  10297.      */
  10298.     protected function getConsole_Command_ContainerLintService()
  10299.     {
  10300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  10302.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  10303.         $instance->setName('lint:container');
  10304.         return $instance;
  10305.     }
  10306.     /**
  10307.      * Gets the private 'console.command.debug_autowiring' shared service.
  10308.      *
  10309.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  10310.      */
  10311.     protected function getConsole_Command_DebugAutowiringService()
  10312.     {
  10313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  10316.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10317.         $instance->setName('debug:autowiring');
  10318.         return $instance;
  10319.     }
  10320.     /**
  10321.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  10322.      *
  10323.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  10324.      */
  10325.     protected function getConsole_Command_EventDispatcherDebugService()
  10326.     {
  10327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  10329.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10330.         $instance->setName('debug:event-dispatcher');
  10331.         return $instance;
  10332.     }
  10333.     /**
  10334.      * Gets the private 'console.command.form_debug' shared service.
  10335.      *
  10336.      * @return \Symfony\Component\Form\Command\DebugCommand
  10337.      */
  10338.     protected function getConsole_Command_FormDebugService()
  10339.     {
  10340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  10342.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Api\\Admin\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Misd\\PhoneNumberBundle\\Form\\Type'=> 'Sonata\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'], [=> 'App\\Api\\Admin\\Form\\AdminLoginForm'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType'=> 'Sonata\\Form\\Type\\ImmutableArrayType'=> 'Sonata\\Form\\Type\\BooleanType'=> 'Sonata\\Form\\Type\\CollectionType'=> 'Sonata\\Form\\Type\\DateRangeType'10 => 'Sonata\\Form\\Type\\DateTimeRangeType'11 => 'Sonata\\Form\\Type\\DatePickerType'12 => 'Sonata\\Form\\Type\\DateTimePickerType'13 => 'Sonata\\Form\\Type\\DateRangePickerType'14 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'15 => 'Sonata\\Form\\Type\\EqualType'16 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'17 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'18 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'19 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'20 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'21 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'22 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'23 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'24 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'25 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'26 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'27 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'28 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'29 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'30 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'31 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'32 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'33 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'34 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'35 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'11 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10343.         $instance->setName('debug:form');
  10344.         return $instance;
  10345.     }
  10346.     /**
  10347.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  10348.      *
  10349.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  10350.      */
  10351.     protected function getConsole_Command_MessengerConsumeMessagesService()
  10352.     {
  10353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10354.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  10355.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'amqp_email_sender'=> 'amqp_common'=> 'amqp_statistic'=> 'failed']);
  10356.         $instance->setName('messenger:consume');
  10357.         $instance->setAliases([=> 'messenger:consume-messages']);
  10358.         return $instance;
  10359.     }
  10360.     /**
  10361.      * Gets the private 'console.command.messenger_debug' shared service.
  10362.      *
  10363.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  10364.      */
  10365.     protected function getConsole_Command_MessengerDebugService()
  10366.     {
  10367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  10369.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['default' => ['App\\Api\\Messenger\\Message\\Email\\CreateAccount' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\CreateAccountHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\EnterpriseDelete' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\EnterpriseDeleteHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionNotCompleted' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionNotCompletedHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionRejectedToEmployee' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionRejectedToEmployeeHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionReminderToFinish' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionReminderToFinishHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionSendUpdateLink' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionSendUpdateLinkHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionToRenewToEmployee' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToRenewToEmployeeHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionToValidateToEmployee' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToEmployeeHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionToValidateToScope' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionToValidateToScopeHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ExemptionValidatedToEmployee' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ExemptionValidatedToEmployeeHandler'=> []]], 'App\\Api\\Messenger\\Message\\Email\\ResetPasswordLink' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Email\\ResetPasswordLinkHandler'=> []]], 'App\\Api\\Messenger\\Message\\ExemptionExport' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\ExemptionExportHandler'=> []]], 'App\\Api\\Messenger\\Message\\Statistic\\AddStatisticData' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Statistic\\AddStatisticDataHandler'=> []]], 'App\\Api\\Messenger\\Message\\Statistic\\ExportStatistic' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\Statistic\\ExportStatisticHandler'=> []]], 'App\\Api\\Messenger\\Message\\UpdateCompaniesScope' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\UpdateCompaniesScopeHandler'=> []]], 'App\\Api\\Messenger\\Message\\UpdateEnterpriseScope' => [=> [=> 'App\\Api\\Messenger\\MessageHandler\\UpdateEnterpriseScopeHandler'=> []]], 'Due\\Messenger\\Message\\NewAppContactUsRequest' => [=> [=> 'Due\\Messenger\\MessageHandler\\AppContactUsRequestHandler'=> []]], 'Due\\Messenger\\Message\\NewContactUsRequest' => [=> [=> 'Due\\Messenger\\MessageHandler\\ContactUsRequestHandler'=> []]], 'Due\\Messenger\\Message\\Email\\DueSigned' => [=> [=> 'Due\\Messenger\\MessageHandler\\Email\\DueSignedHandler'=> []]], 'Due\\Messenger\\Message\\Email\\SendUpdateLink' => [=> [=> 'Due\\Messenger\\MessageHandler\\Email\\SendUpdateLinkHandler'=> []]], 'Due\\Messenger\\Message\\InvalidateExemption' => [=> [=> 'Due\\Messenger\\MessageHandler\\InvalidateExemptionHandler'=> []]]]]);
  10370.         $instance->setName('debug:messenger');
  10371.         return $instance;
  10372.     }
  10373.     /**
  10374.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  10375.      *
  10376.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  10377.      */
  10378.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  10379.     {
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  10383.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  10384.         $instance->setName('messenger:failed:remove');
  10385.         return $instance;
  10386.     }
  10387.     /**
  10388.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  10389.      *
  10390.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  10391.      */
  10392.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  10393.     {
  10394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  10397.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10398.         $instance->setName('messenger:failed:retry');
  10399.         return $instance;
  10400.     }
  10401.     /**
  10402.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  10403.      *
  10404.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  10405.      */
  10406.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  10411.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  10412.         $instance->setName('messenger:failed:show');
  10413.         return $instance;
  10414.     }
  10415.     /**
  10416.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  10417.      *
  10418.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  10419.      */
  10420.     protected function getConsole_Command_MessengerSetupTransportsService()
  10421.     {
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  10424.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'amqp_email_sender'=> 'amqp_common'=> 'amqp_statistic'=> 'failed']);
  10425.         $instance->setName('messenger:setup-transports');
  10426.         return $instance;
  10427.     }
  10428.     /**
  10429.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  10430.      *
  10431.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  10432.      */
  10433.     protected function getConsole_Command_MessengerStopWorkersService()
  10434.     {
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  10437.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  10438.         $instance->setName('messenger:stop-workers');
  10439.         return $instance;
  10440.     }
  10441.     /**
  10442.      * Gets the private 'console.command.router_debug' shared service.
  10443.      *
  10444.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  10445.      */
  10446.     protected function getConsole_Command_RouterDebugService()
  10447.     {
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  10450.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10451.         $instance->setName('debug:router');
  10452.         return $instance;
  10453.     }
  10454.     /**
  10455.      * Gets the private 'console.command.router_match' shared service.
  10456.      *
  10457.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  10458.      */
  10459.     protected function getConsole_Command_RouterMatchService()
  10460.     {
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  10463.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  10464.         $instance->setName('router:match');
  10465.         return $instance;
  10466.     }
  10467.     /**
  10468.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  10469.      *
  10470.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  10471.      */
  10472.     protected function getConsole_Command_SecretsDecryptToLocalService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10480.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10481.         $instance->setName('secrets:decrypt-to-local');
  10482.         return $instance;
  10483.     }
  10484.     /**
  10485.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  10486.      *
  10487.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  10488.      */
  10489.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  10490.     {
  10491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  10493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10494.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10497.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10498.         $instance->setName('secrets:encrypt-from-local');
  10499.         return $instance;
  10500.     }
  10501.     /**
  10502.      * Gets the private 'console.command.secrets_generate_key' shared service.
  10503.      *
  10504.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  10505.      */
  10506.     protected function getConsole_Command_SecretsGenerateKeyService()
  10507.     {
  10508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  10510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10511.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10514.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10515.         $instance->setName('secrets:generate-keys');
  10516.         return $instance;
  10517.     }
  10518.     /**
  10519.      * Gets the private 'console.command.secrets_list' shared service.
  10520.      *
  10521.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  10522.      */
  10523.     protected function getConsole_Command_SecretsListService()
  10524.     {
  10525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  10527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10531.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10532.         $instance->setName('secrets:list');
  10533.         return $instance;
  10534.     }
  10535.     /**
  10536.      * Gets the private 'console.command.secrets_remove' shared service.
  10537.      *
  10538.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  10539.      */
  10540.     protected function getConsole_Command_SecretsRemoveService()
  10541.     {
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10548.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10549.         $instance->setName('secrets:remove');
  10550.         return $instance;
  10551.     }
  10552.     /**
  10553.      * Gets the private 'console.command.secrets_set' shared service.
  10554.      *
  10555.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  10556.      */
  10557.     protected function getConsole_Command_SecretsSetService()
  10558.     {
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10565.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10566.         $instance->setName('secrets:set');
  10567.         return $instance;
  10568.     }
  10569.     /**
  10570.      * Gets the private 'console.command.translation_debug' shared service.
  10571.      *
  10572.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  10573.      */
  10574.     protected function getConsole_Command_TranslationDebugService()
  10575.     {
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  10578.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/EnterpriseUserAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Company/TDC2CompanyAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Company/TDC1CompanyAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Manager/TDC2ManagerAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Manager/TDC1ManagerAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/EnterpriseAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/EnterpriseDueStatisticAdmin.php'), 10 => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/EmployeesExemptionStatisticAdmin.php'), 11 => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/BeneficiaryQuantitiesExemptionStatisticAdmin.php'), 12 => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/ExportStatisticAdmin.php'), 13 => (\dirname(__DIR__4).'/src/App/Api/Admin/DueLegalInformationAdmin.php'), 14 => (\dirname(__DIR__4).'/src/App/Api/Admin/SettingAdmin.php'), 15 => (\dirname(__DIR__4).'/src/App/Api/Controller/Admin/CompanyAdminController.php'), 16 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanDeleteEnterpriseValidator.php'), 17 => (\dirname(__DIR__4).'/src/App/Api/Controller/Admin/UserAdminController.php'), 18 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/IsValidEnterpriseUserValidator.php'), 19 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/IsValidEnterpriseUserEmailValidator.php'), 20 => (\dirname(__DIR__4).'/src/App/Api/Service/ExemptionReasonService.php'), 21 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanEditEnterpriseValidator.php'), 22 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanEditUserValidator.php'), 23 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidAllExternalCheckboxesValidator.php'), 24 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidFrontUrlValidator.php'), 25 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidYousignConfigValidator.php'), 26 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidYousignSignatureIdValidator.php'), 27 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Exemption/IsExemptionValidValidator.php'), 28 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/ExportStatisticRequest/ExportStatisticRequestValidator.php'), 29 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/UniquePropertyValidator.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 45 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 49 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 51 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 53 => (\dirname(__DIR__4).'/src/App/Api/Controller/Admin/ExportStatisticController.php'), 54 => (\dirname(__DIR__4).'/src/App/Api/ArgumentResolver/ReasonFilterResolver.php')]);
  10579.         $instance->setName('debug:translation');
  10580.         return $instance;
  10581.     }
  10582.     /**
  10583.      * Gets the private 'console.command.translation_update' shared service.
  10584.      *
  10585.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  10586.      */
  10587.     protected function getConsole_Command_TranslationUpdateService()
  10588.     {
  10589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10605.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10606.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10607.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10608.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10609.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10610.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10611.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10612.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10613.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10614.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10615.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10616.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10617.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/EnterpriseUserAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Company/TDC2CompanyAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Company/TDC1CompanyAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Manager/TDC2ManagerAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/User/Manager/TDC1ManagerAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/EnterpriseAdmin.php'), => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/EnterpriseDueStatisticAdmin.php'), 10 => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/EmployeesExemptionStatisticAdmin.php'), 11 => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/BeneficiaryQuantitiesExemptionStatisticAdmin.php'), 12 => (\dirname(__DIR__4).'/src/App/Api/Admin/Statistic/ExportStatisticAdmin.php'), 13 => (\dirname(__DIR__4).'/src/App/Api/Admin/DueLegalInformationAdmin.php'), 14 => (\dirname(__DIR__4).'/src/App/Api/Admin/SettingAdmin.php'), 15 => (\dirname(__DIR__4).'/src/App/Api/Controller/Admin/CompanyAdminController.php'), 16 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanDeleteEnterpriseValidator.php'), 17 => (\dirname(__DIR__4).'/src/App/Api/Controller/Admin/UserAdminController.php'), 18 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/IsValidEnterpriseUserValidator.php'), 19 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Enterprise/IsValidEnterpriseUserEmailValidator.php'), 20 => (\dirname(__DIR__4).'/src/App/Api/Service/ExemptionReasonService.php'), 21 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanEditEnterpriseValidator.php'), 22 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Admin/CanEditUserValidator.php'), 23 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidAllExternalCheckboxesValidator.php'), 24 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidFrontUrlValidator.php'), 25 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidYousignConfigValidator.php'), 26 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Company/IsValidYousignSignatureIdValidator.php'), 27 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/Exemption/IsExemptionValidValidator.php'), 28 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/ExportStatisticRequest/ExportStatisticRequestValidator.php'), 29 => (\dirname(__DIR__4).'/src/App/Api/Validator/Constraints/UniquePropertyValidator.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 45 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 49 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 51 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 53 => (\dirname(__DIR__4).'/src/App/Api/Controller/Admin/ExportStatisticController.php'), 54 => (\dirname(__DIR__4).'/src/App/Api/ArgumentResolver/ReasonFilterResolver.php')]);
  10618.         $instance->setName('translation:update');
  10619.         return $instance;
  10620.     }
  10621.     /**
  10622.      * Gets the private 'console.command.xliff_lint' shared service.
  10623.      *
  10624.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  10625.      */
  10626.     protected function getConsole_Command_XliffLintService()
  10627.     {
  10628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  10630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  10631.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  10632.         $instance->setName('lint:xliff');
  10633.         return $instance;
  10634.     }
  10635.     /**
  10636.      * Gets the private 'console.command.yaml_lint' shared service.
  10637.      *
  10638.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  10639.      */
  10640.     protected function getConsole_Command_YamlLintService()
  10641.     {
  10642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10643.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  10644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  10645.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  10646.         $instance->setName('lint:yaml');
  10647.         return $instance;
  10648.     }
  10649.     /**
  10650.      * Gets the private 'console.error_listener' shared service.
  10651.      *
  10652.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  10653.      */
  10654.     protected function getConsole_ErrorListenerService()
  10655.     {
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10657.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  10658.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10659.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10661.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10662.     }
  10663.     /**
  10664.      * Gets the private 'container.env_var_processor' shared service.
  10665.      *
  10666.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  10667.      */
  10668.     protected function getContainer_EnvVarProcessorService()
  10669.     {
  10670.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  10672.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  10673.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  10674.         }, 1));
  10675.     }
  10676.     /**
  10677.      * Gets the private 'data_collector.form' shared service.
  10678.      *
  10679.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  10680.      */
  10681.     protected function getDataCollector_FormService()
  10682.     {
  10683.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  10684.     }
  10685.     /**
  10686.      * Gets the private 'debug.App\Api\ArgumentResolver\BodyDataArgumentResolver' shared service.
  10687.      *
  10688.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10689.      */
  10690.     protected function getBodyDataArgumentResolverService()
  10691.     {
  10692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10694.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/BodyDataArgumentResolver.php';
  10695.         return $this->privates['debug.App\\Api\\ArgumentResolver\\BodyDataArgumentResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\BodyDataArgumentResolver(($this->services['validator'] ?? $this->getValidatorService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10696.     }
  10697.     /**
  10698.      * Gets the private 'debug.App\Api\ArgumentResolver\CompanyFilterResolver' shared service.
  10699.      *
  10700.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10701.      */
  10702.     protected function getCompanyFilterResolverService()
  10703.     {
  10704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10706.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/CompanyFilterResolver.php';
  10707.         return $this->privates['debug.App\\Api\\ArgumentResolver\\CompanyFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\CompanyFilterResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10708.     }
  10709.     /**
  10710.      * Gets the private 'debug.App\Api\ArgumentResolver\EnterpriseFilterResolver' shared service.
  10711.      *
  10712.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10713.      */
  10714.     protected function getEnterpriseFilterResolverService()
  10715.     {
  10716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10718.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/AbstractFilterResolver.php';
  10719.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/EnterpriseFilterResolver.php';
  10720.         return $this->privates['debug.App\\Api\\ArgumentResolver\\EnterpriseFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\EnterpriseFilterResolver(new RewindableGenerator(function () {
  10721.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityIdStrategy()));
  10722.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityUuidStrategy()));
  10723.         }, 2), ($this->privates['App\\Api\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['validator'] ?? $this->getValidatorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10724.     }
  10725.     /**
  10726.      * Gets the private 'debug.App\Api\ArgumentResolver\ExemptionFilterResolver' shared service.
  10727.      *
  10728.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10729.      */
  10730.     protected function getExemptionFilterResolverService()
  10731.     {
  10732.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10734.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/ExemptionFilterResolver.php';
  10735.         return $this->privates['debug.App\\Api\\ArgumentResolver\\ExemptionFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\ExemptionFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10736.     }
  10737.     /**
  10738.      * Gets the private 'debug.App\Api\ArgumentResolver\ExemptionSortArgumentResolver' shared service.
  10739.      *
  10740.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10741.      */
  10742.     protected function getExemptionSortArgumentResolverService()
  10743.     {
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10746.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/ExemptionSortArgumentResolver.php';
  10747.         return $this->privates['debug.App\\Api\\ArgumentResolver\\ExemptionSortArgumentResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\ExemptionSortArgumentResolver(($this->services['validator'] ?? $this->getValidatorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10748.     }
  10749.     /**
  10750.      * Gets the private 'debug.App\Api\ArgumentResolver\PagingDtoArgumentResolver' shared service.
  10751.      *
  10752.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10753.      */
  10754.     protected function getPagingDtoArgumentResolverService()
  10755.     {
  10756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10758.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/PagingDtoArgumentResolver.php';
  10759.         return $this->privates['debug.App\\Api\\ArgumentResolver\\PagingDtoArgumentResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\PagingDtoArgumentResolver(($this->services['validator'] ?? $this->getValidatorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10760.     }
  10761.     /**
  10762.      * Gets the private 'debug.App\Api\ArgumentResolver\ReasonFilterResolver' shared service.
  10763.      *
  10764.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10765.      */
  10766.     protected function getReasonFilterResolverService()
  10767.     {
  10768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10770.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/AbstractFilterResolver.php';
  10771.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/ReasonFilterResolver.php';
  10772.         return $this->privates['debug.App\\Api\\ArgumentResolver\\ReasonFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\ReasonFilterResolver(new RewindableGenerator(function () {
  10773.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityIdStrategy()));
  10774.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityUuidStrategy()));
  10775.         }, 2), ($this->privates['App\\Api\\Repository\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10776.     }
  10777.     /**
  10778.      * Gets the private 'debug.App\Api\ArgumentResolver\SettingsFilterResolver' shared service.
  10779.      *
  10780.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10781.      */
  10782.     protected function getSettingsFilterResolverService()
  10783.     {
  10784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10786.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/SettingsFilterResolver.php';
  10787.         return $this->privates['debug.App\\Api\\ArgumentResolver\\SettingsFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \App\Api\ArgumentResolver\SettingsFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10788.     }
  10789.     /**
  10790.      * Gets the private 'debug.Due\ArgumentResolver\AmendmentDueDownloadFilterResolver' shared service.
  10791.      *
  10792.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10793.      */
  10794.     protected function getAmendmentDueDownloadFilterResolverService()
  10795.     {
  10796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10798.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/AmendmentDueDownloadFilterResolver.php';
  10799.         return $this->privates['debug.Due\\ArgumentResolver\\AmendmentDueDownloadFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\AmendmentDueDownloadFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10800.     }
  10801.     /**
  10802.      * Gets the private 'debug.Due\ArgumentResolver\BeneficiaryCoverageFilterResolver' shared service.
  10803.      *
  10804.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10805.      */
  10806.     protected function getBeneficiaryCoverageFilterResolverService()
  10807.     {
  10808.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10809.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10810.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/BeneficiaryCoverageFilterResolver.php';
  10811.         return $this->privates['debug.Due\\ArgumentResolver\\BeneficiaryCoverageFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\BeneficiaryCoverageFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10812.     }
  10813.     /**
  10814.      * Gets the private 'debug.Due\ArgumentResolver\BeneficiaryFilterResolver' shared service.
  10815.      *
  10816.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10817.      */
  10818.     protected function getBeneficiaryFilterResolverService()
  10819.     {
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10822.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/AbstractFilterResolver.php';
  10823.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/BeneficiaryFilterResolver.php';
  10824.         return $this->privates['debug.Due\\ArgumentResolver\\BeneficiaryFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\BeneficiaryFilterResolver(new RewindableGenerator(function () {
  10825.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityIdStrategy()));
  10826.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityUuidStrategy()));
  10827.         }, 2), ($this->privates['Due\\Repository\\CollectiveAgreementRepository'] ?? $this->getCollectiveAgreementRepositoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10828.     }
  10829.     /**
  10830.      * Gets the private 'debug.Due\ArgumentResolver\CollectiveAgreementFilterResolver' shared service.
  10831.      *
  10832.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10833.      */
  10834.     protected function getCollectiveAgreementFilterResolverService()
  10835.     {
  10836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10837.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10838.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/CollectiveAgreementFilterResolver.php';
  10839.         return $this->privates['debug.Due\\ArgumentResolver\\CollectiveAgreementFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\CollectiveAgreementFilterResolver(($this->privates['Due\\Repository\\CodeNafRepository'] ?? $this->getCodeNafRepositoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10840.     }
  10841.     /**
  10842.      * Gets the private 'debug.Due\ArgumentResolver\CollectiveAgreementReasonFilterResolver' shared service.
  10843.      *
  10844.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10845.      */
  10846.     protected function getCollectiveAgreementReasonFilterResolverService()
  10847.     {
  10848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10850.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/CollectiveAgreementReasonFilterResolver.php';
  10851.         return $this->privates['debug.Due\\ArgumentResolver\\CollectiveAgreementReasonFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\CollectiveAgreementReasonFilterResolver(($this->privates['Due\\Repository\\CollectiveAgreementRepository'] ?? $this->getCollectiveAgreementRepositoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10852.     }
  10853.     /**
  10854.      * Gets the private 'debug.Due\ArgumentResolver\ContactUsRequestFilterResolver' shared service.
  10855.      *
  10856.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10857.      */
  10858.     protected function getContactUsRequestFilterResolverService()
  10859.     {
  10860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10861.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10862.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/ContactUsRequestFilterResolver.php';
  10863.         return $this->privates['debug.Due\\ArgumentResolver\\ContactUsRequestFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\ContactUsRequestFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10864.     }
  10865.     /**
  10866.      * Gets the private 'debug.Due\ArgumentResolver\ContributionEmployerMinimumPercentageFilterResolver' shared service.
  10867.      *
  10868.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10869.      */
  10870.     protected function getContributionEmployerMinimumPercentageFilterResolverService()
  10871.     {
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10874.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/ContributionEmployerMinimumPercentageFilterResolver.php';
  10875.         return $this->privates['debug.Due\\ArgumentResolver\\ContributionEmployerMinimumPercentageFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\ContributionEmployerMinimumPercentageFilterResolver(($this->privates['Due\\Repository\\CollectiveAgreementRepository'] ?? $this->getCollectiveAgreementRepositoryService()), ($this->privates['Due\\Repository\\ContributionOptionUnitRepository'] ?? $this->getContributionOptionUnitRepositoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10876.     }
  10877.     /**
  10878.      * Gets the private 'debug.Due\ArgumentResolver\ContributionOptionFilterResolver' shared service.
  10879.      *
  10880.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10881.      */
  10882.     protected function getContributionOptionFilterResolverService()
  10883.     {
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10886.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/ContributionOptionFilterResolver.php';
  10887.         return $this->privates['debug.Due\\ArgumentResolver\\ContributionOptionFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\ContributionOptionFilterResolver(($this->privates['Due\\Repository\\CollectiveAgreementRepository'] ?? $this->getCollectiveAgreementRepositoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10888.     }
  10889.     /**
  10890.      * Gets the private 'debug.Due\ArgumentResolver\DueDownloadFilterResolver' shared service.
  10891.      *
  10892.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10893.      */
  10894.     protected function getDueDownloadFilterResolverService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10898.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/DueDownloadFilterResolver.php';
  10899.         return $this->privates['debug.Due\\ArgumentResolver\\DueDownloadFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\DueDownloadFilterResolver(($this->privates['Due\\Repository\\CollectiveAgreementRepository'] ?? $this->getCollectiveAgreementRepositoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10900.     }
  10901.     /**
  10902.      * Gets the private 'debug.Due\ArgumentResolver\DueFilterResolver' shared service.
  10903.      *
  10904.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10905.      */
  10906.     protected function getDueFilterResolverService()
  10907.     {
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10910.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/DueFilterResolver.php';
  10911.         return $this->privates['debug.Due\\ArgumentResolver\\DueFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\DueFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10912.     }
  10913.     /**
  10914.      * Gets the private 'debug.Due\ArgumentResolver\EmployeeEmailFilterResolver' shared service.
  10915.      *
  10916.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10917.      */
  10918.     protected function getEmployeeEmailFilterResolverService()
  10919.     {
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10922.         include_once \dirname(__DIR__4).'/src/App/Api/ArgumentResolver/AbstractFilterResolver.php';
  10923.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/EmployeeEmailFilterResolver.php';
  10924.         return $this->privates['debug.Due\\ArgumentResolver\\EmployeeEmailFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\EmployeeEmailFilterResolver(new RewindableGenerator(function () {
  10925.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityIdStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityIdStrategy()));
  10926.             yield => ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] ?? ($this->privates['App\\Api\\Resolver\\Strategy\\ResolveEntityUuidStrategy'] = new \App\Api\Resolver\Strategy\ResolveEntityUuidStrategy()));
  10927.         }, 2), ($this->privates['Due\\Repository\\DueRepository'] ?? $this->getDueRepositoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10928.     }
  10929.     /**
  10930.      * Gets the private 'debug.Due\ArgumentResolver\ExemptionFilterResolver' shared service.
  10931.      *
  10932.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10933.      */
  10934.     protected function getExemptionFilterResolver2Service()
  10935.     {
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10938.         include_once \dirname(__DIR__4).'/src/DueBundle/ArgumentResolver/ExemptionFilterResolver.php';
  10939.         return $this->privates['debug.Due\\ArgumentResolver\\ExemptionFilterResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Due\ArgumentResolver\ExemptionFilterResolver(($this->privates['App\\Api\\Service\\EnterpriseProvider'] ?? $this->getEnterpriseProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10940.     }
  10941.     /**
  10942.      * Gets the private 'debug.argument_resolver.default' shared service.
  10943.      *
  10944.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10945.      */
  10946.     protected function getDebug_ArgumentResolver_DefaultService()
  10947.     {
  10948.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  10951.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10952.     }
  10953.     /**
  10954.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  10955.      *
  10956.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10957.      */
  10958.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  10959.     {
  10960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  10963.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.jMpHOrM'] ?? $this->get_ServiceLocator_JMpHOrMService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10964.     }
  10965.     /**
  10966.      * Gets the private 'debug.argument_resolver.request' shared service.
  10967.      *
  10968.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10969.      */
  10970.     protected function getDebug_ArgumentResolver_RequestService()
  10971.     {
  10972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10973.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  10975.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10976.     }
  10977.     /**
  10978.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  10979.      *
  10980.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10981.      */
  10982.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  10983.     {
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  10987.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10988.     }
  10989.     /**
  10990.      * Gets the private 'debug.argument_resolver.service' shared service.
  10991.      *
  10992.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10993.      */
  10994.     protected function getDebug_ArgumentResolver_ServiceService()
  10995.     {
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  10999.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.jMpHOrM'] ?? $this->get_ServiceLocator_JMpHOrMService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11000.     }
  11001.     /**
  11002.      * Gets the private 'debug.argument_resolver.session' shared service.
  11003.      *
  11004.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11005.      */
  11006.     protected function getDebug_ArgumentResolver_SessionService()
  11007.     {
  11008.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11009.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  11011.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11012.     }
  11013.     /**
  11014.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  11015.      *
  11016.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11017.      */
  11018.     protected function getDebug_ArgumentResolver_VariadicService()
  11019.     {
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  11023.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11024.     }
  11025.     /**
  11026.      * Gets the private 'debug.debug_handlers_listener' shared service.
  11027.      *
  11028.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  11029.      */
  11030.     protected function getDebug_DebugHandlersListenerService()
  11031.     {
  11032.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  11033.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11034.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11035.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11037.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  11038.     }
  11039.     /**
  11040.      * Gets the private 'debug.file_link_formatter' shared service.
  11041.      *
  11042.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  11043.      */
  11044.     protected function getDebug_FileLinkFormatterService()
  11045.     {
  11046.         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 () {
  11047.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  11048.         });
  11049.     }
  11050.     /**
  11051.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  11052.      *
  11053.      * @return \string
  11054.      */
  11055.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  11056.     {
  11057.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  11058.     }
  11059.     /**
  11060.      * Gets the private 'debug.log_processor' shared service.
  11061.      *
  11062.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  11063.      */
  11064.     protected function getDebug_LogProcessorService()
  11065.     {
  11066.         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())));
  11067.     }
  11068.     /**
  11069.      * Gets the private 'debug.security.access.decision_manager' shared service.
  11070.      *
  11071.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  11072.      */
  11073.     protected function getDebug_Security_Access_DecisionManagerService()
  11074.     {
  11075.         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 () {
  11076.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  11077.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  11078.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  11079.             yield => ($this->privates['debug.security.voter.App\\Api\\Security\\Voter\\UserActionsVoter'] ?? $this->getUserActionsVoterService());
  11080.             yield => ($this->privates['debug.security.voter.App\\Api\\Security\\Voter\\UserBelongToCompanyVoter'] ?? $this->getUserBelongToCompanyVoterService());
  11081.             yield => ($this->privates['debug.security.voter.App\\Api\\Security\\Voter\\UserPermissionVoter'] ?? $this->getUserPermissionVoterService());
  11082.         }, 6), 'affirmative'falsetrue));
  11083.     }
  11084.     /**
  11085.      * Gets the private 'debug.security.firewall' shared service.
  11086.      *
  11087.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  11088.      */
  11089.     protected function getDebug_Security_FirewallService()
  11090.     {
  11091.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  11092.     }
  11093.     /**
  11094.      * Gets the private 'debug.security.user_value_resolver' shared service.
  11095.      *
  11096.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11097.      */
  11098.     protected function getDebug_Security_UserValueResolverService()
  11099.     {
  11100.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  11103.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11104.     }
  11105.     /**
  11106.      * Gets the private 'debug.security.voter.App\Api\Security\Voter\UserActionsVoter' shared service.
  11107.      *
  11108.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11109.      */
  11110.     protected function getUserActionsVoterService()
  11111.     {
  11112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11115.         include_once \dirname(__DIR__4).'/src/App/Api/Security/Voter/UserActionsVoter.php';
  11116.         return $this->privates['debug.security.voter.App\\Api\\Security\\Voter\\UserActionsVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Api\Security\Voter\UserActionsVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11117.     }
  11118.     /**
  11119.      * Gets the private 'debug.security.voter.App\Api\Security\Voter\UserBelongToCompanyVoter' shared service.
  11120.      *
  11121.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11122.      */
  11123.     protected function getUserBelongToCompanyVoterService()
  11124.     {
  11125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11128.         include_once \dirname(__DIR__4).'/src/App/Api/Security/Voter/UserBelongToCompanyVoter.php';
  11129.         return $this->privates['debug.security.voter.App\\Api\\Security\\Voter\\UserBelongToCompanyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Api\Security\Voter\UserBelongToCompanyVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11130.     }
  11131.     /**
  11132.      * Gets the private 'debug.security.voter.App\Api\Security\Voter\UserPermissionVoter' shared service.
  11133.      *
  11134.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11135.      */
  11136.     protected function getUserPermissionVoterService()
  11137.     {
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11141.         include_once \dirname(__DIR__4).'/src/App/Api/Security/Voter/UserPermissionVoter.php';
  11142.         return $this->privates['debug.security.voter.App\\Api\\Security\\Voter\\UserPermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Api\Security\Voter\UserPermissionVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11143.     }
  11144.     /**
  11145.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  11146.      *
  11147.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11148.      */
  11149.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  11150.     {
  11151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  11154.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11155.     }
  11156.     /**
  11157.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  11158.      *
  11159.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11160.      */
  11161.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  11162.     {
  11163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  11166.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11167.     }
  11168.     /**
  11169.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  11170.      *
  11171.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11172.      */
  11173.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  11174.     {
  11175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  11178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  11179.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11180.     }
  11181.     /**
  11182.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  11183.      *
  11184.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  11185.      */
  11186.     protected function getDebug_Security_Voter_VoteListenerService()
  11187.     {
  11188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  11189.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  11190.     }
  11191.     /**
  11192.      * Gets the private 'default.middleware.doctrine_close_connection' shared service.
  11193.      *
  11194.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineCloseConnectionMiddleware
  11195.      */
  11196.     protected function getDefault_Middleware_DoctrineCloseConnectionService()
  11197.     {
  11198.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11199.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php';
  11200.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineCloseConnectionMiddleware.php';
  11201.         return $this->privates['default.middleware.doctrine_close_connection'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineCloseConnectionMiddleware(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11202.     }
  11203.     /**
  11204.      * Gets the private 'default.middleware.doctrine_ping_connection' shared service.
  11205.      *
  11206.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware
  11207.      */
  11208.     protected function getDefault_Middleware_DoctrinePingConnectionService()
  11209.     {
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11211.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php';
  11212.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrinePingConnectionMiddleware.php';
  11213.         return $this->privates['default.middleware.doctrine_ping_connection'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11214.     }
  11215.     /**
  11216.      * Gets the private 'default.middleware.handle_message' shared service.
  11217.      *
  11218.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  11219.      */
  11220.     protected function getDefault_Middleware_HandleMessageService()
  11221.     {
  11222.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11223.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  11224.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  11226.         $this->privates['default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Api\\Messenger\\Message\\Email\\CreateAccount' => new RewindableGenerator(function () {
  11227.             yield => ($this->privates['.messenger.handler_descriptor.3.uyDRT'] ?? $this->get_Messenger_HandlerDescriptor_3_UyDRTService());
  11228.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\EnterpriseDelete' => new RewindableGenerator(function () {
  11229.             yield => ($this->privates['.messenger.handler_descriptor.eWXP1vz'] ?? $this->get_Messenger_HandlerDescriptor_EWXP1vzService());
  11230.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionNotCompleted' => new RewindableGenerator(function () {
  11231.             yield => ($this->privates['.messenger.handler_descriptor.znpLTfA'] ?? $this->get_Messenger_HandlerDescriptor_ZnpLTfAService());
  11232.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionRejectedToEmployee' => new RewindableGenerator(function () {
  11233.             yield => ($this->privates['.messenger.handler_descriptor.M3jMj.i'] ?? $this->get_Messenger_HandlerDescriptor_M3jMj_IService());
  11234.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionReminderToFinish' => new RewindableGenerator(function () {
  11235.             yield => ($this->privates['.messenger.handler_descriptor.M5Ek29R'] ?? $this->get_Messenger_HandlerDescriptor_M5Ek29RService());
  11236.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionSendUpdateLink' => new RewindableGenerator(function () {
  11237.             yield => ($this->privates['.messenger.handler_descriptor.xj0DG_d'] ?? $this->get_Messenger_HandlerDescriptor_Xj0DGDService());
  11238.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionToRenewToEmployee' => new RewindableGenerator(function () {
  11239.             yield => ($this->privates['.messenger.handler_descriptor.9auRocd'] ?? $this->get_Messenger_HandlerDescriptor_9auRocdService());
  11240.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionToValidateToEmployee' => new RewindableGenerator(function () {
  11241.             yield => ($this->privates['.messenger.handler_descriptor.aizwCRp'] ?? $this->get_Messenger_HandlerDescriptor_AizwCRpService());
  11242.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionToValidateToScope' => new RewindableGenerator(function () {
  11243.             yield => ($this->privates['.messenger.handler_descriptor.MNNDF8B'] ?? $this->get_Messenger_HandlerDescriptor_MNNDF8BService());
  11244.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ExemptionValidatedToEmployee' => new RewindableGenerator(function () {
  11245.             yield => ($this->privates['.messenger.handler_descriptor.L92Adql'] ?? $this->get_Messenger_HandlerDescriptor_L92AdqlService());
  11246.         }, 1), 'App\\Api\\Messenger\\Message\\Email\\ResetPasswordLink' => new RewindableGenerator(function () {
  11247.             yield => ($this->privates['.messenger.handler_descriptor.xJxsRlt'] ?? $this->get_Messenger_HandlerDescriptor_XJxsRltService());
  11248.         }, 1), 'App\\Api\\Messenger\\Message\\ExemptionExport' => new RewindableGenerator(function () {
  11249.             yield => ($this->privates['.messenger.handler_descriptor.JnlBIZ5'] ?? $this->get_Messenger_HandlerDescriptor_JnlBIZ5Service());
  11250.         }, 1), 'App\\Api\\Messenger\\Message\\Statistic\\AddStatisticData' => new RewindableGenerator(function () {
  11251.             yield => ($this->privates['.messenger.handler_descriptor.MrKIzT5'] ?? $this->get_Messenger_HandlerDescriptor_MrKIzT5Service());
  11252.         }, 1), 'App\\Api\\Messenger\\Message\\Statistic\\ExportStatistic' => new RewindableGenerator(function () {
  11253.             yield => ($this->privates['.messenger.handler_descriptor.H8DK3_9'] ?? $this->get_Messenger_HandlerDescriptor_H8DK39Service());
  11254.         }, 1), 'App\\Api\\Messenger\\Message\\UpdateCompaniesScope' => new RewindableGenerator(function () {
  11255.             yield => ($this->privates['.messenger.handler_descriptor.orMi5PP'] ?? $this->get_Messenger_HandlerDescriptor_OrMi5PPService());
  11256.         }, 1), 'App\\Api\\Messenger\\Message\\UpdateEnterpriseScope' => new RewindableGenerator(function () {
  11257.             yield => ($this->privates['.messenger.handler_descriptor.X2MuMvz'] ?? $this->get_Messenger_HandlerDescriptor_X2MuMvzService());
  11258.         }, 1), 'Due\\Messenger\\Message\\NewAppContactUsRequest' => new RewindableGenerator(function () {
  11259.             yield => ($this->privates['.messenger.handler_descriptor.ec9dmUj'] ?? $this->get_Messenger_HandlerDescriptor_Ec9dmUjService());
  11260.         }, 1), 'Due\\Messenger\\Message\\NewContactUsRequest' => new RewindableGenerator(function () {
  11261.             yield => ($this->privates['.messenger.handler_descriptor.JSrFsJM'] ?? $this->get_Messenger_HandlerDescriptor_JSrFsJMService());
  11262.         }, 1), 'Due\\Messenger\\Message\\Email\\DueSigned' => new RewindableGenerator(function () {
  11263.             yield => ($this->privates['.messenger.handler_descriptor.wi8sNcn'] ?? $this->get_Messenger_HandlerDescriptor_Wi8sNcnService());
  11264.         }, 1), 'Due\\Messenger\\Message\\Email\\SendUpdateLink' => new RewindableGenerator(function () {
  11265.             yield => ($this->privates['.messenger.handler_descriptor.nQwLWD1'] ?? $this->get_Messenger_HandlerDescriptor_NQwLWD1Service());
  11266.         }, 1), 'Due\\Messenger\\Message\\InvalidateExemption' => new RewindableGenerator(function () {
  11267.             yield => ($this->privates['.messenger.handler_descriptor.txIFFNO'] ?? $this->get_Messenger_HandlerDescriptor_TxIFFNOService());
  11268.         }, 1)]));
  11269.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  11270.         return $instance;
  11271.     }
  11272.     /**
  11273.      * Gets the private 'default.middleware.traceable' shared service.
  11274.      *
  11275.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  11276.      */
  11277.     protected function getDefault_Middleware_TraceableService()
  11278.     {
  11279.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11280.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  11281.         return $this->privates['default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'default');
  11282.     }
  11283.     /**
  11284.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  11285.      *
  11286.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  11287.      */
  11288.     protected function getDoctrine_CacheClearMetadataCommandService()
  11289.     {
  11290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  11292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  11293.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  11294.         $instance->setName('doctrine:cache:clear-metadata');
  11295.         return $instance;
  11296.     }
  11297.     /**
  11298.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  11299.      *
  11300.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  11301.      */
  11302.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  11303.     {
  11304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  11306.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  11307.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  11308.         $instance->setName('doctrine:cache:clear-query');
  11309.         return $instance;
  11310.     }
  11311.     /**
  11312.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  11313.      *
  11314.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  11315.      */
  11316.     protected function getDoctrine_CacheClearResultCommandService()
  11317.     {
  11318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11319.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  11321.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  11322.         $instance->setName('doctrine:cache:clear-result');
  11323.         return $instance;
  11324.     }
  11325.     /**
  11326.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  11327.      *
  11328.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  11329.      */
  11330.     protected function getDoctrine_CacheCollectionRegionCommandService()
  11331.     {
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  11334.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  11335.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  11336.         $instance->setName('doctrine:cache:clear-collection-region');
  11337.         return $instance;
  11338.     }
  11339.     /**
  11340.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  11341.      *
  11342.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  11343.      */
  11344.     protected function getDoctrine_ClearEntityRegionCommandService()
  11345.     {
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11347.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  11348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  11349.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  11350.         $instance->setName('doctrine:cache:clear-entity-region');
  11351.         return $instance;
  11352.     }
  11353.     /**
  11354.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  11355.      *
  11356.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  11357.      */
  11358.     protected function getDoctrine_ClearQueryRegionCommandService()
  11359.     {
  11360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11361.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  11362.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  11363.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  11364.         $instance->setName('doctrine:cache:clear-query-region');
  11365.         return $instance;
  11366.     }
  11367.     /**
  11368.      * Gets the private 'doctrine.database_create_command' shared service.
  11369.      *
  11370.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  11371.      */
  11372.     protected function getDoctrine_DatabaseCreateCommandService()
  11373.     {
  11374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  11377.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11378.         $instance->setName('doctrine:database:create');
  11379.         return $instance;
  11380.     }
  11381.     /**
  11382.      * Gets the private 'doctrine.database_drop_command' shared service.
  11383.      *
  11384.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  11385.      */
  11386.     protected function getDoctrine_DatabaseDropCommandService()
  11387.     {
  11388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  11391.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11392.         $instance->setName('doctrine:database:drop');
  11393.         return $instance;
  11394.     }
  11395.     /**
  11396.      * Gets the private 'doctrine.database_import_command' shared service.
  11397.      *
  11398.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  11399.      */
  11400.     protected function getDoctrine_DatabaseImportCommandService()
  11401.     {
  11402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11403.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  11404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  11405.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  11406.         $instance->setName('doctrine:database:import');
  11407.         return $instance;
  11408.     }
  11409.     /**
  11410.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  11411.      *
  11412.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  11413.      */
  11414.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  11415.     {
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  11418.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  11419.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  11420.         $instance->setName('doctrine:ensure-production-settings');
  11421.         return $instance;
  11422.     }
  11423.     /**
  11424.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  11425.      *
  11426.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  11427.      */
  11428.     protected function getDoctrine_FixturesLoadCommandService()
  11429.     {
  11430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11432.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  11433.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  11434.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  11435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  11436.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  11437.         $a->addFixtures([]);
  11438.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  11439.         $instance->setName('doctrine:fixtures:load');
  11440.         return $instance;
  11441.     }
  11442.     /**
  11443.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  11444.      *
  11445.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  11446.      */
  11447.     protected function getDoctrine_MappingConvertCommandService()
  11448.     {
  11449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  11451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  11452.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  11453.         $instance->setName('doctrine:mapping:convert');
  11454.         return $instance;
  11455.     }
  11456.     /**
  11457.      * Gets the private 'doctrine.mapping_import_command' shared service.
  11458.      *
  11459.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  11460.      */
  11461.     protected function getDoctrine_MappingImportCommandService()
  11462.     {
  11463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  11466.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  11467.         $instance->setName('doctrine:mapping:import');
  11468.         return $instance;
  11469.     }
  11470.     /**
  11471.      * Gets the private 'doctrine.mapping_info_command' shared service.
  11472.      *
  11473.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  11474.      */
  11475.     protected function getDoctrine_MappingInfoCommandService()
  11476.     {
  11477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11478.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  11479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  11480.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  11481.         $instance->setName('doctrine:mapping:info');
  11482.         return $instance;
  11483.     }
  11484.     /**
  11485.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  11486.      *
  11487.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11488.      */
  11489.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  11490.     {
  11491.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11492.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11493.     }
  11494.     /**
  11495.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  11496.      *
  11497.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11498.      */
  11499.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  11500.     {
  11501.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  11502.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11503.         $instance->addEntityListener('App\\Api\\Entity\\Company''App\\Api\\EventListener\\HashPasswordListener''preUpdate');
  11504.         $instance->addEntityListener('App\\Api\\Entity\\Company''App\\Api\\EventListener\\HashPasswordListener''prePersist');
  11505.         $instance->addEntityListener('App\\Api\\Entity\\User''App\\Api\\EventListener\\HashPasswordListener''preUpdate');
  11506.         $instance->addEntityListener('App\\Api\\Entity\\User''App\\Api\\EventListener\\HashPasswordListener''prePersist');
  11507.         $instance->addEntityListener('App\\Api\\Entity\\Company''App\\Api\\EventListener\\UpdateCompaniesScopeListener''postPersist');
  11508.         $instance->addEntityListener('App\\Api\\Entity\\Enterprise''App\\Api\\EventListener\\UpdateEnterpriseScopeListener''postPersist');
  11509.         return $instance;
  11510.     }
  11511.     /**
  11512.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  11513.      *
  11514.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  11515.      */
  11516.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  11517.     {
  11518.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  11519.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11520.     }
  11521.     /**
  11522.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  11523.      *
  11524.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  11525.      */
  11526.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  11527.     {
  11528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11529.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  11530.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11531.     }
  11532.     /**
  11533.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  11534.      *
  11535.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  11536.      */
  11537.     protected function getDoctrine_Orm_Validator_UniqueService()
  11538.     {
  11539.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11540.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  11542.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11543.     }
  11544.     /**
  11545.      * Gets the private 'doctrine.query_dql_command' shared service.
  11546.      *
  11547.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  11548.      */
  11549.     protected function getDoctrine_QueryDqlCommandService()
  11550.     {
  11551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  11554.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  11555.         $instance->setName('doctrine:query:dql');
  11556.         return $instance;
  11557.     }
  11558.     /**
  11559.      * Gets the private 'doctrine.query_sql_command' shared service.
  11560.      *
  11561.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  11562.      */
  11563.     protected function getDoctrine_QuerySqlCommandService()
  11564.     {
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  11568.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  11569.         $instance->setName('doctrine:query:sql');
  11570.         return $instance;
  11571.     }
  11572.     /**
  11573.      * Gets the private 'doctrine.schema_create_command' shared service.
  11574.      *
  11575.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  11576.      */
  11577.     protected function getDoctrine_SchemaCreateCommandService()
  11578.     {
  11579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  11582.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  11583.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  11584.         $instance->setName('doctrine:schema:create');
  11585.         return $instance;
  11586.     }
  11587.     /**
  11588.      * Gets the private 'doctrine.schema_drop_command' shared service.
  11589.      *
  11590.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  11591.      */
  11592.     protected function getDoctrine_SchemaDropCommandService()
  11593.     {
  11594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11595.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  11597.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  11598.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  11599.         $instance->setName('doctrine:schema:drop');
  11600.         return $instance;
  11601.     }
  11602.     /**
  11603.      * Gets the private 'doctrine.schema_update_command' shared service.
  11604.      *
  11605.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  11606.      */
  11607.     protected function getDoctrine_SchemaUpdateCommandService()
  11608.     {
  11609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  11612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  11613.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  11614.         $instance->setName('doctrine:schema:update');
  11615.         return $instance;
  11616.     }
  11617.     /**
  11618.      * Gets the private 'doctrine.schema_validate_command' shared service.
  11619.      *
  11620.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  11621.      */
  11622.     protected function getDoctrine_SchemaValidateCommandService()
  11623.     {
  11624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11625.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  11626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  11627.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  11628.         $instance->setName('doctrine:schema:validate');
  11629.         return $instance;
  11630.     }
  11631.     /**
  11632.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  11633.      *
  11634.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  11635.      */
  11636.     protected function getDoctrineMigrations_DiffCommandService()
  11637.     {
  11638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11639.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  11641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  11642.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  11643.         $instance->setName('doctrine:migrations:diff');
  11644.         return $instance;
  11645.     }
  11646.     /**
  11647.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  11648.      *
  11649.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  11650.      */
  11651.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  11652.     {
  11653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11654.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11655.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  11656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  11657.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  11658.         $instance->setName('doctrine:migrations:dump-schema');
  11659.         return $instance;
  11660.     }
  11661.     /**
  11662.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  11663.      *
  11664.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  11665.      */
  11666.     protected function getDoctrineMigrations_ExecuteCommandService()
  11667.     {
  11668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11669.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11670.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  11671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  11672.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  11673.         $instance->setName('doctrine:migrations:execute');
  11674.         return $instance;
  11675.     }
  11676.     /**
  11677.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  11678.      *
  11679.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  11680.      */
  11681.     protected function getDoctrineMigrations_GenerateCommandService()
  11682.     {
  11683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11685.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  11686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  11687.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  11688.         $instance->setName('doctrine:migrations:generate');
  11689.         return $instance;
  11690.     }
  11691.     /**
  11692.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  11693.      *
  11694.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  11695.      */
  11696.     protected function getDoctrineMigrations_LatestCommandService()
  11697.     {
  11698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11699.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11700.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  11701.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  11702.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  11703.         $instance->setName('doctrine:migrations:latest');
  11704.         return $instance;
  11705.     }
  11706.     /**
  11707.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  11708.      *
  11709.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  11710.      */
  11711.     protected function getDoctrineMigrations_MigrateCommandService()
  11712.     {
  11713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11714.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11715.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  11716.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  11717.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  11718.         $instance->setName('doctrine:migrations:migrate');
  11719.         return $instance;
  11720.     }
  11721.     /**
  11722.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  11723.      *
  11724.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  11725.      */
  11726.     protected function getDoctrineMigrations_RollupCommandService()
  11727.     {
  11728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11729.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11730.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  11731.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  11732.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  11733.         $instance->setName('doctrine:migrations:rollup');
  11734.         return $instance;
  11735.     }
  11736.     /**
  11737.      * Gets the private 'doctrine_migrations.status_command' shared service.
  11738.      *
  11739.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  11740.      */
  11741.     protected function getDoctrineMigrations_StatusCommandService()
  11742.     {
  11743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11744.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11745.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  11746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  11747.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  11748.         $instance->setName('doctrine:migrations:status');
  11749.         return $instance;
  11750.     }
  11751.     /**
  11752.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  11753.      *
  11754.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  11755.      */
  11756.     protected function getDoctrineMigrations_UpToDateCommandService()
  11757.     {
  11758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11760.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  11761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  11762.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  11763.         $instance->setName('doctrine:migrations:up-to-date');
  11764.         return $instance;
  11765.     }
  11766.     /**
  11767.      * Gets the private 'doctrine_migrations.version_command' shared service.
  11768.      *
  11769.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  11770.      */
  11771.     protected function getDoctrineMigrations_VersionCommandService()
  11772.     {
  11773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  11775.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  11777.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  11778.         $instance->setName('doctrine:migrations:version');
  11779.         return $instance;
  11780.     }
  11781.     /**
  11782.      * Gets the private 'error_handler.error_renderer.html' shared service.
  11783.      *
  11784.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  11785.      */
  11786.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  11787.     {
  11788.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  11790.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11791.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11792.     }
  11793.     /**
  11794.      * Gets the private 'exception_listener' shared service.
  11795.      *
  11796.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  11797.      */
  11798.     protected function getExceptionListenerService()
  11799.     {
  11800.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  11801.     }
  11802.     /**
  11803.      * Gets the private 'file_locator' shared service.
  11804.      *
  11805.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  11806.      */
  11807.     protected function getFileLocatorService()
  11808.     {
  11809.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  11810.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  11811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  11812.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/App/Resources'), [=> (\dirname(__DIR__4).'/src/App')], false);
  11813.     }
  11814.     /**
  11815.      * Gets the private 'form.choice_list_factory.cached' shared service.
  11816.      *
  11817.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  11818.      */
  11819.     protected function getForm_ChoiceListFactory_CachedService()
  11820.     {
  11821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  11822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  11823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  11825.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  11826.     }
  11827.     /**
  11828.      * Gets the private 'form.registry' shared service.
  11829.      *
  11830.      * @return \Symfony\Component\Form\FormRegistry
  11831.      */
  11832.     protected function getForm_RegistryService()
  11833.     {
  11834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  11835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  11838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  11839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  11840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  11841.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11842.             'App\\Api\\Admin\\Form\\AdminLoginForm' => ['privates''App\\Api\\Admin\\Form\\AdminLoginForm''getAdminLoginFormService'false],
  11843.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  11844.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''misd_phone_number.form.type''getMisdPhoneNumber_Form_TypeService'false],
  11845.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  11846.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  11847.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  11848.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  11849.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  11850.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  11851.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  11852.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  11853.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  11854.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  11855.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  11856.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  11857.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  11858.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  11859.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  11860.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  11861.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  11862.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  11863.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  11864.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  11865.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  11866.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  11867.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  11868.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  11869.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  11870.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  11871.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  11872.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  11873.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  11874.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  11875.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  11876.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  11877.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  11878.         ], [
  11879.             'App\\Api\\Admin\\Form\\AdminLoginForm' => '?',
  11880.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  11881.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  11882.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  11883.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  11884.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  11885.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  11886.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  11887.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  11888.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  11889.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  11890.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  11891.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  11892.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  11893.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  11894.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  11895.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  11896.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  11897.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  11898.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  11899.             'Sonata\\Form\\Type\\BooleanType' => '?',
  11900.             'Sonata\\Form\\Type\\CollectionType' => '?',
  11901.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  11902.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  11903.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  11904.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  11905.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  11906.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  11907.             'Sonata\\Form\\Type\\EqualType' => '?',
  11908.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  11909.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  11910.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  11911.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  11912.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  11913.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  11914.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  11915.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  11916.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  11917.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  11918.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  11919.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  11920.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  11921.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  11922.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  11923.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  11924.             yield => ($this->services['sonata.admin.form.extension.field.mopa'] ?? ($this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension()));
  11925.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  11926.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  11927.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  11928.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  11929.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  11930.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  11931.         }, 1)], new RewindableGenerator(function () {
  11932.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  11933.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  11934.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  11935.     }
  11936.     /**
  11937.      * Gets the private 'form.server_params' shared service.
  11938.      *
  11939.      * @return \Symfony\Component\Form\Util\ServerParams
  11940.      */
  11941.     protected function getForm_ServerParamsService()
  11942.     {
  11943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  11944.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11945.     }
  11946.     /**
  11947.      * Gets the private 'form.type.choice' shared service.
  11948.      *
  11949.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  11950.      */
  11951.     protected function getForm_Type_ChoiceService()
  11952.     {
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  11956.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  11957.     }
  11958.     /**
  11959.      * Gets the private 'form.type.entity' shared service.
  11960.      *
  11961.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  11962.      */
  11963.     protected function getForm_Type_EntityService()
  11964.     {
  11965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  11969.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11970.     }
  11971.     /**
  11972.      * Gets the private 'form.type.form' shared service.
  11973.      *
  11974.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  11975.      */
  11976.     protected function getForm_Type_FormService()
  11977.     {
  11978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  11981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  11982.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  11983.     }
  11984.     /**
  11985.      * Gets the private 'form.type_extension.csrf' shared service.
  11986.      *
  11987.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  11988.      */
  11989.     protected function getForm_TypeExtension_CsrfService()
  11990.     {
  11991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  11992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  11993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  11994.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  11995.     }
  11996.     /**
  11997.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  11998.      *
  11999.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  12000.      */
  12001.     protected function getForm_TypeExtension_Form_DataCollectorService()
  12002.     {
  12003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  12006.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  12007.     }
  12008.     /**
  12009.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  12010.      *
  12011.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  12012.      */
  12013.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  12014.     {
  12015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  12018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  12019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  12020.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  12021.     }
  12022.     /**
  12023.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  12024.      *
  12025.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  12026.      */
  12027.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  12028.     {
  12029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  12032.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  12033.     }
  12034.     /**
  12035.      * Gets the private 'form.type_extension.form.validator' shared service.
  12036.      *
  12037.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  12038.      */
  12039.     protected function getForm_TypeExtension_Form_ValidatorService()
  12040.     {
  12041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  12045.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  12046.     }
  12047.     /**
  12048.      * Gets the private 'form.type_extension.upload.validator' shared service.
  12049.      *
  12050.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  12051.      */
  12052.     protected function getForm_TypeExtension_Upload_ValidatorService()
  12053.     {
  12054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  12057.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  12058.     }
  12059.     /**
  12060.      * Gets the private 'form.type_guesser.doctrine' shared service.
  12061.      *
  12062.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  12063.      */
  12064.     protected function getForm_TypeGuesser_DoctrineService()
  12065.     {
  12066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12067.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  12068.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12069.     }
  12070.     /**
  12071.      * Gets the private 'form.type_guesser.validator' shared service.
  12072.      *
  12073.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  12074.      */
  12075.     protected function getForm_TypeGuesser_ValidatorService()
  12076.     {
  12077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  12079.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  12080.     }
  12081.     /**
  12082.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  12083.      *
  12084.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  12085.      */
  12086.     protected function getFosCkEditor_Command_InstallerService()
  12087.     {
  12088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12089.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  12090.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  12091.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  12092.         $instance->setName('ckeditor:install');
  12093.         return $instance;
  12094.     }
  12095.     /**
  12096.      * Gets the private 'fos_ck_editor.form.type' shared service.
  12097.      *
  12098.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  12099.      */
  12100.     protected function getFosCkEditor_Form_TypeService()
  12101.     {
  12102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12104.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  12105.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  12106.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  12107.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'configs' => [], 'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  12108.     }
  12109.     /**
  12110.      * Gets the private 'fragment.renderer.inline' shared service.
  12111.      *
  12112.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  12113.      */
  12114.     protected function getFragment_Renderer_InlineService()
  12115.     {
  12116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12117.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  12119.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12120.         $instance->setFragmentPath('/_fragment');
  12121.         return $instance;
  12122.     }
  12123.     /**
  12124.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  12125.      *
  12126.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  12127.      */
  12128.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  12129.     {
  12130.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  12131.     }
  12132.     /**
  12133.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  12134.      *
  12135.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  12136.      */
  12137.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  12138.     {
  12139.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  12140.     }
  12141.     /**
  12142.      * Gets the private 'httplug.client.yousign' shared service.
  12143.      *
  12144.      * @return \Http\Client\Common\PluginClient
  12145.      */
  12146.     protected function getHttplug_Client_YousignService()
  12147.     {
  12148.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  12149.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  12150.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  12151.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/Guzzle6Factory.php';
  12152.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  12153.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/VersionBridgePlugin.php';
  12154.         include_once \dirname(__DIR__4).'/vendor/php-http/logger-plugin/src/LoggerPlugin.php';
  12155.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/HeaderSetPlugin.php';
  12156.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/AddHostPlugin.php';
  12157.         include_once \dirname(__DIR__4).'/vendor/psr/http-message/src/UriInterface.php';
  12158.         return $this->privates['httplug.client.yousign'] = ($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient((new \Http\HttplugBundle\Collector\ProfileClientFactory(new \Http\HttplugBundle\ClientFactory\Guzzle6Factory(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))))->createClient(['timeout' => 10]), [=> new \Http\Client\Common\Plugin\LoggerPlugin(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULL), => new \Http\Client\Common\Plugin\HeaderSetPlugin(['Accept' => 'application/json''Content-Type' => 'application/json; charset=utf-8''Authorization' => 'Bearer '.$this->getEnv('string:YOUSIGN_API_KEY')]), => new \Http\Client\Common\Plugin\AddHostPlugin(($this->services['httplug.uri_factory'] ?? $this->getHttplug_UriFactoryService())->createUri($this->getEnv('YOUSIGN_API_HOST')), ['replace' => false])], ['client_name' => 'yousign']);
  12159.     }
  12160.     /**
  12161.      * Gets the private 'httplug.collector.formatter' shared service.
  12162.      *
  12163.      * @return \Http\HttplugBundle\Collector\Formatter
  12164.      */
  12165.     protected function getHttplug_Collector_FormatterService()
  12166.     {
  12167.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  12168.     }
  12169.     /**
  12170.      * Gets the private 'httplug.strategy' shared service.
  12171.      *
  12172.      * @return \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy
  12173.      */
  12174.     protected function getHttplug_StrategyService()
  12175.     {
  12176.         return $this->privates['httplug.strategy'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy(new \Http\HttplugBundle\Collector\ProfileClient(\Http\Discovery\HttpClientDiscovery::find(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), NULL);
  12177.     }
  12178.     /**
  12179.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  12180.      *
  12181.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  12182.      */
  12183.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  12184.     {
  12185.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  12186.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  12187.     }
  12188.     /**
  12189.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  12190.      *
  12191.      * @return \Knp\Menu\Provider\ChainProvider
  12192.      */
  12193.     protected function getKnpMenu_MenuProvider_ChainService()
  12194.     {
  12195.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  12196.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  12197.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  12198.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  12199.         }, 3));
  12200.     }
  12201.     /**
  12202.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  12203.      *
  12204.      * @return \Knp\Menu\Provider\LazyProvider
  12205.      */
  12206.     protected function getKnpMenu_MenuProvider_LazyService()
  12207.     {
  12208.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  12209.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  12210.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  12211.         }]);
  12212.     }
  12213.     /**
  12214.      * Gets the private 'knp_menu.renderer.list' shared service.
  12215.      *
  12216.      * @return \Knp\Menu\Renderer\ListRenderer
  12217.      */
  12218.     protected function getKnpMenu_Renderer_ListService()
  12219.     {
  12220.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  12221.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  12222.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  12223.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  12224.     }
  12225.     /**
  12226.      * Gets the private 'knp_menu.renderer.twig' shared service.
  12227.      *
  12228.      * @return \Knp\Menu\Renderer\TwigRenderer
  12229.      */
  12230.     protected function getKnpMenu_Renderer_TwigService()
  12231.     {
  12232.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  12233.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  12234.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['twig'] ?? $this->getTwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  12235.     }
  12236.     /**
  12237.      * Gets the private 'knp_menu.voter.router' shared service.
  12238.      *
  12239.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  12240.      */
  12241.     protected function getKnpMenu_Voter_RouterService()
  12242.     {
  12243.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  12244.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  12245.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12246.     }
  12247.     /**
  12248.      * Gets the private 'libphonenumber.phone_number_util' shared service.
  12249.      *
  12250.      * @return \libphonenumber\PhoneNumberUtil
  12251.      */
  12252.     protected function getLibphonenumber_PhoneNumberUtilService()
  12253.     {
  12254.         return $this->privates['libphonenumber.phone_number_util'] = \libphonenumber\PhoneNumberUtil::getInstance();
  12255.     }
  12256.     /**
  12257.      * Gets the private 'locale_aware_listener' shared service.
  12258.      *
  12259.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12260.      */
  12261.     protected function getLocaleAwareListenerService()
  12262.     {
  12263.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12264.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12265.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12266.     }
  12267.     /**
  12268.      * Gets the private 'locale_listener' shared service.
  12269.      *
  12270.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12271.      */
  12272.     protected function getLocaleListenerService()
  12273.     {
  12274.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  12275.     }
  12276.     /**
  12277.      * Gets the private 'maker.auto_command.make_auth' shared service.
  12278.      *
  12279.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12280.      */
  12281.     protected function getMaker_AutoCommand_MakeAuthService()
  12282.     {
  12283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  12288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  12289.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12290.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12291.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  12292.         $instance->setName('make:auth');
  12293.         return $instance;
  12294.     }
  12295.     /**
  12296.      * Gets the private 'maker.auto_command.make_command' shared service.
  12297.      *
  12298.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12299.      */
  12300.     protected function getMaker_AutoCommand_MakeCommandService()
  12301.     {
  12302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  12307.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12308.         $instance->setName('make:command');
  12309.         return $instance;
  12310.     }
  12311.     /**
  12312.      * Gets the private 'maker.auto_command.make_controller' shared service.
  12313.      *
  12314.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12315.      */
  12316.     protected function getMaker_AutoCommand_MakeControllerService()
  12317.     {
  12318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  12323.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12324.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12325.         $instance->setName('make:controller');
  12326.         return $instance;
  12327.     }
  12328.     /**
  12329.      * Gets the private 'maker.auto_command.make_crud' shared service.
  12330.      *
  12331.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12332.      */
  12333.     protected function getMaker_AutoCommand_MakeCrudService()
  12334.     {
  12335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  12340.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12341.         $instance->setName('make:crud');
  12342.         return $instance;
  12343.     }
  12344.     /**
  12345.      * Gets the private 'maker.auto_command.make_entity' shared service.
  12346.      *
  12347.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12348.      */
  12349.     protected function getMaker_AutoCommand_MakeEntityService()
  12350.     {
  12351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  12356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  12357.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12358.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12359.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b), $a$b);
  12360.         $instance->setName('make:entity');
  12361.         return $instance;
  12362.     }
  12363.     /**
  12364.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  12365.      *
  12366.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12367.      */
  12368.     protected function getMaker_AutoCommand_MakeFixturesService()
  12369.     {
  12370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  12375.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12376.         $instance->setName('make:fixtures');
  12377.         return $instance;
  12378.     }
  12379.     /**
  12380.      * Gets the private 'maker.auto_command.make_form' shared service.
  12381.      *
  12382.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12383.      */
  12384.     protected function getMaker_AutoCommand_MakeFormService()
  12385.     {
  12386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  12391.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12392.         $instance->setName('make:form');
  12393.         return $instance;
  12394.     }
  12395.     /**
  12396.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  12397.      *
  12398.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12399.      */
  12400.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  12401.     {
  12402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  12407.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12408.         $instance->setName('make:functional-test');
  12409.         return $instance;
  12410.     }
  12411.     /**
  12412.      * Gets the private 'maker.auto_command.make_migration' shared service.
  12413.      *
  12414.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12415.      */
  12416.     protected function getMaker_AutoCommand_MakeMigrationService()
  12417.     {
  12418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  12423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  12424.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12425.         $instance->setName('make:migration');
  12426.         return $instance;
  12427.     }
  12428.     /**
  12429.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  12430.      *
  12431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12432.      */
  12433.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  12434.     {
  12435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  12440.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12441.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12442.         $instance->setName('make:registration-form');
  12443.         return $instance;
  12444.     }
  12445.     /**
  12446.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  12447.      *
  12448.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12449.      */
  12450.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  12451.     {
  12452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  12457.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12458.         $instance->setName('make:serializer:encoder');
  12459.         return $instance;
  12460.     }
  12461.     /**
  12462.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  12463.      *
  12464.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12465.      */
  12466.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  12467.     {
  12468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  12473.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12474.         $instance->setName('make:serializer:normalizer');
  12475.         return $instance;
  12476.     }
  12477.     /**
  12478.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  12479.      *
  12480.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12481.      */
  12482.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  12483.     {
  12484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  12489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  12490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  12491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  12492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  12493.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()))]), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12494.         $instance->setName('make:sonata:admin');
  12495.         return $instance;
  12496.     }
  12497.     /**
  12498.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  12499.      *
  12500.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12501.      */
  12502.     protected function getMaker_AutoCommand_MakeSubscriberService()
  12503.     {
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  12509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  12510.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12511.         $instance->setName('make:subscriber');
  12512.         return $instance;
  12513.     }
  12514.     /**
  12515.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  12516.      *
  12517.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12518.      */
  12519.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  12520.     {
  12521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  12526.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12527.         $instance->setName('make:twig-extension');
  12528.         return $instance;
  12529.     }
  12530.     /**
  12531.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  12532.      *
  12533.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12534.      */
  12535.     protected function getMaker_AutoCommand_MakeUnitTestService()
  12536.     {
  12537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  12542.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12543.         $instance->setName('make:unit-test');
  12544.         return $instance;
  12545.     }
  12546.     /**
  12547.      * Gets the private 'maker.auto_command.make_user' shared service.
  12548.      *
  12549.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12550.      */
  12551.     protected function getMaker_AutoCommand_MakeUserService()
  12552.     {
  12553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  12558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  12559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  12560.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12561.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12562.         $instance->setName('make:user');
  12563.         return $instance;
  12564.     }
  12565.     /**
  12566.      * Gets the private 'maker.auto_command.make_validator' shared service.
  12567.      *
  12568.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12569.      */
  12570.     protected function getMaker_AutoCommand_MakeValidatorService()
  12571.     {
  12572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  12577.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12578.         $instance->setName('make:validator');
  12579.         return $instance;
  12580.     }
  12581.     /**
  12582.      * Gets the private 'maker.auto_command.make_voter' shared service.
  12583.      *
  12584.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12585.      */
  12586.     protected function getMaker_AutoCommand_MakeVoterService()
  12587.     {
  12588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  12593.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12594.         $instance->setName('make:voter');
  12595.         return $instance;
  12596.     }
  12597.     /**
  12598.      * Gets the private 'maker.doctrine_helper' shared service.
  12599.      *
  12600.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  12601.      */
  12602.     protected function getMaker_DoctrineHelperService()
  12603.     {
  12604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  12605.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Api\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  12606.     }
  12607.     /**
  12608.      * Gets the private 'maker.file_manager' shared service.
  12609.      *
  12610.      * @return \Symfony\Bundle\MakerBundle\FileManager
  12611.      */
  12612.     protected function getMaker_FileManagerService()
  12613.     {
  12614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  12615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  12616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  12617.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  12618.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App\\Api')), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  12619.     }
  12620.     /**
  12621.      * Gets the private 'maker.generator' shared service.
  12622.      *
  12623.      * @return \Symfony\Bundle\MakerBundle\Generator
  12624.      */
  12625.     protected function getMaker_GeneratorService()
  12626.     {
  12627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  12628.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App\\Api');
  12629.     }
  12630.     /**
  12631.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  12632.      *
  12633.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  12634.      */
  12635.     protected function getMaker_Renderer_FormTypeRendererService()
  12636.     {
  12637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  12638.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12639.     }
  12640.     /**
  12641.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  12642.      *
  12643.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  12644.      */
  12645.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  12646.     {
  12647.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  12648.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  12649.     }
  12650.     /**
  12651.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  12652.      *
  12653.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  12654.      */
  12655.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  12656.     {
  12657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  12658.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  12659.     }
  12660.     /**
  12661.      * Gets the private 'messenger.middleware.send_message' shared service.
  12662.      *
  12663.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  12664.      */
  12665.     protected function getMessenger_Middleware_SendMessageService()
  12666.     {
  12667.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  12668.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  12669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  12670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  12671.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Api\\Messenger\\Message\\Statistic\\AddStatisticData' => [=> 'amqp_statistic'], 'App\\Api\\Messenger\\Message\\Statistic\\ExportStatistic' => [=> 'amqp_statistic']], ($this->privates['.service_locator.xAT9fK2'] ?? $this->get_ServiceLocator_XAT9fK2Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12672.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  12673.         return $instance;
  12674.     }
  12675.     /**
  12676.      * Gets the private 'messenger.receiver_locator' shared service.
  12677.      *
  12678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12679.      */
  12680.     protected function getMessenger_ReceiverLocatorService()
  12681.     {
  12682.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12683.             'amqp_common' => ['privates''messenger.transport.amqp_common''getMessenger_Transport_AmqpCommonService'false],
  12684.             'amqp_email_sender' => ['privates''messenger.transport.amqp_email_sender''getMessenger_Transport_AmqpEmailSenderService'false],
  12685.             'amqp_statistic' => ['privates''messenger.transport.amqp_statistic''getMessenger_Transport_AmqpStatisticService'false],
  12686.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  12687.             'messenger.transport.amqp_common' => ['privates''messenger.transport.amqp_common''getMessenger_Transport_AmqpCommonService'false],
  12688.             'messenger.transport.amqp_email_sender' => ['privates''messenger.transport.amqp_email_sender''getMessenger_Transport_AmqpEmailSenderService'false],
  12689.             'messenger.transport.amqp_statistic' => ['privates''messenger.transport.amqp_statistic''getMessenger_Transport_AmqpStatisticService'false],
  12690.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  12691.         ], [
  12692.             'amqp_common' => '?',
  12693.             'amqp_email_sender' => '?',
  12694.             'amqp_statistic' => '?',
  12695.             'failed' => '?',
  12696.             'messenger.transport.amqp_common' => '?',
  12697.             'messenger.transport.amqp_email_sender' => '?',
  12698.             'messenger.transport.amqp_statistic' => '?',
  12699.             'messenger.transport.failed' => '?',
  12700.         ]);
  12701.     }
  12702.     /**
  12703.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqp_common' shared service.
  12704.      *
  12705.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  12706.      */
  12707.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpCommonService()
  12708.     {
  12709.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  12710.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  12711.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqp_common'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  12712.     }
  12713.     /**
  12714.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqp_email_sender' shared service.
  12715.      *
  12716.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  12717.      */
  12718.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpEmailSenderService()
  12719.     {
  12720.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  12721.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  12722.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqp_email_sender'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  12723.     }
  12724.     /**
  12725.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqp_statistic' shared service.
  12726.      *
  12727.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  12728.      */
  12729.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpStatisticService()
  12730.     {
  12731.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  12732.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  12733.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqp_statistic'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  12734.     }
  12735.     /**
  12736.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  12737.      *
  12738.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  12739.      */
  12740.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  12741.     {
  12742.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  12743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  12744.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  12745.     }
  12746.     /**
  12747.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  12748.      *
  12749.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  12750.      */
  12751.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  12752.     {
  12753.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  12754.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.xAT9fK2'] ?? $this->get_ServiceLocator_XAT9fK2Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12755.             'amqp_common' => ['privates''messenger.retry.multiplier_retry_strategy.amqp_common''getMessenger_Retry_MultiplierRetryStrategy_AmqpCommonService'false],
  12756.             'amqp_email_sender' => ['privates''messenger.retry.multiplier_retry_strategy.amqp_email_sender''getMessenger_Retry_MultiplierRetryStrategy_AmqpEmailSenderService'false],
  12757.             'amqp_statistic' => ['privates''messenger.retry.multiplier_retry_strategy.amqp_statistic''getMessenger_Retry_MultiplierRetryStrategy_AmqpStatisticService'false],
  12758.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  12759.         ], [
  12760.             'amqp_common' => '?',
  12761.             'amqp_email_sender' => '?',
  12762.             'amqp_statistic' => '?',
  12763.             'failed' => '?',
  12764.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  12765.     }
  12766.     /**
  12767.      * Gets the private 'messenger.routable_message_bus' shared service.
  12768.      *
  12769.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  12770.      */
  12771.     protected function getMessenger_RoutableMessageBusService()
  12772.     {
  12773.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  12774.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12775.             'default' => ['services''message_bus''getMessageBusService'false],
  12776.         ], [
  12777.             'default' => '?',
  12778.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  12779.     }
  12780.     /**
  12781.      * Gets the private 'messenger.transport.amqp_common' shared service.
  12782.      *
  12783.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  12784.      */
  12785.     protected function getMessenger_Transport_AmqpCommonService()
  12786.     {
  12787.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  12788.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  12789.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  12790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  12791.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  12792.         return $this->privates['messenger.transport.amqp_common'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => 'amqp_common_ex''type' => 'direct''default_publish_routing_key' => 'amqp_common_key'], 'queues' => ['amqp_update_qu' => ['binding_keys' => [=> 'amqp_common_key']]], 'transport_name' => 'amqp_common'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  12793.     }
  12794.     /**
  12795.      * Gets the private 'messenger.transport.amqp_email_sender' shared service.
  12796.      *
  12797.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  12798.      */
  12799.     protected function getMessenger_Transport_AmqpEmailSenderService()
  12800.     {
  12801.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  12802.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  12803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  12804.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  12805.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  12806.         return $this->privates['messenger.transport.amqp_email_sender'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => 'amqp_email_sender_ex''type' => 'direct''default_publish_routing_key' => 'amqp_email_key'], 'queues' => ['amqp_email_sender_qu' => ['binding_keys' => [=> 'amqp_email_key']]], 'transport_name' => 'amqp_email_sender'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  12807.     }
  12808.     /**
  12809.      * Gets the private 'messenger.transport.amqp_statistic' shared service.
  12810.      *
  12811.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  12812.      */
  12813.     protected function getMessenger_Transport_AmqpStatisticService()
  12814.     {
  12815.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  12816.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  12817.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  12818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  12819.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  12820.         return $this->privates['messenger.transport.amqp_statistic'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => 'amqp_statistic_ex''type' => 'direct''default_publish_routing_key' => 'amqp_statistic_key'], 'queues' => ['amqp_update_qu' => ['binding_keys' => [=> 'amqp_statistic_key']]], 'transport_name' => 'amqp_statistic'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  12821.     }
  12822.     /**
  12823.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  12824.      *
  12825.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  12826.      */
  12827.     protected function getMessenger_Transport_Doctrine_FactoryService()
  12828.     {
  12829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  12830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  12831.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12832.     }
  12833.     /**
  12834.      * Gets the private 'messenger.transport.failed' shared service.
  12835.      *
  12836.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  12837.      */
  12838.     protected function getMessenger_Transport_FailedService()
  12839.     {
  12840.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  12841.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  12842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  12843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  12844.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  12845.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_DEFAULT_FAILURE_DSN'), ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  12846.     }
  12847.     /**
  12848.      * Gets the private 'messenger.transport.sync.factory' shared service.
  12849.      *
  12850.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  12851.      */
  12852.     protected function getMessenger_Transport_Sync_FactoryService()
  12853.     {
  12854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  12855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  12856.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  12857.     }
  12858.     /**
  12859.      * Gets the private 'messenger.transport_factory' shared service.
  12860.      *
  12861.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  12862.      */
  12863.     protected function getMessenger_TransportFactoryService()
  12864.     {
  12865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  12866.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  12867.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  12868.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory()));
  12869.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory()));
  12870.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  12871.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  12872.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  12873.         }, 5));
  12874.     }
  12875.     /**
  12876.      * Gets the private 'mime_types' shared service.
  12877.      *
  12878.      * @return \Symfony\Component\Mime\MimeTypes
  12879.      */
  12880.     protected function getMimeTypesService()
  12881.     {
  12882.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  12883.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  12884.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  12885.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  12886.         $instance->setDefault($instance);
  12887.         return $instance;
  12888.     }
  12889.     /**
  12890.      * Gets the private 'misd_phone_number.form.type' shared service.
  12891.      *
  12892.      * @return \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType
  12893.      */
  12894.     protected function getMisdPhoneNumber_Form_TypeService()
  12895.     {
  12896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12898.         include_once \dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Form/Type/PhoneNumberType.php';
  12899.         return $this->privates['misd_phone_number.form.type'] = new \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType();
  12900.     }
  12901.     /**
  12902.      * Gets the private 'monolog.handler.console' shared service.
  12903.      *
  12904.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  12905.      */
  12906.     protected function getMonolog_Handler_ConsoleService()
  12907.     {
  12908.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  12909.     }
  12910.     /**
  12911.      * Gets the private 'monolog.handler.due' shared service.
  12912.      *
  12913.      * @return \Monolog\Handler\StreamHandler
  12914.      */
  12915.     protected function getMonolog_Handler_DueService()
  12916.     {
  12917.         $this->privates['monolog.handler.due'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/04-2024/dev_due.log'), 100trueNULLfalse);
  12918.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  12919.         return $instance;
  12920.     }
  12921.     /**
  12922.      * Gets the private 'monolog.handler.employee_email' shared service.
  12923.      *
  12924.      * @return \Monolog\Handler\StreamHandler
  12925.      */
  12926.     protected function getMonolog_Handler_EmployeeEmailService()
  12927.     {
  12928.         $this->privates['monolog.handler.employee_email'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/04-2024/dev_employee_email.log'), 100trueNULLfalse);
  12929.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  12930.         return $instance;
  12931.     }
  12932.     /**
  12933.      * Gets the private 'monolog.handler.exemption' shared service.
  12934.      *
  12935.      * @return \Monolog\Handler\StreamHandler
  12936.      */
  12937.     protected function getMonolog_Handler_ExemptionService()
  12938.     {
  12939.         $this->privates['monolog.handler.exemption'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/04-2024/dev_exemption.log'), 100trueNULLfalse);
  12940.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  12941.         return $instance;
  12942.     }
  12943.     /**
  12944.      * Gets the private 'monolog.handler.main' shared service.
  12945.      *
  12946.      * @return \Monolog\Handler\StreamHandler
  12947.      */
  12948.     protected function getMonolog_Handler_MainService()
  12949.     {
  12950.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/04-2024/dev.log'), 100trueNULLfalse);
  12951.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  12952.         return $instance;
  12953.     }
  12954.     /**
  12955.      * Gets the private 'monolog.handler.messenger' shared service.
  12956.      *
  12957.      * @return \Monolog\Handler\StreamHandler
  12958.      */
  12959.     protected function getMonolog_Handler_MessengerService()
  12960.     {
  12961.         $this->privates['monolog.handler.messenger'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/04-2024/dev_messenger.log'), 100trueNULLfalse);
  12962.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  12963.         return $instance;
  12964.     }
  12965.     /**
  12966.      * Gets the private 'monolog.handler.registration' shared service.
  12967.      *
  12968.      * @return \Monolog\Handler\StreamHandler
  12969.      */
  12970.     protected function getMonolog_Handler_RegistrationService()
  12971.     {
  12972.         $this->privates['monolog.handler.registration'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/04-2024/dev_registration.log'), 100trueNULLfalse);
  12973.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  12974.         return $instance;
  12975.     }
  12976.     /**
  12977.      * Gets the private 'monolog.logger' shared service.
  12978.      *
  12979.      * @return \Symfony\Bridge\Monolog\Logger
  12980.      */
  12981.     protected function getMonolog_LoggerService()
  12982.     {
  12983.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  12984.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12985.         $instance->useMicrosecondTimestamps(true);
  12986.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12987.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12988.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12989.         return $instance;
  12990.     }
  12991.     /**
  12992.      * Gets the private 'monolog.logger.cache' shared service.
  12993.      *
  12994.      * @return \Symfony\Bridge\Monolog\Logger
  12995.      */
  12996.     protected function getMonolog_Logger_CacheService()
  12997.     {
  12998.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  12999.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13000.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13001.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13002.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13003.         return $instance;
  13004.     }
  13005.     /**
  13006.      * Gets the private 'monolog.logger.messenger' shared service.
  13007.      *
  13008.      * @return \Symfony\Bridge\Monolog\Logger
  13009.      */
  13010.     protected function getMonolog_Logger_MessengerService()
  13011.     {
  13012.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  13013.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13014.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13015.         $instance->pushHandler(($this->privates['monolog.handler.messenger'] ?? $this->getMonolog_Handler_MessengerService()));
  13016.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13017.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13018.         return $instance;
  13019.     }
  13020.     /**
  13021.      * Gets the private 'monolog.logger.request' shared service.
  13022.      *
  13023.      * @return \Symfony\Bridge\Monolog\Logger
  13024.      */
  13025.     protected function getMonolog_Logger_RequestService()
  13026.     {
  13027.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13028.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13029.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13030.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13031.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13032.         return $instance;
  13033.     }
  13034.     /**
  13035.      * Gets the private 'monolog.logger.security' shared service.
  13036.      *
  13037.      * @return \Symfony\Bridge\Monolog\Logger
  13038.      */
  13039.     protected function getMonolog_Logger_SecurityService()
  13040.     {
  13041.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13042.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13043.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13044.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13045.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13046.         return $instance;
  13047.     }
  13048.     /**
  13049.      * Gets the private 'monolog.logger.snappy' shared service.
  13050.      *
  13051.      * @return \Symfony\Bridge\Monolog\Logger
  13052.      */
  13053.     protected function getMonolog_Logger_SnappyService()
  13054.     {
  13055.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  13056.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13057.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13058.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13059.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13060.         return $instance;
  13061.     }
  13062.     /**
  13063.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  13064.      *
  13065.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  13066.      */
  13067.     protected function getNelmioApiDoc_Describers_ConfigService()
  13068.     {
  13069.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  13070.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  13071.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['produces' => [=> 'application/json'=> 'application/promblem+json'], 'info' => ['title' => 'Afflex Api''version' => '1.0.0'], 'responses' => ['NotFound' => ['description' => 'Resource not found']], 'securityDefinitions' => ['UserAuth' => ['type' => 'apiKey''description' => 'Value for the Authorization header''name' => 'X-USER-AUTH-TOKEN''in' => 'header']], 'parameters' => ['sortField' => ['name' => 'sort[field]''in' => 'query''description' => 'Sort field''type' => 'string'], 'sortDirection' => ['name' => 'sort[direction]''in' => 'query''description' => 'Sort direction''type' => 'string'], 'page' => ['name' => 'page''in' => 'query''description' => 'The collection page number''type' => 'integer''format' => 'int32'], 'pageLimit' => ['name' => 'pageLimit''in' => 'query''description' => 'The collection items limit per page''type' => 'integer''format' => 'int32'], 'statusesPackageFilter' => ['name' => 'filter[statusesPackage]''in' => 'query''description' => 'requested|reviewed''type' => 'string'], 'enterpriseUuid' => ['name' => 'enterpriseUuid''in' => 'query''description' => 'Enterprise uuid''type' => 'string'], 'companyRole' => ['name' => 'companyRole''in' => 'query''description' => 'Company role''type' => 'string'], 'collectiveAgreementId' => ['name' => 'collectiveAgreementId''in' => 'query''description' => 'Collective agreement id''type' => 'integer'], 'userId' => ['name' => 'userId''in' => 'query''description' => 'User id (only for companies)''type' => 'integer'], 'dueId' => ['name' => 'dueId''in' => 'query''description' => 'Due id''type' => 'integer']], 'definitions' => ['Constraint-violation:collection:read' => ['description' => 'Error response for request''type' => 'object''properties' => ['type' => ['type' => 'string''example' => 'constraintViolationList'], 'title' => ['type' => 'string''example' => 'Validation Failed'], 'detail' => ['type' => 'string''description' => 'all violations together''example' => 'propertyName: must be not blank'], 'violations' => ['type' => 'object''description' => 'can be empty''properties' => ['propertyPath' => ['type' => 'string''example' => 'propertyName'], 'title' => ['type' => 'string''example' => 'must be not blank'], 'type' => ['type' => 'string''example' => 'urn:uuid:c1051bb4-d103-4f74-8988-acbcafc7fdc3']]]]], 'Api-errors:item:read' => ['description' => 'Error response for request''type' => 'object''properties' => ['type' => ['type' => 'string''example' => 'api-errors'], 'title' => ['type' => 'string''example' => 'Validation Failed'], 'violations' => ['type' => 'object''properties' => ['propertyPath' => ['type' => 'string''example' => 'propertyName'], 'title' => ['type' => 'string''example' => 'must be not blank'], 'type' => ['code' => 'string''example' => 'bad_request_data']]]]], 'Due-legal-information:collection:read' => ['properties' => ['companyName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'siret' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'codeNaf' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']], 'links' => ['type' => 'array''items' => ['type' => 'string']], 'attention' => ['type' => 'string']]], 'collectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'contactLawyersNoCollectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contactLawyersNoBeneficiary' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'beneficiary' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isEligiblePartiesCanJoin' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'eligiblePartiesJoinType' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string'], 'attention' => ['type' => 'string']]], 'contributionOption' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'employerSharePercentage' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isContributionChargedFromSalary' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'contributionChargedDaysAfterDebitDate' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isOptionalContractAvailable' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'optionalContractName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'optionalContractNumber' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'employerContribution' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isAdditionalGuarantiesMandatory' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contribution1516CollectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contribution176CollectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'effectStartDate' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contractName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contractNumber' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contractStartDate' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'insurerName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'yearsToReview' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'productsAndOptionsChosen' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'cdf1Reason' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'particularConditions' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'copyOfInformationNote' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'informationForEmployees' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'guaranteeOfConformity' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'notAllBeneficiariesCovered' => ['type' => 'object''properties' => ['message' => ['type' => 'string']]], 'otherAffiliatesContribution' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'employeeEmailMultipleNotificationLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'dueSignOffSheetDocumentLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'dueMakeEffectiveLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'generalConditionsOfUsageText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]]]], 'Due-legal-information-v2:collection:read' => ['properties' => ['companyName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'siret' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'codeNaf' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']], 'links' => ['type' => 'array''items' => ['type' => 'string']], 'attention' => ['type' => 'string']]], 'collectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'contactLawyersNoCollectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contactLawyersNoBeneficiary' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'beneficiary' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isEligiblePartiesCanJoin' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'eligiblePartiesJoinType' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string'], 'attention' => ['type' => 'string']]], 'contributionOption' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'employerSharePercentage' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isContributionChargedFromSalary' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'contributionChargedDaysAfterDebitDate' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isOptionalContractAvailable' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'optionalContractName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'optionalContractNumber' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'employerContribution' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'isAdditionalGuarantiesMandatory' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contribution1516CollectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contribution176CollectiveAgreement' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'effectStartDate' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contractName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contractNumber' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contractStartDate' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'insurerName' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'yearsToReview' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'productsAndOptionsChosen' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'cdf1Reason' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'particularConditions' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'copyOfInformationNote' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'informationForEmployees' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'guaranteeOfConformity' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'notAllBeneficiariesCovered' => ['type' => 'object''properties' => ['message' => ['type' => 'string']]], 'otherAffiliatesContribution' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'employeeEmailMultipleNotificationLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'dueSignOffSheetDocumentLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'dueMakeEffectiveLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'array''items' => ['type' => 'string']]]], 'siteGeneralConditionsOfUsageText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'dueGeneralConditionsOfUsageText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]], 'contactUsCollectiveAgreementIdLegalAdviceText' => ['type' => 'object''properties' => ['legalAdvice' => ['type' => 'string']]]]], 'Beneficiary-coverage:item:read' => ['type' => 'object''properties' => ['isBeneficiaryCoverage' => ['type' => 'boolean']]], 'User-role-by-token:item:read' => ['type' => 'object''properties' => ['role' => ['type' => 'string']]]]]);
  13072.     }
  13073.     /**
  13074.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  13075.      *
  13076.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  13077.      */
  13078.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  13079.     {
  13080.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  13081.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13082.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  13084.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  13085.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  13086.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  13087.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  13088.         }, 2));
  13089.     }
  13090.     /**
  13091.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  13092.      *
  13093.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  13094.      */
  13095.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  13096.     {
  13097.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13098.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13099.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  13100.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  13101.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13102.     }
  13103.     /**
  13104.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  13105.      *
  13106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13107.      */
  13108.     protected function getNelmioApiDoc_GeneratorLocatorService()
  13109.     {
  13110.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13111.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  13112.         ], [
  13113.             'default' => '?',
  13114.         ]);
  13115.     }
  13116.     /**
  13117.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  13118.      *
  13119.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  13120.      */
  13121.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  13122.     {
  13123.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  13124.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13125.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13126.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  13127.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  13128.     }
  13129.     /**
  13130.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  13131.      *
  13132.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  13133.      */
  13134.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  13135.     {
  13136.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  13137.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13138.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13139.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  13140.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), new RewindableGenerator(function () {
  13141.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  13142.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  13143.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  13144.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  13145.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  13146.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  13147.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  13148.         }, 7));
  13149.     }
  13150.     /**
  13151.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  13152.      *
  13153.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  13154.      */
  13155.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  13156.     {
  13157.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  13158.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13159.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13160.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  13161.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  13162.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  13163.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  13164.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  13165.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  13166.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  13167.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  13168.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  13169.         }, 7));
  13170.     }
  13171.     /**
  13172.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  13173.      *
  13174.      * @return \Symfony\Component\Routing\RouteCollection
  13175.      */
  13176.     protected function getNelmioApiDoc_Routes_DefaultService()
  13177.     {
  13178.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  13180.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  13181.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/(doc|doc.json)$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  13182.     }
  13183.     /**
  13184.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  13185.      *
  13186.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  13187.      */
  13188.     protected function getNelmioCors_CorsListenerService()
  13189.     {
  13190.         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->getParameter('nelmio_cors.defaults'))]));
  13191.     }
  13192.     /**
  13193.      * Gets the private 'parameter_bag' shared service.
  13194.      *
  13195.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13196.      */
  13197.     protected function getParameterBagService()
  13198.     {
  13199.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13200.     }
  13201.     /**
  13202.      * Gets the private 'profiler_listener' shared service.
  13203.      *
  13204.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13205.      */
  13206.     protected function getProfilerListenerService()
  13207.     {
  13208.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  13209.     }
  13210.     /**
  13211.      * Gets the private 'property_accessor' shared service.
  13212.      *
  13213.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13214.      */
  13215.     protected function getPropertyAccessorService()
  13216.     {
  13217.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  13218.     }
  13219.     /**
  13220.      * Gets the private 'property_info' shared service.
  13221.      *
  13222.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13223.      */
  13224.     protected function getPropertyInfoService()
  13225.     {
  13226.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13227.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  13228.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13229.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13230.         }, 3), new RewindableGenerator(function () {
  13231.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13232.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  13233.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13234.         }, 3), new RewindableGenerator(function () {
  13235.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  13236.         }, 1), new RewindableGenerator(function () {
  13237.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13238.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13239.         }, 2), new RewindableGenerator(function () {
  13240.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13241.         }, 1));
  13242.     }
  13243.     /**
  13244.      * Gets the private 'property_info.serializer_extractor' shared service.
  13245.      *
  13246.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  13247.      */
  13248.     protected function getPropertyInfo_SerializerExtractorService()
  13249.     {
  13250.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  13251.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  13252.     }
  13253.     /**
  13254.      * Gets the private 'router.cache_warmer' shared service.
  13255.      *
  13256.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13257.      */
  13258.     protected function getRouter_CacheWarmerService()
  13259.     {
  13260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13262.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13263.             'router' => ['services''router''getRouterService'false],
  13264.         ], [
  13265.             'router' => '?',
  13266.         ]))->withContext('router.cache_warmer'$this));
  13267.     }
  13268.     /**
  13269.      * Gets the private 'router.request_context' shared service.
  13270.      *
  13271.      * @return \Symfony\Component\Routing\RequestContext
  13272.      */
  13273.     protected function getRouter_RequestContextService()
  13274.     {
  13275.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  13276.     }
  13277.     /**
  13278.      * Gets the private 'router_listener' shared service.
  13279.      *
  13280.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13281.      */
  13282.     protected function getRouterListenerService()
  13283.     {
  13284.         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);
  13285.     }
  13286.     /**
  13287.      * Gets the private 'security.access_listener' shared service.
  13288.      *
  13289.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  13290.      */
  13291.     protected function getSecurity_AccessListenerService()
  13292.     {
  13293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  13297.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  13298.     }
  13299.     /**
  13300.      * Gets the private 'security.access_map' shared service.
  13301.      *
  13302.      * @return \Symfony\Component\Security\Http\AccessMap
  13303.      */
  13304.     protected function getSecurity_AccessMapService()
  13305.     {
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  13309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  13310.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  13311.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13312.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13313.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/tdc2_companies'), [=> 'ROLE_ADMIN'], NULL);
  13314.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/tdc2_managers'), [=> 'ROLE_TDC2_COMPANY'], NULL);
  13315.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/tdc1_companies'), [=> 'ROLE_ADMIN'=> 'ROLE_TDC2_COMPANY'], NULL);
  13316.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/tdc1_managers'), [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_TDC2_COMPANY'], NULL);
  13317.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/enterprise_users'), [=> 'ROLE_TDC1_COMPANY'], NULL);
  13318.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'=> 'ROLE_TDC2_COMPANY'=> 'ROLE_TDC1_COMPANY'], NULL);
  13319.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/beneficiaries/coverage'), [=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13320.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/beneficiaries/[A-Za-z0-9]+'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13321.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/beneficiaries'), [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13322.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/reasons/[0-9]+/legal-information'), [=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'], NULL);
  13323.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/reasons/[0-9]+/[A-Za-z0-9]+'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13324.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/reasons/[A-Za-z0-9]+'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13325.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/reasons'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13326.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/webhooks'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13327.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/due/webhooks'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13328.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/due/[0-9]+/render$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13329.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/employees'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13330.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/legal-representative'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13331.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/due/legal-information$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13332.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/due/employee-emails/[A-Za-z0-9]+/download'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13333.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/due'), [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13334.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/users/password-reset$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13335.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/users/password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13336.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/enterprises'), [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13337.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/users/[0-9]+/enterprises'), [=> 'ROLE_TDC1_COMPANY'], NULL);
  13338.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/users/[0-9]+'), [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13339.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/statistics/beneficiary-quantities-exemption-statistic'), [=> 'ROLE_TDC1_COMPANY'], NULL);
  13340.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/statistics/[A-Za-z0-9]+'), [=> 'ROLE_TDC1_MANAGER'=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13341.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1'), [=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13342.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/due/legal-information/[A-Za-z0-9]+'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13343.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/due/legal-information'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13344.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2'), [=> 'ROLE_TDC1_COMPANY'=> 'ROLE_ENTERPRISE_USER'=> 'ROLE_TDC1_MANAGER'=> 'ROLE_TDC2_MANAGER'], NULL);
  13345.         return $instance;
  13346.     }
  13347.     /**
  13348.      * Gets the private 'security.authentication.guard_handler' shared service.
  13349.      *
  13350.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  13351.      */
  13352.     protected function getSecurity_Authentication_GuardHandlerService()
  13353.     {
  13354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  13355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  13356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  13357.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'main']);
  13358.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  13359.         return $instance;
  13360.     }
  13361.     /**
  13362.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  13363.      *
  13364.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  13365.      */
  13366.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  13367.     {
  13368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  13372.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  13373.     }
  13374.     /**
  13375.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  13376.      *
  13377.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  13378.      */
  13379.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  13380.     {
  13381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  13385.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  13386.     }
  13387.     /**
  13388.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  13389.      *
  13390.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  13391.      */
  13392.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  13393.     {
  13394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  13398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  13399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  13400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  13404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  13405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  13406.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  13407.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  13408.         $b->setOptions(['login_path' => 'admin_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  13409.         $b->setProviderKey('admin');
  13410.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  13411.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  13412.         $d->setOptions(['login_path' => 'admin_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  13413.         return $this->privates['security.authentication.listener.form.admin'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin'$b$d, ['use_forward' => false'check_path' => 'admin_login''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  13414.     }
  13415.     /**
  13416.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  13417.      *
  13418.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  13419.      */
  13420.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  13421.     {
  13422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  13426.         return $this->privates['security.authentication.listener.guard.admin'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin', new RewindableGenerator(function () {
  13427.             yield => ($this->privates['App\\Api\\Security\\AdminLoginAuthenticator'] ?? $this->getAdminLoginAuthenticatorService());
  13428.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  13429.     }
  13430.     /**
  13431.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  13432.      *
  13433.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  13434.      */
  13435.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  13436.     {
  13437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  13441.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  13442.             yield => ($this->privates['App\\Api\\Security\\CompanyTokenAuthenticator'] ?? $this->getCompanyTokenAuthenticatorService());
  13443.             yield => ($this->privates['App\\Api\\Security\\UserTokenAuthenticator'] ?? $this->getUserTokenAuthenticatorService());
  13444.             yield => ($this->privates['App\\Api\\Security\\UserPasswordAuthenticator'] ?? $this->getUserPasswordAuthenticatorService());
  13445.         }, 3), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  13446.     }
  13447.     /**
  13448.      * Gets the private 'security.authentication.manager' shared service.
  13449.      *
  13450.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  13451.      */
  13452.     protected function getSecurity_Authentication_ManagerService()
  13453.     {
  13454.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  13455.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  13456.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  13457.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  13458.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  13459.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  13460.         }, 5), true);
  13461.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13462.         return $instance;
  13463.     }
  13464.     /**
  13465.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  13466.      *
  13467.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  13468.      */
  13469.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  13470.     {
  13471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  13472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  13473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  13474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  13475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  13476.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['App\\Api\\Security\\UserProvider'] ?? $this->getUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  13477.     }
  13478.     /**
  13479.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  13480.      *
  13481.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  13482.      */
  13483.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  13484.     {
  13485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  13486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  13487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  13488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  13489.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  13490.             yield => ($this->privates['App\\Api\\Security\\AdminLoginAuthenticator'] ?? $this->getAdminLoginAuthenticatorService());
  13491.         }, 1), ($this->privates['App\\Api\\Security\\UserProvider'] ?? $this->getUserProviderService()), 'admin', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  13492.     }
  13493.     /**
  13494.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  13495.      *
  13496.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  13497.      */
  13498.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  13499.     {
  13500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  13501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  13502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  13503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  13504.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  13505.             yield => ($this->privates['App\\Api\\Security\\CompanyTokenAuthenticator'] ?? $this->getCompanyTokenAuthenticatorService());
  13506.             yield => ($this->privates['App\\Api\\Security\\UserTokenAuthenticator'] ?? $this->getUserTokenAuthenticatorService());
  13507.             yield => ($this->privates['App\\Api\\Security\\UserPasswordAuthenticator'] ?? $this->getUserPasswordAuthenticatorService());
  13508.         }, 3), ($this->privates['App\\Api\\Security\\UserProvider'] ?? $this->getUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  13509.     }
  13510.     /**
  13511.      * Gets the private 'security.channel_listener' shared service.
  13512.      *
  13513.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  13514.      */
  13515.     protected function getSecurity_ChannelListenerService()
  13516.     {
  13517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  13521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  13522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  13523.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  13524.     }
  13525.     /**
  13526.      * Gets the private 'security.command.user_password_encoder' shared service.
  13527.      *
  13528.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  13529.      */
  13530.     protected function getSecurity_Command_UserPasswordEncoderService()
  13531.     {
  13532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  13534.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\UserInterface']);
  13535.         $instance->setName('security:encode-password');
  13536.         return $instance;
  13537.     }
  13538.     /**
  13539.      * Gets the private 'security.context_listener.0' shared service.
  13540.      *
  13541.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  13542.      */
  13543.     protected function getSecurity_ContextListener_0Service()
  13544.     {
  13545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  13549.         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 () {
  13550.             yield => ($this->privates['App\\Api\\Security\\UserProvider'] ?? $this->getUserProviderService());
  13551.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  13552.     }
  13553.     /**
  13554.      * Gets the private 'security.csrf.token_storage' shared service.
  13555.      *
  13556.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  13557.      */
  13558.     protected function getSecurity_Csrf_TokenStorageService()
  13559.     {
  13560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  13561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  13562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  13563.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  13564.     }
  13565.     /**
  13566.      * Gets the private 'security.encoder_factory.generic' shared service.
  13567.      *
  13568.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  13569.      */
  13570.     protected function getSecurity_EncoderFactory_GenericService()
  13571.     {
  13572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  13573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  13574.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> 2]]]);
  13575.     }
  13576.     /**
  13577.      * Gets the private 'security.firewall.map' shared service.
  13578.      *
  13579.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  13580.      */
  13581.     protected function getSecurity_Firewall_MapService()
  13582.     {
  13583.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13584.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  13585.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  13586.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  13587.         ], [
  13588.             'security.firewall.map.context.admin' => '?',
  13589.             'security.firewall.map.context.dev' => '?',
  13590.             'security.firewall.map.context.main' => '?',
  13591.         ]), new RewindableGenerator(function () {
  13592.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.e_DUqBA'] ?? ($this->privates['.security.request_matcher.e_DUqBA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin(.*)')));
  13593.             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)/')));
  13594.             yield 'security.firewall.map.context.main' => NULL;
  13595.         }, 3));
  13596.     }
  13597.     /**
  13598.      * Gets the private 'security.firewall.map.context.admin' shared service.
  13599.      *
  13600.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  13601.      */
  13602.     protected function getSecurity_Firewall_Map_Context_AdminService()
  13603.     {
  13604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  13605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  13607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  13608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  13609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  13611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  13612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  13613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  13614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  13615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  13616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  13617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  13618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  13619.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  13620.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  13621.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'admin_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin_logout']);
  13622.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  13623.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  13624.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  13625.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  13626.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  13627.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  13628.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  13629.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  13630.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  13631.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'admin', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'admin_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.e_DUqBA'truefalse'App\\Api\\Security\\UserProvider''admin''security.authentication.form_entry_point.admin'NULLNULL, [=> 'guard'=> 'form_login'=> 'anonymous'], NULL));
  13632.     }
  13633.     /**
  13634.      * Gets the private 'security.firewall.map.context.dev' shared service.
  13635.      *
  13636.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  13637.      */
  13638.     protected function getSecurity_Firewall_Map_Context_DevService()
  13639.     {
  13640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  13641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  13642.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  13643.             return new \EmptyIterator();
  13644.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  13645.     }
  13646.     /**
  13647.      * Gets the private 'security.firewall.map.context.main' shared service.
  13648.      *
  13649.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  13650.      */
  13651.     protected function getSecurity_Firewall_Map_Context_MainService()
  13652.     {
  13653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  13654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  13656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  13657.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  13658.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  13659.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  13660.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  13661.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  13662.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['App\\Api\\Security\\UserTokenAuthenticator'] ?? $this->getUserTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruetrue'App\\Api\\Security\\UserProvider'NULL'App\\Api\\Security\\UserTokenAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  13663.     }
  13664.     /**
  13665.      * Gets the private 'security.helper' shared service.
  13666.      *
  13667.      * @return \Symfony\Component\Security\Core\Security
  13668.      */
  13669.     protected function getSecurity_HelperService()
  13670.     {
  13671.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13672.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  13673.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  13674.         ], [
  13675.             'security.authorization_checker' => '?',
  13676.             'security.token_storage' => '?',
  13677.         ]));
  13678.     }
  13679.     /**
  13680.      * Gets the private 'security.http_utils' shared service.
  13681.      *
  13682.      * @return \Symfony\Component\Security\Http\HttpUtils
  13683.      */
  13684.     protected function getSecurity_HttpUtilsService()
  13685.     {
  13686.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  13687.         $a = ($this->services['router'] ?? $this->getRouterService());
  13688.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  13689.     }
  13690.     /**
  13691.      * Gets the private 'security.logout_url_generator' shared service.
  13692.      *
  13693.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  13694.      */
  13695.     protected function getSecurity_LogoutUrlGeneratorService()
  13696.     {
  13697.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  13698.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  13699.         return $instance;
  13700.     }
  13701.     /**
  13702.      * Gets the private 'security.role_hierarchy' shared service.
  13703.      *
  13704.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  13705.      */
  13706.     protected function getSecurity_RoleHierarchyService()
  13707.     {
  13708.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  13709.     }
  13710.     /**
  13711.      * Gets the private 'security.validator.user_password' shared service.
  13712.      *
  13713.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  13714.      */
  13715.     protected function getSecurity_Validator_UserPasswordService()
  13716.     {
  13717.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13718.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  13720.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  13721.     }
  13722.     /**
  13723.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  13724.      *
  13725.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  13726.      */
  13727.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  13728.     {
  13729.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13730.     }
  13731.     /**
  13732.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  13733.      *
  13734.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  13735.      */
  13736.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  13737.     {
  13738.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  13739.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  13740.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  13741.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  13742.     }
  13743.     /**
  13744.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  13745.      *
  13746.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  13747.      */
  13748.     protected function getSensioFrameworkExtra_Security_ListenerService()
  13749.     {
  13750.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13751.     }
  13752.     /**
  13753.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  13754.      *
  13755.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  13756.      */
  13757.     protected function getSensioFrameworkExtra_View_ListenerService()
  13758.     {
  13759.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  13760.     }
  13761.     /**
  13762.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  13763.      *
  13764.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  13765.      */
  13766.     protected function getSerializer_Mapping_CacheWarmerService()
  13767.     {
  13768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  13770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  13771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  13772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  13773.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  13774.     }
  13775.     /**
  13776.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  13777.      *
  13778.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  13779.      */
  13780.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  13781.     {
  13782.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  13783.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  13784.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  13785.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  13786.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  13787.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  13788.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  13789.     }
  13790.     /**
  13791.      * Gets the private 'session.storage.native' shared service.
  13792.      *
  13793.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  13794.      */
  13795.     protected function getSession_Storage_NativeService()
  13796.     {
  13797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  13798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  13799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  13800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  13801.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  13802.     }
  13803.     /**
  13804.      * Gets the private 'session_listener' shared service.
  13805.      *
  13806.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  13807.      */
  13808.     protected function getSessionListenerService()
  13809.     {
  13810.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13811.             'initialized_session' => ['services''session'NULLfalse],
  13812.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13813.             'session' => ['services''session''getSessionService'false],
  13814.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  13815.         ], [
  13816.             'initialized_session' => '?',
  13817.             'request_stack' => '?',
  13818.             'session' => '?',
  13819.             'session_storage' => '?',
  13820.         ]));
  13821.     }
  13822.     /**
  13823.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  13824.      *
  13825.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  13826.      */
  13827.     protected function getSonata_Admin_Builder_OrmDatagridService()
  13828.     {
  13829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  13830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  13831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  13832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  13833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  13834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  13835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  13836.         return $this->privates['sonata.admin.builder.orm_datagrid'] = new \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['sonata.admin.builder.filter.factory'] ?? $this->getSonata_Admin_Builder_Filter_FactoryService()), new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser()]), true);
  13837.     }
  13838.     /**
  13839.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  13840.      *
  13841.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  13842.      */
  13843.     protected function getSonata_Admin_Builder_OrmFormService()
  13844.     {
  13845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  13846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  13847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  13848.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  13849.     }
  13850.     /**
  13851.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  13852.      *
  13853.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  13854.      */
  13855.     protected function getSonata_Admin_Builder_OrmListService()
  13856.     {
  13857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  13858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  13859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  13860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  13861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  13862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  13863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  13864.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataAdmin/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig''text' => '@SonataAdmin/CRUD/list_string.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''smallint' => '@SonataAdmin/CRUD/list_string.html.twig''bigint' => '@SonataAdmin/CRUD/list_string.html.twig''integer' => '@SonataAdmin/CRUD/list_string.html.twig''decimal' => '@SonataAdmin/CRUD/list_string.html.twig''float' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataAdmin/CRUD/list_currency.html.twig''percent' => '@SonataAdmin/CRUD/list_percent.html.twig''choice' => '@SonataAdmin/CRUD/list_choice.html.twig''url' => '@SonataAdmin/CRUD/list_url.html.twig''html' => '@SonataAdmin/CRUD/list_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig']);
  13865.     }
  13866.     /**
  13867.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  13868.      *
  13869.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  13870.      */
  13871.     protected function getSonata_Admin_Builder_OrmShowService()
  13872.     {
  13873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  13874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  13875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  13876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  13877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  13878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  13879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  13880.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataAdmin/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig''text' => '@SonataAdmin/CRUD/base_show_field.html.twig''email' => '@SonataAdmin/CRUD/show_email.html.twig''trans' => '@SonataAdmin/CRUD/show_trans.html.twig''string' => '@SonataAdmin/CRUD/base_show_field.html.twig''smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig''bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig''integer' => '@SonataAdmin/CRUD/base_show_field.html.twig''decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig''float' => '@SonataAdmin/CRUD/base_show_field.html.twig''currency' => '@SonataAdmin/CRUD/show_currency.html.twig''percent' => '@SonataAdmin/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig']);
  13881.     }
  13882.     /**
  13883.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  13884.      *
  13885.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  13886.      */
  13887.     protected function getSonata_Admin_Menu_GroupProviderService()
  13888.     {
  13889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  13890.         return $this->privates['sonata.admin.menu.group_provider'] = new \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  13891.     }
  13892.     /**
  13893.      * Gets the private 'sonata.block.form.type.block' shared service.
  13894.      *
  13895.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  13896.      */
  13897.     protected function getSonata_Block_Form_Type_BlockService()
  13898.     {
  13899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  13902.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  13903.     }
  13904.     /**
  13905.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  13906.      *
  13907.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  13908.      */
  13909.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  13910.     {
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  13914.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  13915.     }
  13916.     /**
  13917.      * Gets the private 'sonata.block.templating.helper' shared service.
  13918.      *
  13919.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  13920.      */
  13921.     protected function getSonata_Block_Templating_HelperService()
  13922.     {
  13923.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13924.     }
  13925.     /**
  13926.      * Gets the private 'sonata.deprecated_text.twig.extension' shared service.
  13927.      *
  13928.      * @return \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension
  13929.      *
  13930.      * @deprecated The "sonata.deprecated_text.twig.extension" service is deprecated. You should stop using it, as it will be removed in the future.
  13931.      */
  13932.     protected function getSonata_DeprecatedText_Twig_ExtensionService()
  13933.     {
  13934.         @trigger_error('The "sonata.deprecated_text.twig.extension" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  13935.         return new \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension();
  13936.     }
  13937.     /**
  13938.      * Gets the private 'sonata.form.type.array' shared service.
  13939.      *
  13940.      * @return \Sonata\Form\Type\ImmutableArrayType
  13941.      */
  13942.     protected function getSonata_Form_Type_ArrayService()
  13943.     {
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  13947.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  13948.     }
  13949.     /**
  13950.      * Gets the private 'sonata.form.type.boolean' shared service.
  13951.      *
  13952.      * @return \Sonata\Form\Type\BooleanType
  13953.      */
  13954.     protected function getSonata_Form_Type_BooleanService()
  13955.     {
  13956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  13959.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  13960.     }
  13961.     /**
  13962.      * Gets the private 'sonata.form.type.collection' shared service.
  13963.      *
  13964.      * @return \Sonata\Form\Type\CollectionType
  13965.      */
  13966.     protected function getSonata_Form_Type_CollectionService()
  13967.     {
  13968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  13971.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  13972.     }
  13973.     /**
  13974.      * Gets the private 'sonata.form.type.date_picker' shared service.
  13975.      *
  13976.      * @return \Sonata\Form\Type\DatePickerType
  13977.      */
  13978.     protected function getSonata_Form_Type_DatePickerService()
  13979.     {
  13980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  13983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  13984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  13985.         return $this->privates['sonata.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13986.     }
  13987.     /**
  13988.      * Gets the private 'sonata.form.type.date_range' shared service.
  13989.      *
  13990.      * @return \Sonata\Form\Type\DateRangeType
  13991.      */
  13992.     protected function getSonata_Form_Type_DateRangeService()
  13993.     {
  13994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  13997.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  13998.     }
  13999.     /**
  14000.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  14001.      *
  14002.      * @return \Sonata\Form\Type\DateRangePickerType
  14003.      */
  14004.     protected function getSonata_Form_Type_DateRangePickerService()
  14005.     {
  14006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  14009.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  14010.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  14011.     }
  14012.     /**
  14013.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  14014.      *
  14015.      * @return \Sonata\Form\Type\DateTimePickerType
  14016.      */
  14017.     protected function getSonata_Form_Type_DatetimePickerService()
  14018.     {
  14019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  14022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  14024.         return $this->privates['sonata.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14025.     }
  14026.     /**
  14027.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  14028.      *
  14029.      * @return \Sonata\Form\Type\DateTimeRangeType
  14030.      */
  14031.     protected function getSonata_Form_Type_DatetimeRangeService()
  14032.     {
  14033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  14036.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  14037.     }
  14038.     /**
  14039.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  14040.      *
  14041.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  14042.      */
  14043.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  14044.     {
  14045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  14048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  14049.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  14050.     }
  14051.     /**
  14052.      * Gets the private 'sonata.form.type.equal' shared service.
  14053.      *
  14054.      * @return \Sonata\Form\Type\EqualType
  14055.      */
  14056.     protected function getSonata_Form_Type_EqualService()
  14057.     {
  14058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14060.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php';
  14061.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  14062.     }
  14063.     /**
  14064.      * Gets the private 'sonata.form.validator.inline' shared service.
  14065.      *
  14066.      * @return \Sonata\Form\Validator\InlineValidator
  14067.      */
  14068.     protected function getSonata_Form_Validator_InlineService()
  14069.     {
  14070.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14071.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  14073.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  14074.     }
  14075.     /**
  14076.      * Gets the private 'sonata.templating' shared service.
  14077.      *
  14078.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  14079.      *
  14080.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  14081.      */
  14082.     protected function getSonata_TemplatingService()
  14083.     {
  14084.         @trigger_error('The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  14085.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  14086.     }
  14087.     /**
  14088.      * Gets the private 'sonata.templating.locator' shared service.
  14089.      *
  14090.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  14091.      *
  14092.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  14093.      */
  14094.     protected function getSonata_Templating_LocatorService()
  14095.     {
  14096.         @trigger_error('The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  14097.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  14098.     }
  14099.     /**
  14100.      * Gets the private 'sonata.templating.name_parser' shared service.
  14101.      *
  14102.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  14103.      *
  14104.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  14105.      */
  14106.     protected function getSonata_Templating_NameParserService()
  14107.     {
  14108.         @trigger_error('The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  14109.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  14110.     }
  14111.     /**
  14112.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  14113.      *
  14114.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  14115.      */
  14116.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  14117.     {
  14118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  14119.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  14120.     }
  14121.     /**
  14122.      * Gets the private 'sonata.twig.status_runtime' shared service.
  14123.      *
  14124.      * @return \Sonata\Twig\Extension\StatusRuntime
  14125.      */
  14126.     protected function getSonata_Twig_StatusRuntimeService()
  14127.     {
  14128.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  14129.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  14130.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  14131.         return $instance;
  14132.     }
  14133.     /**
  14134.      * Gets the private 'swiftmailer.command.debug' shared service.
  14135.      *
  14136.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  14137.      */
  14138.     protected function getSwiftmailer_Command_DebugService()
  14139.     {
  14140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14141.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14142.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  14143.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  14144.         $instance->setName('debug:swiftmailer');
  14145.         return $instance;
  14146.     }
  14147.     /**
  14148.      * Gets the private 'swiftmailer.command.new_email' shared service.
  14149.      *
  14150.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  14151.      */
  14152.     protected function getSwiftmailer_Command_NewEmailService()
  14153.     {
  14154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14155.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14156.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  14157.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  14158.         $instance->setName('swiftmailer:email:send');
  14159.         return $instance;
  14160.     }
  14161.     /**
  14162.      * Gets the private 'swiftmailer.command.send_email' shared service.
  14163.      *
  14164.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  14165.      */
  14166.     protected function getSwiftmailer_Command_SendEmailService()
  14167.     {
  14168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14169.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14170.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  14171.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  14172.         $instance->setName('swiftmailer:spool:send');
  14173.         return $instance;
  14174.     }
  14175.     /**
  14176.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  14177.      *
  14178.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  14179.      */
  14180.     protected function getSwiftmailer_EmailSender_ListenerService()
  14181.     {
  14182.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  14183.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14184.     }
  14185.     /**
  14186.      * Gets the private 'translation.extractor' shared service.
  14187.      *
  14188.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  14189.      */
  14190.     protected function getTranslation_ExtractorService()
  14191.     {
  14192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  14193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  14194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  14195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  14196.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  14197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  14198.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/Extractor/AdminExtractor.php';
  14199.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  14200.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  14201.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  14202.         $instance->addExtractor('sonata_admin', new \Sonata\AdminBundle\Translator\Extractor\AdminExtractor(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService())));
  14203.         return $instance;
  14204.     }
  14205.     /**
  14206.      * Gets the private 'translation.loader.csv' shared service.
  14207.      *
  14208.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  14209.      */
  14210.     protected function getTranslation_Loader_CsvService()
  14211.     {
  14212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14216.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  14217.     }
  14218.     /**
  14219.      * Gets the private 'translation.loader.dat' shared service.
  14220.      *
  14221.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  14222.      */
  14223.     protected function getTranslation_Loader_DatService()
  14224.     {
  14225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14228.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  14229.     }
  14230.     /**
  14231.      * Gets the private 'translation.loader.ini' shared service.
  14232.      *
  14233.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  14234.      */
  14235.     protected function getTranslation_Loader_IniService()
  14236.     {
  14237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14241.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  14242.     }
  14243.     /**
  14244.      * Gets the private 'translation.loader.json' shared service.
  14245.      *
  14246.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  14247.      */
  14248.     protected function getTranslation_Loader_JsonService()
  14249.     {
  14250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14254.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  14255.     }
  14256.     /**
  14257.      * Gets the private 'translation.loader.mo' shared service.
  14258.      *
  14259.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  14260.      */
  14261.     protected function getTranslation_Loader_MoService()
  14262.     {
  14263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14267.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  14268.     }
  14269.     /**
  14270.      * Gets the private 'translation.loader.php' shared service.
  14271.      *
  14272.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  14273.      */
  14274.     protected function getTranslation_Loader_PhpService()
  14275.     {
  14276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14280.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  14281.     }
  14282.     /**
  14283.      * Gets the private 'translation.loader.po' shared service.
  14284.      *
  14285.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  14286.      */
  14287.     protected function getTranslation_Loader_PoService()
  14288.     {
  14289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14290.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14291.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14292.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14293.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  14294.     }
  14295.     /**
  14296.      * Gets the private 'translation.loader.qt' shared service.
  14297.      *
  14298.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  14299.      */
  14300.     protected function getTranslation_Loader_QtService()
  14301.     {
  14302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14304.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  14305.     }
  14306.     /**
  14307.      * Gets the private 'translation.loader.res' shared service.
  14308.      *
  14309.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  14310.      */
  14311.     protected function getTranslation_Loader_ResService()
  14312.     {
  14313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14315.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  14316.     }
  14317.     /**
  14318.      * Gets the private 'translation.loader.xliff' shared service.
  14319.      *
  14320.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  14321.      */
  14322.     protected function getTranslation_Loader_XliffService()
  14323.     {
  14324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14326.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  14327.     }
  14328.     /**
  14329.      * Gets the private 'translation.loader.yml' shared service.
  14330.      *
  14331.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  14332.      */
  14333.     protected function getTranslation_Loader_YmlService()
  14334.     {
  14335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14339.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  14340.     }
  14341.     /**
  14342.      * Gets the private 'translation.reader' shared service.
  14343.      *
  14344.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  14345.      */
  14346.     protected function getTranslation_ReaderService()
  14347.     {
  14348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  14349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  14350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14352.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14364.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  14365.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  14366.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  14367.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  14368.         $instance->addLoader('yaml'$a);
  14369.         $instance->addLoader('yml'$a);
  14370.         $instance->addLoader('xlf'$b);
  14371.         $instance->addLoader('xliff'$b);
  14372.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  14373.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  14374.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  14375.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  14376.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  14377.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  14378.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  14379.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  14380.         return $instance;
  14381.     }
  14382.     /**
  14383.      * Gets the private 'translation.warmer' shared service.
  14384.      *
  14385.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  14386.      */
  14387.     protected function getTranslation_WarmerService()
  14388.     {
  14389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  14391.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14392.             'translator' => ['services''translator''getTranslatorService'false],
  14393.         ], [
  14394.             'translator' => '?',
  14395.         ]))->withContext('translation.warmer'$this));
  14396.     }
  14397.     /**
  14398.      * Gets the private 'translator.default' shared service.
  14399.      *
  14400.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  14401.      */
  14402.     protected function getTranslator_DefaultService()
  14403.     {
  14404.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14405.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  14406.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  14407.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  14408.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  14409.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  14410.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  14411.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  14412.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  14413.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  14414.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  14415.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  14416.         ], [
  14417.             'translation.loader.csv' => '?',
  14418.             'translation.loader.dat' => '?',
  14419.             'translation.loader.ini' => '?',
  14420.             'translation.loader.json' => '?',
  14421.             'translation.loader.mo' => '?',
  14422.             'translation.loader.php' => '?',
  14423.             'translation.loader.po' => '?',
  14424.             'translation.loader.qt' => '?',
  14425.             'translation.loader.res' => '?',
  14426.             'translation.loader.xliff' => '?',
  14427.             'translation.loader.yml' => '?',
  14428.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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')], '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/misd/phone-number-bundle/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], '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')], '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/misd/phone-number-bundle/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], '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/misd/phone-number-bundle/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff')], '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/misd/phone-number-bundle/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], '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/misd/phone-number-bundle/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/src/DueBundle/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/errors.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/security.fr.yaml')], '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')], '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')], '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/misd/phone-number-bundle/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.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')], '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/misd/phone-number-bundle/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.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')], '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/misd/phone-number-bundle/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], '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/misd/phone-number-bundle/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff')], '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/misd/phone-number-bundle/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/misd/phone-number-bundle/Resources/translations/validators.sr_Latn.xlf')], '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/misd/phone-number-bundle/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], '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')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.bs.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sr.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/misd/phone-number-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/DueBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/App/Resources/FrameworkBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/App/Resources/DoctrineBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/App/Resources/DoctrineMigrationsBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/src/App/Resources/MakerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/src/App/Resources/SensioFrameworkExtraBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/App/Resources/StofDoctrineExtensionsBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/App/Resources/KnpSnappyBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/App/Resources/TwigBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/App/Resources/SwiftmailerBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/App/Resources/DoctrineFixturesBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/src/App/Resources/HttplugBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/App/Resources/MonologBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/App/Resources/WebProfilerBundle/translations'), 38 => (\dirname(__DIR__4).'/src/App/Resources/MisdPhoneNumberBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/App/Resources/NelmioApiDocBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/App/Resources/NelmioCorsBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/App/Resources/SecurityBundle/translations'), 45 => (\dirname(__DIR__4).'/src/App/Resources/DueBundle/translations'), 46 => (\dirname(__DIR__4).'/src/App/Resources/SonataFormBundle/translations'), 47 => (\dirname(__DIR__4).'/src/App/Resources/SonataBlockBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 49 => (\dirname(__DIR__4).'/src/App/Resources/KnpMenuBundle/translations'), 50 => (\dirname(__DIR__4).'/src/App/Resources/SonataAdminBundle/translations'), 51 => (\dirname(__DIR__4).'/src/App/Resources/SonataTwigBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 53 => (\dirname(__DIR__4).'/src/App/Resources/SonataDoctrineBundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 55 => (\dirname(__DIR__4).'/src/App/Resources/SonataDoctrineORMAdminBundle/translations'), 56 => (\dirname(__DIR__4).'/src/App/Resources/SonataDatagridBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/Bundle/translations'), 58 => (\dirname(__DIR__4).'/src/App/Resources/SonataExporterBundle/translations'), 59 => (\dirname(__DIR__4).'/src/App/Resources/VichUploaderBundle/translations'), 60 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 61 => (\dirname(__DIR__4).'/src/App/Resources/FOSCKEditorBundle/translations'), 62 => (\dirname(__DIR__4).'/src/App/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/misd/phone-number-bundle/Resources/translations'=> 'src/DueBundle/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/datagrid-bundle/src/Resources/translations'10 => 'vendor/vich/uploader-bundle/translations'11 => 'translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'src/App/Resources/FrameworkBundle/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'src/App/Resources/DoctrineBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'src/App/Resources/DoctrineMigrationsBundle/translations'18 => 'vendor/symfony/maker-bundle/src/translations'19 => 'src/App/Resources/MakerBundle/translations'20 => 'vendor/sensio/framework-extra-bundle/src/translations'21 => 'src/App/Resources/SensioFrameworkExtraBundle/translations'22 => 'vendor/stof/doctrine-extensions-bundle/translations'23 => 'src/App/Resources/StofDoctrineExtensionsBundle/translations'24 => 'vendor/knplabs/knp-snappy-bundle/translations'25 => 'src/App/Resources/KnpSnappyBundle/translations'26 => 'vendor/symfony/twig-bundle/translations'27 => 'src/App/Resources/TwigBundle/translations'28 => 'vendor/symfony/swiftmailer-bundle/translations'29 => 'src/App/Resources/SwiftmailerBundle/translations'30 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'31 => 'src/App/Resources/DoctrineFixturesBundle/translations'32 => 'vendor/php-http/httplug-bundle/src/translations'33 => 'src/App/Resources/HttplugBundle/translations'34 => 'vendor/symfony/monolog-bundle/translations'35 => 'src/App/Resources/MonologBundle/translations'36 => 'vendor/symfony/web-profiler-bundle/translations'37 => 'src/App/Resources/WebProfilerBundle/translations'38 => 'src/App/Resources/MisdPhoneNumberBundle/translations'39 => 'vendor/nelmio/api-doc-bundle/translations'40 => 'src/App/Resources/NelmioApiDocBundle/translations'41 => 'vendor/nelmio/cors-bundle/translations'42 => 'src/App/Resources/NelmioCorsBundle/translations'43 => 'vendor/symfony/security-bundle/translations'44 => 'src/App/Resources/SecurityBundle/translations'45 => 'src/App/Resources/DueBundle/translations'46 => 'src/App/Resources/SonataFormBundle/translations'47 => 'src/App/Resources/SonataBlockBundle/translations'48 => 'vendor/knplabs/knp-menu-bundle/src/translations'49 => 'src/App/Resources/KnpMenuBundle/translations'50 => 'src/App/Resources/SonataAdminBundle/translations'51 => 'src/App/Resources/SonataTwigBundle/translations'52 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'53 => 'src/App/Resources/SonataDoctrineBundle/translations'54 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'55 => 'src/App/Resources/SonataDoctrineORMAdminBundle/translations'56 => 'src/App/Resources/SonataDatagridBundle/translations'57 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/Bundle/translations'58 => 'src/App/Resources/SonataExporterBundle/translations'59 => 'src/App/Resources/VichUploaderBundle/translations'60 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'61 => 'src/App/Resources/FOSCKEditorBundle/translations'62 => 'src/App/Resources/translations']]]);
  14429.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  14430.         $instance->setFallbackLocales([=> 'en']);
  14431.         return $instance;
  14432.     }
  14433.     /**
  14434.      * Gets the private 'twig.command.debug' shared service.
  14435.      *
  14436.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  14437.      */
  14438.     protected function getTwig_Command_DebugService()
  14439.     {
  14440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14441.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  14442.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src/App'));
  14443.         $instance->setName('debug:twig');
  14444.         return $instance;
  14445.     }
  14446.     /**
  14447.      * Gets the private 'twig.command.lint' shared service.
  14448.      *
  14449.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  14450.      */
  14451.     protected function getTwig_Command_LintService()
  14452.     {
  14453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14454.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  14455.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  14456.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  14457.         $instance->setName('lint:twig');
  14458.         return $instance;
  14459.     }
  14460.     /**
  14461.      * Gets the private 'twig.form.renderer' shared service.
  14462.      *
  14463.      * @return \Symfony\Component\Form\FormRenderer
  14464.      */
  14465.     protected function getTwig_Form_RendererService()
  14466.     {
  14467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  14468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  14469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  14470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  14471.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  14472.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  14473.     }
  14474.     /**
  14475.      * Gets the private 'twig.runtime.httpkernel' shared service.
  14476.      *
  14477.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  14478.      */
  14479.     protected function getTwig_Runtime_HttpkernelService()
  14480.     {
  14481.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  14482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  14483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  14484.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14485.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  14486.         ], [
  14487.             'inline' => '?',
  14488.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  14489.     }
  14490.     /**
  14491.      * Gets the private 'twig.runtime.security_csrf' shared service.
  14492.      *
  14493.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  14494.      */
  14495.     protected function getTwig_Runtime_SecurityCsrfService()
  14496.     {
  14497.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  14498.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  14499.     }
  14500.     /**
  14501.      * Gets the private 'twig.template_cache_warmer' shared service.
  14502.      *
  14503.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  14504.      */
  14505.     protected function getTwig_TemplateCacheWarmerService()
  14506.     {
  14507.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14508.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  14509.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  14510.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  14511.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14512.             'twig' => ['services''twig''getTwigService'false],
  14513.         ], [
  14514.             'twig' => 'Twig\\Environment',
  14515.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/App'), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  14516.     }
  14517.     /**
  14518.      * Gets the private 'url_helper' shared service.
  14519.      *
  14520.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  14521.      */
  14522.     protected function getUrlHelperService()
  14523.     {
  14524.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  14525.     }
  14526.     /**
  14527.      * Gets the private 'validator.builder' shared service.
  14528.      *
  14529.      * @return \Symfony\Component\Validator\ValidatorBuilder
  14530.      */
  14531.     protected function getValidator_BuilderService()
  14532.     {
  14533.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  14534.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  14535.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  14536.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  14537.         $instance->setTranslationDomain('validators');
  14538.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  14539.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14540.         $instance->addMethodMapping('loadValidatorMetadata');
  14541.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  14542.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  14543.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  14544.         return $instance;
  14545.     }
  14546.     /**
  14547.      * Gets the private 'validator.email' shared service.
  14548.      *
  14549.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  14550.      */
  14551.     protected function getValidator_EmailService()
  14552.     {
  14553.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14554.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14555.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  14556.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  14557.     }
  14558.     /**
  14559.      * Gets the private 'validator.expression' shared service.
  14560.      *
  14561.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  14562.      */
  14563.     protected function getValidator_ExpressionService()
  14564.     {
  14565.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14566.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14567.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  14568.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  14569.     }
  14570.     /**
  14571.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  14572.      *
  14573.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  14574.      */
  14575.     protected function getValidator_Mapping_CacheWarmerService()
  14576.     {
  14577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  14580.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  14581.     }
  14582.     /**
  14583.      * Gets the private 'validator.not_compromised_password' shared service.
  14584.      *
  14585.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  14586.      */
  14587.     protected function getValidator_NotCompromisedPasswordService()
  14588.     {
  14589.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14590.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14591.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  14592.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  14593.     }
  14594.     /**
  14595.      * Gets the private 'validator.validator_factory' shared service.
  14596.      *
  14597.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  14598.      */
  14599.     protected function getValidator_ValidatorFactoryService()
  14600.     {
  14601.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14602.             'App\\Api\\Validator\\Constraints\\ChangeRole\\IsSelectAllScopeAllowedValidator' => ['privates''App\\Api\\Validator\\Constraints\\ChangeRole\\IsSelectAllScopeAllowedValidator''getIsSelectAllScopeAllowedValidatorService'false],
  14603.             'App\\Api\\Validator\\Constraints\\ChangeRole\\IsValidEnterpriseCountValidator' => ['privates''App\\Api\\Validator\\Constraints\\ChangeRole\\IsValidEnterpriseCountValidator''getIsValidEnterpriseCountValidatorService'false],
  14604.             'App\\Api\\Validator\\Constraints\\Company\\DoesEnterprisesBelongToCompanyValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\DoesEnterprisesBelongToCompanyValidator''getDoesEnterprisesBelongToCompanyValidatorService'false],
  14605.             'App\\Api\\Validator\\Constraints\\Company\\DoesUserBelongToCompanyValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\DoesUserBelongToCompanyValidator''getDoesUserBelongToCompanyValidatorService'false],
  14606.             'App\\Api\\Validator\\Constraints\\Company\\IsAvailableByRoleValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsAvailableByRoleValidator''getIsAvailableByRoleValidatorService'false],
  14607.             'App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlNotBlankValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlNotBlankValidator''getIsExternalUrlNotBlankValidatorService'false],
  14608.             'App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlValidValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlValidValidator''getIsExternalUrlValidValidatorService'false],
  14609.             'App\\Api\\Validator\\Constraints\\Company\\IsValidAllExternalCheckboxesValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsValidAllExternalCheckboxesValidator''getIsValidAllExternalCheckboxesValidatorService'false],
  14610.             'App\\Api\\Validator\\Constraints\\Company\\IsValidFrontUrlValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsValidFrontUrlValidator''getIsValidFrontUrlValidatorService'false],
  14611.             'App\\Api\\Validator\\Constraints\\Company\\IsValidGrantAccessToTdc1CompanyScopeValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsValidGrantAccessToTdc1CompanyScopeValidator''getIsValidGrantAccessToTdc1CompanyScopeValidatorService'false],
  14612.             'App\\Api\\Validator\\Constraints\\Company\\IsValidUuidQuantityValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsValidUuidQuantityValidator''getIsValidUuidQuantityValidatorService'false],
  14613.             'App\\Api\\Validator\\Constraints\\Company\\IsValidYousignConfigValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsValidYousignConfigValidator''getIsValidYousignConfigValidatorService'false],
  14614.             'App\\Api\\Validator\\Constraints\\Company\\IsValidYousignSignatureIdValidator' => ['privates''App\\Api\\Validator\\Constraints\\Company\\IsValidYousignSignatureIdValidator''getIsValidYousignSignatureIdValidatorService'false],
  14615.             'App\\Api\\Validator\\Constraints\\DocumentContentMimeType\\DocumentContentMimeTypeValidator' => ['privates''App\\Api\\Validator\\Constraints\\DocumentContentMimeType\\DocumentContentMimeTypeValidator''getDocumentContentMimeTypeValidatorService'false],
  14616.             'App\\Api\\Validator\\Constraints\\Enterprise\\DoesUserIdAvailableValidator' => ['privates''App\\Api\\Validator\\Constraints\\Enterprise\\DoesUserIdAvailableValidator''getDoesUserIdAvailableValidatorService'false],
  14617.             'App\\Api\\Validator\\Constraints\\EntitiesExistValidator' => ['privates''App\\Api\\Validator\\Constraints\\EntitiesExistValidator''getEntitiesExistValidatorService'false],
  14618.             'App\\Api\\Validator\\Constraints\\EntityExistValidator' => ['privates''App\\Api\\Validator\\Constraints\\EntityExistValidator''getEntityExistValidatorService'false],
  14619.             'App\\Api\\Validator\\Constraints\\Exemption\\IsExemptionValidValidator' => ['privates''App\\Api\\Validator\\Constraints\\Exemption\\IsExemptionValidValidator''getIsExemptionValidValidatorService'false],
  14620.             'App\\Api\\Validator\\Constraints\\PropertiesToNullValidator' => ['privates''App\\Api\\Validator\\Constraints\\PropertiesToNullValidator''getPropertiesToNullValidatorService'false],
  14621.             'App\\Api\\Validator\\Constraints\\RenewReasonRepeat\\RenewReasonRepeatValidator' => ['privates''App\\Api\\Validator\\Constraints\\RenewReasonRepeat\\RenewReasonRepeatValidator''getRenewReasonRepeatValidatorService'false],
  14622.             'App\\Api\\Validator\\Constraints\\UniquePropertyValidator' => ['privates''App\\Api\\Validator\\Constraints\\UniquePropertyValidator''getUniquePropertyValidatorService'false],
  14623.             'App\\Api\\Validator\\Constraints\\User\\IsPolicyAcceptedValidValidator' => ['privates''App\\Api\\Validator\\Constraints\\User\\IsPolicyAcceptedValidValidator''getIsPolicyAcceptedValidValidatorService'false],
  14624.             'Due\\Validator\\Constraints\\ContributionSharePercentageValidator' => ['privates''Due\\Validator\\Constraints\\ContributionSharePercentageValidator''getContributionSharePercentageValidatorService'false],
  14625.             'Due\\Validator\\Constraints\\Due\\DoesDueEnterpriseBelongToCompanyValidator' => ['privates''Due\\Validator\\Constraints\\Due\\DoesDueEnterpriseBelongToCompanyValidator''getDoesDueEnterpriseBelongToCompanyValidatorService'false],
  14626.             'Due\\Validator\\Constraints\\Due\\IsDateGreaterThenOrEqualNowValidator' => ['privates''Due\\Validator\\Constraints\\Due\\IsDateGreaterThenOrEqualNowValidator''getIsDateGreaterThenOrEqualNowValidatorService'false],
  14627.             'Due\\Validator\\Constraints\\Due\\IsValidContractStartDateValidator' => ['privates''Due\\Validator\\Constraints\\Due\\IsValidContractStartDateValidator''getIsValidContractStartDateValidatorService'false],
  14628.             'Due\\Validator\\Constraints\\Due\\IsValidCreateConditionsValidator' => ['privates''Due\\Validator\\Constraints\\Due\\IsValidCreateConditionsValidator''getIsValidCreateConditionsValidatorService'false],
  14629.             'Due\\Validator\\Constraints\\Due\\IsValidDateYearValidator' => ['privates''Due\\Validator\\Constraints\\Due\\IsValidDateYearValidator''getIsValidDateYearValidatorService'false],
  14630.             'Due\\Validator\\Constraints\\Due\\IsValidEffectStartDateValidator' => ['privates''Due\\Validator\\Constraints\\Due\\IsValidEffectStartDateValidator''getIsValidEffectStartDateValidatorService'false],
  14631.             'Due\\Validator\\Constraints\\Due\\IsValidUpdateConditionsValidator' => ['privates''Due\\Validator\\Constraints\\Due\\IsValidUpdateConditionsValidator''getIsValidUpdateConditionsValidatorService'false],
  14632.             'Due\\Validator\\Constraints\\EmployeeEmail\\DoesDueEnterpriseEqualRequestEnterpriseValidator' => ['privates''Due\\Validator\\Constraints\\EmployeeEmail\\DoesDueEnterpriseEqualRequestEnterpriseValidator''getDoesDueEnterpriseEqualRequestEnterpriseValidatorService'false],
  14633.             'Due\\Validator\\Constraints\\EmployeeEmail\\IsUniqueEmailInArrayOfEmailsValidator' => ['privates''Due\\Validator\\Constraints\\EmployeeEmail\\IsUniqueEmailInArrayOfEmailsValidator''getIsUniqueEmailInArrayOfEmailsValidatorService'false],
  14634.             'Due\\Validator\\Constraints\\EmployeeEmail\\IsValidArrayOfEmailsValidator' => ['privates''Due\\Validator\\Constraints\\EmployeeEmail\\IsValidArrayOfEmailsValidator''getIsValidArrayOfEmailsValidatorService'false],
  14635.             'Due\\Validator\\Constraints\\NotEditableValidator' => ['privates''Due\\Validator\\Constraints\\NotEditableValidator''getNotEditableValidatorService'false],
  14636.             'Due\\Validator\\Constraints\\OptionalReasonsValidator' => ['privates''Due\\Validator\\Constraints\\OptionalReasonsValidator''getOptionalReasonsValidatorService'false],
  14637.             'Sonata\\Form\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  14638.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14639.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14640.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  14641.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14642.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  14643.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14644.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14645.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  14646.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  14647.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14648.         ], [
  14649.             'App\\Api\\Validator\\Constraints\\ChangeRole\\IsSelectAllScopeAllowedValidator' => '?',
  14650.             'App\\Api\\Validator\\Constraints\\ChangeRole\\IsValidEnterpriseCountValidator' => '?',
  14651.             'App\\Api\\Validator\\Constraints\\Company\\DoesEnterprisesBelongToCompanyValidator' => '?',
  14652.             'App\\Api\\Validator\\Constraints\\Company\\DoesUserBelongToCompanyValidator' => '?',
  14653.             'App\\Api\\Validator\\Constraints\\Company\\IsAvailableByRoleValidator' => '?',
  14654.             'App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlNotBlankValidator' => '?',
  14655.             'App\\Api\\Validator\\Constraints\\Company\\IsExternalUrlValidValidator' => '?',
  14656.             'App\\Api\\Validator\\Constraints\\Company\\IsValidAllExternalCheckboxesValidator' => '?',
  14657.             'App\\Api\\Validator\\Constraints\\Company\\IsValidFrontUrlValidator' => '?',
  14658.             'App\\Api\\Validator\\Constraints\\Company\\IsValidGrantAccessToTdc1CompanyScopeValidator' => '?',
  14659.             'App\\Api\\Validator\\Constraints\\Company\\IsValidUuidQuantityValidator' => '?',
  14660.             'App\\Api\\Validator\\Constraints\\Company\\IsValidYousignConfigValidator' => '?',
  14661.             'App\\Api\\Validator\\Constraints\\Company\\IsValidYousignSignatureIdValidator' => '?',
  14662.             'App\\Api\\Validator\\Constraints\\DocumentContentMimeType\\DocumentContentMimeTypeValidator' => '?',
  14663.             'App\\Api\\Validator\\Constraints\\Enterprise\\DoesUserIdAvailableValidator' => '?',
  14664.             'App\\Api\\Validator\\Constraints\\EntitiesExistValidator' => '?',
  14665.             'App\\Api\\Validator\\Constraints\\EntityExistValidator' => '?',
  14666.             'App\\Api\\Validator\\Constraints\\Exemption\\IsExemptionValidValidator' => '?',
  14667.             'App\\Api\\Validator\\Constraints\\PropertiesToNullValidator' => '?',
  14668.             'App\\Api\\Validator\\Constraints\\RenewReasonRepeat\\RenewReasonRepeatValidator' => '?',
  14669.             'App\\Api\\Validator\\Constraints\\UniquePropertyValidator' => '?',
  14670.             'App\\Api\\Validator\\Constraints\\User\\IsPolicyAcceptedValidValidator' => '?',
  14671.             'Due\\Validator\\Constraints\\ContributionSharePercentageValidator' => '?',
  14672.             'Due\\Validator\\Constraints\\Due\\DoesDueEnterpriseBelongToCompanyValidator' => '?',
  14673.             'Due\\Validator\\Constraints\\Due\\IsDateGreaterThenOrEqualNowValidator' => '?',
  14674.             'Due\\Validator\\Constraints\\Due\\IsValidContractStartDateValidator' => '?',
  14675.             'Due\\Validator\\Constraints\\Due\\IsValidCreateConditionsValidator' => '?',
  14676.             'Due\\Validator\\Constraints\\Due\\IsValidDateYearValidator' => '?',
  14677.             'Due\\Validator\\Constraints\\Due\\IsValidEffectStartDateValidator' => '?',
  14678.             'Due\\Validator\\Constraints\\Due\\IsValidUpdateConditionsValidator' => '?',
  14679.             'Due\\Validator\\Constraints\\EmployeeEmail\\DoesDueEnterpriseEqualRequestEnterpriseValidator' => '?',
  14680.             'Due\\Validator\\Constraints\\EmployeeEmail\\IsUniqueEmailInArrayOfEmailsValidator' => '?',
  14681.             'Due\\Validator\\Constraints\\EmployeeEmail\\IsValidArrayOfEmailsValidator' => '?',
  14682.             'Due\\Validator\\Constraints\\NotEditableValidator' => '?',
  14683.             'Due\\Validator\\Constraints\\OptionalReasonsValidator' => '?',
  14684.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  14685.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  14686.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  14687.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  14688.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  14689.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  14690.             'doctrine.orm.validator.unique' => '?',
  14691.             'security.validator.user_password' => '?',
  14692.             'sonata.admin.validator.inline' => '?',
  14693.             'sonata.form.validator.inline' => '?',
  14694.             'validator.expression' => '?',
  14695.         ]));
  14696.     }
  14697.     /**
  14698.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  14699.      *
  14700.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  14701.      */
  14702.     protected function getVichUploader_Command_MappingDebugService()
  14703.     {
  14704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14705.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  14706.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  14707.         $instance->setName('vich:mapping:debug');
  14708.         return $instance;
  14709.     }
  14710.     /**
  14711.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  14712.      *
  14713.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  14714.      */
  14715.     protected function getVichUploader_Command_MappingDebugClassService()
  14716.     {
  14717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  14719.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  14720.         $instance->setName('vich:mapping:debug-class');
  14721.         return $instance;
  14722.     }
  14723.     /**
  14724.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  14725.      *
  14726.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  14727.      */
  14728.     protected function getVichUploader_Command_MappingListClassesService()
  14729.     {
  14730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  14732.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  14733.         $instance->setName('vich:mapping:list-classes');
  14734.         return $instance;
  14735.     }
  14736.     /**
  14737.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  14738.      *
  14739.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  14740.      */
  14741.     protected function getVichUploader_MetadataReaderService()
  14742.     {
  14743.         $a = new \Metadata\Driver\FileLocator([]);
  14744.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  14745.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  14746.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  14747.     }
  14748.     /**
  14749.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  14750.      *
  14751.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  14752.      */
  14753.     protected function getVichUploader_PropertyMappingFactoryService()
  14754.     {
  14755.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  14756.     }
  14757.     /**
  14758.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  14759.      *
  14760.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  14761.      */
  14762.     protected function getVichUploader_Storage_FileSystemService()
  14763.     {
  14764.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  14765.     }
  14766.     /**
  14767.      * Gets the private 'web_profiler.csp.handler' shared service.
  14768.      *
  14769.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  14770.      */
  14771.     protected function getWebProfiler_Csp_HandlerService()
  14772.     {
  14773.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  14774.     }
  14775.     /**
  14776.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  14777.      *
  14778.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  14779.      */
  14780.     protected function getWebProfiler_DebugToolbarService()
  14781.     {
  14782.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  14783.     }
  14784.     public function getParameter($name)
  14785.     {
  14786.         $name = (string) $name;
  14787.         if (isset($this->buildParameters[$name])) {
  14788.             return $this->buildParameters[$name];
  14789.         }
  14790.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  14791.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  14792.         }
  14793.         if (isset($this->loadedDynamicParameters[$name])) {
  14794.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14795.         }
  14796.         return $this->parameters[$name];
  14797.     }
  14798.     public function hasParameter($name): bool
  14799.     {
  14800.         $name = (string) $name;
  14801.         if (isset($this->buildParameters[$name])) {
  14802.             return true;
  14803.         }
  14804.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  14805.     }
  14806.     public function setParameter($name$value): void
  14807.     {
  14808.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  14809.     }
  14810.     public function getParameterBag(): ParameterBagInterface
  14811.     {
  14812.         if (null === $this->parameterBag) {
  14813.             $parameters $this->parameters;
  14814.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  14815.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14816.             }
  14817.             foreach ($this->buildParameters as $name => $value) {
  14818.                 $parameters[$name] = $value;
  14819.             }
  14820.             $this->parameterBag = new FrozenParameterBag($parameters);
  14821.         }
  14822.         return $this->parameterBag;
  14823.     }
  14824.     private $loadedDynamicParameters = [
  14825.         'kernel.cache_dir' => false,
  14826.         'email_sender' => false,
  14827.         'app_env' => false,
  14828.         'afflex_base_url' => false,
  14829.         'sendgrid_api_key' => false,
  14830.         'kernel.secret' => false,
  14831.         'session.save_path' => false,
  14832.         'validator.mapping.cache.file' => false,
  14833.         'profiler.storage.dsn' => false,
  14834.         'debug.container.dump' => false,
  14835.         'serializer.mapping.cache.file' => false,
  14836.         'doctrine.orm.proxy_dir' => false,
  14837.         'nelmio_cors.defaults' => false,
  14838.     ];
  14839.     private $dynamicParameters = [];
  14840.     private function getDynamicParameter(string $name)
  14841.     {
  14842.         switch ($name) {
  14843.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  14844.             case 'email_sender'$value $this->getEnv('MAIL_SENDER_ADDRESS'); break;
  14845.             case 'app_env'$value $this->getEnv('string:APP_ENV'); break;
  14846.             case 'afflex_base_url'$value $this->getEnv('string:AFFLEX_BASE_URL'); break;
  14847.             case 'sendgrid_api_key'$value $this->getEnv('string:SENDGRID_API_KEY'); break;
  14848.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  14849.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  14850.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  14851.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  14852.             case 'debug.container.dump'$value = ($this->targetDir.''.'/AppApp_KernelDevDebugContainer.xml'); break;
  14853.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  14854.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  14855.             case 'nelmio_cors.defaults'$value = [
  14856.                 'allow_origin' => [
  14857.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  14858.                 ],
  14859.                 'allow_credentials' => false,
  14860.                 'allow_headers' => [
  14861.                     => 'content-type',
  14862.                     => 'authorization',
  14863.                     => 'x-user-auth-token',
  14864.                 ],
  14865.                 'expose_headers' => [
  14866.                     => 'Link',
  14867.                 ],
  14868.                 'allow_methods' => [
  14869.                     => 'GET',
  14870.                     => 'OPTIONS',
  14871.                     => 'POST',
  14872.                     => 'PUT',
  14873.                     => 'PATCH',
  14874.                     => 'DELETE',
  14875.                 ],
  14876.                 'max_age' => 3600,
  14877.                 'hosts' => [
  14878.                 ],
  14879.                 'origin_regex' => true,
  14880.                 'forced_allow_origin_value' => NULL,
  14881.             ]; break;
  14882.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  14883.         }
  14884.         $this->loadedDynamicParameters[$name] = true;
  14885.         return $this->dynamicParameters[$name] = $value;
  14886.     }
  14887.     protected function getDefaultParameters(): array
  14888.     {
  14889.         return [
  14890.             'kernel.root_dir' => (\dirname(__DIR__4).'/src/App'),
  14891.             'kernel.project_dir' => \dirname(__DIR__4),
  14892.             'kernel.environment' => 'dev',
  14893.             'kernel.debug' => true,
  14894.             'kernel.name' => 'App',
  14895.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log/04-2024'),
  14896.             'kernel.bundles' => [
  14897.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  14898.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  14899.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  14900.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  14901.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  14902.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  14903.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  14904.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  14905.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  14906.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  14907.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  14908.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  14909.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  14910.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  14911.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  14912.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  14913.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  14914.                 'DueBundle' => 'Due\\DueBundle',
  14915.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  14916.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  14917.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  14918.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  14919.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  14920.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  14921.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  14922.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  14923.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\Bundle\\SonataExporterBundle',
  14924.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  14925.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  14926.             ],
  14927.             'kernel.bundles_metadata' => [
  14928.                 'FrameworkBundle' => [
  14929.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  14930.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  14931.                 ],
  14932.                 'DoctrineBundle' => [
  14933.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  14934.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  14935.                 ],
  14936.                 'DoctrineMigrationsBundle' => [
  14937.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  14938.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  14939.                 ],
  14940.                 'MakerBundle' => [
  14941.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  14942.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  14943.                 ],
  14944.                 'SensioFrameworkExtraBundle' => [
  14945.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  14946.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  14947.                 ],
  14948.                 'StofDoctrineExtensionsBundle' => [
  14949.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  14950.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  14951.                 ],
  14952.                 'KnpSnappyBundle' => [
  14953.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle'),
  14954.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  14955.                 ],
  14956.                 'TwigBundle' => [
  14957.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  14958.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  14959.                 ],
  14960.                 'SwiftmailerBundle' => [
  14961.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  14962.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  14963.                 ],
  14964.                 'DoctrineFixturesBundle' => [
  14965.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  14966.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  14967.                 ],
  14968.                 'HttplugBundle' => [
  14969.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  14970.                     'namespace' => 'Http\\HttplugBundle',
  14971.                 ],
  14972.                 'MonologBundle' => [
  14973.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  14974.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  14975.                 ],
  14976.                 'WebProfilerBundle' => [
  14977.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  14978.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  14979.                 ],
  14980.                 'MisdPhoneNumberBundle' => [
  14981.                     'path' => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle'),
  14982.                     'namespace' => 'Misd\\PhoneNumberBundle',
  14983.                 ],
  14984.                 'NelmioApiDocBundle' => [
  14985.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  14986.                     'namespace' => 'Nelmio\\ApiDocBundle',
  14987.                 ],
  14988.                 'NelmioCorsBundle' => [
  14989.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  14990.                     'namespace' => 'Nelmio\\CorsBundle',
  14991.                 ],
  14992.                 'SecurityBundle' => [
  14993.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  14994.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  14995.                 ],
  14996.                 'DueBundle' => [
  14997.                     'path' => (\dirname(__DIR__4).'/src/DueBundle'),
  14998.                     'namespace' => 'Due',
  14999.                 ],
  15000.                 'SonataFormBundle' => [
  15001.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  15002.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  15003.                 ],
  15004.                 'SonataBlockBundle' => [
  15005.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  15006.                     'namespace' => 'Sonata\\BlockBundle',
  15007.                 ],
  15008.                 'KnpMenuBundle' => [
  15009.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  15010.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  15011.                 ],
  15012.                 'SonataAdminBundle' => [
  15013.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  15014.                     'namespace' => 'Sonata\\AdminBundle',
  15015.                 ],
  15016.                 'SonataTwigBundle' => [
  15017.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  15018.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  15019.                 ],
  15020.                 'SonataDoctrineBundle' => [
  15021.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  15022.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  15023.                 ],
  15024.                 'SonataDoctrineORMAdminBundle' => [
  15025.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  15026.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  15027.                 ],
  15028.                 'SonataDatagridBundle' => [
  15029.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  15030.                     'namespace' => 'Sonata\\DatagridBundle',
  15031.                 ],
  15032.                 'SonataExporterBundle' => [
  15033.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/Bundle'),
  15034.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony\\Bundle',
  15035.                 ],
  15036.                 'VichUploaderBundle' => [
  15037.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  15038.                     'namespace' => 'Vich\\UploaderBundle',
  15039.                 ],
  15040.                 'FOSCKEditorBundle' => [
  15041.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  15042.                     'namespace' => 'FOS\\CKEditorBundle',
  15043.                 ],
  15044.             ],
  15045.             'kernel.charset' => 'UTF-8',
  15046.             'kernel.container_class' => 'AppApp_KernelDevDebugContainer',
  15047.             'container.dumper.inline_class_loader' => true,
  15048.             'container.dumper.inline_factories' => true,
  15049.             'format_handled_exception' => true,
  15050.             'locale' => 'fr',
  15051.             'mailer_command' => '/usr/sbin/sendmail',
  15052.             'export_pdf_dir' => (\dirname(__DIR__4).'/private/export'),
  15053.             'export_statistic_dir' => (\dirname(__DIR__4).'/private/export'),
  15054.             'logo_images_dir' => (\dirname(__DIR__4).'/public/logo'),
  15055.             'sendgrid_base_url' => 'https://api.sendgrid.com/v3/',
  15056.             'event_dispatcher.event_aliases' => [
  15057.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  15058.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  15059.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  15060.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  15061.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  15062.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  15063.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  15064.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  15065.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  15066.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  15067.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  15068.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  15069.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  15070.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  15071.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  15072.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  15073.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  15074.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  15075.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  15076.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  15077.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  15078.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  15079.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  15080.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  15081.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  15082.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  15083.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  15084.             ],
  15085.             'fragment.renderer.hinclude.global_template' => '',
  15086.             'fragment.path' => '/_fragment',
  15087.             'kernel.http_method_override' => true,
  15088.             'kernel.trusted_hosts' => [
  15089.             ],
  15090.             'kernel.default_locale' => 'fr',
  15091.             'kernel.error_controller' => 'error_controller',
  15092.             'templating.helper.code.file_link_format' => NULL,
  15093.             'debug.file_link_format' => NULL,
  15094.             'session.metadata.storage_key' => '_sf2_meta',
  15095.             'session.storage.options' => [
  15096.                 'cache_limiter' => '0',
  15097.                 'cookie_secure' => 'auto',
  15098.                 'cookie_httponly' => true,
  15099.                 'cookie_samesite' => 'lax',
  15100.                 'gc_probability' => 1,
  15101.             ],
  15102.             'session.metadata.update_threshold' => 0,
  15103.             'form.type_extension.csrf.enabled' => true,
  15104.             'form.type_extension.csrf.field_name' => '_token',
  15105.             'asset.request_context.base_path' => '',
  15106.             'asset.request_context.secure' => false,
  15107.             'validator.mapping.cache.prefix' => '',
  15108.             'validator.translation_domain' => 'validators',
  15109.             'translator.logging' => false,
  15110.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  15111.             'profiler_listener.only_exceptions' => false,
  15112.             'profiler_listener.only_master_requests' => false,
  15113.             'debug.error_handler.throw_at' => -1,
  15114.             'router.request_context.host' => 'localhost',
  15115.             'router.request_context.scheme' => 'http',
  15116.             'router.request_context.base_url' => '',
  15117.             'router.resource' => 'kernel::loadRoutes',
  15118.             'router.cache_class_prefix' => 'AppApp_KernelDevDebugContainer',
  15119.             'request_listener.http_port' => 80,
  15120.             'request_listener.https_port' => 443,
  15121.             'serializer.mapping.cache.prefix' => '',
  15122.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  15123.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  15124.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  15125.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  15126.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  15127.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  15128.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  15129.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  15130.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  15131.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  15132.             'doctrine.entity_managers' => [
  15133.                 'default' => 'doctrine.orm.default_entity_manager',
  15134.             ],
  15135.             'doctrine.default_entity_manager' => 'default',
  15136.             'doctrine.dbal.connection_factory.types' => [
  15137.                 'phone_number' => [
  15138.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  15139.                 ],
  15140.                 'uuid_binary' => [
  15141.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidBinaryType',
  15142.                 ],
  15143.             ],
  15144.             'doctrine.connections' => [
  15145.                 'default' => 'doctrine.dbal.default_connection',
  15146.             ],
  15147.             'doctrine.default_connection' => 'default',
  15148.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  15149.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  15150.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  15151.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  15152.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  15153.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  15154.             'doctrine.orm.cache.memcache_host' => 'localhost',
  15155.             'doctrine.orm.cache.memcache_port' => 11211,
  15156.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  15157.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  15158.             'doctrine.orm.cache.memcached_host' => 'localhost',
  15159.             'doctrine.orm.cache.memcached_port' => 11211,
  15160.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  15161.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  15162.             'doctrine.orm.cache.redis_host' => 'localhost',
  15163.             'doctrine.orm.cache.redis_port' => 6379,
  15164.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  15165.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  15166.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  15167.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  15168.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  15169.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  15170.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  15171.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  15172.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  15173.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  15174.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  15175.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  15176.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  15177.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  15178.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  15179.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  15180.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  15181.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  15182.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  15183.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  15184.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  15185.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  15186.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  15187.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  15188.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  15189.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  15190.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  15191.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  15192.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  15193.             'doctrine.orm.auto_generate_proxy_classes' => true,
  15194.             'doctrine.orm.proxy_namespace' => 'Proxies',
  15195.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/App/Api/Migrations'),
  15196.             'doctrine_migrations.namespace' => 'App\\Api\\Migrations',
  15197.             'doctrine_migrations.table_name' => 'migration_versions',
  15198.             'doctrine_migrations.column_name' => 'version',
  15199.             'doctrine_migrations.column_length' => 14,
  15200.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  15201.             'doctrine_migrations.all_or_nothing' => false,
  15202.             'doctrine_migrations.name' => 'Application Migrations',
  15203.             'doctrine_migrations.custom_template' => NULL,
  15204.             'doctrine_migrations.organize_migrations' => false,
  15205.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  15206.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  15207.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  15208.             'stof_doctrine_extensions.default_locale' => 'fr',
  15209.             'stof_doctrine_extensions.translation_fallback' => false,
  15210.             'stof_doctrine_extensions.persist_default_translation' => false,
  15211.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  15212.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  15213.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  15214.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  15215.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  15216.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  15217.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  15218.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  15219.             'knp_snappy.pdf.binary' => (\dirname(__DIR__4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
  15220.             'knp_snappy.pdf.options' => [
  15221.             ],
  15222.             'knp_snappy.pdf.env' => [
  15223.             ],
  15224.             'knp_snappy.image.binary' => '/usr/local/bin/wkhtmltoimage',
  15225.             'knp_snappy.image.options' => [
  15226.             ],
  15227.             'knp_snappy.image.env' => [
  15228.             ],
  15229.             'twig.exception_listener.controller' => NULL,
  15230.             'twig.form.resources' => [
  15231.                 => '@VichUploader/Form/fields.html.twig',
  15232.                 => 'form_div_layout.html.twig',
  15233.                 => '@MisdPhoneNumber/Form/tel.html.twig',
  15234.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  15235.             ],
  15236.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  15237.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  15238.             'swiftmailer.mailer.default.spool.enabled' => false,
  15239.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  15240.             'swiftmailer.mailer.default.single_address' => NULL,
  15241.             'swiftmailer.mailer.default.delivery.enabled' => true,
  15242.             'swiftmailer.spool.enabled' => false,
  15243.             'swiftmailer.delivery.enabled' => true,
  15244.             'swiftmailer.single_address' => NULL,
  15245.             'swiftmailer.mailers' => [
  15246.                 'default' => 'swiftmailer.mailer.default',
  15247.             ],
  15248.             'swiftmailer.default_mailer' => 'default',
  15249.             'monolog.use_microseconds' => true,
  15250.             'monolog.swift_mailer.handlers' => [
  15251.             ],
  15252.             'monolog.handlers_to_channels' => [
  15253.                 'monolog.handler.employee_email' => [
  15254.                     'type' => 'inclusive',
  15255.                     'elements' => [
  15256.                         => 'employee-email',
  15257.                     ],
  15258.                 ],
  15259.                 'monolog.handler.exemption' => [
  15260.                     'type' => 'inclusive',
  15261.                     'elements' => [
  15262.                         => 'exemption',
  15263.                     ],
  15264.                 ],
  15265.                 'monolog.handler.due' => [
  15266.                     'type' => 'inclusive',
  15267.                     'elements' => [
  15268.                         => 'due',
  15269.                     ],
  15270.                 ],
  15271.                 'monolog.handler.registration' => [
  15272.                     'type' => 'inclusive',
  15273.                     'elements' => [
  15274.                         => 'registration',
  15275.                     ],
  15276.                 ],
  15277.                 'monolog.handler.console' => [
  15278.                     'type' => 'exclusive',
  15279.                     'elements' => [
  15280.                         => 'event',
  15281.                         => 'doctrine',
  15282.                         => 'console',
  15283.                     ],
  15284.                 ],
  15285.                 'monolog.handler.messenger' => [
  15286.                     'type' => 'inclusive',
  15287.                     'elements' => [
  15288.                         => 'messenger',
  15289.                     ],
  15290.                 ],
  15291.                 'monolog.handler.main' => [
  15292.                     'type' => 'exclusive',
  15293.                     'elements' => [
  15294.                         => 'event',
  15295.                     ],
  15296.                 ],
  15297.             ],
  15298.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  15299.             'web_profiler.debug_toolbar.mode' => 2,
  15300.             'libphonenumber.phone_number_util.class' => 'libphonenumber\\PhoneNumberUtil',
  15301.             'libphonenumber.phone_number_offline_geocoder.class' => 'libphonenumber\\geocoding\\PhoneNumberOfflineGeocoder',
  15302.             'libphonenumber.short_number_info.class' => 'libphonenumber\\ShortNumberInfo',
  15303.             'libphonenumber.phone_number_to_carrier_mapper.class' => 'libphonenumber\\PhoneNumberToCarrierMapper',
  15304.             'libphonenumber.phone_number_to_time_zones_mapper.class' => 'libphonenumber\\PhoneNumberToTimeZonesMapper',
  15305.             'misd_phone_number.templating.helper.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
  15306.             'misd_phone_number.templating.helper.format.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
  15307.             'misd_phone_number.twig.extension.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
  15308.             'misd_phone_number.twig.extension.format.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
  15309.             'misd_phone_number.form.type.class' => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType',
  15310.             'misd_phone_number.serializer.handler.class' => 'Misd\\PhoneNumberBundle\\Serializer\\Handler\\PhoneNumberHandler',
  15311.             'nelmio_api_doc.areas' => [
  15312.                 => 'default',
  15313.             ],
  15314.             'nelmio_cors.map' => [
  15315.                 '^/' => [
  15316.                 ],
  15317.             ],
  15318.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  15319.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  15320.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  15321.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  15322.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  15323.             'security.role_hierarchy.roles' => [
  15324.                 'ROLE_ADMIN' => [
  15325.                     => 'ROLE_USER',
  15326.                 ],
  15327.                 'ROLE_TDC1_COMPANY' => [
  15328.                     => 'ROLE_USER',
  15329.                 ],
  15330.                 'ROLE_TDC2_COMPANY' => [
  15331.                     => 'ROLE_USER',
  15332.                 ],
  15333.                 'ROLE_TDC2_MANAGER' => [
  15334.                     => 'ROLE_ENTERPRISE_USER',
  15335.                 ],
  15336.                 'ROLE_TDC1_MANAGER' => [
  15337.                     => 'ROLE_ENTERPRISE_USER',
  15338.                 ],
  15339.                 'ROLE_ENTERPRISE_USER' => [
  15340.                     => 'ROLE_USER',
  15341.                 ],
  15342.             ],
  15343.             'security.access.denied_url' => NULL,
  15344.             'security.authentication.manager.erase_credentials' => true,
  15345.             'security.authentication.session_strategy.strategy' => 'migrate',
  15346.             'security.access.always_authenticate_before_granting' => false,
  15347.             'security.authentication.hide_user_not_found' => true,
  15348.             'contact_us_email_recipient' => 'hotline@herdia.fr',
  15349.             'sonata.form.form_type' => 'standard',
  15350.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  15351.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  15352.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  15353.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  15354.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  15355.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  15356.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  15357.             'sonata.block.container.types' => [
  15358.                 => 'sonata.block.service.container',
  15359.                 => 'sonata.page.block.container',
  15360.                 => 'sonata.dashboard.block.container',
  15361.                 => 'cmf.block.container',
  15362.                 => 'cmf.block.slideshow',
  15363.             ],
  15364.             'sonata_block.blocks' => [
  15365.                 'sonata_top_nav_menu_user_block' => [
  15366.                     'contexts' => [
  15367.                         => 'admin',
  15368.                     ],
  15369.                     'templates' => [
  15370.                     ],
  15371.                     'cache' => 'sonata.cache.noop',
  15372.                     'settings' => [
  15373.                     ],
  15374.                 ],
  15375.                 'sonata.admin.block.admin_list' => [
  15376.                     'contexts' => [
  15377.                         => 'admin',
  15378.                     ],
  15379.                     'templates' => [
  15380.                     ],
  15381.                     'cache' => 'sonata.cache.noop',
  15382.                     'settings' => [
  15383.                     ],
  15384.                 ],
  15385.                 'sonata.block.service.container' => [
  15386.                     'contexts' => [
  15387.                     ],
  15388.                     'templates' => [
  15389.                     ],
  15390.                     'cache' => 'sonata.cache.noop',
  15391.                     'settings' => [
  15392.                     ],
  15393.                 ],
  15394.                 'sonata.block.service.empty' => [
  15395.                     'contexts' => [
  15396.                     ],
  15397.                     'templates' => [
  15398.                     ],
  15399.                     'cache' => 'sonata.cache.noop',
  15400.                     'settings' => [
  15401.                     ],
  15402.                 ],
  15403.                 'sonata.block.service.text' => [
  15404.                     'contexts' => [
  15405.                     ],
  15406.                     'templates' => [
  15407.                     ],
  15408.                     'cache' => 'sonata.cache.noop',
  15409.                     'settings' => [
  15410.                     ],
  15411.                 ],
  15412.                 'sonata.block.service.rss' => [
  15413.                     'contexts' => [
  15414.                     ],
  15415.                     'templates' => [
  15416.                     ],
  15417.                     'cache' => 'sonata.cache.noop',
  15418.                     'settings' => [
  15419.                     ],
  15420.                 ],
  15421.                 'sonata.block.service.menu' => [
  15422.                     'contexts' => [
  15423.                     ],
  15424.                     'templates' => [
  15425.                     ],
  15426.                     'cache' => 'sonata.cache.noop',
  15427.                     'settings' => [
  15428.                     ],
  15429.                 ],
  15430.                 'sonata.block.service.template' => [
  15431.                     'contexts' => [
  15432.                     ],
  15433.                     'templates' => [
  15434.                     ],
  15435.                     'cache' => 'sonata.cache.noop',
  15436.                     'settings' => [
  15437.                     ],
  15438.                 ],
  15439.                 'sonata.admin.block.search_result' => [
  15440.                     'contexts' => [
  15441.                     ],
  15442.                     'templates' => [
  15443.                     ],
  15444.                     'cache' => 'sonata.cache.noop',
  15445.                     'settings' => [
  15446.                     ],
  15447.                 ],
  15448.                 'sonata.admin.block.stats' => [
  15449.                     'contexts' => [
  15450.                     ],
  15451.                     'templates' => [
  15452.                     ],
  15453.                     'cache' => 'sonata.cache.noop',
  15454.                     'settings' => [
  15455.                     ],
  15456.                 ],
  15457.             ],
  15458.             'sonata_block.blocks_by_class' => [
  15459.             ],
  15460.             'sonata_blocks.block_types' => [
  15461.                 => 'sonata_top_nav_menu_user_block',
  15462.                 => 'sonata.admin.block.admin_list',
  15463.                 => 'sonata.block.service.container',
  15464.                 => 'sonata.block.service.empty',
  15465.                 => 'sonata.block.service.text',
  15466.                 => 'sonata.block.service.rss',
  15467.                 => 'sonata.block.service.menu',
  15468.                 => 'sonata.block.service.template',
  15469.                 => 'sonata.admin.block.search_result',
  15470.                 => 'sonata.admin.block.stats',
  15471.             ],
  15472.             'sonata_block.cache_blocks' => [
  15473.                 'by_type' => [
  15474.                     'sonata_top_nav_menu_user_block' => 'sonata.cache.noop',
  15475.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  15476.                     'sonata.block.service.container' => 'sonata.cache.noop',
  15477.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  15478.                     'sonata.block.service.text' => 'sonata.cache.noop',
  15479.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  15480.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  15481.                     'sonata.block.service.template' => 'sonata.cache.noop',
  15482.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  15483.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  15484.                 ],
  15485.             ],
  15486.             'sonata_blocks.default_contexts' => [
  15487.             ],
  15488.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  15489.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  15490.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  15491.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  15492.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  15493.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  15494.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  15495.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  15496.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  15497.             'knp_menu.renderer.list.options' => [
  15498.             ],
  15499.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  15500.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  15501.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  15502.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  15503.             'knp_menu.renderer.twig.options' => [
  15504.             ],
  15505.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  15506.             'knp_menu.default_renderer' => 'twig',
  15507.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  15508.                 'choice' => 'select',
  15509.                 'boolean' => 'select',
  15510.                 'text' => 'text',
  15511.                 'textarea' => 'textarea',
  15512.                 'html' => 'textarea',
  15513.                 'email' => 'email',
  15514.                 'string' => 'text',
  15515.                 'smallint' => 'text',
  15516.                 'bigint' => 'text',
  15517.                 'integer' => 'number',
  15518.                 'decimal' => 'number',
  15519.                 'currency' => 'number',
  15520.                 'percent' => 'number',
  15521.                 'url' => 'url',
  15522.                 'date' => 'date',
  15523.             ],
  15524.             'sonata.admin.configuration.legacy_twig_text_extension' => false,
  15525.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  15526.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  15527.             'sonata.admin.configuration.templates' => [
  15528.                 'user_block' => 'admin/user_block.html.twig',
  15529.                 'add_block' => 'admin/menu/add_block.html.twig',
  15530.                 'knp_menu_template' => 'admin/menu/sonata_menu.html.twig',
  15531.                 'list_block' => 'admin/block_admin_list.html.twig',
  15532.                 'edit' => 'admin/page/edit.html.twig',
  15533.                 'delete' => 'admin/page/delete.html.twig',
  15534.                 'layout' => 'admin/standard_layout.html.twig',
  15535.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  15536.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  15537.                 'search' => '@SonataAdmin/Core/search.html.twig',
  15538.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  15539.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  15540.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  15541.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  15542.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  15543.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  15544.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  15545.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  15546.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  15547.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  15548.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  15549.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  15550.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  15551.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  15552.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  15553.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  15554.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  15555.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  15556.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  15557.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  15558.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  15559.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  15560.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  15561.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  15562.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  15563.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  15564.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  15565.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  15566.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  15567.             ],
  15568.             'sonata.admin.configuration.admin_services' => [
  15569.             ],
  15570.             'sonata.admin.configuration.dashboard_groups' => [
  15571.                 'tdc2_companies' => [
  15572.                     'label' => 'TDC2 Entités',
  15573.                     'icon' => '<i class="fa fa-list"></i>',
  15574.                     'roles' => [
  15575.                         => 'ROLE_ADMIN',
  15576.                     ],
  15577.                     'on_top' => false,
  15578.                     'keep_open' => false,
  15579.                     'items' => [
  15580.                     ],
  15581.                     'item_adds' => [
  15582.                     ],
  15583.                 ],
  15584.                 'tdc2_managers' => [
  15585.                     'label' => 'TDC2 managers',
  15586.                     'icon' => '<i class="fa fa-male"></i>',
  15587.                     'roles' => [
  15588.                         => 'ROLE_TDC2_COMPANY',
  15589.                     ],
  15590.                     'on_top' => false,
  15591.                     'keep_open' => false,
  15592.                     'items' => [
  15593.                     ],
  15594.                     'item_adds' => [
  15595.                     ],
  15596.                 ],
  15597.                 'tdc1_companies' => [
  15598.                     'label' => 'TDC1 Entités',
  15599.                     'icon' => '<i class="fa fa-list"></i>',
  15600.                     'roles' => [
  15601.                         => 'ROLE_ADMIN',
  15602.                         => 'ROLE_TDC2_COMPANY',
  15603.                     ],
  15604.                     'on_top' => false,
  15605.                     'keep_open' => false,
  15606.                     'items' => [
  15607.                     ],
  15608.                     'item_adds' => [
  15609.                     ],
  15610.                 ],
  15611.                 'tdc1_managers' => [
  15612.                     'label' => 'TDC1 managers',
  15613.                     'icon' => '<i class="fa fa-male"></i>',
  15614.                     'roles' => [
  15615.                         => 'ROLE_TDC1_COMPANY',
  15616.                         => 'ROLE_TDC2_COMPANY',
  15617.                     ],
  15618.                     'on_top' => false,
  15619.                     'keep_open' => false,
  15620.                     'items' => [
  15621.                     ],
  15622.                     'item_adds' => [
  15623.                     ],
  15624.                 ],
  15625.                 'users' => [
  15626.                     'label' => 'Entreprise managers',
  15627.                     'icon' => '<i class="fa fa-users"></i>',
  15628.                     'roles' => [
  15629.                         => 'ROLE_TDC1_COMPANY',
  15630.                     ],
  15631.                     'on_top' => false,
  15632.                     'keep_open' => false,
  15633.                     'items' => [
  15634.                     ],
  15635.                     'item_adds' => [
  15636.                     ],
  15637.                 ],
  15638.                 'enterprises' => [
  15639.                     'label' => 'Entreprises',
  15640.                     'icon' => '<i class="fa fa-industry"></i>',
  15641.                     'roles' => [
  15642.                         => 'ROLE_TDC2_COMPANY',
  15643.                         => 'ROLE_TDC1_COMPANY',
  15644.                     ],
  15645.                     'on_top' => false,
  15646.                     'keep_open' => false,
  15647.                     'items' => [
  15648.                     ],
  15649.                     'item_adds' => [
  15650.                     ],
  15651.                 ],
  15652.                 'statistic' => [
  15653.                     'label' => 'Synthèse',
  15654.                     'icon' => '<i class="fa fa-table"></i>',
  15655.                     'roles' => [
  15656.                         => 'ROLE_ADMIN',
  15657.                         => 'ROLE_TDC2_COMPANY',
  15658.                         => 'ROLE_TDC1_COMPANY',
  15659.                     ],
  15660.                     'on_top' => false,
  15661.                     'keep_open' => false,
  15662.                     'items' => [
  15663.                     ],
  15664.                     'item_adds' => [
  15665.                     ],
  15666.                 ],
  15667.                 'cgu' => [
  15668.                     'label' => 'CGU',
  15669.                     'icon' => '<i class="fa fa-file-text-o"></i>',
  15670.                     'roles' => [
  15671.                         => 'ROLE_ADMIN',
  15672.                     ],
  15673.                     'on_top' => false,
  15674.                     'keep_open' => false,
  15675.                     'items' => [
  15676.                     ],
  15677.                     'item_adds' => [
  15678.                     ],
  15679.                 ],
  15680.                 'configuration' => [
  15681.                     'label' => 'Configuration',
  15682.                     'icon' => '<i class="fa fa-cog" aria-hidden="true"></i>',
  15683.                     'roles' => [
  15684.                         => 'ROLE_ADMIN',
  15685.                     ],
  15686.                     'on_top' => false,
  15687.                     'keep_open' => false,
  15688.                     'items' => [
  15689.                     ],
  15690.                     'item_adds' => [
  15691.                     ],
  15692.                 ],
  15693.             ],
  15694.             'sonata.admin.configuration.dashboard_blocks' => [
  15695.                 => [
  15696.                     'type' => 'sonata.admin.block.admin_list',
  15697.                     'position' => 'left',
  15698.                     'roles' => [
  15699.                     ],
  15700.                     'settings' => [
  15701.                     ],
  15702.                     'class' => 'col-md-4',
  15703.                 ],
  15704.             ],
  15705.             'sonata.admin.configuration.sort_admins' => false,
  15706.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  15707.             'sonata.admin.configuration.default_group' => 'default',
  15708.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  15709.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  15710.             'sonata.admin.configuration.breadcrumbs' => [
  15711.                 'child_admin_route' => 'edit',
  15712.             ],
  15713.             'sonata.admin.security.acl_user_manager' => NULL,
  15714.             'sonata.admin.configuration.security.role_admin' => 'ROLE_USER',
  15715.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  15716.             'sonata.admin.configuration.security.information' => [
  15717.             ],
  15718.             'sonata.admin.configuration.security.admin_permissions' => [
  15719.                 => 'CREATE',
  15720.                 => 'LIST',
  15721.                 => 'DELETE',
  15722.                 => 'UNDELETE',
  15723.                 => 'EXPORT',
  15724.                 => 'OPERATOR',
  15725.                 => 'MASTER',
  15726.             ],
  15727.             'sonata.admin.configuration.security.object_permissions' => [
  15728.                 => 'VIEW',
  15729.                 => 'EDIT',
  15730.                 => 'DELETE',
  15731.                 => 'UNDELETE',
  15732.                 => 'OPERATOR',
  15733.                 => 'MASTER',
  15734.                 => 'OWNER',
  15735.             ],
  15736.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  15737.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  15738.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  15739.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  15740.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  15741.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  15742.             'sonata.admin.extension.map' => [
  15743.                 'admins' => [
  15744.                 ],
  15745.                 'excludes' => [
  15746.                 ],
  15747.                 'implements' => [
  15748.                 ],
  15749.                 'extends' => [
  15750.                 ],
  15751.                 'instanceof' => [
  15752.                 ],
  15753.                 'uses' => [
  15754.                 ],
  15755.             ],
  15756.             'sonata.admin.configuration.filters.persist' => false,
  15757.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  15758.             'sonata.admin.configuration.show.mosaic.button' => true,
  15759.             'sonata.admin.configuration.translate_group_label' => false,
  15760.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  15761.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  15762.             'sonata.twig.form_type' => 'standard',
  15763.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  15764.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  15765.             'sonata_doctrine_orm_admin.templates' => [
  15766.                 'types' => [
  15767.                     'list' => [
  15768.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  15769.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  15770.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  15771.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  15772.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  15773.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  15774.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  15775.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  15776.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  15777.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  15778.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  15779.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  15780.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  15781.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  15782.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  15783.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  15784.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  15785.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  15786.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  15787.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  15788.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  15789.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  15790.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  15791.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  15792.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  15793.                     ],
  15794.                     'show' => [
  15795.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  15796.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  15797.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  15798.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  15799.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  15800.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15801.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  15802.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  15803.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15804.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15805.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15806.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15807.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15808.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15809.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  15810.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  15811.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  15812.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  15813.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  15814.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  15815.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  15816.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  15817.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  15818.                     ],
  15819.                 ],
  15820.                 'form' => [
  15821.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  15822.                 ],
  15823.                 'filter' => [
  15824.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  15825.                 ],
  15826.             ],
  15827.             'sonata.exporter.writer.csv.filename' => 'php://output',
  15828.             'sonata.exporter.writer.csv.delimiter' => ',',
  15829.             'sonata.exporter.writer.csv.enclosure' => '"',
  15830.             'sonata.exporter.writer.csv.escape' => '\\',
  15831.             'sonata.exporter.writer.csv.show_headers' => true,
  15832.             'sonata.exporter.writer.csv.with_bom' => false,
  15833.             'sonata.exporter.writer.json.filename' => 'php://output',
  15834.             'sonata.exporter.writer.xls.filename' => 'php://output',
  15835.             'sonata.exporter.writer.xls.show_headers' => true,
  15836.             'sonata.exporter.writer.xml.filename' => 'php://output',
  15837.             'sonata.exporter.writer.xml.show_headers' => true,
  15838.             'sonata.exporter.writer.xml.main_element' => 'datas',
  15839.             'sonata.exporter.writer.xml.child_element' => 'data',
  15840.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  15841.             'vich_uploader.mappings' => [
  15842.                 'logo' => [
  15843.                     'uri_prefix' => '/logo',
  15844.                     'upload_destination' => (\dirname(__DIR__4).'/public/logo'),
  15845.                     'namer' => [
  15846.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.logo',
  15847.                         'options' => [
  15848.                         ],
  15849.                     ],
  15850.                     'delete_on_remove' => true,
  15851.                     'directory_namer' => [
  15852.                         'service' => NULL,
  15853.                         'options' => NULL,
  15854.                     ],
  15855.                     'delete_on_update' => true,
  15856.                     'inject_on_load' => false,
  15857.                     'db_driver' => 'orm',
  15858.                 ],
  15859.             ],
  15860.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  15861.             'data_collector.templates' => [
  15862.                 'data_collector.request' => [
  15863.                     => 'request',
  15864.                     => '@WebProfiler/Collector/request.html.twig',
  15865.                 ],
  15866.                 'data_collector.time' => [
  15867.                     => 'time',
  15868.                     => '@WebProfiler/Collector/time.html.twig',
  15869.                 ],
  15870.                 'data_collector.memory' => [
  15871.                     => 'memory',
  15872.                     => '@WebProfiler/Collector/memory.html.twig',
  15873.                 ],
  15874.                 'data_collector.validator' => [
  15875.                     => 'validator',
  15876.                     => '@WebProfiler/Collector/validator.html.twig',
  15877.                 ],
  15878.                 'data_collector.ajax' => [
  15879.                     => 'ajax',
  15880.                     => '@WebProfiler/Collector/ajax.html.twig',
  15881.                 ],
  15882.                 'data_collector.form' => [
  15883.                     => 'form',
  15884.                     => '@WebProfiler/Collector/form.html.twig',
  15885.                 ],
  15886.                 'data_collector.exception' => [
  15887.                     => 'exception',
  15888.                     => '@WebProfiler/Collector/exception.html.twig',
  15889.                 ],
  15890.                 'data_collector.logger' => [
  15891.                     => 'logger',
  15892.                     => '@WebProfiler/Collector/logger.html.twig',
  15893.                 ],
  15894.                 'data_collector.events' => [
  15895.                     => 'events',
  15896.                     => '@WebProfiler/Collector/events.html.twig',
  15897.                 ],
  15898.                 'data_collector.router' => [
  15899.                     => 'router',
  15900.                     => '@WebProfiler/Collector/router.html.twig',
  15901.                 ],
  15902.                 'data_collector.cache' => [
  15903.                     => 'cache',
  15904.                     => '@WebProfiler/Collector/cache.html.twig',
  15905.                 ],
  15906.                 'data_collector.translation' => [
  15907.                     => 'translation',
  15908.                     => '@WebProfiler/Collector/translation.html.twig',
  15909.                 ],
  15910.                 'data_collector.security' => [
  15911.                     => 'security',
  15912.                     => '@Security/Collector/security.html.twig',
  15913.                 ],
  15914.                 'data_collector.twig' => [
  15915.                     => 'twig',
  15916.                     => '@WebProfiler/Collector/twig.html.twig',
  15917.                 ],
  15918.                 'data_collector.http_client' => [
  15919.                     => 'http_client',
  15920.                     => '@WebProfiler/Collector/http_client.html.twig',
  15921.                 ],
  15922.                 'data_collector.doctrine' => [
  15923.                     => 'db',
  15924.                     => '@Doctrine/Collector/db.html.twig',
  15925.                 ],
  15926.                 'swiftmailer.data_collector' => [
  15927.                     => 'swiftmailer',
  15928.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  15929.                 ],
  15930.                 'httplug.collector.collector' => [
  15931.                     => 'httplug',
  15932.                     => '@Httplug/webprofiler.html.twig',
  15933.                 ],
  15934.                 'data_collector.messenger' => [
  15935.                     => 'messenger',
  15936.                     => '@WebProfiler/Collector/messenger.html.twig',
  15937.                 ],
  15938.                 'sonata.block.data_collector' => [
  15939.                     => 'block',
  15940.                     => '@SonataBlock/Profiler/block.html.twig',
  15941.                 ],
  15942.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  15943.                     => 'vich_uploader.mapping_collector',
  15944.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  15945.                 ],
  15946.                 'data_collector.config' => [
  15947.                     => 'config',
  15948.                     => '@WebProfiler/Collector/config.html.twig',
  15949.                 ],
  15950.             ],
  15951.             'console.command.ids' => [
  15952.             ],
  15953.         ];
  15954.     }
  15955.     protected function throw($message)
  15956.     {
  15957.         throw new RuntimeException($message);
  15958.     }
  15959. }