var/cache/dev/ContainerHeHlRxZ/App_KernelDevDebugContainer.php line 5001

Open in your IDE?
  1. <?php
  2. namespace ContainerHeHlRxZ;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.state_machine.prospectOnStoreQualification' => 'get_Container_Private_StateMachine_ProspectOnStoreQualificationService',
  41.             '.container.private.state_machine.store' => 'get_Container_Private_StateMachine_StoreService',
  42.             '.container.private.state_machine.storeManagementRequest' => 'get_Container_Private_StateMachine_StoreManagementRequestService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'Wits\\PaymentBundle\\Service\\StripeService' => 'getStripeServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'craue_formflow_util' => 'getCraueFormflowUtilService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  54.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  55.             'event_dispatcher' => 'getEventDispatcherService',
  56.             'http_kernel' => 'getHttpKernelService',
  57.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  58.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  59.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  60.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  61.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  62.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  63.             'request_stack' => 'getRequestStackService',
  64.             'router' => 'getRouterService',
  65.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  66.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  67.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  68.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  69.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  70.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  71.             'translator' => 'getTranslatorService',
  72.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  73.             'cache_clearer' => 'getCacheClearerService',
  74.             'filesystem' => 'getFilesystemService',
  75.             'state_machine.storeManagementRequest' => 'getStateMachine_StoreManagementRequestService',
  76.             'state_machine.store' => 'getStateMachine_StoreService',
  77.             'state_machine.prospectOnStoreQualification' => 'getStateMachine_ProspectOnStoreQualificationService',
  78.             'serializer' => 'getSerializerService',
  79.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  80.             'form.factory' => 'getForm_FactoryService',
  81.             'form.type.file' => 'getForm_Type_FileService',
  82.             'profiler' => 'getProfilerService',
  83.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  84.             'security.token_storage' => 'getSecurity_TokenStorageService',
  85.             'twig' => 'getTwigService',
  86.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  87.             'session' => 'getSessionService',
  88.             'validator' => 'getValidatorService',
  89.         ];
  90.         $this->fileMap = [
  91.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  92.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  93.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  94.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  95.             'App\\Controller\\Admin\\AbstractCRUDController' => 'getAbstractCRUDControllerService',
  96.             'App\\Controller\\Admin\\ClaimAdminController' => 'getClaimAdminControllerService',
  97.             'App\\Controller\\Admin\\CommercialAdminController' => 'getCommercialAdminControllerService',
  98.             'App\\Controller\\Admin\\DeviceSaleAdminController' => 'getDeviceSaleAdminControllerService',
  99.             'App\\Controller\\Admin\\FinancialStatisticAdminController' => 'getFinancialStatisticAdminControllerService',
  100.             'App\\Controller\\Admin\\FreelanceAdminController' => 'getFreelanceAdminControllerService',
  101.             'App\\Controller\\Admin\\FreelancerCommentAdminController' => 'getFreelancerCommentAdminControllerService',
  102.             'App\\Controller\\Admin\\LeadAdminController' => 'getLeadAdminControllerService',
  103.             'App\\Controller\\Admin\\OrderAdminController' => 'getOrderAdminControllerService',
  104.             'App\\Controller\\Admin\\ProductionStatisticAdminController' => 'getProductionStatisticAdminControllerService',
  105.             'App\\Controller\\Admin\\ProspectAdminController' => 'getProspectAdminControllerService',
  106.             'App\\Controller\\Admin\\ProspectDuplicateAdminController' => 'getProspectDuplicateAdminControllerService',
  107.             'App\\Controller\\Admin\\ProspectOnStoreAdminController' => 'getProspectOnStoreAdminControllerService',
  108.             'App\\Controller\\Admin\\ProspectOnStoreQualificationAdminController' => 'getProspectOnStoreQualificationAdminControllerService',
  109.             'App\\Controller\\Admin\\RefereeCRUDController' => 'getRefereeCRUDControllerService',
  110.             'App\\Controller\\Admin\\SmsBroadcastAdminController' => 'getSmsBroadcastAdminControllerService',
  111.             'App\\Controller\\Admin\\StatisticController' => 'getStatisticControllerService',
  112.             'App\\Controller\\Admin\\StoreAdminController' => 'getStoreAdminControllerService',
  113.             'App\\Controller\\Admin\\StoreManagementRequestAdminController' => 'getStoreManagementRequestAdminControllerService',
  114.             'App\\Controller\\Admin\\UserAdminController' => 'getUserAdminControllerService',
  115.             'App\\Controller\\Api\\QualifyProspectAction' => 'getQualifyProspectActionService',
  116.             'App\\Controller\\Api\\SearchStoresAction' => 'getSearchStoresActionService',
  117.             'App\\Controller\\Api\\getPosFromHubspotAction' => 'getGetPosFromHubspotActionService',
  118.             'App\\Controller\\Backoffice\\CentralPurchasing\\CentralPurchasingBackofficeController' => 'getCentralPurchasingBackofficeControllerService',
  119.             'App\\Controller\\Backoffice\\DefaultBackofficeController' => 'getDefaultBackofficeControllerService',
  120.             'App\\Controller\\Backoffice\\Freelancer\\AccountConfigurationWizardController' => 'getAccountConfigurationWizardControllerService',
  121.             'App\\Controller\\Backoffice\\Freelancer\\AssistantBackOfficeController' => 'getAssistantBackOfficeControllerService',
  122.             'App\\Controller\\Backoffice\\Freelancer\\BusinessModelBackofficeController' => 'getBusinessModelBackofficeControllerService',
  123.             'App\\Controller\\Backoffice\\Freelancer\\ClaimController' => 'getClaimControllerService',
  124.             'App\\Controller\\Backoffice\\Freelancer\\DashboardBackofficeController' => 'getDashboardBackofficeControllerService',
  125.             'App\\Controller\\Backoffice\\Freelancer\\DeviceSaleBackofficeController' => 'getDeviceSaleBackofficeControllerService',
  126.             'App\\Controller\\Backoffice\\Freelancer\\OrderBackofficeController' => 'getOrderBackofficeControllerService',
  127.             'App\\Controller\\Backoffice\\Freelancer\\PaymentBackofficeController' => 'getPaymentBackofficeControllerService',
  128.             'App\\Controller\\Backoffice\\Freelancer\\ProspectBackofficeController' => 'getProspectBackofficeControllerService',
  129.             'App\\Controller\\Backoffice\\Freelancer\\SmsBroadcastController' => 'getSmsBroadcastControllerService',
  130.             'App\\Controller\\Backoffice\\Freelancer\\SponsorshipController' => 'getSponsorshipControllerService',
  131.             'App\\Controller\\Backoffice\\Freelancer\\StatBackOfficeController' => 'getStatBackOfficeControllerService',
  132.             'App\\Controller\\Backoffice\\Freelancer\\StoreBackofficeController' => 'getStoreBackofficeControllerService',
  133.             'App\\Controller\\Backoffice\\Freelancer\\StoreIndexationBackofficeController' => 'getStoreIndexationBackofficeControllerService',
  134.             'App\\Controller\\Backoffice\\Freelancer\\StorePageBackofficeController' => 'getStorePageBackofficeControllerService',
  135.             'App\\Controller\\Backoffice\\NotificationController' => 'getNotificationControllerService',
  136.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberBackofficeController' => 'getPrescriberBackofficeControllerService',
  137.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberIncentiveBackofficeController' => 'getPrescriberIncentiveBackofficeControllerService',
  138.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberProspectController' => 'getPrescriberProspectControllerService',
  139.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberRemunerationBackofficeController' => 'getPrescriberRemunerationBackofficeControllerService',
  140.             'App\\Controller\\Backoffice\\ProfileController' => 'getProfileControllerService',
  141.             'App\\Controller\\Front\\BlogController' => 'getBlogControllerService',
  142.             'App\\Controller\\Front\\CityController' => 'getCityControllerService',
  143.             'App\\Controller\\Front\\CoregistrationController' => 'getCoregistrationControllerService',
  144.             'App\\Controller\\Front\\DefaultController' => 'getDefaultControllerService',
  145.             'App\\Controller\\Front\\HearingAidController' => 'getHearingAidControllerService',
  146.             'App\\Controller\\Front\\HearingBrandController' => 'getHearingBrandControllerService',
  147.             'App\\Controller\\Front\\HearingMakerController' => 'getHearingMakerControllerService',
  148.             'App\\Controller\\Front\\LandingPage\\LandingPageController' => 'getLandingPageControllerService',
  149.             'App\\Controller\\Front\\PhoneValidationController' => 'getPhoneValidationControllerService',
  150.             'App\\Controller\\Front\\ProspectController' => 'getProspectControllerService',
  151.             'App\\Controller\\Front\\ProspectDuplicatePageController' => 'getProspectDuplicatePageControllerService',
  152.             'App\\Controller\\Front\\ProspectFeedbackController' => 'getProspectFeedbackControllerService',
  153.             'App\\Controller\\Front\\ProspectOnHearingAidController' => 'getProspectOnHearingAidControllerService',
  154.             'App\\Controller\\Front\\ProspectOnStoreFeedbackController' => 'getProspectOnStoreFeedbackControllerService',
  155.             'App\\Controller\\Front\\ShortUrlController' => 'getShortUrlControllerService',
  156.             'App\\Controller\\Front\\SitemapController' => 'getSitemapControllerService',
  157.             'App\\Controller\\Front\\SponsorshipController' => 'getSponsorshipController2Service',
  158.             'App\\Controller\\Front\\StatController' => 'getStatControllerService',
  159.             'App\\Controller\\Front\\StoreFinderController' => 'getStoreFinderControllerService',
  160.             'App\\Controller\\Front\\StorePageController' => 'getStorePageControllerService',
  161.             'App\\Controller\\Front\\TestPageController' => 'getTestPageControllerService',
  162.             'App\\Controller\\Orl\\OrlController' => 'getOrlControllerService',
  163.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  164.             'App\\Controller\\UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  165.             'App\\Controller\\Webhook\\AudiowizardWebhookController' => 'getAudiowizardWebhookControllerService',
  166.             'App\\Controller\\Webhook\\HubspotWebhookController' => 'getHubspotWebhookControllerService',
  167.             'App\\Controller\\Whitelabel\\WhitelabelController' => 'getWhitelabelControllerService',
  168.             'App\\Form\\ProspectFlow' => 'getProspectFlowService',
  169.             'App\\Service\\FreelancerStatisticService' => 'getFreelancerStatisticServiceService',
  170.             'App\\Service\\InvoiceService' => 'getInvoiceServiceService',
  171.             'App\\Service\\StatService' => 'getStatServiceService',
  172.             'App\\Service\\StoreService' => 'getStoreServiceService',
  173.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  174.             'Geocoder\\Dumper\\GeoArray' => 'getGeoArrayService',
  175.             'Geocoder\\Dumper\\GeoJson' => 'getGeoJsonService',
  176.             'Geocoder\\Dumper\\Gpx' => 'getGpxService',
  177.             'Geocoder\\Dumper\\Kml' => 'getKmlService',
  178.             'Geocoder\\Dumper\\Wkb' => 'getWkbService',
  179.             'Geocoder\\Dumper\\Wkt' => 'getWktService',
  180.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  181.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  182.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface' => 'getCodeGeneratorInterfaceService',
  183.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  184.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  186.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  187.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  188.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  189.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  190.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  191.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  192.             'Vich\\UploaderBundle\\Naming\\PropertyNamer.store_images' => 'getPropertyNamer_StoreImagesService',
  193.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  194.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  195.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  196.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_author_image' => 'getUniqidNamer_BlogAuthorImageService',
  197.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.blogpost_image' => 'getUniqidNamer_BlogpostImageService',
  198.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.invoice_pdf' => 'getUniqidNamer_InvoicePdfService',
  199.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.storeManagementRequest_kbis' => 'getUniqidNamer_StoreManagementRequestKbisService',
  200.             'Wits\\PaymentBundle\\Controller\\StripeController' => 'getStripeControllerService',
  201.             'admin.StoreManagementRequest.template_registry' => 'getAdmin_StoreManagementRequest_TemplateRegistryService',
  202.             'admin.acquisitionMode.template_registry' => 'getAdmin_AcquisitionMode_TemplateRegistryService',
  203.             'admin.blogAuthor.template_registry' => 'getAdmin_BlogAuthor_TemplateRegistryService',
  204.             'admin.blogCategory.template_registry' => 'getAdmin_BlogCategory_TemplateRegistryService',
  205.             'admin.blogPost.template_registry' => 'getAdmin_BlogPost_TemplateRegistryService',
  206.             'admin.careNetwork.template_registry' => 'getAdmin_CareNetwork_TemplateRegistryService',
  207.             'admin.centralPurchasing.template_registry' => 'getAdmin_CentralPurchasing_TemplateRegistryService',
  208.             'admin.cityPost.template_registry' => 'getAdmin_CityPost_TemplateRegistryService',
  209.             'admin.claimAdmin.template_registry' => 'getAdmin_ClaimAdmin_TemplateRegistryService',
  210.             'admin.coregistrationCampaign.template_registry' => 'getAdmin_CoregistrationCampaign_TemplateRegistryService',
  211.             'admin.creditCost.template_registry' => 'getAdmin_CreditCost_TemplateRegistryService',
  212.             'admin.creditPackGeneric.template_registry' => 'getAdmin_CreditPackGeneric_TemplateRegistryService',
  213.             'admin.deviceSale.template_registry' => 'getAdmin_DeviceSale_TemplateRegistryService',
  214.             'admin.financialParameterAdmin.template_registry' => 'getAdmin_FinancialParameterAdmin_TemplateRegistryService',
  215.             'admin.financialStatisticAdmin.template_registry' => 'getAdmin_FinancialStatisticAdmin_TemplateRegistryService',
  216.             'admin.freelancer.template_registry' => 'getAdmin_Freelancer_TemplateRegistryService',
  217.             'admin.freelancerComment.template_registry' => 'getAdmin_FreelancerComment_TemplateRegistryService',
  218.             'admin.hearingAid.template_registry' => 'getAdmin_HearingAid_TemplateRegistryService',
  219.             'admin.hearingBrand.template_registry' => 'getAdmin_HearingBrand_TemplateRegistryService',
  220.             'admin.hearingMaker.template_registry' => 'getAdmin_HearingMaker_TemplateRegistryService',
  221.             'admin.invoice.template_registry' => 'getAdmin_Invoice_TemplateRegistryService',
  222.             'admin.lead.template_registry' => 'getAdmin_Lead_TemplateRegistryService',
  223.             'admin.logEntry.template_registry' => 'getAdmin_LogEntry_TemplateRegistryService',
  224.             'admin.navigationStatisticAdmin.template_registry' => 'getAdmin_NavigationStatisticAdmin_TemplateRegistryService',
  225.             'admin.notification.template_registry' => 'getAdmin_Notification_TemplateRegistryService',
  226.             'admin.order.template_registry' => 'getAdmin_Order_TemplateRegistryService',
  227.             'admin.partner.template_registry' => 'getAdmin_Partner_TemplateRegistryService',
  228.             'admin.payment.template_registry' => 'getAdmin_Payment_TemplateRegistryService',
  229.             'admin.paymentMethod.template_registry' => 'getAdmin_PaymentMethod_TemplateRegistryService',
  230.             'admin.phoneValidation.template_registry' => 'getAdmin_PhoneValidation_TemplateRegistryService',
  231.             'admin.prescriber.template_registry' => 'getAdmin_Prescriber_TemplateRegistryService',
  232.             'admin.productionStatisticAdmin.template_registry' => 'getAdmin_ProductionStatisticAdmin_TemplateRegistryService',
  233.             'admin.prospect.template_registry' => 'getAdmin_Prospect_TemplateRegistryService',
  234.             'admin.prospectDulicate.template_registry' => 'getAdmin_ProspectDulicate_TemplateRegistryService',
  235.             'admin.prospectOnHearingAid.template_registry' => 'getAdmin_ProspectOnHearingAid_TemplateRegistryService',
  236.             'admin.prospectOnStore.template_registry' => 'getAdmin_ProspectOnStore_TemplateRegistryService',
  237.             'admin.prospectOnStoreFeedback.template_registry' => 'getAdmin_ProspectOnStoreFeedback_TemplateRegistryService',
  238.             'admin.prospectOnStoreQualification.template_registry' => 'getAdmin_ProspectOnStoreQualification_TemplateRegistryService',
  239.             'admin.prospectOnStoreStatus.template_registry' => 'getAdmin_ProspectOnStoreStatus_TemplateRegistryService',
  240.             'admin.prospectQualification.template_registry' => 'getAdmin_ProspectQualification_TemplateRegistryService',
  241.             'admin.qualificationStatisticAdmin.template_registry' => 'getAdmin_QualificationStatisticAdmin_TemplateRegistryService',
  242.             'admin.shortUrl.template_registry' => 'getAdmin_ShortUrl_TemplateRegistryService',
  243.             'admin.smsBroadcast.template_registry' => 'getAdmin_SmsBroadcast_TemplateRegistryService',
  244.             'admin.sponsorship.template_registry' => 'getAdmin_Sponsorship_TemplateRegistryService',
  245.             'admin.stat.report.template_registry' => 'getAdmin_Stat_Report_TemplateRegistryService',
  246.             'admin.store.template_registry' => 'getAdmin_Store_TemplateRegistryService',
  247.             'admin.storeFinderData.template_registry' => 'getAdmin_StoreFinderData_TemplateRegistryService',
  248.             'admin.storeIndexation.template_registry' => 'getAdmin_StoreIndexation_TemplateRegistryService',
  249.             'admin.storePage.template_registry' => 'getAdmin_StorePage_TemplateRegistryService',
  250.             'admin.thirdPartyEntity.template_registry' => 'getAdmin_ThirdPartyEntity_TemplateRegistryService',
  251.             'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService',
  252.             'admin.userTracking.template_registry' => 'getAdmin_UserTracking_TemplateRegistryService',
  253.             'admin.userTrackingDetail.template_registry' => 'getAdmin_UserTrackingDetail_TemplateRegistryService',
  254.             'admin.userTrackingDuration.template_registry' => 'getAdmin_UserTrackingDuration_TemplateRegistryService',
  255.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  256.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  257.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  258.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  259.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  260.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  261.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  262.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  263.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  264.             'cache.app_clearer' => 'getCache_AppClearerService',
  265.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  266.             'cache.system_clearer' => 'getCache_SystemClearerService',
  267.             'cache_warmer' => 'getCacheWarmerService',
  268.             'console.command.public_alias.App\\Command\\AppointmentFeedbackCommand' => 'getAppointmentFeedbackCommandService',
  269.             'console.command.public_alias.App\\Command\\AutomationFreelancerCommand' => 'getAutomationFreelancerCommandService',
  270.             'console.command.public_alias.App\\Command\\ComputePosStartDealingDateCommand' => 'getComputePosStartDealingDateCommandService',
  271.             'console.command.public_alias.App\\Command\\DailyReportCommand' => 'getDailyReportCommandService',
  272.             'console.command.public_alias.App\\Command\\GenerateBrandReportCommand' => 'getGenerateBrandReportCommandService',
  273.             'console.command.public_alias.App\\Command\\HearingAidCsvImportCommand' => 'getHearingAidCsvImportCommandService',
  274.             'console.command.public_alias.App\\Command\\MigratePaymentCommand' => 'getMigratePaymentCommandService',
  275.             'console.command.public_alias.App\\Command\\NotificationCleanCommand' => 'getNotificationCleanCommandService',
  276.             'console.command.public_alias.App\\Command\\ProspectOnStoreFeedbackCommand' => 'getProspectOnStoreFeedbackCommandService',
  277.             'console.command.public_alias.App\\Command\\ProspectOnStoreStatusSendCallbackReminderCommand' => 'getProspectOnStoreStatusSendCallbackReminderCommandService',
  278.             'console.command.public_alias.App\\Command\\ShortUrlCleanCommand' => 'getShortUrlCleanCommandService',
  279.             'console.command.public_alias.App\\Command\\ShortUrlGenerateCommand' => 'getShortUrlGenerateCommandService',
  280.             'console.command.public_alias.App\\Command\\SmsBroadcastSendCommand' => 'getSmsBroadcastSendCommandService',
  281.             'console.command.public_alias.App\\Command\\SponsorshipExpireCommand' => 'getSponsorshipExpireCommandService',
  282.             'console.command.public_alias.App\\Command\\StoreGenerateSlugCommand' => 'getStoreGenerateSlugCommandService',
  283.             'console.command_loader' => 'getConsole_CommandLoaderService',
  284.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  285.             'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
  286.             'error_controller' => 'getErrorControllerService',
  287.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  288.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  289.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  290.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  291.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  292.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  293.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  294.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  295.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  296.             'httplug.client' => 'getHttplug_ClientService',
  297.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  298.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  299.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  300.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  301.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  302.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  303.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  304.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  305.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  306.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  307.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  308.             'knp_paginator' => 'getKnpPaginatorService',
  309.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  310.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  311.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  312.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  313.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  314.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  315.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  316.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  317.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  318.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  319.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  320.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  321.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  322.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  323.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  324.             'mca.stat.navigation_store_display' => 'getMca_Stat_NavigationStoreDisplayService',
  325.             'mca.stat.navigation_user_average_time' => 'getMca_Stat_NavigationUserAverageTimeService',
  326.             'mca.stat.production_average_age' => 'getMca_Stat_ProductionAverageAgeService',
  327.             'mca.stat.production_average_age_by_admin' => 'getMca_Stat_ProductionAverageAgeByAdminService',
  328.             'mca.stat.production_average_age_by_source' => 'getMca_Stat_ProductionAverageAgeBySourceService',
  329.             'mca.stat.production_average_distance' => 'getMca_Stat_ProductionAverageDistanceService',
  330.             'mca.stat.production_lead_count' => 'getMca_Stat_ProductionLeadCountService',
  331.             'mca.stat.production_lead_count_by_acquisition_mode' => 'getMca_Stat_ProductionLeadCountByAcquisitionModeService',
  332.             'mca.stat.production_lead_count_by_day' => 'getMca_Stat_ProductionLeadCountByDayService',
  333.             'mca.stat.production_lead_count_by_partner' => 'getMca_Stat_ProductionLeadCountByPartnerService',
  334.             'mca.stat.production_lead_prescription_rate_by_admin' => 'getMca_Stat_ProductionLeadPrescriptionRateByAdminService',
  335.             'mca.stat.production_lead_prescription_rate_by_source' => 'getMca_Stat_ProductionLeadPrescriptionRateBySourceService',
  336.             'mca.stat.production_validation_rate_by_mode' => 'getMca_Stat_ProductionValidationRateByModeService',
  337.             'mca.stat.qualification_acquisition_mode_ratio' => 'getMca_Stat_QualificationAcquisitionModeRatioService',
  338.             'mca.stat.qualification_daily' => 'getMca_Stat_QualificationDailyService',
  339.             'mca.stat.qualification_duration' => 'getMca_Stat_QualificationDurationService',
  340.             'mca.stat.qualification_state_ratio' => 'getMca_Stat_QualificationStateRatioService',
  341.             'mca.stat.qualification_validation_rate_by_mode' => 'getMca_Stat_QualificationValidationRateByModeService',
  342.             'routing.loader' => 'getRouting_LoaderService',
  343.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  344.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  345.             'services_resetter' => 'getServicesResetterService',
  346.             'sherlockode_configuration.controller.parameter' => 'getSherlockodeConfiguration_Controller_ParameterService',
  347.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  348.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  349.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  350.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  351.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  352.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  353.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  354.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  355.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  356.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  357.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  358.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  359.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  360.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  361.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  362.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  363.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  364.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  365.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  366.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  367.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  368.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  369.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  370.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  371.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  372.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  373.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  374.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  375.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  376.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  377.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  378.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  379.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  380.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  381.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  382.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  383.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  384.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  385.         ];
  386.         $this->aliases = [
  387.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  388.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  389.             'App\\Kernel' => 'kernel',
  390.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  391.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  392.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  393.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  394.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  395.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  396.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  397.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  398.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  399.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  400.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  401.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  402.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  403.             'database_connection' => 'doctrine.dbal.default_connection',
  404.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  405.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  406.             'scheb_two_factor.security.email.code_generator' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface',
  407.             'sonata.seo.page' => 'sonata.seo.page.default',
  408.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  409.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  410.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  411.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  412.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  413.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  414.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  415.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  416.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  417.         ];
  418.         $this->privates['service_container'] = function () {
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  425.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  426.             include_once \dirname(__DIR__4).'/src/EventListener/CleanFlashMessageListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  430.             include_once \dirname(__DIR__4).'/src/EventListener/FormThemeExtensionListener.php';
  431.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  432.             include_once \dirname(__DIR__4).'/src/EventListener/SponsorshipListener.php';
  433.             include_once \dirname(__DIR__4).'/src/EventListener/UserConfigStepListener.php';
  434.             include_once \dirname(__DIR__4).'/src/EventListener/UtmListener.php';
  435.             include_once \dirname(__DIR__4).'/src/Listener/OrlListener.php';
  436.             include_once \dirname(__DIR__4).'/src/Listener/WhiteLabelListener.php';
  437.             include_once \dirname(__DIR__4).'/src/Mailer/AppMailer.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  445.             include_once \dirname(__DIR__4).'/src/Repository/AdministratorRepository.php';
  446.             include_once \dirname(__DIR__4).'/src/Repository/CityPostRepository.php';
  447.             include_once \dirname(__DIR__4).'/src/Repository/FreelancerAssistantRepository.php';
  448.             include_once \dirname(__DIR__4).'/src/Repository/FreelancerRepository.php';
  449.             include_once \dirname(__DIR__4).'/src/Repository/AbstractEntityRepository.php';
  450.             include_once \dirname(__DIR__4).'/src/Repository/HearingBrandRepository.php';
  451.             include_once \dirname(__DIR__4).'/src/Repository/HearingMakerRepository.php';
  452.             include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  453.             include_once \dirname(__DIR__4).'/src/Repository/OrderRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/SponsorshipRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Service/BusinessModelService.php';
  456.             include_once \dirname(__DIR__4).'/src/Service/SmsServiceInterface.php';
  457.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberValidationServiceInterface.php';
  458.             include_once \dirname(__DIR__4).'/src/Service/CapitoleMobileService.php';
  459.             include_once \dirname(__DIR__4).'/src/Service/CreditService.php';
  460.             include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  461.             include_once \dirname(__DIR__4).'/src/Service/NotifyFreelancerService.php';
  462.             include_once \dirname(__DIR__4).'/src/Service/OrlService.php';
  463.             include_once \dirname(__DIR__4).'/src/Service/PaymentService.php';
  464.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-email/Mailer/AuthCodeMailerInterface.php';
  466.             include_once \dirname(__DIR__4).'/src/Service/SendinblueService.php';
  467.             include_once \dirname(__DIR__4).'/src/Service/SponsorshipService.php';
  468.             include_once \dirname(__DIR__4).'/src/Service/UtmManager.php';
  469.             include_once \dirname(__DIR__4).'/src/Service/WhiteLabelService.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  481.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  625.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  643.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  669.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  670.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  671.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  684.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  686.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  687.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  690.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  691.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  692.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  708.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  709.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  710.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  711.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  712.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  713.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  714.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  715.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  719.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  720.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  722.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  724.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  734.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  736.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  741.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  743.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  751.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  752.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  758.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  759.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  760.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  761.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  762.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  763.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  764.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  765.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  766.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  767.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  769.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  770.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  771.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  774.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  777.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  778.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  779.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  783.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  784.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  785.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  786.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  787.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  790.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  791.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  793.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  795.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  796.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  797.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  798.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  800.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  802.             include_once \dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Service/StripeService.php';
  803.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  804.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  806.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  808.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  809.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  811.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  820.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  828.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  830.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  840.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  841.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  844.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  845.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  846.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  850.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  852.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  856.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  857.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  858.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  860.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  864.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  865.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  866.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  867.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  868.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  869.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  871.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  872.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  873.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  874.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  875.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  876.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  877.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  878.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  879.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  881.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  883.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  885.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  886.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  887.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  889.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  893.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  895.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  896.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  897.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  899.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  900.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  901.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  902.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  903.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  904.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  908.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  909.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  910.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  912.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  913.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  915.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  916.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  919.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  920.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  922.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  923.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  924.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  926.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  927.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  930.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  933.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  934.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  935.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  936.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  938.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  941.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  942.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  943.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  944.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  945.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  946.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  950.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  951.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  953.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ConfigurationManagerInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ConfigurationManager.php';
  955.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ParameterManagerInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ParameterManager.php';
  957.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/FieldTypeManagerInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/FieldTypeManager.php';
  959.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/FieldTypeInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/AbstractField.php';
  961.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/SimpleField.php';
  962.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/DateTimeField.php';
  963.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/ChoiceField.php';
  964.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/CheckboxField.php';
  965.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/EntityField.php';
  966.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/ImageField.php';
  967.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/PasswordField.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  978.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1128.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  1129.             include_once \dirname(__DIR__4).'/src/Twig/BusinessModelExtension.php';
  1130.             include_once \dirname(__DIR__4).'/src/Twig/OrderExtension.php';
  1131.             include_once \dirname(__DIR__4).'/src/Twig/OrlExtension.php';
  1132.             include_once \dirname(__DIR__4).'/src/Twig/WhiteLabelExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/ob/highcharts-bundle/Twig/HighchartsExtension.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Twig/ParameterExtension.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1177.             include_once \dirname(__DIR__4).'/src/Service/GenericContentFrontService.php';
  1178.             include_once \dirname(__DIR__4).'/src/Utils/Formatter.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1188.         };
  1189.     }
  1190.     public function compile(): void
  1191.     {
  1192.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1193.     }
  1194.     public function isCompiled(): bool
  1195.     {
  1196.         return true;
  1197.     }
  1198.     public function getRemovedIds(): array
  1199.     {
  1200.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1201.     }
  1202.     protected function load($file$lazyLoad true)
  1203.     {
  1204.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1205.             return $class::do($this$lazyLoad);
  1206.         }
  1207.         if ('.' === $file[-4]) {
  1208.             $class substr($class0, -4);
  1209.         } else {
  1210.             $file .= '.php';
  1211.         }
  1212.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1213.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1214.     }
  1215.     protected function createProxy($class, \Closure $factory)
  1216.     {
  1217.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1218.         return $factory();
  1219.     }
  1220.     /**
  1221.      * Gets the public '.container.private.filesystem' shared service.
  1222.      *
  1223.      * @return \Symfony\Component\Filesystem\Filesystem
  1224.      */
  1225.     protected function get_Container_Private_FilesystemService()
  1226.     {
  1227.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1228.     }
  1229.     /**
  1230.      * Gets the public '.container.private.profiler' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1233.      */
  1234.     protected function get_Container_Private_ProfilerService()
  1235.     {
  1236.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1237.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1238.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1239.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1240.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1241.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1242.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1243.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1244.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1245.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1246.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1247.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1248.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1249.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1250.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1251.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1252.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1253.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1254.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1255.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1256.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1257.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1258.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1259.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1260.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1261.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1262.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1263.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1264.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1265.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1266.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1267.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1268.         if ($this->has('kernel')) {
  1269.             $g->setKernel($b);
  1270.         }
  1271.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1272.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1273.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1274.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1275.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1276.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1277.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1278.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1279.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1280.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1281.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1282.         $instance->add($d);
  1283.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1284.         $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()), false));
  1285.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1286.         $instance->add($e);
  1287.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1288.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1289.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1290.         $instance->add($f);
  1291.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1292.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1293.         $instance->add(new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector());
  1294.         $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']));
  1295.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1296.         $instance->add($g);
  1297.         return $instance;
  1298.     }
  1299.     /**
  1300.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1301.      *
  1302.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1303.      */
  1304.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1305.     {
  1306.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1307.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1308.             return $this->services['.container.private.security.authorization_checker'];
  1309.         }
  1310.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1311.     }
  1312.     /**
  1313.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1314.      *
  1315.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1316.      */
  1317.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1318.     {
  1319.         return $this->services['.container.private.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())));
  1320.     }
  1321.     /**
  1322.      * Gets the public '.container.private.security.token_storage' shared service.
  1323.      *
  1324.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1325.      */
  1326.     protected function get_Container_Private_Security_TokenStorageService()
  1327.     {
  1328.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1329.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1330.         ], [
  1331.             'request_stack' => '?',
  1332.         ]));
  1333.     }
  1334.     /**
  1335.      * Gets the public '.container.private.serializer' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\Serializer\Serializer
  1338.      */
  1339.     protected function get_Container_Private_SerializerService()
  1340.     {
  1341.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1342.         if (isset($this->services['.container.private.serializer'])) {
  1343.             return $this->services['.container.private.serializer'];
  1344.         }
  1345.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1346.         if (isset($this->services['.container.private.serializer'])) {
  1347.             return $this->services['.container.private.serializer'];
  1348.         }
  1349.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1350.         if (isset($this->services['.container.private.serializer'])) {
  1351.             return $this->services['.container.private.serializer'];
  1352.         }
  1353.         $d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1354.         if (isset($this->services['.container.private.serializer'])) {
  1355.             return $this->services['.container.private.serializer'];
  1356.         }
  1357.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1358.         if (isset($this->services['.container.private.serializer'])) {
  1359.             return $this->services['.container.private.serializer'];
  1360.         }
  1361.         $f = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1362.         if (isset($this->services['.container.private.serializer'])) {
  1363.             return $this->services['.container.private.serializer'];
  1364.         }
  1365.         $g = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1366.         if (isset($this->services['.container.private.serializer'])) {
  1367.             return $this->services['.container.private.serializer'];
  1368.         }
  1369.         $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1370.         if (isset($this->services['.container.private.serializer'])) {
  1371.             return $this->services['.container.private.serializer'];
  1372.         }
  1373.         $i = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1374.         $j = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1375.         $k = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$i$a)], [=> $j]));
  1376.         $l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($k);
  1377.         $m = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1378.         $n = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1379.         $o = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($m$b$c, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $dNULL$nNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$k));
  1380.         $p = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1381.         $q = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1382.         $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1383.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r);
  1384.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r$p$i$a$sNULL);
  1385.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($i), => $l=> $o=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($e, [], $p), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $p), => $o=> $l=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($m$b$c$qNULL$eNULL$p), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($m$f$e), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($etrue), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($m$b$c$f$q$g$i$p$r, [], new RewindableGenerator(function () {
  1386.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1387.         }, 1), $h), 15 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$f$q$i$p$r, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1388.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1389.         }, 1), $m$h), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $p), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r$p$a$sNULL)), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 24 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($g$q$fNULL), 'page''pagination'$m$i), $m$q$n), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$f$g), 27 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $j=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1390.     }
  1391.     /**
  1392.      * Gets the public '.container.private.session' shared service.
  1393.      *
  1394.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1395.      */
  1396.     protected function get_Container_Private_SessionService()
  1397.     {
  1398.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1399.         if (isset($this->services['.container.private.session'])) {
  1400.             return $this->services['.container.private.session'];
  1401.         }
  1402.         return $this->services['.container.private.session'] = $a->createSession();
  1403.     }
  1404.     /**
  1405.      * Gets the public '.container.private.state_machine.prospectOnStoreQualification' shared service.
  1406.      *
  1407.      * @return \Symfony\Component\Workflow\StateMachine
  1408.      */
  1409.     protected function get_Container_Private_StateMachine_ProspectOnStoreQualificationService()
  1410.     {
  1411.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1412.         if (isset($this->services['.container.private.state_machine.prospectOnStoreQualification'])) {
  1413.             return $this->services['.container.private.state_machine.prospectOnStoreQualification'];
  1414.         }
  1415.         return $this->services['.container.private.state_machine.prospectOnStoreQualification'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'pdg'=> 'vld'=> 'invld'=> 'unrch'], [=> ($this->privates['.state_machine.prospectOnStoreQualification.transition.0'] ?? ($this->privates['.state_machine.prospectOnStoreQualification.transition.0'] = new \Symfony\Component\Workflow\Transition('validate''pdg''vld'))), => ($this->privates['.state_machine.prospectOnStoreQualification.transition.1'] ?? ($this->privates['.state_machine.prospectOnStoreQualification.transition.1'] = new \Symfony\Component\Workflow\Transition('reject''pdg''invld'))), => ($this->privates['.state_machine.prospectOnStoreQualification.transition.2'] ?? ($this->privates['.state_machine.prospectOnStoreQualification.transition.2'] = new \Symfony\Component\Workflow\Transition('unreach''pdg''unrch')))], [], ($this->privates['state_machine.prospectOnStoreQualification.metadata_store'] ?? $this->getStateMachine_ProspectOnStoreQualification_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'state'), $a'prospectOnStoreQualification'NULL);
  1416.     }
  1417.     /**
  1418.      * Gets the public '.container.private.state_machine.store' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\Workflow\StateMachine
  1421.      */
  1422.     protected function get_Container_Private_StateMachine_StoreService()
  1423.     {
  1424.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1425.         if (isset($this->services['.container.private.state_machine.store'])) {
  1426.             return $this->services['.container.private.state_machine.store'];
  1427.         }
  1428.         return $this->services['.container.private.state_machine.store'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'new'=> 'valid'=> 'rejected'=> 'to_be_deleted'=> 'deleted'], [=> ($this->privates['.state_machine.store.transition.0'] ?? ($this->privates['.state_machine.store.transition.0'] = new \Symfony\Component\Workflow\Transition('validate''new''valid'))), => ($this->privates['.state_machine.store.transition.1'] ?? ($this->privates['.state_machine.store.transition.1'] = new \Symfony\Component\Workflow\Transition('reject''new''rejected'))), => ($this->privates['.state_machine.store.transition.2'] ?? ($this->privates['.state_machine.store.transition.2'] = new \Symfony\Component\Workflow\Transition('askForSuppression''valid''to_be_deleted'))), => ($this->privates['.state_machine.store.transition.3'] ?? ($this->privates['.state_machine.store.transition.3'] = new \Symfony\Component\Workflow\Transition('validate_suppression''to_be_deleted''deleted'))), => ($this->privates['.state_machine.store.transition.4'] ?? ($this->privates['.state_machine.store.transition.4'] = new \Symfony\Component\Workflow\Transition('reject_suppression''to_be_deleted''valid')))], [], ($this->privates['state_machine.store.metadata_store'] ?? $this->getStateMachine_Store_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'state'), $a'store'NULL);
  1429.     }
  1430.     /**
  1431.      * Gets the public '.container.private.state_machine.storeManagementRequest' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\Workflow\StateMachine
  1434.      */
  1435.     protected function get_Container_Private_StateMachine_StoreManagementRequestService()
  1436.     {
  1437.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1438.         if (isset($this->services['.container.private.state_machine.storeManagementRequest'])) {
  1439.             return $this->services['.container.private.state_machine.storeManagementRequest'];
  1440.         }
  1441.         return $this->services['.container.private.state_machine.storeManagementRequest'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'new'=> 'validated'=> 'rejected'], [=> ($this->privates['.state_machine.storeManagementRequest.transition.0'] ?? ($this->privates['.state_machine.storeManagementRequest.transition.0'] = new \Symfony\Component\Workflow\Transition('validate''new''validated'))), => ($this->privates['.state_machine.storeManagementRequest.transition.1'] ?? ($this->privates['.state_machine.storeManagementRequest.transition.1'] = new \Symfony\Component\Workflow\Transition('reject''new''rejected')))], [], ($this->privates['state_machine.storeManagementRequest.metadata_store'] ?? $this->getStateMachine_StoreManagementRequest_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'state'), $a'storeManagementRequest'NULL);
  1442.     }
  1443.     /**
  1444.      * Gets the public '.container.private.twig' shared service.
  1445.      *
  1446.      * @return \Twig\Environment
  1447.      */
  1448.     protected function get_Container_Private_TwigService()
  1449.     {
  1450.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1451.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1452.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1453.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1454.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1455.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1456.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1457.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1458.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1459.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1460.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1461.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1462.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1463.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1464.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
  1465.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
  1466.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1468.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1488.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1489.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/WitsPaymentBundle'), 'WitsPayment');
  1490.         $a->addPath((\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Resources/views'), 'WitsPayment');
  1491.         $a->addPath((\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Resources/views'), '!WitsPayment');
  1492.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1495.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1496.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  1497.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  1498.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  1499.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  1500.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SchebTwoFactorBundle'), 'SchebTwoFactor');
  1501.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1502.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1503.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SherlockodeConfigurationBundle'), 'SherlockodeConfiguration');
  1504.         $a->addPath((\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/views'), 'SherlockodeConfiguration');
  1505.         $a->addPath((\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/views'), '!SherlockodeConfiguration');
  1506.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1507.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1508.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1509.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1510.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1511.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1512.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1513.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1514.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1515.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1516.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1517.         $h = ($this->services['router'] ?? $this->getRouterService());
  1518.         $i = new \Symfony\Component\Workflow\Registry();
  1519.         $i->addWorkflow(($this->services['.container.private.state_machine.storeManagementRequest'] ?? $this->get_Container_Private_StateMachine_StoreManagementRequestService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\StoreManagementRequest'));
  1520.         $i->addWorkflow(($this->services['.container.private.state_machine.store'] ?? $this->get_Container_Private_StateMachine_StoreService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Store'));
  1521.         $i->addWorkflow(($this->services['.container.private.state_machine.prospectOnStoreQualification'] ?? $this->get_Container_Private_StateMachine_ProspectOnStoreQualificationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\ProspectOnStoreQualification'));
  1522.         $j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1523.         $k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1524.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1525.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1526.         $m = new \Knp\Menu\Util\MenuManipulator();
  1527.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1528.         $o = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1529.         $o->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1530.         $p = new \Symfony\Bridge\Twig\AppVariable();
  1531.         $p->setEnvironment('dev');
  1532.         $p->setDebug(true);
  1533.         if ($this->has('.container.private.security.token_storage')) {
  1534.             $p->setTokenStorage($c);
  1535.         }
  1536.         if ($this->has('request_stack')) {
  1537.             $p->setRequestStack($b);
  1538.         }
  1539.         $q = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1540.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1541.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1542.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1543.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1544.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1545.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1546.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  1547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  1555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j$k));
  1558.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  1559.         $instance->addExtension(new \App\Twig\AppExtension($e));
  1560.         $instance->addExtension(new \App\Twig\BusinessModelExtension(($this->privates['App\\Service\\BusinessModelService'] ?? $this->getBusinessModelServiceService())));
  1561.         $instance->addExtension(new \App\Twig\OrderExtension(($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService())));
  1562.         $instance->addExtension(new \App\Twig\OrlExtension(($this->privates['App\\Service\\OrlService'] ?? $this->getOrlServiceService())));
  1563.         $instance->addExtension(new \App\Twig\WhiteLabelExtension(($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService())));
  1564.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1565.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1566.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j$k));
  1567.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1568.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1569.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1570.         ], [
  1571.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1572.             'webpack_encore.tag_renderer' => '?',
  1573.         ])));
  1574.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1575.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1576.         $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, [
  1577.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1578.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1579.         ], [
  1580.             'list' => '?',
  1581.             'twig' => '?',
  1582.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $m$n), $n$m));
  1583.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1584.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1585.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1586.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  1587.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1588.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1589.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1590.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1591.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1592.         $instance->addExtension($o);
  1593.         $instance->addExtension(new \Ob\HighchartsBundle\Twig\HighchartsExtension());
  1594.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1595.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1596.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1597.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1598.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h$f$b$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1599.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1600.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1601.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1602.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1603.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1604.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1605.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1606.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  1607.         $instance->addExtension(new \Sherlockode\ConfigurationBundle\Twig\ParameterExtension(($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService())));
  1608.         $instance->addGlobal('app'$p);
  1609.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1610.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1611.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1612.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1613.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1614.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1615.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1616.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1617.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1618.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1619.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1620.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1621.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1622.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1623.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1624.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1625.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'true],
  1626.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1627.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1628.         ], [
  1629.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1630.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1631.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1632.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1633.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1634.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1635.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1636.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1637.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1638.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1639.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1640.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1641.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1642.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1643.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1644.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1645.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1646.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1647.         ])));
  1648.         $instance->addGlobal('admin_email''support@mon-centre-auditif.com');
  1649.         $instance->addGlobal('contact_email''contact@mon-centre-auditif.com');
  1650.         $instance->addGlobal('generic_content_front', new \App\Service\GenericContentFrontService(($this->privates['App\\Repository\\CityPostRepository'] ?? $this->getCityPostRepositoryService()), ($this->privates['App\\Repository\\HearingBrandRepository'] ?? $this->getHearingBrandRepositoryService()), ($this->privates['App\\Repository\\HearingMakerRepository'] ?? $this->getHearingMakerRepositoryService())));
  1651.         $instance->addGlobal('path_cta_lp''index_acquisition_seo_v3');
  1652.         $instance->addGlobal('utm_source_organic''organic_search');
  1653.         $instance->addGlobal('absolute_path_default''https://mon-centre-auditif.com');
  1654.         $instance->addGlobal('absolute_path_backoffice_freelancer''https://mon-centre-auditif.com');
  1655.         $instance->addGlobal('absolute_path_backoffice_admin''https://mon-centre-auditif.com');
  1656.         $instance->addGlobal('absolute_path_white_label''https://depistage-auditif.fr');
  1657.         $instance->addGlobal('absolute_path_orl''https://annuaire-orl.com');
  1658.         $instance->addGlobal('formatter', new \App\Utils\Formatter());
  1659.         $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']));
  1660.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Mon Centre Auditif''/build/mca_logo_horizontal_white.png', ['use_icheck' => true'html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'bundles/sonataform/app.js'=> 'build/admin/js/mca-admin.js'=> 'build/runtime.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataform/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'=> 'build/admin/css/admin.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  1661.         $instance->registerUndefinedFilterCallback([=> $q=> 'suggestFilter']);
  1662.         $instance->registerUndefinedFunctionCallback([=> $q=> 'suggestFunction']);
  1663.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1664.         return $instance;
  1665.     }
  1666.     /**
  1667.      * Gets the public '.container.private.validator' shared service.
  1668.      *
  1669.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1670.      */
  1671.     protected function get_Container_Private_ValidatorService()
  1672.     {
  1673.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1674.         if (isset($this->services['.container.private.validator'])) {
  1675.             return $this->services['.container.private.validator'];
  1676.         }
  1677.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1678.     }
  1679.     /**
  1680.      * Gets the public 'Wits\PaymentBundle\Service\StripeService' shared autowired service.
  1681.      *
  1682.      * @return \Wits\PaymentBundle\Service\StripeService
  1683.      */
  1684.     protected function getStripeServiceService()
  1685.     {
  1686.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1687.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1688.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1689.         }
  1690.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1691.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1692.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1693.         }
  1694.         $c = ($this->services['router'] ?? $this->getRouterService());
  1695.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1696.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1697.         }
  1698.         return $this->services['Wits\\PaymentBundle\\Service\\StripeService'] = new \Wits\PaymentBundle\Service\StripeService($this->getEnv('STRIPE_PRIVATE_KEY'), $this->getEnv('STRIPE_WEBHOOK_KEY'), $this->parameters['payment'], $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c);
  1699.     }
  1700.     /**
  1701.      * Gets the public 'cache.app' shared service.
  1702.      *
  1703.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1704.      */
  1705.     protected function getCache_AppService()
  1706.     {
  1707.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('cQDcEjTgLJ'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1708.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1709.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1710.     }
  1711.     /**
  1712.      * Gets the public 'cache.system' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1715.      */
  1716.     protected function getCache_SystemService()
  1717.     {
  1718.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0PMksA8N29'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1719.     }
  1720.     /**
  1721.      * Gets the public 'cache.validator_expression_language' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1724.      */
  1725.     protected function getCache_ValidatorExpressionLanguageService()
  1726.     {
  1727.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xo8kEVC+C1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1728.     }
  1729.     /**
  1730.      * Gets the public 'craue_formflow_util' shared service.
  1731.      *
  1732.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  1733.      */
  1734.     protected function getCraueFormflowUtilService()
  1735.     {
  1736.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  1737.     }
  1738.     /**
  1739.      * Gets the public 'data_collector.dump' shared service.
  1740.      *
  1741.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1742.      */
  1743.     protected function getDataCollector_DumpService()
  1744.     {
  1745.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1746.         if (isset($this->services['data_collector.dump'])) {
  1747.             return $this->services['data_collector.dump'];
  1748.         }
  1749.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1750.         if (isset($this->services['data_collector.dump'])) {
  1751.             return $this->services['data_collector.dump'];
  1752.         }
  1753.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1754.     }
  1755.     /**
  1756.      * Gets the public 'doctrine' shared service.
  1757.      *
  1758.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1759.      */
  1760.     protected function getDoctrineService()
  1761.     {
  1762.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1763.     }
  1764.     /**
  1765.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1766.      *
  1767.      * @return \Doctrine\DBAL\Connection
  1768.      */
  1769.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1770.     {
  1771.         $a = new \Doctrine\DBAL\Configuration();
  1772.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1773.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1774.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1775.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1776.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1777.         $c->setConnectionName('default');
  1778.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1779.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1780.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.6''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1781.             'App\\Listener\\HubspotEntityListener' => ['privates''App\\Listener\\HubspotEntityListener''getHubspotEntityListenerService'true],
  1782.             'App\\Listener\\NbPendingLeadListener' => ['privates''App\\Listener\\NbPendingLeadListener''getNbPendingLeadListenerService'true],
  1783.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1784.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1785.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1786.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1787.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1788.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  1789.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1790.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  1791.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1792.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1793.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1794.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1795.             'vich_uploader.listener.clean.blog_author_image' => ['privates''vich_uploader.listener.clean.blog_author_image''getVichUploader_Listener_Clean_BlogAuthorImageService'true],
  1796.             'vich_uploader.listener.clean.blogpost_image' => ['privates''vich_uploader.listener.clean.blogpost_image''getVichUploader_Listener_Clean_BlogpostImageService'true],
  1797.             'vich_uploader.listener.clean.brand_logo' => ['privates''vich_uploader.listener.clean.brand_logo''getVichUploader_Listener_Clean_BrandLogoService'true],
  1798.             'vich_uploader.listener.clean.brand_variation_logo' => ['privates''vich_uploader.listener.clean.brand_variation_logo''getVichUploader_Listener_Clean_BrandVariationLogoService'true],
  1799.             'vich_uploader.listener.clean.city_banner' => ['privates''vich_uploader.listener.clean.city_banner''getVichUploader_Listener_Clean_CityBannerService'true],
  1800.             'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.clean.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Clean_CoregistrationCampaignAdvertiserLogoService'true],
  1801.             'vich_uploader.listener.clean.employee_images' => ['privates''vich_uploader.listener.clean.employee_images''getVichUploader_Listener_Clean_EmployeeImagesService'true],
  1802.             'vich_uploader.listener.clean.freelancer_images' => ['privates''vich_uploader.listener.clean.freelancer_images''getVichUploader_Listener_Clean_FreelancerImagesService'true],
  1803.             'vich_uploader.listener.clean.freelancer_logo' => ['privates''vich_uploader.listener.clean.freelancer_logo''getVichUploader_Listener_Clean_FreelancerLogoService'true],
  1804.             'vich_uploader.listener.clean.hearing_aid_images' => ['privates''vich_uploader.listener.clean.hearing_aid_images''getVichUploader_Listener_Clean_HearingAidImagesService'true],
  1805.             'vich_uploader.listener.clean.highlighted_staff_picture' => ['privates''vich_uploader.listener.clean.highlighted_staff_picture''getVichUploader_Listener_Clean_HighlightedStaffPictureService'true],
  1806.             'vich_uploader.listener.clean.invoice_pdf' => ['privates''vich_uploader.listener.clean.invoice_pdf''getVichUploader_Listener_Clean_InvoicePdfService'true],
  1807.             'vich_uploader.listener.clean.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.clean.storeManagementRequest_kbis''getVichUploader_Listener_Clean_StoreManagementRequestKbisService'true],
  1808.             'vich_uploader.listener.clean.store_images' => ['privates''vich_uploader.listener.clean.store_images''getVichUploader_Listener_Clean_StoreImagesService'true],
  1809.             'vich_uploader.listener.clean.store_logo' => ['privates''vich_uploader.listener.clean.store_logo''getVichUploader_Listener_Clean_StoreLogoService'true],
  1810.             'vich_uploader.listener.remove.blog_author_image' => ['privates''vich_uploader.listener.remove.blog_author_image''getVichUploader_Listener_Remove_BlogAuthorImageService'true],
  1811.             'vich_uploader.listener.remove.blogpost_image' => ['privates''vich_uploader.listener.remove.blogpost_image''getVichUploader_Listener_Remove_BlogpostImageService'true],
  1812.             'vich_uploader.listener.remove.brand_logo' => ['privates''vich_uploader.listener.remove.brand_logo''getVichUploader_Listener_Remove_BrandLogoService'true],
  1813.             'vich_uploader.listener.remove.brand_variation_logo' => ['privates''vich_uploader.listener.remove.brand_variation_logo''getVichUploader_Listener_Remove_BrandVariationLogoService'true],
  1814.             'vich_uploader.listener.remove.city_banner' => ['privates''vich_uploader.listener.remove.city_banner''getVichUploader_Listener_Remove_CityBannerService'true],
  1815.             'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.remove.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Remove_CoregistrationCampaignAdvertiserLogoService'true],
  1816.             'vich_uploader.listener.remove.employee_images' => ['privates''vich_uploader.listener.remove.employee_images''getVichUploader_Listener_Remove_EmployeeImagesService'true],
  1817.             'vich_uploader.listener.remove.freelancer_images' => ['privates''vich_uploader.listener.remove.freelancer_images''getVichUploader_Listener_Remove_FreelancerImagesService'true],
  1818.             'vich_uploader.listener.remove.freelancer_logo' => ['privates''vich_uploader.listener.remove.freelancer_logo''getVichUploader_Listener_Remove_FreelancerLogoService'true],
  1819.             'vich_uploader.listener.remove.hearing_aid_images' => ['privates''vich_uploader.listener.remove.hearing_aid_images''getVichUploader_Listener_Remove_HearingAidImagesService'true],
  1820.             'vich_uploader.listener.remove.highlighted_staff_picture' => ['privates''vich_uploader.listener.remove.highlighted_staff_picture''getVichUploader_Listener_Remove_HighlightedStaffPictureService'true],
  1821.             'vich_uploader.listener.remove.invoice_pdf' => ['privates''vich_uploader.listener.remove.invoice_pdf''getVichUploader_Listener_Remove_InvoicePdfService'true],
  1822.             'vich_uploader.listener.remove.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.remove.storeManagementRequest_kbis''getVichUploader_Listener_Remove_StoreManagementRequestKbisService'true],
  1823.             'vich_uploader.listener.remove.store_images' => ['privates''vich_uploader.listener.remove.store_images''getVichUploader_Listener_Remove_StoreImagesService'true],
  1824.             'vich_uploader.listener.remove.store_logo' => ['privates''vich_uploader.listener.remove.store_logo''getVichUploader_Listener_Remove_StoreLogoService'true],
  1825.             'vich_uploader.listener.upload.blog_author_image' => ['privates''vich_uploader.listener.upload.blog_author_image''getVichUploader_Listener_Upload_BlogAuthorImageService'true],
  1826.             'vich_uploader.listener.upload.blogpost_image' => ['privates''vich_uploader.listener.upload.blogpost_image''getVichUploader_Listener_Upload_BlogpostImageService'true],
  1827.             'vich_uploader.listener.upload.brand_logo' => ['privates''vich_uploader.listener.upload.brand_logo''getVichUploader_Listener_Upload_BrandLogoService'true],
  1828.             'vich_uploader.listener.upload.brand_variation_logo' => ['privates''vich_uploader.listener.upload.brand_variation_logo''getVichUploader_Listener_Upload_BrandVariationLogoService'true],
  1829.             'vich_uploader.listener.upload.city_banner' => ['privates''vich_uploader.listener.upload.city_banner''getVichUploader_Listener_Upload_CityBannerService'true],
  1830.             'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.upload.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Upload_CoregistrationCampaignAdvertiserLogoService'true],
  1831.             'vich_uploader.listener.upload.employee_images' => ['privates''vich_uploader.listener.upload.employee_images''getVichUploader_Listener_Upload_EmployeeImagesService'true],
  1832.             'vich_uploader.listener.upload.freelancer_images' => ['privates''vich_uploader.listener.upload.freelancer_images''getVichUploader_Listener_Upload_FreelancerImagesService'true],
  1833.             'vich_uploader.listener.upload.freelancer_logo' => ['privates''vich_uploader.listener.upload.freelancer_logo''getVichUploader_Listener_Upload_FreelancerLogoService'true],
  1834.             'vich_uploader.listener.upload.hearing_aid_images' => ['privates''vich_uploader.listener.upload.hearing_aid_images''getVichUploader_Listener_Upload_HearingAidImagesService'true],
  1835.             'vich_uploader.listener.upload.highlighted_staff_picture' => ['privates''vich_uploader.listener.upload.highlighted_staff_picture''getVichUploader_Listener_Upload_HighlightedStaffPictureService'true],
  1836.             'vich_uploader.listener.upload.invoice_pdf' => ['privates''vich_uploader.listener.upload.invoice_pdf''getVichUploader_Listener_Upload_InvoicePdfService'true],
  1837.             'vich_uploader.listener.upload.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.upload.storeManagementRequest_kbis''getVichUploader_Listener_Upload_StoreManagementRequestKbisService'true],
  1838.             'vich_uploader.listener.upload.store_images' => ['privates''vich_uploader.listener.upload.store_images''getVichUploader_Listener_Upload_StoreImagesService'true],
  1839.             'vich_uploader.listener.upload.store_logo' => ['privates''vich_uploader.listener.upload.store_logo''getVichUploader_Listener_Upload_StoreLogoService'true],
  1840.         ], [
  1841.             'App\\Listener\\HubspotEntityListener' => '?',
  1842.             'App\\Listener\\NbPendingLeadListener' => '?',
  1843.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1844.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1845.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1846.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1847.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1848.             'fos_user.user_listener' => '?',
  1849.             'sonata.doctrine.mapper' => '?',
  1850.             'stof_doctrine_extensions.listener.blameable' => '?',
  1851.             'stof_doctrine_extensions.listener.loggable' => '?',
  1852.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1853.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1854.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1855.             'vich_uploader.listener.clean.blog_author_image' => '?',
  1856.             'vich_uploader.listener.clean.blogpost_image' => '?',
  1857.             'vich_uploader.listener.clean.brand_logo' => '?',
  1858.             'vich_uploader.listener.clean.brand_variation_logo' => '?',
  1859.             'vich_uploader.listener.clean.city_banner' => '?',
  1860.             'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo' => '?',
  1861.             'vich_uploader.listener.clean.employee_images' => '?',
  1862.             'vich_uploader.listener.clean.freelancer_images' => '?',
  1863.             'vich_uploader.listener.clean.freelancer_logo' => '?',
  1864.             'vich_uploader.listener.clean.hearing_aid_images' => '?',
  1865.             'vich_uploader.listener.clean.highlighted_staff_picture' => '?',
  1866.             'vich_uploader.listener.clean.invoice_pdf' => '?',
  1867.             'vich_uploader.listener.clean.storeManagementRequest_kbis' => '?',
  1868.             'vich_uploader.listener.clean.store_images' => '?',
  1869.             'vich_uploader.listener.clean.store_logo' => '?',
  1870.             'vich_uploader.listener.remove.blog_author_image' => '?',
  1871.             'vich_uploader.listener.remove.blogpost_image' => '?',
  1872.             'vich_uploader.listener.remove.brand_logo' => '?',
  1873.             'vich_uploader.listener.remove.brand_variation_logo' => '?',
  1874.             'vich_uploader.listener.remove.city_banner' => '?',
  1875.             'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo' => '?',
  1876.             'vich_uploader.listener.remove.employee_images' => '?',
  1877.             'vich_uploader.listener.remove.freelancer_images' => '?',
  1878.             'vich_uploader.listener.remove.freelancer_logo' => '?',
  1879.             'vich_uploader.listener.remove.hearing_aid_images' => '?',
  1880.             'vich_uploader.listener.remove.highlighted_staff_picture' => '?',
  1881.             'vich_uploader.listener.remove.invoice_pdf' => '?',
  1882.             'vich_uploader.listener.remove.storeManagementRequest_kbis' => '?',
  1883.             'vich_uploader.listener.remove.store_images' => '?',
  1884.             'vich_uploader.listener.remove.store_logo' => '?',
  1885.             'vich_uploader.listener.upload.blog_author_image' => '?',
  1886.             'vich_uploader.listener.upload.blogpost_image' => '?',
  1887.             'vich_uploader.listener.upload.brand_logo' => '?',
  1888.             'vich_uploader.listener.upload.brand_variation_logo' => '?',
  1889.             'vich_uploader.listener.upload.city_banner' => '?',
  1890.             'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo' => '?',
  1891.             'vich_uploader.listener.upload.employee_images' => '?',
  1892.             'vich_uploader.listener.upload.freelancer_images' => '?',
  1893.             'vich_uploader.listener.upload.freelancer_logo' => '?',
  1894.             'vich_uploader.listener.upload.hearing_aid_images' => '?',
  1895.             'vich_uploader.listener.upload.highlighted_staff_picture' => '?',
  1896.             'vich_uploader.listener.upload.invoice_pdf' => '?',
  1897.             'vich_uploader.listener.upload.storeManagementRequest_kbis' => '?',
  1898.             'vich_uploader.listener.upload.store_images' => '?',
  1899.             'vich_uploader.listener.upload.store_logo' => '?',
  1900.         ]), [=> 'vich_uploader.listener.clean.blogpost_image'=> 'vich_uploader.listener.clean.blog_author_image'=> 'vich_uploader.listener.clean.brand_logo'=> 'vich_uploader.listener.clean.brand_variation_logo'=> 'vich_uploader.listener.clean.store_logo'=> 'vich_uploader.listener.clean.store_images'=> 'vich_uploader.listener.clean.employee_images'=> 'vich_uploader.listener.clean.freelancer_images'=> 'vich_uploader.listener.clean.freelancer_logo'=> 'vich_uploader.listener.clean.invoice_pdf'10 => 'vich_uploader.listener.clean.hearing_aid_images'11 => 'vich_uploader.listener.clean.city_banner'12 => 'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo'13 => 'vich_uploader.listener.clean.storeManagementRequest_kbis'14 => 'vich_uploader.listener.clean.highlighted_staff_picture'15 => 'stof_doctrine_extensions.listener.loggable'16 => 'App\\Listener\\HubspotEntityListener'17 => 'doctrine.orm.messenger.doctrine_schema_subscriber'18 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'19 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'20 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'21 => 'fos_user.user_listener'22 => 'sonata.doctrine.mapper'23 => 'stof_doctrine_extensions.listener.timestampable'24 => 'stof_doctrine_extensions.listener.blameable'25 => 'stof_doctrine_extensions.listener.sluggable'26 => 'stof_doctrine_extensions.listener.softdeleteable'27 => 'vich_uploader.listener.remove.blogpost_image'28 => 'vich_uploader.listener.upload.blogpost_image'29 => 'vich_uploader.listener.remove.blog_author_image'30 => 'vich_uploader.listener.upload.blog_author_image'31 => 'vich_uploader.listener.remove.brand_logo'32 => 'vich_uploader.listener.upload.brand_logo'33 => 'vich_uploader.listener.remove.brand_variation_logo'34 => 'vich_uploader.listener.upload.brand_variation_logo'35 => 'vich_uploader.listener.remove.store_logo'36 => 'vich_uploader.listener.upload.store_logo'37 => 'vich_uploader.listener.remove.store_images'38 => 'vich_uploader.listener.upload.store_images'39 => 'vich_uploader.listener.remove.employee_images'40 => 'vich_uploader.listener.upload.employee_images'41 => 'vich_uploader.listener.remove.freelancer_images'42 => 'vich_uploader.listener.upload.freelancer_images'43 => 'vich_uploader.listener.remove.freelancer_logo'44 => 'vich_uploader.listener.upload.freelancer_logo'45 => 'vich_uploader.listener.remove.invoice_pdf'46 => 'vich_uploader.listener.upload.invoice_pdf'47 => 'vich_uploader.listener.remove.hearing_aid_images'48 => 'vich_uploader.listener.upload.hearing_aid_images'49 => 'vich_uploader.listener.remove.city_banner'50 => 'vich_uploader.listener.upload.city_banner'51 => 'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo'52 => 'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo'53 => 'vich_uploader.listener.remove.storeManagementRequest_kbis'54 => 'vich_uploader.listener.upload.storeManagementRequest_kbis'55 => 'vich_uploader.listener.remove.highlighted_staff_picture'56 => 'vich_uploader.listener.upload.highlighted_staff_picture'57 => [=> [=> 'postUpdate'], => 'App\\Listener\\NbPendingLeadListener'], 58 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1901.     }
  1902.     /**
  1903.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1904.      *
  1905.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1906.      */
  1907.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1908.     {
  1909.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1910.             'App\\Listener\\CreditCostListener' => ['privates''App\\Listener\\CreditCostListener''getCreditCostListenerService'true],
  1911.             'App\\Listener\\FreelancerAssistantListener' => ['privates''App\\Listener\\FreelancerAssistantListener''getFreelancerAssistantListenerService'true],
  1912.             'App\\Listener\\FreelancerListener' => ['privates''App\\Listener\\FreelancerListener''getFreelancerListenerService'true],
  1913.             'App\\Listener\\OrderListener' => ['privates''App\\Listener\\OrderListener''getOrderListenerService'true],
  1914.             'App\\Listener\\ProspectDuplicateListener' => ['privates''App\\Listener\\ProspectDuplicateListener''getProspectDuplicateListenerService'true],
  1915.             'App\\Listener\\ProspectListener' => ['privates''App\\Listener\\ProspectListener''getProspectListenerService'true],
  1916.             'App\\Listener\\ProspectOnHearingAidListener' => ['privates''App\\Listener\\ProspectOnHearingAidListener''getProspectOnHearingAidListenerService'true],
  1917.             'App\\Listener\\ProspectOnStoreListener' => ['privates''App\\Listener\\ProspectOnStoreListener''getProspectOnStoreListenerService'true],
  1918.             'App\\Listener\\ProspectOnStoreQualificationListener' => ['privates''App\\Listener\\ProspectOnStoreQualificationListener''getProspectOnStoreQualificationListenerService'true],
  1919.             'App\\Listener\\ProspectOnStoreStatusListener' => ['privates''App\\Listener\\ProspectOnStoreStatusListener''getProspectOnStoreStatusListenerService'true],
  1920.             'App\\Listener\\SmsBroadcastListener' => ['privates''App\\Listener\\SmsBroadcastListener''getSmsBroadcastListenerService'true],
  1921.             'App\\Listener\\SponsorshipListener' => ['privates''App\\Listener\\SponsorshipListener''getSponsorshipListener2Service'true],
  1922.             'App\\Listener\\StoreCentralPurchasingRelationListener' => ['privates''App\\Listener\\StoreCentralPurchasingRelationListener''getStoreCentralPurchasingRelationListenerService'true],
  1923.             'App\\Listener\\StoreListener' => ['privates''App\\Listener\\StoreListener''getStoreListenerService'true],
  1924.             'App\\Listener\\StoreManagementRequestListener' => ['privates''App\\Listener\\StoreManagementRequestListener''getStoreManagementRequestListenerService'true],
  1925.         ], [
  1926.             'App\\Listener\\CreditCostListener' => '?',
  1927.             'App\\Listener\\FreelancerAssistantListener' => '?',
  1928.             'App\\Listener\\FreelancerListener' => '?',
  1929.             'App\\Listener\\OrderListener' => '?',
  1930.             'App\\Listener\\ProspectDuplicateListener' => '?',
  1931.             'App\\Listener\\ProspectListener' => '?',
  1932.             'App\\Listener\\ProspectOnHearingAidListener' => '?',
  1933.             'App\\Listener\\ProspectOnStoreListener' => '?',
  1934.             'App\\Listener\\ProspectOnStoreQualificationListener' => '?',
  1935.             'App\\Listener\\ProspectOnStoreStatusListener' => '?',
  1936.             'App\\Listener\\SmsBroadcastListener' => '?',
  1937.             'App\\Listener\\SponsorshipListener' => '?',
  1938.             'App\\Listener\\StoreCentralPurchasingRelationListener' => '?',
  1939.             'App\\Listener\\StoreListener' => '?',
  1940.             'App\\Listener\\StoreManagementRequestListener' => '?',
  1941.         ]));
  1942.         $instance->registerService('App\\Listener\\CreditCostListener''App\\Listener\\CreditCostListener');
  1943.         $instance->registerService('App\\Listener\\FreelancerAssistantListener''App\\Listener\\FreelancerAssistantListener');
  1944.         $instance->registerService('App\\Listener\\FreelancerListener''App\\Listener\\FreelancerListener');
  1945.         $instance->registerService('App\\Listener\\OrderListener''App\\Listener\\OrderListener');
  1946.         $instance->registerService('App\\Listener\\ProspectDuplicateListener''App\\Listener\\ProspectDuplicateListener');
  1947.         $instance->registerService('App\\Listener\\ProspectListener''App\\Listener\\ProspectListener');
  1948.         $instance->registerService('App\\Listener\\ProspectOnHearingAidListener''App\\Listener\\ProspectOnHearingAidListener');
  1949.         $instance->registerService('App\\Listener\\ProspectOnStoreListener''App\\Listener\\ProspectOnStoreListener');
  1950.         $instance->registerService('App\\Listener\\ProspectOnStoreQualificationListener''App\\Listener\\ProspectOnStoreQualificationListener');
  1951.         $instance->registerService('App\\Listener\\ProspectOnStoreStatusListener''App\\Listener\\ProspectOnStoreStatusListener');
  1952.         $instance->registerService('App\\Listener\\SmsBroadcastListener''App\\Listener\\SmsBroadcastListener');
  1953.         $instance->registerService('App\\Listener\\SponsorshipListener''App\\Listener\\SponsorshipListener');
  1954.         $instance->registerService('App\\Listener\\StoreCentralPurchasingRelationListener''App\\Listener\\StoreCentralPurchasingRelationListener');
  1955.         $instance->registerService('App\\Listener\\StoreListener''App\\Listener\\StoreListener');
  1956.         $instance->registerService('App\\Listener\\StoreManagementRequestListener''App\\Listener\\StoreManagementRequestListener');
  1957.         return $instance;
  1958.     }
  1959.     /**
  1960.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1961.      *
  1962.      * @return \Doctrine\ORM\EntityManager
  1963.      */
  1964.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1965.     {
  1966.         if ($lazyLoad) {
  1967.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1968.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1969.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1970.                     $proxy->setProxyInitializer(null);
  1971.                     return true;
  1972.                 });
  1973.             });
  1974.         }
  1975.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1977.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1988.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1993.         $a = new \Doctrine\ORM\Configuration();
  1994.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1995.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1996.         $b->addDriver($c'App\\Entity');
  1997.         $b->addDriver($c'Wits\\PaymentBundle\\Entity');
  1998.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1999.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  2000.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''WitsPaymentBundle' => 'Wits\\PaymentBundle\\Entity']);
  2001.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2002.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2003.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2004.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2005.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2006.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2007.         ], [
  2008.             'doctrine.ulid_generator' => '?',
  2009.             'doctrine.uuid_generator' => '?',
  2010.         ])));
  2011.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2012.         $a->setProxyNamespace('Proxies');
  2013.         $a->setAutoGenerateProxyClasses(true);
  2014.         $a->setSchemaIgnoreClasses([]);
  2015.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2016.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2017.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2018.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2019.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  2020.         $a->setLazyGhostObjectEnabled(false);
  2021.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2022.             'App\\Repository\\AcquisitionModeRepository' => ['privates''App\\Repository\\AcquisitionModeRepository''getAcquisitionModeRepositoryService'true],
  2023.             'App\\Repository\\AdministratorRepository' => ['privates''App\\Repository\\AdministratorRepository''getAdministratorRepositoryService'false],
  2024.             'App\\Repository\\BlogAuthorRepository' => ['privates''App\\Repository\\BlogAuthorRepository''getBlogAuthorRepositoryService'true],
  2025.             'App\\Repository\\BlogCategoryRepository' => ['privates''App\\Repository\\BlogCategoryRepository''getBlogCategoryRepositoryService'true],
  2026.             'App\\Repository\\BlogPostRepository' => ['privates''App\\Repository\\BlogPostRepository''getBlogPostRepositoryService'true],
  2027.             'App\\Repository\\CareNetworkRepository' => ['privates''App\\Repository\\CareNetworkRepository''getCareNetworkRepositoryService'true],
  2028.             'App\\Repository\\CentralPurchasingRepository' => ['privates''App\\Repository\\CentralPurchasingRepository''getCentralPurchasingRepositoryService'true],
  2029.             'App\\Repository\\CityPostRepository' => ['privates''App\\Repository\\CityPostRepository''getCityPostRepositoryService'false],
  2030.             'App\\Repository\\ClaimRepository' => ['privates''App\\Repository\\ClaimRepository''getClaimRepositoryService'true],
  2031.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  2032.             'App\\Repository\\CoregistrationCampaignRepository' => ['privates''App\\Repository\\CoregistrationCampaignRepository''getCoregistrationCampaignRepositoryService'true],
  2033.             'App\\Repository\\CreditCostRepository' => ['privates''App\\Repository\\CreditCostRepository''getCreditCostRepositoryService'true],
  2034.             'App\\Repository\\CreditPackGenericRepository' => ['privates''App\\Repository\\CreditPackGenericRepository''getCreditPackGenericRepositoryService'true],
  2035.             'App\\Repository\\CreditPackRepository' => ['privates''App\\Repository\\CreditPackRepository''getCreditPackRepositoryService'true],
  2036.             'App\\Repository\\DeviceSaleRepository' => ['privates''App\\Repository\\DeviceSaleRepository''getDeviceSaleRepositoryService'true],
  2037.             'App\\Repository\\EstimatedReachRepository' => ['privates''App\\Repository\\EstimatedReachRepository''getEstimatedReachRepositoryService'true],
  2038.             'App\\Repository\\FinancialParameterRepository' => ['privates''App\\Repository\\FinancialParameterRepository''getFinancialParameterRepositoryService'true],
  2039.             'App\\Repository\\FreelancerAssistantRepository' => ['privates''App\\Repository\\FreelancerAssistantRepository''getFreelancerAssistantRepositoryService'false],
  2040.             'App\\Repository\\FreelancerCommentRepository' => ['privates''App\\Repository\\FreelancerCommentRepository''getFreelancerCommentRepositoryService'true],
  2041.             'App\\Repository\\FreelancerRepository' => ['privates''App\\Repository\\FreelancerRepository''getFreelancerRepositoryService'false],
  2042.             'App\\Repository\\HearingAidRepository' => ['privates''App\\Repository\\HearingAidRepository''getHearingAidRepositoryService'true],
  2043.             'App\\Repository\\HearingBrandRepository' => ['privates''App\\Repository\\HearingBrandRepository''getHearingBrandRepositoryService'false],
  2044.             'App\\Repository\\HearingMakerRepository' => ['privates''App\\Repository\\HearingMakerRepository''getHearingMakerRepositoryService'false],
  2045.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  2046.             'App\\Repository\\LogEntryRepository' => ['privates''App\\Repository\\LogEntryRepository''getLogEntryRepositoryService'true],
  2047.             'App\\Repository\\MediaoptinDeliveryRepository' => ['privates''App\\Repository\\MediaoptinDeliveryRepository''getMediaoptinDeliveryRepositoryService'true],
  2048.             'App\\Repository\\NewsLetterRepository' => ['privates''App\\Repository\\NewsLetterRepository''getNewsLetterRepositoryService'true],
  2049.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2050.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'false],
  2051.             'App\\Repository\\OrlOfficeRepository' => ['privates''App\\Repository\\OrlOfficeRepository''getOrlOfficeRepositoryService'true],
  2052.             'App\\Repository\\OrlProspectOnOrlOfficeRepository' => ['privates''App\\Repository\\OrlProspectOnOrlOfficeRepository''getOrlProspectOnOrlOfficeRepositoryService'true],
  2053.             'App\\Repository\\OrlProspectRepository' => ['privates''App\\Repository\\OrlProspectRepository''getOrlProspectRepositoryService'true],
  2054.             'App\\Repository\\OwnerRepository' => ['privates''App\\Repository\\OwnerRepository''getOwnerRepositoryService'true],
  2055.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'true],
  2056.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  2057.             'App\\Repository\\PhoneValidationRepository' => ['privates''App\\Repository\\PhoneValidationRepository''getPhoneValidationRepositoryService'true],
  2058.             'App\\Repository\\Prescriber\\PrescriberRemunerationRepository' => ['privates''App\\Repository\\Prescriber\\PrescriberRemunerationRepository''getPrescriberRemunerationRepositoryService'true],
  2059.             'App\\Repository\\Prescriber\\PrescriberRepository' => ['privates''App\\Repository\\Prescriber\\PrescriberRepository''getPrescriberRepositoryService'true],
  2060.             'App\\Repository\\ProspectDroppedRepository' => ['privates''App\\Repository\\ProspectDroppedRepository''getProspectDroppedRepositoryService'true],
  2061.             'App\\Repository\\ProspectDuplicateRepository' => ['privates''App\\Repository\\ProspectDuplicateRepository''getProspectDuplicateRepositoryService'true],
  2062.             'App\\Repository\\ProspectFeedbackRepository' => ['privates''App\\Repository\\ProspectFeedbackRepository''getProspectFeedbackRepositoryService'true],
  2063.             'App\\Repository\\ProspectOnHearingAidRepository' => ['privates''App\\Repository\\ProspectOnHearingAidRepository''getProspectOnHearingAidRepositoryService'true],
  2064.             'App\\Repository\\ProspectOnStoreFeedbackRepository' => ['privates''App\\Repository\\ProspectOnStoreFeedbackRepository''getProspectOnStoreFeedbackRepositoryService'true],
  2065.             'App\\Repository\\ProspectOnStoreQualificationRepository' => ['privates''App\\Repository\\ProspectOnStoreQualificationRepository''getProspectOnStoreQualificationRepositoryService'true],
  2066.             'App\\Repository\\ProspectOnStoreRepository' => ['privates''App\\Repository\\ProspectOnStoreRepository''getProspectOnStoreRepositoryService'true],
  2067.             'App\\Repository\\ProspectOnStoreStatusRepository' => ['privates''App\\Repository\\ProspectOnStoreStatusRepository''getProspectOnStoreStatusRepositoryService'true],
  2068.             'App\\Repository\\ProspectQualificationRepository' => ['privates''App\\Repository\\ProspectQualificationRepository''getProspectQualificationRepositoryService'true],
  2069.             'App\\Repository\\ProspectReportingRepository' => ['privates''App\\Repository\\ProspectReportingRepository''getProspectReportingRepositoryService'true],
  2070.             'App\\Repository\\ProspectRepository' => ['privates''App\\Repository\\ProspectRepository''getProspectRepositoryService'true],
  2071.             'App\\Repository\\ShortUrlRepository' => ['privates''App\\Repository\\ShortUrlRepository''getShortUrlRepositoryService'true],
  2072.             'App\\Repository\\SmsBroadcastRepository' => ['privates''App\\Repository\\SmsBroadcastRepository''getSmsBroadcastRepositoryService'true],
  2073.             'App\\Repository\\SmsCreditPackGenericRepository' => ['privates''App\\Repository\\SmsCreditPackGenericRepository''getSmsCreditPackGenericRepositoryService'true],
  2074.             'App\\Repository\\SponsorshipRepository' => ['privates''App\\Repository\\SponsorshipRepository''getSponsorshipRepositoryService'false],
  2075.             'App\\Repository\\Stat\\EventRepository' => ['privates''App\\Repository\\Stat\\EventRepository''getEventRepositoryService'true],
  2076.             'App\\Repository\\Stat\\ReportRepository' => ['privates''App\\Repository\\Stat\\ReportRepository''getReportRepositoryService'true],
  2077.             'App\\Repository\\StoreCentralPurchasingRelationRepository' => ['privates''App\\Repository\\StoreCentralPurchasingRelationRepository''getStoreCentralPurchasingRelationRepositoryService'true],
  2078.             'App\\Repository\\StoreEmployeeRepository' => ['privates''App\\Repository\\StoreEmployeeRepository''getStoreEmployeeRepositoryService'true],
  2079.             'App\\Repository\\StoreFinderDataRepository' => ['privates''App\\Repository\\StoreFinderDataRepository''getStoreFinderDataRepositoryService'true],
  2080.             'App\\Repository\\StoreImageRepository' => ['privates''App\\Repository\\StoreImageRepository''getStoreImageRepositoryService'true],
  2081.             'App\\Repository\\StoreIndexationRepository' => ['privates''App\\Repository\\StoreIndexationRepository''getStoreIndexationRepositoryService'true],
  2082.             'App\\Repository\\StoreManagementRequestRepository' => ['privates''App\\Repository\\StoreManagementRequestRepository''getStoreManagementRequestRepositoryService'true],
  2083.             'App\\Repository\\StorePageRepository' => ['privates''App\\Repository\\StorePageRepository''getStorePageRepositoryService'true],
  2084.             'App\\Repository\\StorePlaceDataRepository' => ['privates''App\\Repository\\StorePlaceDataRepository''getStorePlaceDataRepositoryService'true],
  2085.             'App\\Repository\\StoreRepository' => ['privates''App\\Repository\\StoreRepository''getStoreRepositoryService'true],
  2086.             'App\\Repository\\StoreServiceRepository' => ['privates''App\\Repository\\StoreServiceRepository''getStoreServiceRepositoryService'true],
  2087.             'App\\Repository\\StoreSpecialityRepository' => ['privates''App\\Repository\\StoreSpecialityRepository''getStoreSpecialityRepositoryService'true],
  2088.             'App\\Repository\\ThirdPartyEntityRepository' => ['privates''App\\Repository\\ThirdPartyEntityRepository''getThirdPartyEntityRepositoryService'true],
  2089.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2090.             'App\\Repository\\UserTrackingDetailRepository' => ['privates''App\\Repository\\UserTrackingDetailRepository''getUserTrackingDetailRepositoryService'true],
  2091.             'App\\Repository\\UserTrackingDurationRepository' => ['privates''App\\Repository\\UserTrackingDurationRepository''getUserTrackingDurationRepositoryService'true],
  2092.             'App\\Repository\\UserTrackingRepository' => ['privates''App\\Repository\\UserTrackingRepository''getUserTrackingRepositoryService'true],
  2093.             'Wits\\PaymentBundle\\Repository\\PaymentMethodRepository' => ['privates''Wits\\PaymentBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  2094.             'Wits\\PaymentBundle\\Repository\\PaymentRepository' => ['privates''Wits\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  2095.         ], [
  2096.             'App\\Repository\\AcquisitionModeRepository' => '?',
  2097.             'App\\Repository\\AdministratorRepository' => '?',
  2098.             'App\\Repository\\BlogAuthorRepository' => '?',
  2099.             'App\\Repository\\BlogCategoryRepository' => '?',
  2100.             'App\\Repository\\BlogPostRepository' => '?',
  2101.             'App\\Repository\\CareNetworkRepository' => '?',
  2102.             'App\\Repository\\CentralPurchasingRepository' => '?',
  2103.             'App\\Repository\\CityPostRepository' => '?',
  2104.             'App\\Repository\\ClaimRepository' => '?',
  2105.             'App\\Repository\\ContactRepository' => '?',
  2106.             'App\\Repository\\CoregistrationCampaignRepository' => '?',
  2107.             'App\\Repository\\CreditCostRepository' => '?',
  2108.             'App\\Repository\\CreditPackGenericRepository' => '?',
  2109.             'App\\Repository\\CreditPackRepository' => '?',
  2110.             'App\\Repository\\DeviceSaleRepository' => '?',
  2111.             'App\\Repository\\EstimatedReachRepository' => '?',
  2112.             'App\\Repository\\FinancialParameterRepository' => '?',
  2113.             'App\\Repository\\FreelancerAssistantRepository' => '?',
  2114.             'App\\Repository\\FreelancerCommentRepository' => '?',
  2115.             'App\\Repository\\FreelancerRepository' => '?',
  2116.             'App\\Repository\\HearingAidRepository' => '?',
  2117.             'App\\Repository\\HearingBrandRepository' => '?',
  2118.             'App\\Repository\\HearingMakerRepository' => '?',
  2119.             'App\\Repository\\InvoiceRepository' => '?',
  2120.             'App\\Repository\\LogEntryRepository' => '?',
  2121.             'App\\Repository\\MediaoptinDeliveryRepository' => '?',
  2122.             'App\\Repository\\NewsLetterRepository' => '?',
  2123.             'App\\Repository\\NotificationRepository' => '?',
  2124.             'App\\Repository\\OrderRepository' => '?',
  2125.             'App\\Repository\\OrlOfficeRepository' => '?',
  2126.             'App\\Repository\\OrlProspectOnOrlOfficeRepository' => '?',
  2127.             'App\\Repository\\OrlProspectRepository' => '?',
  2128.             'App\\Repository\\OwnerRepository' => '?',
  2129.             'App\\Repository\\ParameterRepository' => '?',
  2130.             'App\\Repository\\PartnerRepository' => '?',
  2131.             'App\\Repository\\PhoneValidationRepository' => '?',
  2132.             'App\\Repository\\Prescriber\\PrescriberRemunerationRepository' => '?',
  2133.             'App\\Repository\\Prescriber\\PrescriberRepository' => '?',
  2134.             'App\\Repository\\ProspectDroppedRepository' => '?',
  2135.             'App\\Repository\\ProspectDuplicateRepository' => '?',
  2136.             'App\\Repository\\ProspectFeedbackRepository' => '?',
  2137.             'App\\Repository\\ProspectOnHearingAidRepository' => '?',
  2138.             'App\\Repository\\ProspectOnStoreFeedbackRepository' => '?',
  2139.             'App\\Repository\\ProspectOnStoreQualificationRepository' => '?',
  2140.             'App\\Repository\\ProspectOnStoreRepository' => '?',
  2141.             'App\\Repository\\ProspectOnStoreStatusRepository' => '?',
  2142.             'App\\Repository\\ProspectQualificationRepository' => '?',
  2143.             'App\\Repository\\ProspectReportingRepository' => '?',
  2144.             'App\\Repository\\ProspectRepository' => '?',
  2145.             'App\\Repository\\ShortUrlRepository' => '?',
  2146.             'App\\Repository\\SmsBroadcastRepository' => '?',
  2147.             'App\\Repository\\SmsCreditPackGenericRepository' => '?',
  2148.             'App\\Repository\\SponsorshipRepository' => '?',
  2149.             'App\\Repository\\Stat\\EventRepository' => '?',
  2150.             'App\\Repository\\Stat\\ReportRepository' => '?',
  2151.             'App\\Repository\\StoreCentralPurchasingRelationRepository' => '?',
  2152.             'App\\Repository\\StoreEmployeeRepository' => '?',
  2153.             'App\\Repository\\StoreFinderDataRepository' => '?',
  2154.             'App\\Repository\\StoreImageRepository' => '?',
  2155.             'App\\Repository\\StoreIndexationRepository' => '?',
  2156.             'App\\Repository\\StoreManagementRequestRepository' => '?',
  2157.             'App\\Repository\\StorePageRepository' => '?',
  2158.             'App\\Repository\\StorePlaceDataRepository' => '?',
  2159.             'App\\Repository\\StoreRepository' => '?',
  2160.             'App\\Repository\\StoreServiceRepository' => '?',
  2161.             'App\\Repository\\StoreSpecialityRepository' => '?',
  2162.             'App\\Repository\\ThirdPartyEntityRepository' => '?',
  2163.             'App\\Repository\\UserRepository' => '?',
  2164.             'App\\Repository\\UserTrackingDetailRepository' => '?',
  2165.             'App\\Repository\\UserTrackingDurationRepository' => '?',
  2166.             'App\\Repository\\UserTrackingRepository' => '?',
  2167.             'Wits\\PaymentBundle\\Repository\\PaymentMethodRepository' => '?',
  2168.             'Wits\\PaymentBundle\\Repository\\PaymentRepository' => '?',
  2169.         ])));
  2170.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2171.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  2172.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  2173.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  2174.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  2175.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  2176.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  2177.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  2178.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  2179.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  2180.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  2181.         $a->addCustomNumericFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  2182.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  2183.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  2184.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  2185.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2186.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  2187.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  2188.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  2189.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  2190.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  2191.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  2192.         $a->addCustomDatetimeFunction('TimestampDiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  2193.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2194.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2195.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2196.         return $instance;
  2197.     }
  2198.     /**
  2199.      * Gets the public 'event_dispatcher' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2202.      */
  2203.     protected function getEventDispatcherService()
  2204.     {
  2205.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2206.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2207.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2208.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2209.         $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())));
  2210.         $instance->addListener('kernel.request', [=> function () {
  2211.             return ($this->privates['App\\EventListener\\CleanFlashMessageListener'] ?? $this->getCleanFlashMessageListenerService());
  2212.         }, => 'onKernelRequest'], 5);
  2213.         $instance->addListener('kernel.request', [=> function () {
  2214.             return ($this->privates['App\\Listener\\OrlListener'] ?? $this->getOrlListenerService());
  2215.         }, => '__invoke'], 0);
  2216.         $instance->addListener('payment_intent.succeeded', [=> function () {
  2217.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2218.         }, => 'onPaymentConfirmed'], 0);
  2219.         $instance->addListener('payment_intent.payment_failed', [=> function () {
  2220.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2221.         }, => 'onPaymentRefused'], 0);
  2222.         $instance->addListener('customer.created', [=> function () {
  2223.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2224.         }, => 'onCustomerCreated'], 0);
  2225.         $instance->addListener('vich_uploader.post_remove', [=> function () {
  2226.             return ($this->privates['App\\Listener\\VichUploaderListener'] ?? $this->load('getVichUploaderListenerService'));
  2227.         }, => 'onPostRemove'], 0);
  2228.         $instance->addListener('kernel.request', [=> function () {
  2229.             return ($this->privates['App\\Listener\\WhiteLabelListener'] ?? $this->getWhiteLabelListenerService());
  2230.         }, => '__invoke'], 0);
  2231.         $instance->addListener('kernel.controller', [=> function () {
  2232.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2233.         }, => 'onKernelController'], 0);
  2234.         $instance->addListener('kernel.exception', [=> function () {
  2235.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2236.         }, => 'onKernelException'], 0);
  2237.         $instance->addListener('kernel.response', [=> function () {
  2238.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  2239.         }, => 'onKernelResponse'], 0);
  2240.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  2241.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  2242.         }, => 'onPreviousStepInvalid'], 0);
  2243.         $instance->addListener('flow.flow_expired', [=> function () {
  2244.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  2245.         }, => 'onFlowExpired'], 0);
  2246.         $instance->addListener('kernel.request', [=> function () {
  2247.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2248.         }, => 'onKernelRequest'], 0);
  2249.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  2250.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  2251.         }, => 'onBlock'], 0);
  2252.         $instance->addListener('kernel.request', [=> function () {
  2253.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2254.         }, => 'onKernelRequest'], 250);
  2255.         $instance->addListener('kernel.response', [=> function () {
  2256.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2257.         }, => 'onKernelResponse'], 0);
  2258.         $instance->addListener('kernel.response', [=> function () {
  2259.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2260.         }, => 'onResponse'], -10);
  2261.         $instance->addListener('kernel.request', [=> function () {
  2262.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2263.         }, => 'onKernelRequest'], 28);
  2264.         $instance->addListener('kernel.request', [=> function () {
  2265.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2266.         }, => 'onKernelRequest'], 2);
  2267.         $instance->addListener('kernel.view', [=> function () {
  2268.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2269.         }, => 'onKernelView'], 16);
  2270.         $instance->addListener('kernel.view', [=> function () {
  2271.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2272.         }, => 'onKernelView'], 8);
  2273.         $instance->addListener('kernel.exception', [=> function () {
  2274.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2275.         }, => 'onKernelException'], 0);
  2276.         $instance->addListener('kernel.exception', [=> function () {
  2277.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2278.         }, => 'onKernelException'], -96);
  2279.         $instance->addListener('kernel.view', [=> function () {
  2280.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2281.         }, => 'onKernelView'], 32);
  2282.         $instance->addListener('kernel.request', [=> function () {
  2283.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2284.         }, => 'onKernelRequest'], 4);
  2285.         $instance->addListener('kernel.request', [=> function () {
  2286.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2287.         }, => 'onKernelRequest'], 0);
  2288.         $instance->addListener('kernel.response', [=> function () {
  2289.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2290.         }, => 'onKernelResponse'], 0);
  2291.         $instance->addListener('kernel.view', [=> function () {
  2292.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->load('getApiPlatform_FosUser_EventListenerService'));
  2293.         }, => 'onKernelView'], 24);
  2294.         $instance->addListener('kernel.response', [=> function () {
  2295.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2296.         }, => 'onKernelResponse'], -1);
  2297.         $instance->addListener('kernel.view', [=> function () {
  2298.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2299.         }, => 'onKernelView'], 64);
  2300.         $instance->addListener('kernel.request', [=> function () {
  2301.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2302.         }, => 'onKernelRequest'], 16);
  2303.         $instance->addListener('kernel.request', [=> function () {
  2304.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2305.         }, => 'onSecurity'], 3);
  2306.         $instance->addListener('kernel.request', [=> function () {
  2307.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2308.         }, => 'onSecurityPostDenormalize'], 1);
  2309.         $instance->addListener('kernel.view', [=> function () {
  2310.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2311.         }, => 'onSecurityPostValidation'], 63);
  2312.         $instance->addListener('kernel.exception', [=> function () {
  2313.             return ($this->privates['App\\EventListener\\ErrorListener'] ?? ($this->privates['App\\EventListener\\ErrorListener'] = new \App\EventListener\ErrorListener()));
  2314.         }, => 'onKernelException'], -128);
  2315.         $instance->addListener('kernel.request', [=> function () {
  2316.             return ($this->privates['App\\EventListener\\FormThemeExtensionListener'] ?? $this->getFormThemeExtensionListenerService());
  2317.         }, => 'onKernelRequest'], 0);
  2318.         $instance->addListener('kernel.request', [=> function () {
  2319.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  2320.         }, => 'onKernelRequest'], 0);
  2321.         $instance->addListener('kernel.controller', [=> function () {
  2322.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2323.         }, => 'onKernelController'], 0);
  2324.         $instance->addListener('fos_user.registration.success', [=> function () {
  2325.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2326.         }, => 'onRegistrationSuccess'], 0);
  2327.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  2328.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2329.         }, => 'onRegistrationConfirm'], 0);
  2330.         $instance->addListener('payment_intent.succeeded', [=> function () {
  2331.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2332.         }, => 'onPaymentConfirmed'], 0);
  2333.         $instance->addListener('kernel.controller', [=> function () {
  2334.             return ($this->privates['App\\EventListener\\UserConfigStepListener'] ?? $this->getUserConfigStepListenerService());
  2335.         }, => 'onKernelController'], 0);
  2336.         $instance->addListener('kernel.response', [=> function () {
  2337.             return ($this->privates['App\\EventListener\\UtmListener'] ?? $this->getUtmListenerService());
  2338.         }, => 'onKernelResponse'], 0);
  2339.         $instance->addListener('kernel.controller', [=> function () {
  2340.             return ($this->privates['App\\EventListener\\UtmListener'] ?? $this->getUtmListenerService());
  2341.         }, => 'onKernelController'], 0);
  2342.         $instance->addListener('kernel.view', [=> function () {
  2343.             return ($this->privates['App\\EventSubscriber\\ProspectApiCreationSubscriber'] ?? $this->load('getProspectApiCreationSubscriberService'));
  2344.         }, => 'preWriteProspect'], 33);
  2345.         $instance->addListener('workflow.prospectOnStoreQualification.completed.validate', [=> function () {
  2346.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2347.         }, => 'onValidate'], 0);
  2348.         $instance->addListener('workflow.prospectOnStoreQualification.completed.reject', [=> function () {
  2349.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2350.         }, => 'onReject'], 0);
  2351.         $instance->addListener('workflow.prospectOnStoreQualification.completed.unreach', [=> function () {
  2352.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2353.         }, => 'onUnreach'], 0);
  2354.         $instance->addListener('workflow.prospectQualification.completed.validate', [=> function () {
  2355.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2356.         }, => 'onValidate'], 0);
  2357.         $instance->addListener('workflow.prospectQualification.completed.reject', [=> function () {
  2358.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2359.         }, => 'onReject'], 0);
  2360.         $instance->addListener('workflow.prospectQualification.completed.unreach', [=> function () {
  2361.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2362.         }, => 'onUnreach'], 0);
  2363.         $instance->addListener('fos_user.registration.success', [=> function () {
  2364.             return ($this->privates['App\\Listener\\RegistrationListener'] ?? ($this->privates['App\\Listener\\RegistrationListener'] = new \App\Listener\RegistrationListener()));
  2365.         }, => 'onRegistrationSuccess'], 0);
  2366.         $instance->addListener('workflow.storeManagementRequest.completed.validate', [=> function () {
  2367.             return ($this->privates['App\\Listener\\StoreManagementRequestWorflowListener'] ?? $this->load('getStoreManagementRequestWorflowListenerService'));
  2368.         }, => 'onValidate'], 0);
  2369.         $instance->addListener('workflow.store.completed.validate', [=> function () {
  2370.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2371.         }, => 'onValidation'], 0);
  2372.         $instance->addListener('workflow.store.completed.reject', [=> function () {
  2373.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2374.         }, => 'onRejectCreation'], 0);
  2375.         $instance->addListener('workflow.store.completed.askForSuppression', [=> function () {
  2376.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2377.         }, => 'onAskForSuppression'], 0);
  2378.         $instance->addListener('workflow.store.completed.validate_suppression', [=> function () {
  2379.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2380.         }, => 'onValidateSuppression'], 0);
  2381.         $instance->addListener('kernel.terminate', [=> function () {
  2382.             return ($this->privates['App\\Listener\\UserTrackingListener'] ?? $this->load('getUserTrackingListenerService'));
  2383.         }, => 'onKernelTerminate'], 0);
  2384.         $instance->addListener('kernel.response', [=> function () {
  2385.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2386.         }, => 'onKernelResponse'], 0);
  2387.         $instance->addListener('kernel.response', [=> function () {
  2388.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2389.         }, => 'onKernelResponse'], -1024);
  2390.         $instance->addListener('kernel.request', [=> function () {
  2391.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2392.         }, => 'setDefaultLocale'], 100);
  2393.         $instance->addListener('kernel.request', [=> function () {
  2394.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2395.         }, => 'onKernelRequest'], 16);
  2396.         $instance->addListener('kernel.finish_request', [=> function () {
  2397.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2398.         }, => 'onKernelFinishRequest'], 0);
  2399.         $instance->addListener('kernel.request', [=> function () {
  2400.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2401.         }, => 'onKernelRequest'], 256);
  2402.         $instance->addListener('kernel.response', [=> function () {
  2403.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2404.         }, => 'onResponse'], -255);
  2405.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2406.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2407.         }, => 'onControllerArguments'], 0);
  2408.         $instance->addListener('kernel.exception', [=> function () {
  2409.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2410.         }, => 'logKernelException'], 0);
  2411.         $instance->addListener('kernel.exception', [=> function () {
  2412.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2413.         }, => 'onKernelException'], -128);
  2414.         $instance->addListener('kernel.response', [=> function () {
  2415.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2416.         }, => 'removeCspHeader'], -128);
  2417.         $instance->addListener('kernel.request', [=> function () {
  2418.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2419.         }, => 'onKernelRequest'], 15);
  2420.         $instance->addListener('kernel.finish_request', [=> function () {
  2421.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2422.         }, => 'onKernelFinishRequest'], -15);
  2423.         $instance->addListener('console.error', [=> function () {
  2424.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2425.         }, => 'onConsoleError'], -128);
  2426.         $instance->addListener('console.terminate', [=> function () {
  2427.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2428.         }, => 'onConsoleTerminate'], -128);
  2429.         $instance->addListener('console.error', [=> function () {
  2430.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2431.         }, => 'onConsoleError'], 0);
  2432.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2433.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2434.         }, => 'onMessage'], -255);
  2435.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2436.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2437.         }, => 'onMessage'], -255);
  2438.         $instance->addListener('kernel.request', [=> function () {
  2439.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2440.         }, => 'configure'], 2048);
  2441.         $instance->addListener('console.command', [=> function () {
  2442.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2443.         }, => 'configure'], 2048);
  2444.         $instance->addListener('kernel.request', [=> function () {
  2445.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2446.         }, => 'onKernelRequest'], 32);
  2447.         $instance->addListener('kernel.finish_request', [=> function () {
  2448.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2449.         }, => 'onKernelFinishRequest'], 0);
  2450.         $instance->addListener('kernel.exception', [=> function () {
  2451.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2452.         }, => 'onKernelException'], -64);
  2453.         $instance->addListener('kernel.response', [=> function () {
  2454.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2455.         }, => 'onKernelResponse'], 0);
  2456.         $instance->addListener('kernel.request', [=> function () {
  2457.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2458.         }, => 'onKernelRequest'], 128);
  2459.         $instance->addListener('kernel.response', [=> function () {
  2460.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2461.         }, => 'onKernelResponse'], -1000);
  2462.         $instance->addListener('kernel.finish_request', [=> function () {
  2463.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2464.         }, => 'onFinishRequest'], 0);
  2465.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2466.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2467.         }, => 'onMessageFailed'], 100);
  2468.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2469.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2470.         }, => 'onMessageFailed'], 200);
  2471.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2472.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2473.         }, => 'onWorkerRunning'], 100);
  2474.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2475.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2476.         }, => 'onWorkerStarted'], 0);
  2477.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2478.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2479.         }, => 'onWorkerRunning'], 0);
  2480.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2481.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2482.         }, => 'onWorkerStarted'], 100);
  2483.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2484.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2485.         }, => 'onMessageFailed'], 0);
  2486.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2487.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2488.         }, => 'onWorkerRunning'], 0);
  2489.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2490.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2491.         }, => 'onNotification'], -255);
  2492.         $instance->addListener('kernel.response', [=> function () {
  2493.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2494.         }, => 'onKernelResponse'], -100);
  2495.         $instance->addListener('kernel.exception', [=> function () {
  2496.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2497.         }, => 'onKernelException'], 0);
  2498.         $instance->addListener('kernel.terminate', [=> function () {
  2499.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2500.         }, => 'onKernelTerminate'], -1024);
  2501.         $instance->addListener('kernel.controller', [=> function () {
  2502.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2503.         }, => 'onKernelController'], 0);
  2504.         $instance->addListener('kernel.response', [=> function () {
  2505.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2506.         }, => 'onKernelResponse'], 0);
  2507.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2508.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2509.         }, => 'onWorkerMessageHandled'], 0);
  2510.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2511.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2512.         }, => 'onWorkerMessageFailed'], 0);
  2513.         $instance->addListener('kernel.response', [=> function () {
  2514.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2515.         }, => 'onKernelResponse'], 0);
  2516.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2517.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2518.         }, => 'onVoterVote'], 0);
  2519.         $instance->addListener('kernel.request', [=> function () {
  2520.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2521.         }, => 'configureLogoutUrlGenerator'], 8);
  2522.         $instance->addListener('kernel.request', [=> function () {
  2523.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2524.         }, => 'onKernelRequest'], 8);
  2525.         $instance->addListener('kernel.finish_request', [=> function () {
  2526.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2527.         }, => 'onKernelFinishRequest'], 0);
  2528.         $instance->addListener('kernel.exception', [=> function () {
  2529.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  2530.         }, => 'onKernelException'], 2);
  2531.         $instance->addListener('kernel.request', [=> function () {
  2532.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  2533.         }, => 'onKernelRequest'], 0);
  2534.         $instance->addListener('security.authentication.success', [=> function () {
  2535.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2536.         }, => 'onLogin'], 9223372036854775807);
  2537.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2538.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2539.         }, => 'onAccessDenied'], 0);
  2540.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2541.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2542.         }, => 'onTwoFactorForm'], 0);
  2543.         $instance->addListener('kernel.response', [=> function () {
  2544.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2545.         }, => 'onKernelResponse'], 1);
  2546.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2547.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2548.         }, => 'onMessage'], 0);
  2549.         $instance->addListener('kernel.response', [=> function () {
  2550.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2551.         }, => 'onKernelResponse'], -128);
  2552.         $instance->addListener('console.command', [=> function () {
  2553.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2554.         }, => 'onCommand'], 255);
  2555.         $instance->addListener('console.terminate', [=> function () {
  2556.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2557.         }, => 'onTerminate'], -255);
  2558.         $instance->addListener('console.command', [=> function () {
  2559.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2560.         }, => 'configure'], 1024);
  2561.         $instance->addListener('console.error', [=> function () {
  2562.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2563.         }, => 'onConsoleError'], 0);
  2564.         $instance->addListener('console.terminate', [=> function () {
  2565.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2566.         }, => 'onConsoleTerminate'], 0);
  2567.         $instance->addListener('kernel.request', [=> function () {
  2568.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2569.         }, => 'onEvent'], 1024);
  2570.         $instance->addListener('console.command', [=> function () {
  2571.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2572.         }, => 'onEvent'], 1024);
  2573.         $instance->addListener('kernel.request', [=> function () {
  2574.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2575.         }, => 'onEvent'], 1024);
  2576.         $instance->addListener('console.command', [=> function () {
  2577.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2578.         }, => 'onEvent'], 1024);
  2579.         $instance->addListener('kernel.finish_request', [=> function () {
  2580.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2581.         }, => 'resetAssets'], 0);
  2582.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2583.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2584.         }, => 'onImplicitLogin'], 0);
  2585.         $instance->addListener('security.interactive_login', [=> function () {
  2586.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2587.         }, => 'onSecurityInteractiveLogin'], 0);
  2588.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2589.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2590.         }, => 'authenticate'], 0);
  2591.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2592.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2593.         }, => 'authenticate'], 0);
  2594.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2595.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2596.         }, => 'authenticate'], 0);
  2597.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2598.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2599.         }, => 'addSuccessFlash'], 0);
  2600.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2601.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2602.         }, => 'addSuccessFlash'], 0);
  2603.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2604.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2605.         }, => 'addSuccessFlash'], 0);
  2606.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2607.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2608.         }, => 'addSuccessFlash'], 0);
  2609.         $instance->addListener('fos_user.registration.success', [=> function () {
  2610.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
  2611.         }, => 'onRegistrationSuccess'], 0);
  2612.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2613.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  2614.         }, => 'onResettingResetInitialize'], 0);
  2615.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2616.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  2617.         }, => 'onResettingResetSuccess'], 0);
  2618.         $instance->addListener('kernel.controller', [=> function () {
  2619.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  2620.         }, => 'onKernelController'], 0);
  2621.         $instance->addListener('kernel.request', [=> function () {
  2622.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2623.         }, => 'onKernelRequest'], 0);
  2624.         $instance->addListener('kernel.request', [=> function () {
  2625.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2626.         }, => 'onKernelRequest'], 0);
  2627.         $instance->addListener('knp_pager.before', [=> function () {
  2628.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2629.         }, => 'before'], 0);
  2630.         $instance->addListener('knp_pager.pagination', [=> function () {
  2631.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2632.         }, => 'pagination'], 0);
  2633.         $instance->addListener('knp_pager.before', [=> function () {
  2634.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2635.         }, => 'before'], 1);
  2636.         $instance->addListener('knp_pager.before', [=> function () {
  2637.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2638.         }, => 'before'], 1);
  2639.         $instance->addListener('knp_pager.pagination', [=> function () {
  2640.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2641.         }, => 'pagination'], 1);
  2642.         $instance->addListener('kernel.controller', [=> function () {
  2643.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2644.         }, => 'onKernelController'], 0);
  2645.         $instance->addListener('kernel.controller', [=> function () {
  2646.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2647.         }, => 'onKernelController'], 0);
  2648.         $instance->addListener('kernel.controller', [=> function () {
  2649.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2650.         }, => 'onKernelController'], -128);
  2651.         $instance->addListener('kernel.view', [=> function () {
  2652.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2653.         }, => 'onKernelView'], 0);
  2654.         $instance->addListener('kernel.controller', [=> function () {
  2655.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2656.         }, => 'onKernelController'], 0);
  2657.         $instance->addListener('kernel.response', [=> function () {
  2658.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2659.         }, => 'onKernelResponse'], 0);
  2660.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2661.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2662.         }, => 'onKernelControllerArguments'], 0);
  2663.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2664.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2665.         }, => 'onKernelControllerArguments'], 0);
  2666.         $instance->addListener('security.authentication.success', [=> function () {
  2667.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2668.         }, => 'onLogin'], 9223372036854775806);
  2669.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2670.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2671.         }, => 'checkPassport'], 0);
  2672.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2673.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2674.         }, => 'onSuccessfulLogin'], -63);
  2675.         $instance->addListener('kernel.response', [=> function () {
  2676.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  2677.         }, => 'onKernelResponse'], 0);
  2678.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2679.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  2680.         }, => 'onSuccessfulLogin'], 0);
  2681.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2682.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2683.         }, => 'onLogout'], 0);
  2684.         return $instance;
  2685.     }
  2686.     /**
  2687.      * Gets the public 'http_kernel' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2690.      */
  2691.     protected function getHttpKernelService()
  2692.     {
  2693.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2694.         if (isset($this->services['http_kernel'])) {
  2695.             return $this->services['http_kernel'];
  2696.         }
  2697.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  2698.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2699.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2700.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2701.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2702.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  2703.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  2704.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2705.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2706.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2707.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2708.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2709.     }
  2710.     /**
  2711.      * Gets the public 'knp_menu.matcher' shared service.
  2712.      *
  2713.      * @return \Knp\Menu\Matcher\Matcher
  2714.      */
  2715.     protected function getKnpMenu_MatcherService()
  2716.     {
  2717.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2718.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2719.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  2720.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2721.         }, 3));
  2722.     }
  2723.     /**
  2724.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2725.      *
  2726.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2727.      */
  2728.     protected function getLiipImagine_Cache_ManagerService()
  2729.     {
  2730.         $a = ($this->services['router'] ?? $this->getRouterService());
  2731.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2732.             return $this->services['liip_imagine.cache.manager'];
  2733.         }
  2734.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2735.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2736.             return $this->services['liip_imagine.cache.manager'];
  2737.         }
  2738.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $b'default'false);
  2739.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2740.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2741.         return $instance;
  2742.     }
  2743.     /**
  2744.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2745.      *
  2746.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2747.      */
  2748.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2749.     {
  2750.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2751.     }
  2752.     /**
  2753.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2754.      *
  2755.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2756.      */
  2757.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2758.     {
  2759.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2760.     }
  2761.     /**
  2762.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2763.      *
  2764.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2765.      */
  2766.     protected function getLiipImagine_Cache_SignerService()
  2767.     {
  2768.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2769.     }
  2770.     /**
  2771.      * Gets the public 'messenger.default_bus' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2774.      */
  2775.     protected function getMessenger_DefaultBusService()
  2776.     {
  2777.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2778.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2779.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2780.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2781.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2782.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2783.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2784.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2785.         }, 7)));
  2786.     }
  2787.     /**
  2788.      * Gets the public 'request_stack' shared service.
  2789.      *
  2790.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2791.      */
  2792.     protected function getRequestStackService()
  2793.     {
  2794.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2795.     }
  2796.     /**
  2797.      * Gets the public 'router' shared service.
  2798.      *
  2799.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2800.      */
  2801.     protected function getRouterService()
  2802.     {
  2803.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2804.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2805.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2806.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2807.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2808.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2809.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2810.         ], [
  2811.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2812.         ]))->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');
  2813.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2814.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2815.         return $instance;
  2816.     }
  2817.     /**
  2818.      * Gets the public 'sonata.block.context_manager.default' shared service.
  2819.      *
  2820.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  2821.      */
  2822.     protected function getSonata_Block_ContextManager_DefaultService()
  2823.     {
  2824.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2825.         if (isset($this->services['sonata.block.context_manager.default'])) {
  2826.             return $this->services['sonata.block.context_manager.default'];
  2827.         }
  2828.         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'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2829.     }
  2830.     /**
  2831.      * Gets the public 'sonata.block.manager' shared service.
  2832.      *
  2833.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  2834.      */
  2835.     protected function getSonata_Block_ManagerService()
  2836.     {
  2837.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2838.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  2839.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  2840.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  2841.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  2842.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  2843.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  2844.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  2845.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  2846.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  2847.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  2848.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  2849.         ], [
  2850.             'sonata.admin.block.admin_list' => '?',
  2851.             'sonata.admin.block.admin_preview' => '?',
  2852.             'sonata.admin.block.search_result' => '?',
  2853.             'sonata.admin.block.stats' => '?',
  2854.             'sonata.block.service.container' => '?',
  2855.             'sonata.block.service.empty' => '?',
  2856.             'sonata.block.service.menu' => '?',
  2857.             'sonata.block.service.rss' => '?',
  2858.             'sonata.block.service.template' => '?',
  2859.             'sonata.block.service.text' => '?',
  2860.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2861.         ]), $this->parameters['sonata.block.container.types']);
  2862.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2863.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2864.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2865.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2866.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2867.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2868.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2869.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2870.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2871.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2872.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2873.         return $instance;
  2874.     }
  2875.     /**
  2876.      * Gets the public 'sonata.block.renderer.default' shared service.
  2877.      *
  2878.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2879.      */
  2880.     protected function getSonata_Block_Renderer_DefaultService()
  2881.     {
  2882.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2883.         if (isset($this->services['sonata.block.renderer.default'])) {
  2884.             return $this->services['sonata.block.renderer.default'];
  2885.         }
  2886.         $b = 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'], [], []);
  2887.         $b->setDefaultFilter('debug_only');
  2888.         $b->setDefaultRenderer('throw');
  2889.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2890.     }
  2891.     /**
  2892.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  2893.      *
  2894.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  2895.      */
  2896.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  2897.     {
  2898.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  2899.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  2900.         return $instance;
  2901.     }
  2902.     /**
  2903.      * Gets the public 'sonata.seo.page.default' shared service.
  2904.      *
  2905.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2906.      */
  2907.     protected function getSonata_Seo_Page_DefaultService()
  2908.     {
  2909.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2910.         $instance->setTitle('');
  2911.         $instance->setMetas([]);
  2912.         $instance->setHtmlAttributes([]);
  2913.         $instance->setSeparator(' - ');
  2914.         return $instance;
  2915.     }
  2916.     /**
  2917.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  2918.      *
  2919.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  2920.      */
  2921.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  2922.     {
  2923.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  2924.     }
  2925.     /**
  2926.      * Gets the public 'translator' shared service.
  2927.      *
  2928.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2929.      */
  2930.     protected function getTranslatorService()
  2931.     {
  2932.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2933.     }
  2934.     /**
  2935.      * Gets the public 'var_dumper.cloner' shared service.
  2936.      *
  2937.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2938.      */
  2939.     protected function getVarDumper_ClonerService()
  2940.     {
  2941.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2942.         $instance->setMaxItems(2500);
  2943.         $instance->setMinDepth(1);
  2944.         $instance->setMaxString(-1);
  2945.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2946.         return $instance;
  2947.     }
  2948.     /**
  2949.      * Gets the private '.debug.http_client' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2952.      */
  2953.     protected function get_Debug_HttpClientService()
  2954.     {
  2955.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2956.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2957.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2958.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2959.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2961.         $a->setLogger($b);
  2962.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2963.     }
  2964.     /**
  2965.      * Gets the private '.service_locator.IEeEty.' shared service.
  2966.      *
  2967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2968.      */
  2969.     protected function get_ServiceLocator_IEeEty_Service()
  2970.     {
  2971.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2972.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2973.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2974.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2975.         ], [
  2976.             'security.firewall.map.context.api' => '?',
  2977.             'security.firewall.map.context.dev' => '?',
  2978.             'security.firewall.map.context.main' => '?',
  2979.         ]);
  2980.     }
  2981.     /**
  2982.      * Gets the private 'App\EventListener\CleanFlashMessageListener' shared autowired service.
  2983.      *
  2984.      * @return \App\EventListener\CleanFlashMessageListener
  2985.      */
  2986.     protected function getCleanFlashMessageListenerService()
  2987.     {
  2988.         return $this->privates['App\\EventListener\\CleanFlashMessageListener'] = new \App\EventListener\CleanFlashMessageListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2989.     }
  2990.     /**
  2991.      * Gets the private 'App\EventListener\FormThemeExtensionListener' shared autowired service.
  2992.      *
  2993.      * @return \App\EventListener\FormThemeExtensionListener
  2994.      */
  2995.     protected function getFormThemeExtensionListenerService()
  2996.     {
  2997.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  2998.         if (isset($this->privates['App\\EventListener\\FormThemeExtensionListener'])) {
  2999.             return $this->privates['App\\EventListener\\FormThemeExtensionListener'];
  3000.         }
  3001.         return $this->privates['App\\EventListener\\FormThemeExtensionListener'] = new \App\EventListener\FormThemeExtensionListener($a);
  3002.     }
  3003.     /**
  3004.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  3005.      *
  3006.      * @return \App\EventListener\MaintenanceListener
  3007.      */
  3008.     protected function getMaintenanceListenerService()
  3009.     {
  3010.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3011.         if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
  3012.             return $this->privates['App\\EventListener\\MaintenanceListener'];
  3013.         }
  3014.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getEnv('MAINTENANCE_MODE'), $a);
  3015.     }
  3016.     /**
  3017.      * Gets the private 'App\EventListener\SponsorshipListener' shared autowired service.
  3018.      *
  3019.      * @return \App\EventListener\SponsorshipListener
  3020.      */
  3021.     protected function getSponsorshipListenerService()
  3022.     {
  3023.         $a = ($this->privates['App\\Service\\SponsorshipService'] ?? $this->getSponsorshipServiceService());
  3024.         if (isset($this->privates['App\\EventListener\\SponsorshipListener'])) {
  3025.             return $this->privates['App\\EventListener\\SponsorshipListener'];
  3026.         }
  3027.         return $this->privates['App\\EventListener\\SponsorshipListener'] = new \App\EventListener\SponsorshipListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3028.     }
  3029.     /**
  3030.      * Gets the private 'App\EventListener\UserConfigStepListener' shared autowired service.
  3031.      *
  3032.      * @return \App\EventListener\UserConfigStepListener
  3033.      */
  3034.     protected function getUserConfigStepListenerService()
  3035.     {
  3036.         $a = ($this->services['router'] ?? $this->getRouterService());
  3037.         if (isset($this->privates['App\\EventListener\\UserConfigStepListener'])) {
  3038.             return $this->privates['App\\EventListener\\UserConfigStepListener'];
  3039.         }
  3040.         return $this->privates['App\\EventListener\\UserConfigStepListener'] = new \App\EventListener\UserConfigStepListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'App\EventListener\UtmListener' shared autowired service.
  3044.      *
  3045.      * @return \App\EventListener\UtmListener
  3046.      */
  3047.     protected function getUtmListenerService()
  3048.     {
  3049.         return $this->privates['App\\EventListener\\UtmListener'] = new \App\EventListener\UtmListener(($this->privates['App\\Service\\UtmManager'] ?? ($this->privates['App\\Service\\UtmManager'] = new \App\Service\UtmManager())));
  3050.     }
  3051.     /**
  3052.      * Gets the private 'App\Listener\OrlListener' shared autowired service.
  3053.      *
  3054.      * @return \App\Listener\OrlListener
  3055.      */
  3056.     protected function getOrlListenerService()
  3057.     {
  3058.         return $this->privates['App\\Listener\\OrlListener'] = new \App\Listener\OrlListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\OrlService'] ?? $this->getOrlServiceService()));
  3059.     }
  3060.     /**
  3061.      * Gets the private 'App\Listener\WhiteLabelListener' shared autowired service.
  3062.      *
  3063.      * @return \App\Listener\WhiteLabelListener
  3064.      */
  3065.     protected function getWhiteLabelListenerService()
  3066.     {
  3067.         return $this->privates['App\\Listener\\WhiteLabelListener'] = new \App\Listener\WhiteLabelListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService()));
  3068.     }
  3069.     /**
  3070.      * Gets the private 'App\Mailer\AppMailer' shared autowired service.
  3071.      *
  3072.      * @return \App\Mailer\AppMailer
  3073.      */
  3074.     protected function getAppMailerService()
  3075.     {
  3076.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3077.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3078.             return $this->privates['App\\Mailer\\AppMailer'];
  3079.         }
  3080.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3081.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3082.             return $this->privates['App\\Mailer\\AppMailer'];
  3083.         }
  3084.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3085.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3086.             return $this->privates['App\\Mailer\\AppMailer'];
  3087.         }
  3088.         return $this->privates['App\\Mailer\\AppMailer'] = new \App\Mailer\AppMailer(new \Symfony\Component\Mailer\Mailer($a$b$c), 'no-reply@mon-centre-auditif.com'$this->parameters['application.admin_email_group'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('resolve:APPMAILER_ENABLED'), 'https://mon-centre-auditif.com''https://mon-centre-auditif.com'$this->getEnv('DEV_EMAIL'));
  3089.     }
  3090.     /**
  3091.      * Gets the private 'App\Repository\AdministratorRepository' shared autowired service.
  3092.      *
  3093.      * @return \App\Repository\AdministratorRepository
  3094.      */
  3095.     protected function getAdministratorRepositoryService()
  3096.     {
  3097.         return $this->privates['App\\Repository\\AdministratorRepository'] = new \App\Repository\AdministratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3098.     }
  3099.     /**
  3100.      * Gets the private 'App\Repository\CityPostRepository' shared autowired service.
  3101.      *
  3102.      * @return \App\Repository\CityPostRepository
  3103.      */
  3104.     protected function getCityPostRepositoryService()
  3105.     {
  3106.         return $this->privates['App\\Repository\\CityPostRepository'] = new \App\Repository\CityPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3107.     }
  3108.     /**
  3109.      * Gets the private 'App\Repository\FreelancerAssistantRepository' shared autowired service.
  3110.      *
  3111.      * @return \App\Repository\FreelancerAssistantRepository
  3112.      */
  3113.     protected function getFreelancerAssistantRepositoryService()
  3114.     {
  3115.         return $this->privates['App\\Repository\\FreelancerAssistantRepository'] = new \App\Repository\FreelancerAssistantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3116.     }
  3117.     /**
  3118.      * Gets the private 'App\Repository\FreelancerRepository' shared autowired service.
  3119.      *
  3120.      * @return \App\Repository\FreelancerRepository
  3121.      */
  3122.     protected function getFreelancerRepositoryService()
  3123.     {
  3124.         return $this->privates['App\\Repository\\FreelancerRepository'] = new \App\Repository\FreelancerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3125.     }
  3126.     /**
  3127.      * Gets the private 'App\Repository\HearingBrandRepository' shared autowired service.
  3128.      *
  3129.      * @return \App\Repository\HearingBrandRepository
  3130.      */
  3131.     protected function getHearingBrandRepositoryService()
  3132.     {
  3133.         return $this->privates['App\\Repository\\HearingBrandRepository'] = new \App\Repository\HearingBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3134.     }
  3135.     /**
  3136.      * Gets the private 'App\Repository\HearingMakerRepository' shared autowired service.
  3137.      *
  3138.      * @return \App\Repository\HearingMakerRepository
  3139.      */
  3140.     protected function getHearingMakerRepositoryService()
  3141.     {
  3142.         return $this->privates['App\\Repository\\HearingMakerRepository'] = new \App\Repository\HearingMakerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3143.     }
  3144.     /**
  3145.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  3146.      *
  3147.      * @return \App\Repository\NotificationRepository
  3148.      */
  3149.     protected function getNotificationRepositoryService()
  3150.     {
  3151.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3152.     }
  3153.     /**
  3154.      * Gets the private 'App\Repository\OrderRepository' shared autowired service.
  3155.      *
  3156.      * @return \App\Repository\OrderRepository
  3157.      */
  3158.     protected function getOrderRepositoryService()
  3159.     {
  3160.         return $this->privates['App\\Repository\\OrderRepository'] = new \App\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3161.     }
  3162.     /**
  3163.      * Gets the private 'App\Repository\SponsorshipRepository' shared autowired service.
  3164.      *
  3165.      * @return \App\Repository\SponsorshipRepository
  3166.      */
  3167.     protected function getSponsorshipRepositoryService()
  3168.     {
  3169.         return $this->privates['App\\Repository\\SponsorshipRepository'] = new \App\Repository\SponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3170.     }
  3171.     /**
  3172.      * Gets the private 'App\Service\BusinessModelService' shared autowired service.
  3173.      *
  3174.      * @return \App\Service\BusinessModelService
  3175.      */
  3176.     protected function getBusinessModelServiceService()
  3177.     {
  3178.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3179.         if (isset($this->privates['App\\Service\\BusinessModelService'])) {
  3180.             return $this->privates['App\\Service\\BusinessModelService'];
  3181.         }
  3182.         $b = ($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService());
  3183.         if (isset($this->privates['App\\Service\\BusinessModelService'])) {
  3184.             return $this->privates['App\\Service\\BusinessModelService'];
  3185.         }
  3186.         return $this->privates['App\\Service\\BusinessModelService'] = new \App\Service\BusinessModelService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b);
  3187.     }
  3188.     /**
  3189.      * Gets the private 'App\Service\CapitoleMobileService' shared autowired service.
  3190.      *
  3191.      * @return \App\Service\CapitoleMobileService
  3192.      */
  3193.     protected function getCapitoleMobileServiceService()
  3194.     {
  3195.         return $this->privates['App\\Service\\CapitoleMobileService'] = new \App\Service\CapitoleMobileService($this->getEnv('CAPITOLE_SMS_LOGIN'), $this->getEnv('CAPITOLE_SMS_PWD'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('resolve:SMS_SENDER_ENABLED'), $this->getEnv('HLR_PHONENUMBER_VALIDATION_ENABLED'), $this->getEnv('DEV_SMS'));
  3196.     }
  3197.     /**
  3198.      * Gets the private 'App\Service\CreditService' shared autowired service.
  3199.      *
  3200.      * @return \App\Service\CreditService
  3201.      */
  3202.     protected function getCreditServiceService()
  3203.     {
  3204.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3205.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3206.             return $this->privates['App\\Service\\CreditService'];
  3207.         }
  3208.         $b = ($this->privates['App\\Service\\NotifyFreelancerService'] ?? $this->getNotifyFreelancerServiceService());
  3209.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3210.             return $this->privates['App\\Service\\CreditService'];
  3211.         }
  3212.         $c = ($this->privates['App\\Mailer\\AppMailer'] ?? $this->getAppMailerService());
  3213.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3214.             return $this->privates['App\\Service\\CreditService'];
  3215.         }
  3216.         $d = ($this->privates['App\\Service\\BusinessModelService'] ?? $this->getBusinessModelServiceService());
  3217.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3218.             return $this->privates['App\\Service\\CreditService'];
  3219.         }
  3220.         return $this->privates['App\\Service\\CreditService'] = new \App\Service\CreditService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c$d);
  3221.     }
  3222.     /**
  3223.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  3224.      *
  3225.      * @return \App\Service\NotificationService
  3226.      */
  3227.     protected function getNotificationServiceService()
  3228.     {
  3229.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3230.         if (isset($this->privates['App\\Service\\NotificationService'])) {
  3231.             return $this->privates['App\\Service\\NotificationService'];
  3232.         }
  3233.         return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService($a, ($this->privates['App\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3234.     }
  3235.     /**
  3236.      * Gets the private 'App\Service\NotifyFreelancerService' shared autowired service.
  3237.      *
  3238.      * @return \App\Service\NotifyFreelancerService
  3239.      */
  3240.     protected function getNotifyFreelancerServiceService()
  3241.     {
  3242.         $a = ($this->services['router'] ?? $this->getRouterService());
  3243.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3244.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3245.         }
  3246.         $b = ($this->privates['App\\Mailer\\AppMailer'] ?? $this->getAppMailerService());
  3247.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3248.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3249.         }
  3250.         $c = ($this->privates['App\\Service\\SendinblueService'] ?? $this->getSendinblueServiceService());
  3251.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3252.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3253.         }
  3254.         return $this->privates['App\\Service\\NotifyFreelancerService'] = new \App\Service\NotifyFreelancerService(($this->privates['App\\Repository\\AdministratorRepository'] ?? $this->getAdministratorRepositoryService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\CapitoleMobileService'] ?? $this->getCapitoleMobileServiceService()), $b, ($this->privates['App\\Repository\\FreelancerRepository'] ?? $this->getFreelancerRepositoryService()), $c, ($this->privates['App\\Repository\\FreelancerAssistantRepository'] ?? $this->getFreelancerAssistantRepositoryService()));
  3255.     }
  3256.     /**
  3257.      * Gets the private 'App\Service\OrlService' shared autowired service.
  3258.      *
  3259.      * @return \App\Service\OrlService
  3260.      */
  3261.     protected function getOrlServiceService()
  3262.     {
  3263.         return $this->privates['App\\Service\\OrlService'] = new \App\Service\OrlService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'dev''https://annuaire-orl.com');
  3264.     }
  3265.     /**
  3266.      * Gets the private 'App\Service\PaymentService' shared autowired service.
  3267.      *
  3268.      * @return \App\Service\PaymentService
  3269.      */
  3270.     protected function getPaymentServiceService()
  3271.     {
  3272.         $a = ($this->privates['App\\Service\\SendinblueService'] ?? $this->getSendinblueServiceService());
  3273.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3274.             return $this->privates['App\\Service\\PaymentService'];
  3275.         }
  3276.         $b = ($this->services['Wits\\PaymentBundle\\Service\\StripeService'] ?? $this->getStripeServiceService());
  3277.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3278.             return $this->privates['App\\Service\\PaymentService'];
  3279.         }
  3280.         $c = ($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService());
  3281.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3282.             return $this->privates['App\\Service\\PaymentService'];
  3283.         }
  3284.         return $this->privates['App\\Service\\PaymentService'] = new \App\Service\PaymentService($a$b$c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3285.     }
  3286.     /**
  3287.      * Gets the private 'App\Service\SendinblueService' shared autowired service.
  3288.      *
  3289.      * @return \App\Service\SendinblueService
  3290.      */
  3291.     protected function getSendinblueServiceService()
  3292.     {
  3293.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  3294.         if (isset($this->privates['App\\Service\\SendinblueService'])) {
  3295.             return $this->privates['App\\Service\\SendinblueService'];
  3296.         }
  3297.         $b = ($this->services['router'] ?? $this->getRouterService());
  3298.         if (isset($this->privates['App\\Service\\SendinblueService'])) {
  3299.             return $this->privates['App\\Service\\SendinblueService'];
  3300.         }
  3301.         return $this->privates['App\\Service\\SendinblueService'] = new \App\Service\SendinblueService($this->getEnv('SENDINBLUE_API_KEY'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('resolve:SMS_SENDER_ENABLED'), $this->getEnv('resolve:APPMAILER_ENABLED'), $this->getEnv('SENDINBLUE_CONTACT_LIST'), $a, ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService()), ['welcomeMail' => ['mca' => $this->getEnv('SENDINBLUE_WELCOME_TEMPLATE_ID'), 'white_label' => $this->getEnv('SENDINBLUE_WELCOME_WHITELABEL_TEMPLATE_ID')], 'welcomeMailFreelancer' => ['mca' => $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_TEMPLATE_ID'), 'white_label' => $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_WHITELABEL_TEMPLATE_ID')], 'newLead' => ['mca' => $this->getEnv('SENDINBLUE_NEW_LEAD_TEMPLATE_ID')], 'feedbackMail' => ['mca' => $this->getEnv('SENDINBLUE_FEEDBACK_TEMPLATE_ID'), 'white_label' => $this->getEnv('SENDINBLUE_FEEDBACK_WHITELABEL_TEMPLATE_ID')], 'callbackReminder' => ['mca' => $this->getEnv('SENDINBLUE_CALLBACK_REMINDER_TEMPLATE_ID')], 'newStatusProspectOnStore' => ['mca' => $this->getEnv('SENDINBLUE_NEW_STATUS_TEMPLATE_ID')], 'newStatusProspectOnStoreFromFeedback' => ['mca' => $this->getEnv('SENDINBLUE_NEW_STATUS_FEEDBACK_TEMPLATE_ID')], 'sponsorship' => ['mca' => $this->getEnv('SENDINBLUE_SPONSORSHIP_TEMPLATE_ID')], 'smsBroadcast_new' => ['mca' => $this->getEnv('SENDINBLUE_SMSBROADCAST_TEMPLATE_ID')], 'new_user' => ['mca' => $this->getEnv('SENDINBLUE_NEW_USER_TEMPLATE_ID')], 'new_relation_central_purchasing' => ['mca' => $this->getEnv('SENDINBLUE_NEW_RELATION_CENTRAL_PURCHASING_TEMPLATE_ID')], 'password_request' => ['mca' => $this->getEnv('SENDINBLUE_PASSWORD_REQUEST_TEMPLATE_ID')], '2fa_code' => ['mca' => $this->getEnv('SENDINBLUE_2FA_CODE_TEMPLATE_ID')], 'sepa_device_sale_new' => ['mca' => $this->getEnv('SENDINBLUE_SEPA_DEVICE_SALE_TEMPLATE_ID')], 'sepa_payasyougo_new' => ['mca' => $this->getEnv('SENDINBLUE_SEPA_PAYASYOUGO_TEMPLATE_ID')], 'sepa_store_indexation_new' => ['mca' => $this->getEnv('SENDINBLUE_SEPA_STORE_INDEXATION_TEMPLATE_ID')], 'payment_methode_expiration' => ['mca' => $this->getEnv('SENDINBLUE_PAYMENT_METHOD_EXPIRATION_TEMPLATE_ID')]], $this->getEnv('DEV_EMAIL'), $b'https://mon-centre-auditif.com');
  3302.     }
  3303.     /**
  3304.      * Gets the private 'App\Service\SponsorshipService' shared autowired service.
  3305.      *
  3306.      * @return \App\Service\SponsorshipService
  3307.      */
  3308.     protected function getSponsorshipServiceService()
  3309.     {
  3310.         $a = ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService());
  3311.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3312.             return $this->privates['App\\Service\\SponsorshipService'];
  3313.         }
  3314.         $b = ($this->privates['App\\Service\\CreditService'] ?? $this->getCreditServiceService());
  3315.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3316.             return $this->privates['App\\Service\\SponsorshipService'];
  3317.         }
  3318.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3319.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3320.             return $this->privates['App\\Service\\SponsorshipService'];
  3321.         }
  3322.         return $this->privates['App\\Service\\SponsorshipService'] = new \App\Service\SponsorshipService(($this->privates['App\\Repository\\SponsorshipRepository'] ?? $this->getSponsorshipRepositoryService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c);
  3323.     }
  3324.     /**
  3325.      * Gets the private 'App\Service\WhiteLabelService' shared autowired service.
  3326.      *
  3327.      * @return \App\Service\WhiteLabelService
  3328.      */
  3329.     protected function getWhiteLabelServiceService()
  3330.     {
  3331.         return $this->privates['App\\Service\\WhiteLabelService'] = new \App\Service\WhiteLabelService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'dev''https://depistage-auditif.fr''https://depistage-auditif.fr''https://mon-centre-auditif.com');
  3332.     }
  3333.     /**
  3334.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  3335.      *
  3336.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  3337.      */
  3338.     protected function getPluginClientFactoryService()
  3339.     {
  3340.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3341.     }
  3342.     /**
  3343.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  3344.      *
  3345.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  3346.      */
  3347.     protected function getPluginClientFactoryListenerService()
  3348.     {
  3349.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  3350.     }
  3351.     /**
  3352.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3353.      *
  3354.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3355.      */
  3356.     protected function getResetAssetsEventListenerService()
  3357.     {
  3358.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3359.     }
  3360.     /**
  3361.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  3362.      *
  3363.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  3364.      */
  3365.     protected function getUploaderHelperService()
  3366.     {
  3367.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  3368.     }
  3369.     /**
  3370.      * Gets the private 'annotations.cache_adapter' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3373.      */
  3374.     protected function getAnnotations_CacheAdapterService()
  3375.     {
  3376.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3377.     }
  3378.     /**
  3379.      * Gets the private 'annotations.cached_reader' shared service.
  3380.      *
  3381.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3382.      */
  3383.     protected function getAnnotations_CachedReaderService()
  3384.     {
  3385.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3386.     }
  3387.     /**
  3388.      * Gets the private 'annotations.reader' shared service.
  3389.      *
  3390.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3391.      */
  3392.     protected function getAnnotations_ReaderService()
  3393.     {
  3394.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3395.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3396.         $a->registerUniqueLoader('class_exists');
  3397.         $instance->addGlobalIgnoredName('required'$a);
  3398.         return $instance;
  3399.     }
  3400.     /**
  3401.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  3402.      *
  3403.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3404.      */
  3405.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  3406.     {
  3407.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+XGskilsxD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3408.     }
  3409.     /**
  3410.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  3411.      *
  3412.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3413.      */
  3414.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  3415.     {
  3416.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9l114aHhcX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3417.     }
  3418.     /**
  3419.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  3420.      *
  3421.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3422.      */
  3423.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  3424.     {
  3425.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fM-xB0OcOC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3426.     }
  3427.     /**
  3428.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  3429.      *
  3430.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3431.      */
  3432.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  3433.     {
  3434.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sIxEQMuZf4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3435.     }
  3436.     /**
  3437.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  3438.      *
  3439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3440.      */
  3441.     protected function getApiPlatform_Cache_RouteNameResolverService()
  3442.     {
  3443.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UbUKk0YxJG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3444.     }
  3445.     /**
  3446.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  3447.      *
  3448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3449.      */
  3450.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  3451.     {
  3452.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vknN68ghiO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3453.     }
  3454.     /**
  3455.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3456.      *
  3457.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3458.      */
  3459.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3460.     {
  3461.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  3465.      *
  3466.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  3467.      */
  3468.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  3469.     {
  3470.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3471.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3472.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3473.         }
  3474.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  3475.     }
  3476.     /**
  3477.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  3478.      *
  3479.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  3480.      */
  3481.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  3482.     {
  3483.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3484.         if (isset($this->privates['api_platform.hydra.listener.response.add_link_header'])) {
  3485.             return $this->privates['api_platform.hydra.listener.response.add_link_header'];
  3486.         }
  3487.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener($a);
  3488.     }
  3489.     /**
  3490.      * Gets the private 'api_platform.identifier.converter' shared service.
  3491.      *
  3492.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3493.      */
  3494.     protected function getApiPlatform_Identifier_ConverterService()
  3495.     {
  3496.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  3497.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  3498.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  3499.         }, 2));
  3500.     }
  3501.     /**
  3502.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3503.      *
  3504.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3505.      */
  3506.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3507.     {
  3508.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3509.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3510.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  3511.     }
  3512.     /**
  3513.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  3514.      *
  3515.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  3516.      */
  3517.     protected function getApiPlatform_IriConverter_LegacyService()
  3518.     {
  3519.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3520.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  3521.             return $this->privates['api_platform.iri_converter.legacy'];
  3522.         }
  3523.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3524.     }
  3525.     /**
  3526.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3527.      *
  3528.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3529.      */
  3530.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3531.     {
  3532.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3533.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  3534.         return $instance;
  3535.     }
  3536.     /**
  3537.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  3538.      *
  3539.      * @return \ApiPlatform\JsonLd\ContextBuilder
  3540.      */
  3541.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  3542.     {
  3543.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3544.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3545.             return $this->privates['api_platform.jsonld.context_builder'];
  3546.         }
  3547.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  3548.     }
  3549.     /**
  3550.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3551.      *
  3552.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3553.      */
  3554.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3555.     {
  3556.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  3557.     }
  3558.     /**
  3559.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  3560.      *
  3561.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  3562.      */
  3563.     protected function getApiPlatform_Listener_Request_DeserializeService()
  3564.     {
  3565.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3566.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  3567.             return $this->privates['api_platform.listener.request.deserialize'];
  3568.         }
  3569.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3570.     }
  3571.     /**
  3572.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3573.      *
  3574.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3575.      */
  3576.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3577.     {
  3578.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3579.     }
  3580.     /**
  3581.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3582.      *
  3583.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3584.      */
  3585.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3586.     {
  3587.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  3588.     }
  3589.     /**
  3590.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3591.      *
  3592.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3593.      */
  3594.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3595.     {
  3596.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  3597.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3598.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3599.         }
  3600.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3601.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3602.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3603.         }
  3604.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3605.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  3606.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  3607.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3608.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  3609.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  3610.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  3611.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  3612.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  3613.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  3614.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3615.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  3616.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  3617.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  3618.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  3619.         }, 13)));
  3620.     }
  3621.     /**
  3622.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3623.      *
  3624.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3625.      */
  3626.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3627.     {
  3628.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3629.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3630.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3631.         }
  3632.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  3633.     }
  3634.     /**
  3635.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3636.      *
  3637.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3638.      */
  3639.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3640.     {
  3641.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3642.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  3643.     }
  3644.     /**
  3645.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3646.      *
  3647.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3648.      */
  3649.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3650.     {
  3651.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  3652.     }
  3653.     /**
  3654.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3655.      *
  3656.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3657.      */
  3658.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3659.     {
  3660.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3664.      *
  3665.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3666.      */
  3667.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3668.     {
  3669.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3670.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3671.             return $this->privates['api_platform.operation_path_resolver.router'];
  3672.         }
  3673.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  3674.     }
  3675.     /**
  3676.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3677.      *
  3678.      * @return \ApiPlatform\Api\ResourceClassResolver
  3679.      */
  3680.     protected function getApiPlatform_ResourceClassResolverService()
  3681.     {
  3682.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  3683.     }
  3684.     /**
  3685.      * Gets the private 'api_platform.router' shared service.
  3686.      *
  3687.      * @return \ApiPlatform\Symfony\Routing\Router
  3688.      */
  3689.     protected function getApiPlatform_RouterService()
  3690.     {
  3691.         $a = ($this->services['router'] ?? $this->getRouterService());
  3692.         if (isset($this->privates['api_platform.router'])) {
  3693.             return $this->privates['api_platform.router'];
  3694.         }
  3695.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  3696.     }
  3697.     /**
  3698.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3699.      *
  3700.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3701.      */
  3702.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3703.     {
  3704.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3705.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  3706.             return $this->privates['api_platform.security.listener.request.deny_access'];
  3707.         }
  3708.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  3709.     }
  3710.     /**
  3711.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3712.      *
  3713.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3714.      */
  3715.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3716.     {
  3717.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3718.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3719.             return $this->privates['api_platform.security.resource_access_checker'];
  3720.         }
  3721.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3722.     }
  3723.     /**
  3724.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3725.      *
  3726.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3727.      */
  3728.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3729.     {
  3730.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3731.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3735.      *
  3736.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3737.      */
  3738.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3739.     {
  3740.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(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()))])));
  3741.     }
  3742.     /**
  3743.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3744.      *
  3745.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3746.      */
  3747.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3748.     {
  3749.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  3750.     }
  3751.     /**
  3752.      * Gets the private 'assets.packages' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\Asset\Packages
  3755.      */
  3756.     protected function getAssets_PackagesService()
  3757.     {
  3758.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3759.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  3760.             return new \EmptyIterator();
  3761.         }, 0));
  3762.     }
  3763.     /**
  3764.      * Gets the private 'cache.annotations' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3767.      */
  3768.     protected function getCache_AnnotationsService()
  3769.     {
  3770.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nToj1+CHYf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3771.     }
  3772.     /**
  3773.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3774.      *
  3775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3776.      */
  3777.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3778.     {
  3779.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3780.     }
  3781.     /**
  3782.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3783.      *
  3784.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3785.      */
  3786.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3787.     {
  3788.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3789.     }
  3790.     /**
  3791.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3792.      *
  3793.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3794.      */
  3795.     protected function getCache_Messenger_RestartWorkersSignalService()
  3796.     {
  3797.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('a5N0BAKhqS'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3798.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3799.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3800.     }
  3801.     /**
  3802.      * Gets the private 'cache.property_info' shared service.
  3803.      *
  3804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3805.      */
  3806.     protected function getCache_PropertyInfoService()
  3807.     {
  3808.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FErExvTvmO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3809.     }
  3810.     /**
  3811.      * Gets the private 'cache.security_expression_language' shared service.
  3812.      *
  3813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3814.      */
  3815.     protected function getCache_SecurityExpressionLanguageService()
  3816.     {
  3817.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9LV7euHGcg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3818.     }
  3819.     /**
  3820.      * Gets the private 'cache.serializer' shared service.
  3821.      *
  3822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3823.      */
  3824.     protected function getCache_SerializerService()
  3825.     {
  3826.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('P1XMFJiuBI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3827.     }
  3828.     /**
  3829.      * Gets the private 'cache.validator' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3832.      */
  3833.     protected function getCache_ValidatorService()
  3834.     {
  3835.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BJeh-hptKO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3836.     }
  3837.     /**
  3838.      * Gets the private 'cache.webpack_encore' shared service.
  3839.      *
  3840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3841.      */
  3842.     protected function getCache_WebpackEncoreService()
  3843.     {
  3844.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hh3HnF8eyI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3845.     }
  3846.     /**
  3847.      * Gets the private 'config_cache_factory' shared service.
  3848.      *
  3849.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3850.      */
  3851.     protected function getConfigCacheFactoryService()
  3852.     {
  3853.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3854.             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)));
  3855.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3856.         }, 2));
  3857.     }
  3858.     /**
  3859.      * Gets the private 'data_collector.form' shared service.
  3860.      *
  3861.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3862.      */
  3863.     protected function getDataCollector_FormService()
  3864.     {
  3865.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3866.     }
  3867.     /**
  3868.      * Gets the private 'data_collector.request' shared service.
  3869.      *
  3870.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3871.      */
  3872.     protected function getDataCollector_RequestService()
  3873.     {
  3874.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3875.     }
  3876.     /**
  3877.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3878.      *
  3879.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3880.      */
  3881.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3882.     {
  3883.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  3884.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3885.         }, 1)));
  3886.     }
  3887.     /**
  3888.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3889.      *
  3890.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3891.      */
  3892.     protected function getDebug_ApiPlatform_DataPersisterService()
  3893.     {
  3894.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3895.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  3896.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3897.         }, 2)));
  3898.     }
  3899.     /**
  3900.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3901.      *
  3902.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3903.      */
  3904.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3905.     {
  3906.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  3907.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3908.         }, 1)));
  3909.     }
  3910.     /**
  3911.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3912.      *
  3913.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3914.      */
  3915.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3916.     {
  3917.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  3918.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3919.         }, 1)));
  3920.     }
  3921.     /**
  3922.      * Gets the private 'debug.controller_resolver' shared service.
  3923.      *
  3924.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3925.      */
  3926.     protected function getDebug_ControllerResolverService()
  3927.     {
  3928.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3929.     }
  3930.     /**
  3931.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3932.      *
  3933.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3934.      */
  3935.     protected function getDebug_DebugHandlersListenerService()
  3936.     {
  3937.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3938.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3939.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3940.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3941.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3942.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3943.     }
  3944.     /**
  3945.      * Gets the private 'debug.file_link_formatter' shared service.
  3946.      *
  3947.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3948.      */
  3949.     protected function getDebug_FileLinkFormatterService()
  3950.     {
  3951.         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 () {
  3952.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3953.         });
  3954.     }
  3955.     /**
  3956.      * Gets the private 'debug.log_processor' shared service.
  3957.      *
  3958.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3959.      */
  3960.     protected function getDebug_LogProcessorService()
  3961.     {
  3962.         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())));
  3963.     }
  3964.     /**
  3965.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3966.      *
  3967.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3968.      */
  3969.     protected function getDebug_Security_Access_DecisionManagerService()
  3970.     {
  3971.         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 () {
  3972.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3973.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  3974.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3975.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3976.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ProspectOnStoreVoter'] ?? $this->load('getProspectOnStoreVoterService'));
  3977.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\StoreVoter'] ?? $this->load('getStoreVoterService'));
  3978.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\SwitchToCustomerVoter'] ?? $this->load('getSwitchToCustomerVoterService'));
  3979.         }, 7), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(true)));
  3980.     }
  3981.     /**
  3982.      * Gets the private 'debug.security.firewall' shared service.
  3983.      *
  3984.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3985.      */
  3986.     protected function getDebug_Security_FirewallService()
  3987.     {
  3988.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3989.         if (isset($this->privates['debug.security.firewall'])) {
  3990.             return $this->privates['debug.security.firewall'];
  3991.         }
  3992.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3993.         if (isset($this->privates['debug.security.firewall'])) {
  3994.             return $this->privates['debug.security.firewall'];
  3995.         }
  3996.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  3997.         if (isset($this->privates['debug.security.firewall'])) {
  3998.             return $this->privates['debug.security.firewall'];
  3999.         }
  4000.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  4001.     }
  4002.     /**
  4003.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4004.      *
  4005.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4006.      */
  4007.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4008.     {
  4009.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Entity')]);
  4010.     }
  4011.     /**
  4012.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4013.      *
  4014.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4015.      */
  4016.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4017.     {
  4018.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'true);
  4019.         $instance->setGlobalBasename('mapping');
  4020.         return $instance;
  4021.     }
  4022.     /**
  4023.      * Gets the private 'exception_listener' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4026.      */
  4027.     protected function getExceptionListenerService()
  4028.     {
  4029.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4030.     }
  4031.     /**
  4032.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  4033.      *
  4034.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  4035.      */
  4036.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  4037.     {
  4038.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  4039.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  4040.     }
  4041.     /**
  4042.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4043.      *
  4044.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4045.      */
  4046.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4047.     {
  4048.         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())));
  4049.     }
  4050.     /**
  4051.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4052.      *
  4053.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4054.      */
  4055.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4056.     {
  4057.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4058.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4059.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4060.         }
  4061.         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()), $a);
  4062.     }
  4063.     /**
  4064.      * Gets the private 'httplug.collector.formatter' shared service.
  4065.      *
  4066.      * @return \Http\HttplugBundle\Collector\Formatter
  4067.      */
  4068.     protected function getHttplug_Collector_FormatterService()
  4069.     {
  4070.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  4071.     }
  4072.     /**
  4073.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  4074.      *
  4075.      * @return \Knp\Menu\Provider\ChainProvider
  4076.      */
  4077.     protected function getKnpMenu_MenuProvider_ChainService()
  4078.     {
  4079.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  4080.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  4081.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  4082.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  4083.         }, 3));
  4084.     }
  4085.     /**
  4086.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4087.      *
  4088.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4089.      */
  4090.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4091.     {
  4092.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 2'defaultPageLimit' => NULL]);
  4093.     }
  4094.     /**
  4095.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  4096.      *
  4097.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  4098.      */
  4099.     protected function getLiipImagine_Filter_ConfigurationService()
  4100.     {
  4101.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  4102.     }
  4103.     /**
  4104.      * Gets the private 'locale_aware_listener' shared service.
  4105.      *
  4106.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4107.      */
  4108.     protected function getLocaleAwareListenerService()
  4109.     {
  4110.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4111.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4112.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4113.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  4114.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  4115.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4116.     }
  4117.     /**
  4118.      * Gets the private 'locale_listener' shared service.
  4119.      *
  4120.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4121.      */
  4122.     protected function getLocaleListenerService()
  4123.     {
  4124.         $a = ($this->services['router'] ?? $this->getRouterService());
  4125.         if (isset($this->privates['locale_listener'])) {
  4126.             return $this->privates['locale_listener'];
  4127.         }
  4128.         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'$afalse, []);
  4129.     }
  4130.     /**
  4131.      * Gets the private 'mailer.transports' shared service.
  4132.      *
  4133.      * @return \Symfony\Component\Mailer\Transport\Transports
  4134.      */
  4135.     protected function getMailer_TransportsService()
  4136.     {
  4137.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4138.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  4139.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  4140.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  4141.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  4142.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4143.     }
  4144.     /**
  4145.      * Gets the private 'mime_types' shared service.
  4146.      *
  4147.      * @return \Symfony\Component\Mime\MimeTypes
  4148.      */
  4149.     protected function getMimeTypesService()
  4150.     {
  4151.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4152.         $instance->setDefault($instance);
  4153.         return $instance;
  4154.     }
  4155.     /**
  4156.      * Gets the private 'monolog.handler.app' shared service.
  4157.      *
  4158.      * @return \Monolog\Handler\StreamHandler
  4159.      */
  4160.     protected function getMonolog_Handler_AppService()
  4161.     {
  4162.         $this->privates['monolog.handler.app'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev_app.log'), 100trueNULLfalse);
  4163.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4164.         return $instance;
  4165.     }
  4166.     /**
  4167.      * Gets the private 'monolog.handler.console' shared service.
  4168.      *
  4169.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4170.      */
  4171.     protected function getMonolog_Handler_ConsoleService()
  4172.     {
  4173.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4174.     }
  4175.     /**
  4176.      * Gets the private 'monolog.handler.main' shared service.
  4177.      *
  4178.      * @return \Monolog\Handler\StreamHandler
  4179.      */
  4180.     protected function getMonolog_Handler_MainService()
  4181.     {
  4182.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4183.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4184.         return $instance;
  4185.     }
  4186.     /**
  4187.      * Gets the private 'monolog.logger' shared service.
  4188.      *
  4189.      * @return \Symfony\Bridge\Monolog\Logger
  4190.      */
  4191.     protected function getMonolog_LoggerService()
  4192.     {
  4193.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4194.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4195.         $instance->useMicrosecondTimestamps(true);
  4196.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4197.         $instance->pushHandler(($this->privates['monolog.handler.app'] ?? $this->getMonolog_Handler_AppService()));
  4198.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4199.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4200.         return $instance;
  4201.     }
  4202.     /**
  4203.      * Gets the private 'monolog.logger.cache' shared service.
  4204.      *
  4205.      * @return \Symfony\Bridge\Monolog\Logger
  4206.      */
  4207.     protected function getMonolog_Logger_CacheService()
  4208.     {
  4209.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4210.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4211.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4212.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4214.         return $instance;
  4215.     }
  4216.     /**
  4217.      * Gets the private 'monolog.logger.request' shared service.
  4218.      *
  4219.      * @return \Symfony\Bridge\Monolog\Logger
  4220.      */
  4221.     protected function getMonolog_Logger_RequestService()
  4222.     {
  4223.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4224.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4225.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4226.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4227.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4232.      *
  4233.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4234.      */
  4235.     protected function getNelmioCors_CorsListenerService()
  4236.     {
  4237.         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'))]));
  4238.     }
  4239.     /**
  4240.      * Gets the private 'parameter_bag' shared service.
  4241.      *
  4242.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4243.      */
  4244.     protected function getParameterBagService()
  4245.     {
  4246.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4247.     }
  4248.     /**
  4249.      * Gets the private 'profiler_listener' shared service.
  4250.      *
  4251.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4252.      */
  4253.     protected function getProfilerListenerService()
  4254.     {
  4255.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4256.         if (isset($this->privates['profiler_listener'])) {
  4257.             return $this->privates['profiler_listener'];
  4258.         }
  4259.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4260.     }
  4261.     /**
  4262.      * Gets the private 'property_accessor' shared service.
  4263.      *
  4264.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4265.      */
  4266.     protected function getPropertyAccessorService()
  4267.     {
  4268.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4269.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4270.     }
  4271.     /**
  4272.      * Gets the private 'property_info' shared service.
  4273.      *
  4274.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4275.      */
  4276.     protected function getPropertyInfoService()
  4277.     {
  4278.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4279.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4280.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4281.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4282.         }, 3), new RewindableGenerator(function () {
  4283.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4284.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4285.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4286.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4287.         }, 4), new RewindableGenerator(function () {
  4288.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4289.         }, 1), new RewindableGenerator(function () {
  4290.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4291.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4292.         }, 2), new RewindableGenerator(function () {
  4293.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4294.         }, 1));
  4295.     }
  4296.     /**
  4297.      * Gets the private 'router.expression_language_provider' shared service.
  4298.      *
  4299.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4300.      */
  4301.     protected function getRouter_ExpressionLanguageProviderService()
  4302.     {
  4303.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4304.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4305.         ], [
  4306.             'env' => 'Closure',
  4307.         ]));
  4308.     }
  4309.     /**
  4310.      * Gets the private 'router.request_context' shared service.
  4311.      *
  4312.      * @return \Symfony\Component\Routing\RequestContext
  4313.      */
  4314.     protected function getRouter_RequestContextService()
  4315.     {
  4316.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4317.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4318.         return $instance;
  4319.     }
  4320.     /**
  4321.      * Gets the private 'router_listener' shared service.
  4322.      *
  4323.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4324.      */
  4325.     protected function getRouterListenerService()
  4326.     {
  4327.         $a = ($this->services['router'] ?? $this->getRouterService());
  4328.         if (isset($this->privates['router_listener'])) {
  4329.             return $this->privates['router_listener'];
  4330.         }
  4331.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  4332.     }
  4333.     /**
  4334.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  4335.      *
  4336.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  4337.      */
  4338.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  4339.     {
  4340.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4341.     }
  4342.     /**
  4343.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  4344.      *
  4345.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  4346.      */
  4347.     protected function getSchebTwoFactor_ProviderRegistryService()
  4348.     {
  4349.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  4350.             yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
  4351.         }, 1));
  4352.     }
  4353.     /**
  4354.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  4355.      *
  4356.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  4357.      */
  4358.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  4359.     {
  4360.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  4361.     }
  4362.     /**
  4363.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  4364.      *
  4365.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  4366.      */
  4367.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  4368.     {
  4369.         if ($lazyLoad) {
  4370.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  4371.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4372.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  4373.                     $proxy->setProxyInitializer(null);
  4374.                     return true;
  4375.                 });
  4376.             });
  4377.         }
  4378.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  4379.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()), 2592000'trusted_device'NULL'lax''/'NULL);
  4380.     }
  4381.     /**
  4382.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  4383.      *
  4384.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  4385.      */
  4386.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  4387.     {
  4388.         if ($lazyLoad) {
  4389.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  4390.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4391.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  4392.                     $proxy->setProxyInitializer(null);
  4393.                     return true;
  4394.                 });
  4395.             });
  4396.         }
  4397.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  4400.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('APP_SECRET')), 2592000), 'trusted_device');
  4401.     }
  4402.     /**
  4403.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  4404.      *
  4405.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4406.      */
  4407.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  4408.     {
  4409.         $a = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  4410.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  4411.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  4412.         }
  4413.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4414.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  4415.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  4416.         }
  4417.         return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  4418.     }
  4419.     /**
  4420.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  4421.      *
  4422.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4423.      */
  4424.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  4425.     {
  4426.         $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  4427.         if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  4428.             return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  4429.         }
  4430.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main'falsefalse);
  4431.     }
  4432.     /**
  4433.      * Gets the private 'security.csrf.token_storage' shared service.
  4434.      *
  4435.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4436.      */
  4437.     protected function getSecurity_Csrf_TokenStorageService()
  4438.     {
  4439.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4440.     }
  4441.     /**
  4442.      * Gets the private 'security.expression_language' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  4445.      */
  4446.     protected function getSecurity_ExpressionLanguageService()
  4447.     {
  4448.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  4449.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  4450.         return $instance;
  4451.     }
  4452.     /**
  4453.      * Gets the private 'security.firewall.map' shared service.
  4454.      *
  4455.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4456.      */
  4457.     protected function getSecurity_Firewall_MapService()
  4458.     {
  4459.         $a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
  4460.         if (isset($this->privates['security.firewall.map'])) {
  4461.             return $this->privates['security.firewall.map'];
  4462.         }
  4463.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4464.             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)/')));
  4465.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  4466.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4467.         }, 3));
  4468.     }
  4469.     /**
  4470.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  4471.      *
  4472.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4473.      */
  4474.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  4475.     {
  4476.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  4477.         if (isset($this->privates['security.firewall_config.two_factor.main'])) {
  4478.             return $this->privates['security.firewall_config.two_factor.main'];
  4479.         }
  4480.         return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login''check_path' => '2fa_login_check''post_only' => true'always_use_default_target_path' => false'default_target_path' => '/''success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''remember_me_sets_trusted' => false'multi_factor' => false'prepare_on_login' => false'prepare_on_access_denied' => false'enable_csrf' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor''provider' => NULL], 'main'$a, new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  4481.     }
  4482.     /**
  4483.      * Gets the private 'security.http_utils' shared service.
  4484.      *
  4485.      * @return \Symfony\Component\Security\Http\HttpUtils
  4486.      */
  4487.     protected function getSecurity_HttpUtilsService()
  4488.     {
  4489.         $a = ($this->services['router'] ?? $this->getRouterService());
  4490.         if (isset($this->privates['security.http_utils'])) {
  4491.             return $this->privates['security.http_utils'];
  4492.         }
  4493.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4494.     }
  4495.     /**
  4496.      * Gets the private 'security.logout_url_generator' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4499.      */
  4500.     protected function getSecurity_LogoutUrlGeneratorService()
  4501.     {
  4502.         $a = ($this->services['router'] ?? $this->getRouterService());
  4503.         if (isset($this->privates['security.logout_url_generator'])) {
  4504.             return $this->privates['security.logout_url_generator'];
  4505.         }
  4506.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4507.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  4508.         return $instance;
  4509.     }
  4510.     /**
  4511.      * Gets the private 'security.role_hierarchy' shared service.
  4512.      *
  4513.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4514.      */
  4515.     protected function getSecurity_RoleHierarchyService()
  4516.     {
  4517.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4518.     }
  4519.     /**
  4520.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4521.      *
  4522.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4523.      */
  4524.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4525.     {
  4526.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4527.     }
  4528.     /**
  4529.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4530.      *
  4531.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4532.      */
  4533.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4534.     {
  4535.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4536.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4537.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4538.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4539.     }
  4540.     /**
  4541.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4542.      *
  4543.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4544.      */
  4545.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4546.     {
  4547.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4548.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4549.             return $this->privates['sensio_framework_extra.security.listener'];
  4550.         }
  4551.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4552.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  4553.         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()), $b, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4554.     }
  4555.     /**
  4556.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4557.      *
  4558.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4559.      */
  4560.     protected function getSensioFrameworkExtra_View_ListenerService()
  4561.     {
  4562.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  4563.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4564.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4565.         ], [
  4566.             'twig' => '?',
  4567.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4568.         return $instance;
  4569.     }
  4570.     /**
  4571.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4572.      *
  4573.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4574.      */
  4575.     protected function getSerializer_NameConverter_MetadataAwareService()
  4576.     {
  4577.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  4578.     }
  4579.     /**
  4580.      * Gets the private 'session.factory' shared service.
  4581.      *
  4582.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4583.      */
  4584.     protected function getSession_FactoryService()
  4585.     {
  4586.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4587.         if (isset($this->privates['session.factory'])) {
  4588.             return $this->privates['session.factory'];
  4589.         }
  4590.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  4591.     }
  4592.     /**
  4593.      * Gets the private 'session_listener' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4596.      */
  4597.     protected function getSessionListenerService()
  4598.     {
  4599.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4600.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4601.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4602.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4603.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4604.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4605.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4606.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4607.         ], [
  4608.             'initialized_session' => '?',
  4609.             'logger' => '?',
  4610.             'request_stack' => '?',
  4611.             'session' => '?',
  4612.             'session_collector' => '?',
  4613.             'session_factory' => '?',
  4614.             'session_storage' => '?',
  4615.         ]), true$this->parameters['session.storage.options']);
  4616.     }
  4617.     /**
  4618.      * Gets the private 'sherlockode_configuration.configuration_manager' shared service.
  4619.      *
  4620.      * @return \Sherlockode\ConfigurationBundle\Manager\ConfigurationManager
  4621.      */
  4622.     protected function getSherlockodeConfiguration_ConfigurationManagerService()
  4623.     {
  4624.         return $this->privates['sherlockode_configuration.configuration_manager'] = new \Sherlockode\ConfigurationBundle\Manager\ConfigurationManager($this->parameters['sherlockode_configuration.parameters'], false);
  4625.     }
  4626.     /**
  4627.      * Gets the private 'sherlockode_configuration.field_manager' shared service.
  4628.      *
  4629.      * @return \Sherlockode\ConfigurationBundle\Manager\FieldTypeManager
  4630.      */
  4631.     protected function getSherlockodeConfiguration_FieldManagerService()
  4632.     {
  4633.         $this->privates['sherlockode_configuration.field_manager'] = $instance = new \Sherlockode\ConfigurationBundle\Manager\FieldTypeManager();
  4634.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4635.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\SimpleField());
  4636.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\DateTimeField());
  4637.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\ChoiceField());
  4638.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\CheckboxField());
  4639.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\EntityField($a));
  4640.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\ImageField());
  4641.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\PasswordField($a'App\\Entity\\Parameter'));
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the private 'sherlockode_configuration.parameter_manager' shared service.
  4646.      *
  4647.      * @return \Sherlockode\ConfigurationBundle\Manager\ParameterManager
  4648.      */
  4649.     protected function getSherlockodeConfiguration_ParameterManagerService()
  4650.     {
  4651.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4652.         if (isset($this->privates['sherlockode_configuration.parameter_manager'])) {
  4653.             return $this->privates['sherlockode_configuration.parameter_manager'];
  4654.         }
  4655.         $b = ($this->privates['sherlockode_configuration.field_manager'] ?? $this->getSherlockodeConfiguration_FieldManagerService());
  4656.         if (isset($this->privates['sherlockode_configuration.parameter_manager'])) {
  4657.             return $this->privates['sherlockode_configuration.parameter_manager'];
  4658.         }
  4659.         return $this->privates['sherlockode_configuration.parameter_manager'] = new \Sherlockode\ConfigurationBundle\Manager\ParameterManager($a'App\\Entity\\Parameter', ($this->privates['sherlockode_configuration.configuration_manager'] ?? $this->getSherlockodeConfiguration_ConfigurationManagerService()), $b);
  4660.     }
  4661.     /**
  4662.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  4663.      *
  4664.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  4665.      */
  4666.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  4667.     {
  4668.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  4669.     }
  4670.     /**
  4671.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  4672.      *
  4673.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4674.      */
  4675.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  4676.     {
  4677.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4678.     }
  4679.     /**
  4680.      * Gets the private 'sonata.admin.pool' shared service.
  4681.      *
  4682.      * @return \Sonata\AdminBundle\Admin\Pool
  4683.      */
  4684.     protected function getSonata_Admin_PoolService()
  4685.     {
  4686.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4687.             'admin.StoreManagementRequest' => [false'admin.StoreManagementRequest''getAdmin_StoreManagementRequestService'true],
  4688.             'admin.acquisitionMode' => [false'admin.acquisitionMode''getAdmin_AcquisitionModeService'true],
  4689.             'admin.blogAuthor' => [false'admin.blogAuthor''getAdmin_BlogAuthorService'true],
  4690.             'admin.blogCategory' => [false'admin.blogCategory''getAdmin_BlogCategoryService'true],
  4691.             'admin.blogPost' => [false'admin.blogPost''getAdmin_BlogPostService'true],
  4692.             'admin.careNetwork' => [false'admin.careNetwork''getAdmin_CareNetworkService'true],
  4693.             'admin.centralPurchasing' => [false'admin.centralPurchasing''getAdmin_CentralPurchasingService'true],
  4694.             'admin.cityPost' => [false'admin.cityPost''getAdmin_CityPostService'true],
  4695.             'admin.claimAdmin' => [false'admin.claimAdmin''getAdmin_ClaimAdminService'true],
  4696.             'admin.coregistrationCampaign' => [false'admin.coregistrationCampaign''getAdmin_CoregistrationCampaignService'true],
  4697.             'admin.creditCost' => [false'admin.creditCost''getAdmin_CreditCostService'true],
  4698.             'admin.creditPackGeneric' => [false'admin.creditPackGeneric''getAdmin_CreditPackGenericService'true],
  4699.             'admin.deviceSale' => [false'admin.deviceSale''getAdmin_DeviceSaleService'true],
  4700.             'admin.financialParameterAdmin' => [false'admin.financialParameterAdmin''getAdmin_FinancialParameterAdminService'true],
  4701.             'admin.financialStatisticAdmin' => [false'admin.financialStatisticAdmin''getAdmin_FinancialStatisticAdminService'true],
  4702.             'admin.freelancer' => [false'admin.freelancer''getAdmin_FreelancerService'true],
  4703.             'admin.freelancerComment' => [false'admin.freelancerComment''getAdmin_FreelancerCommentService'true],
  4704.             'admin.hearingAid' => [false'admin.hearingAid''getAdmin_HearingAidService'true],
  4705.             'admin.hearingBrand' => [false'admin.hearingBrand''getAdmin_HearingBrandService'true],
  4706.             'admin.hearingMaker' => [false'admin.hearingMaker''getAdmin_HearingMakerService'true],
  4707.             'admin.invoice' => [false'admin.invoice''getAdmin_InvoiceService'true],
  4708.             'admin.lead' => [false'admin.lead''getAdmin_LeadService'true],
  4709.             'admin.logEntry' => [false'admin.logEntry''getAdmin_LogEntryService'true],
  4710.             'admin.navigationStatisticAdmin' => [false'admin.navigationStatisticAdmin''getAdmin_NavigationStatisticAdminService'true],
  4711.             'admin.notification' => [false'admin.notification''getAdmin_NotificationService'true],
  4712.             'admin.order' => [false'admin.order''getAdmin_OrderService'true],
  4713.             'admin.partner' => [false'admin.partner''getAdmin_PartnerService'true],
  4714.             'admin.payment' => [false'admin.payment''getAdmin_PaymentService'true],
  4715.             'admin.paymentMethod' => [false'admin.paymentMethod''getAdmin_PaymentMethodService'true],
  4716.             'admin.phoneValidation' => [false'admin.phoneValidation''getAdmin_PhoneValidationService'true],
  4717.             'admin.prescriber' => [false'admin.prescriber''getAdmin_PrescriberService'true],
  4718.             'admin.productionStatisticAdmin' => [false'admin.productionStatisticAdmin''getAdmin_ProductionStatisticAdminService'true],
  4719.             'admin.prospect' => [false'admin.prospect''getAdmin_ProspectService'true],
  4720.             'admin.prospectDulicate' => [false'admin.prospectDulicate''getAdmin_ProspectDulicateService'true],
  4721.             'admin.prospectOnHearingAid' => [false'admin.prospectOnHearingAid''getAdmin_ProspectOnHearingAidService'true],
  4722.             'admin.prospectOnStore' => [false'admin.prospectOnStore''getAdmin_ProspectOnStoreService'true],
  4723.             'admin.prospectOnStoreFeedback' => [false'admin.prospectOnStoreFeedback''getAdmin_ProspectOnStoreFeedbackService'true],
  4724.             'admin.prospectOnStoreQualification' => [false'admin.prospectOnStoreQualification''getAdmin_ProspectOnStoreQualificationService'true],
  4725.             'admin.prospectOnStoreStatus' => [false'admin.prospectOnStoreStatus''getAdmin_ProspectOnStoreStatusService'true],
  4726.             'admin.prospectQualification' => [false'admin.prospectQualification''getAdmin_ProspectQualificationService'true],
  4727.             'admin.qualificationStatisticAdmin' => [false'admin.qualificationStatisticAdmin''getAdmin_QualificationStatisticAdminService'true],
  4728.             'admin.shortUrl' => [false'admin.shortUrl''getAdmin_ShortUrlService'true],
  4729.             'admin.smsBroadcast' => [false'admin.smsBroadcast''getAdmin_SmsBroadcastService'true],
  4730.             'admin.sponsorship' => [false'admin.sponsorship''getAdmin_SponsorshipService'true],
  4731.             'admin.stat.report' => [false'admin.stat.report''getAdmin_Stat_ReportService'true],
  4732.             'admin.store' => [false'admin.store''getAdmin_StoreService'true],
  4733.             'admin.storeFinderData' => [false'admin.storeFinderData''getAdmin_StoreFinderDataService'true],
  4734.             'admin.storeIndexation' => [false'admin.storeIndexation''getAdmin_StoreIndexationService'true],
  4735.             'admin.storePage' => [false'admin.storePage''getAdmin_StorePageService'true],
  4736.             'admin.thirdPartyEntity' => [false'admin.thirdPartyEntity''getAdmin_ThirdPartyEntityService'true],
  4737.             'admin.user' => [false'admin.user''getAdmin_UserService'true],
  4738.             'admin.userTracking' => [false'admin.userTracking''getAdmin_UserTrackingService'true],
  4739.             'admin.userTrackingDetail' => [false'admin.userTrackingDetail''getAdmin_UserTrackingDetailService'true],
  4740.             'admin.userTrackingDuration' => [false'admin.userTrackingDuration''getAdmin_UserTrackingDurationService'true],
  4741.         ], [
  4742.             'admin.StoreManagementRequest' => '?',
  4743.             'admin.acquisitionMode' => '?',
  4744.             'admin.blogAuthor' => '?',
  4745.             'admin.blogCategory' => '?',
  4746.             'admin.blogPost' => '?',
  4747.             'admin.careNetwork' => '?',
  4748.             'admin.centralPurchasing' => '?',
  4749.             'admin.cityPost' => '?',
  4750.             'admin.claimAdmin' => '?',
  4751.             'admin.coregistrationCampaign' => '?',
  4752.             'admin.creditCost' => '?',
  4753.             'admin.creditPackGeneric' => '?',
  4754.             'admin.deviceSale' => '?',
  4755.             'admin.financialParameterAdmin' => '?',
  4756.             'admin.financialStatisticAdmin' => '?',
  4757.             'admin.freelancer' => '?',
  4758.             'admin.freelancerComment' => '?',
  4759.             'admin.hearingAid' => '?',
  4760.             'admin.hearingBrand' => '?',
  4761.             'admin.hearingMaker' => '?',
  4762.             'admin.invoice' => '?',
  4763.             'admin.lead' => '?',
  4764.             'admin.logEntry' => '?',
  4765.             'admin.navigationStatisticAdmin' => '?',
  4766.             'admin.notification' => '?',
  4767.             'admin.order' => '?',
  4768.             'admin.partner' => '?',
  4769.             'admin.payment' => '?',
  4770.             'admin.paymentMethod' => '?',
  4771.             'admin.phoneValidation' => '?',
  4772.             'admin.prescriber' => '?',
  4773.             'admin.productionStatisticAdmin' => '?',
  4774.             'admin.prospect' => '?',
  4775.             'admin.prospectDulicate' => '?',
  4776.             'admin.prospectOnHearingAid' => '?',
  4777.             'admin.prospectOnStore' => '?',
  4778.             'admin.prospectOnStoreFeedback' => '?',
  4779.             'admin.prospectOnStoreQualification' => '?',
  4780.             'admin.prospectOnStoreStatus' => '?',
  4781.             'admin.prospectQualification' => '?',
  4782.             'admin.qualificationStatisticAdmin' => '?',
  4783.             'admin.shortUrl' => '?',
  4784.             'admin.smsBroadcast' => '?',
  4785.             'admin.sponsorship' => '?',
  4786.             'admin.stat.report' => '?',
  4787.             'admin.store' => '?',
  4788.             'admin.storeFinderData' => '?',
  4789.             'admin.storeIndexation' => '?',
  4790.             'admin.storePage' => '?',
  4791.             'admin.thirdPartyEntity' => '?',
  4792.             'admin.user' => '?',
  4793.             'admin.userTracking' => '?',
  4794.             'admin.userTrackingDetail' => '?',
  4795.             'admin.userTrackingDuration' => '?',
  4796.         ]), [=> 'admin.store'=> 'admin.storePage'=> 'admin.prospect'=> 'admin.prospectOnStore'=> 'admin.prospectQualification'=> 'admin.prospectOnStoreQualification'=> 'admin.prospectDulicate'=> 'admin.prospectOnStoreStatus'=> 'admin.hearingAid'=> 'admin.hearingBrand'10 => 'admin.hearingMaker'11 => 'admin.careNetwork'12 => 'admin.StoreManagementRequest'13 => 'admin.user'14 => 'admin.freelancer'15 => 'admin.freelancerComment'16 => 'admin.partner'17 => 'admin.centralPurchasing'18 => 'admin.phoneValidation'19 => 'admin.stat.report'20 => 'admin.blogPost'21 => 'admin.blogCategory'22 => 'admin.blogAuthor'23 => 'admin.cityPost'24 => 'admin.storeFinderData'25 => 'admin.lead'26 => 'admin.creditPackGeneric'27 => 'admin.order'28 => 'admin.deviceSale'29 => 'admin.invoice'30 => 'admin.creditCost'31 => 'admin.logEntry'32 => 'admin.userTracking'33 => 'admin.userTrackingDetail'34 => 'admin.userTrackingDuration'35 => 'admin.acquisitionMode'36 => 'admin.shortUrl'37 => 'admin.prospectOnStoreFeedback'38 => 'admin.notification'39 => 'admin.sponsorship'40 => 'admin.prospectOnHearingAid'41 => 'admin.smsBroadcast'42 => 'admin.financialParameterAdmin'43 => 'admin.financialStatisticAdmin'44 => 'admin.qualificationStatisticAdmin'45 => 'admin.navigationStatisticAdmin'46 => 'admin.productionStatisticAdmin'47 => 'admin.claimAdmin'48 => 'admin.thirdPartyEntity'49 => 'admin.coregistrationCampaign'50 => 'admin.payment'51 => 'admin.paymentMethod'52 => 'admin.storeIndexation'53 => 'admin.prescriber'], ['Home' => ['on_top' => true'label' => 'Accueil''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-home"></i>''items' => [=> ['route' => 'sonata_admin_dashboard''label' => 'Accueil''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'keep_open' => false'item_adds' => [], 'roles' => [], 'translation_domain' => 'SonataAdminBundle'], 'Lead' => ['label' => 'Lead''keep_open' => true'items' => [=> ['admin' => 'admin.prospect''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.prospectOnStore''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.prospectOnStoreStatus''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.phoneValidation''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.prospectDulicate''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.acquisitionMode''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.prospectOnStoreFeedback''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'Backoffice' => ['label' => 'Backoffice''keep_open' => false'items' => [=> ['route' => 'admin_app_store_list''label' => 'Centre auditif''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.StoreManagementRequest''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.freelancer''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.partner''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.centralPurchasing''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.user''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.shortUrl''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.notification''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.sponsorship''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.smsBroadcast''roles' => [], 'route_params' => [], 'route_absolute' => false], 10 => ['admin' => 'admin.claimAdmin''roles' => [], 'route_params' => [], 'route_absolute' => false], 11 => ['admin' => 'admin.thirdPartyEntity''roles' => [], 'route_params' => [], 'route_absolute' => false], 12 => ['admin' => 'admin.thirdPartyEntity''roles' => [], 'route_params' => [], 'route_absolute' => false], 13 => ['admin' => 'admin.coregistrationCampaign''roles' => [], 'route_params' => [], 'route_absolute' => false], 14 => ['admin' => 'admin.prescriber''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_COMMERCIAL'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'Qualification' => ['label' => 'Qualification''items' => [=> ['admin' => 'admin.prospectQualification''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.prospectOnStoreQualification''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.qualificationStatisticAdmin''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'Content' => ['label' => 'Contenu''keep_open' => false'items' => [=> ['admin' => 'admin.hearingBrand''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.careNetwork''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.hearingAid''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.blogPost''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.blogCategory''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.blogAuthor''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.cityPost''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_EDITOR'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'appareil_auditif' => ['label' => 'Appareil auditif''keep_open' => false'items' => [=> ['admin' => 'admin.hearingMaker''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.hearingAid''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.prospectOnHearingAid''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'Stat' => ['label' => 'Statistiques''keep_open' => false'items' => [=> ['admin' => 'admin.navigationStatisticAdmin''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.productionStatisticAdmin''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.financialStatisticAdmin''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.financialParameterAdmin''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.logEntry''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'Premium' => ['label' => 'Premium''keep_open' => true'items' => [=> ['admin' => 'admin.creditPackGeneric''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.order''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.creditCost''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.deviceSale''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.storeIndexation''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.invoice''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_SUPER_ADMIN'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder'], 'Configuration' => ['label' => 'Configuration''items' => [=> ['route' => 'sherlockode_configuration.parameters''label' => 'Paramètres''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'on_top' => false'keep_open' => false'item_adds' => [], 'roles' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder']], ['App\\Entity\\Store' => [=> 'admin.store'], 'App\\Entity\\StorePage' => [=> 'admin.storePage'], 'App\\Entity\\Prospect' => [=> 'admin.prospect'], 'App\\Entity\\ProspectOnStore' => ['default' => 'admin.prospectOnStore'=> 'admin.financialStatisticAdmin'=> 'admin.qualificationStatisticAdmin'=> 'admin.productionStatisticAdmin'], 'App\\Entity\\ProspectQualification' => [=> 'admin.prospectQualification'], 'App\\Entity\\ProspectOnStoreQualification' => [=> 'admin.prospectOnStoreQualification'], 'App\\Entity\\ProspectDuplicate' => [=> 'admin.prospectDulicate'], 'App\\Entity\\ProspectOnStoreStatus' => [=> 'admin.prospectOnStoreStatus'], 'App\\Entity\\HearingAid' => [=> 'admin.hearingAid'], 'App\\Entity\\HearingBrand' => [=> 'admin.hearingBrand'], 'App\\Entity\\HearingMaker' => [=> 'admin.hearingMaker'], 'App\\Entity\\CareNetwork' => [=> 'admin.careNetwork'], 'App\\Entity\\StoreManagementRequest' => [=> 'admin.StoreManagementRequest'], 'App\\Entity\\User' => [=> 'admin.user'], 'App\\Entity\\Freelancer' => [=> 'admin.freelancer'], 'App\\Entity\\FreelancerComment' => [=> 'admin.freelancerComment'], 'App\\Entity\\Partner' => [=> 'admin.partner'], 'App\\Entity\\CentralPurchasing' => [=> 'admin.centralPurchasing'], 'App\\Entity\\PhoneValidation' => [=> 'admin.phoneValidation'], 'App\\Entity\\Stat\\Report' => [=> 'admin.stat.report'], 'App\\Entity\\BlogPost' => [=> 'admin.blogPost'], 'App\\Entity\\BlogCategory' => [=> 'admin.blogCategory'], 'App\\Entity\\BlogAuthor' => [=> 'admin.blogAuthor'], 'App\\Entity\\CityPost' => [=> 'admin.cityPost'], 'App\\Entity\\StoreFinderData' => [=> 'admin.storeFinderData'=> 'admin.lead'], 'App\\Entity\\CreditPackGeneric' => [=> 'admin.creditPackGeneric'], 'App\\Entity\\Order' => [=> 'admin.order'], 'App\\Entity\\DeviceSale' => [=> 'admin.deviceSale'], 'App\\Entity\\Invoice' => [=> 'admin.invoice'], 'App\\Entity\\CreditCost' => [=> 'admin.creditCost'], 'App\\Entity\\LogEntry' => [=> 'admin.logEntry'], 'App\\Entity\\UserTracking' => [=> 'admin.userTracking'], 'App\\Entity\\UserTrackingDetail' => [=> 'admin.userTrackingDetail'], 'App\\Entity\\UserTrackingDuration' => [=> 'admin.userTrackingDuration'], 'App\\Entity\\AcquisitionMode' => [=> 'admin.acquisitionMode'], 'App\\Entity\\ShortUrl' => [=> 'admin.shortUrl'], 'App\\Entity\\ProspectOnStoreFeedback' => [=> 'admin.prospectOnStoreFeedback'], 'App\\Entity\\Notification' => [=> 'admin.notification'], 'App\\Entity\\Sponsorship' => [=> 'admin.sponsorship'], 'App\\Entity\\ProspectOnHearingAid' => [=> 'admin.prospectOnHearingAid'], 'App\\Entity\\SmsBroadcast' => [=> 'admin.smsBroadcast'], 'App\\Entity\\FinancialParameter' => [=> 'admin.financialParameterAdmin'], 'App\\Entity\\Stat\\Event' => [=> 'admin.navigationStatisticAdmin'], 'App\\Entity\\Claim' => [=> 'admin.claimAdmin'], 'App\\Entity\\ThirdPartyEntity' => [=> 'admin.thirdPartyEntity'], 'App\\Entity\\CoregistrationCampaign' => [=> 'admin.coregistrationCampaign'], 'Wits\\PaymentBundle\\Entity\\Payment' => [=> 'admin.payment'], 'Wits\\PaymentBundle\\Entity\\PaymentMethod' => [=> 'admin.paymentMethod'], 'App\\Entity\\StoreIndexation' => [=> 'admin.storeIndexation'], 'App\\Entity\\Prescriber\\Prescriber' => [=> 'admin.prescriber']]);
  4797.     }
  4798.     /**
  4799.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  4800.      *
  4801.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  4802.      */
  4803.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  4804.     {
  4805.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  4809.      *
  4810.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  4811.      */
  4812.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  4813.     {
  4814.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4815.     }
  4816.     /**
  4817.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  4818.      *
  4819.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  4820.      */
  4821.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  4822.     {
  4823.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4824.         if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  4825.             return $this->privates['sonata.admin.twig.group_runtime'];
  4826.         }
  4827.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  4828.     }
  4829.     /**
  4830.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  4831.      *
  4832.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  4833.      */
  4834.     protected function getSonata_Admin_Twig_IconRuntimeService()
  4835.     {
  4836.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  4837.     }
  4838.     /**
  4839.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  4840.      *
  4841.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  4842.      */
  4843.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  4844.     {
  4845.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4846.     }
  4847.     /**
  4848.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  4849.      *
  4850.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  4851.      */
  4852.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  4853.     {
  4854.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4855.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  4856.             return $this->privates['sonata.admin.twig.security_runtime'];
  4857.         }
  4858.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  4859.     }
  4860.     /**
  4861.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  4862.      *
  4863.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  4864.      */
  4865.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  4866.     {
  4867.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4868.         if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  4869.             return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  4870.         }
  4871.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  4872.     }
  4873.     /**
  4874.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  4875.      *
  4876.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  4877.      */
  4878.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  4879.     {
  4880.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4881.         if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  4882.             return $this->privates['sonata.admin.twig.template_registry_runtime'];
  4883.         }
  4884.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $a);
  4885.     }
  4886.     /**
  4887.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  4888.      *
  4889.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  4890.      */
  4891.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  4892.     {
  4893.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  4894.     }
  4895.     /**
  4896.      * Gets the private 'sonata.block.templating.helper' shared service.
  4897.      *
  4898.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  4899.      */
  4900.     protected function getSonata_Block_Templating_HelperService()
  4901.     {
  4902.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  4903.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4904.             return $this->privates['sonata.block.templating.helper'];
  4905.         }
  4906.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  4907.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4908.             return $this->privates['sonata.block.templating.helper'];
  4909.         }
  4910.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4911.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4912.             return $this->privates['sonata.block.templating.helper'];
  4913.         }
  4914.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4915.     }
  4916.     /**
  4917.      * Gets the private 'state_machine.prospectOnStoreQualification.metadata_store' shared service.
  4918.      *
  4919.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4920.      */
  4921.     protected function getStateMachine_ProspectOnStoreQualification_MetadataStoreService()
  4922.     {
  4923.         return $this->privates['state_machine.prospectOnStoreQualification.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4924.     }
  4925.     /**
  4926.      * Gets the private 'state_machine.store.metadata_store' shared service.
  4927.      *
  4928.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4929.      */
  4930.     protected function getStateMachine_Store_MetadataStoreService()
  4931.     {
  4932.         return $this->privates['state_machine.store.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4933.     }
  4934.     /**
  4935.      * Gets the private 'state_machine.storeManagementRequest.metadata_store' shared service.
  4936.      *
  4937.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4938.      */
  4939.     protected function getStateMachine_StoreManagementRequest_MetadataStoreService()
  4940.     {
  4941.         return $this->privates['state_machine.storeManagementRequest.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4942.     }
  4943.     /**
  4944.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4945.      *
  4946.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4947.      */
  4948.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4949.     {
  4950.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4951.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4952.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4953.         }
  4954.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4955.     }
  4956.     /**
  4957.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4958.      *
  4959.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4960.      */
  4961.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4962.     {
  4963.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4964.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4965.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4966.         }
  4967.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4968.     }
  4969.     /**
  4970.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4971.      *
  4972.      * @return \Gedmo\Blameable\BlameableListener
  4973.      */
  4974.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4975.     {
  4976.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4977.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4978.         return $instance;
  4979.     }
  4980.     /**
  4981.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4982.      *
  4983.      * @return \Gedmo\Loggable\LoggableListener
  4984.      */
  4985.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4986.     {
  4987.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4988.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the private 'translator.default' shared service.
  4993.      *
  4994.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4995.      */
  4996.     protected function getTranslator_DefaultService()
  4997.     {
  4998.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4999.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5000.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5001.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5002.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5003.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5004.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5005.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5006.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5007.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5008.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5009.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5010.         ], [
  5011.             'translation.loader.csv' => '?',
  5012.             'translation.loader.dat' => '?',
  5013.             'translation.loader.ini' => '?',
  5014.             'translation.loader.json' => '?',
  5015.             'translation.loader.mo' => '?',
  5016.             'translation.loader.php' => '?',
  5017.             'translation.loader.po' => '?',
  5018.             'translation.loader.qt' => '?',
  5019.             'translation.loader.res' => '?',
  5020.             'translation.loader.xliff' => '?',
  5021.             'translation.loader.yml' => '?',
  5022.         ]), 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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), 11 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 12 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 11 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), 15 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 16 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 11 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), 15 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 16 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 17 => (\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/translations/SherlockodeConfigurationBundle.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), 11 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 12 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), 15 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 16 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 17 => (\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/translations/SherlockodeConfigurationBundle.fr.yml'), 18 => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle.fr.yml'), 19 => (\dirname(__DIR__4).'/translations/messages.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 11 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), 13 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 14 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 10 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), 13 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), 15 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 16 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), 12 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 13 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), 13 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 14 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), 11 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 12 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], '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')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/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/craue/formflow-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/ob/highcharts-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 37 => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/craue/formflow-bundle/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/sonata-project/seo-bundle/src/Resources/translations'10 => 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'11 => 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'12 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'13 => 'vendor/scheb/2fa-bundle/Resources/translations'14 => 'vendor/sherlockode/configuration-bundle/Resources/translations'15 => 'translations'16 => 'vendor/symfony/framework-bundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'vendor/symfony/web-profiler-bundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'vendor/symfony/debug-bundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'vendor/willdurand/geocoder-bundle/translations'26 => 'vendor/php-http/httplug-bundle/src/translations'27 => 'vendor/symfony/webpack-encore-bundle/src/translations'28 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'29 => 'vendor/knplabs/knp-menu-bundle/src/translations'30 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'31 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'32 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'33 => 'vendor/stof/doctrine-extensions-bundle/src/translations'34 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'35 => 'vendor/ob/highcharts-bundle/translations'36 => 'vendor/liip/imagine-bundle/translations'37 => 'lib/WitsPaymentBundle/src/translations'38 => 'vendor/nelmio/cors-bundle/translations'39 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'40 => 'vendor/lexik/jwt-authentication-bundle/translations'41 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'42 => 'vendor/twig/extra-bundle/translations'43 => 'vendor/sensio/framework-extra-bundle/src/translations']]], []);
  5023.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5024.         $instance->setFallbackLocales([=> 'fr'=> 'fr']);
  5025.         return $instance;
  5026.     }
  5027.     /**
  5028.      * Gets the private 'twig.form.engine' shared service.
  5029.      *
  5030.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  5031.      */
  5032.     protected function getTwig_Form_EngineService()
  5033.     {
  5034.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5035.         if (isset($this->privates['twig.form.engine'])) {
  5036.             return $this->privates['twig.form.engine'];
  5037.         }
  5038.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  5039.     }
  5040.     /**
  5041.      * Gets the private 'twig.form.renderer' shared service.
  5042.      *
  5043.      * @return \Symfony\Component\Form\FormRenderer
  5044.      */
  5045.     protected function getTwig_Form_RendererService()
  5046.     {
  5047.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  5048.         if (isset($this->privates['twig.form.renderer'])) {
  5049.             return $this->privates['twig.form.renderer'];
  5050.         }
  5051.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  5052.     }
  5053.     /**
  5054.      * Gets the private 'validator.builder' shared service.
  5055.      *
  5056.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5057.      */
  5058.     protected function getValidator_BuilderService()
  5059.     {
  5060.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5061.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5062.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  5063.         if ($this->has('translator')) {
  5064.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5065.         }
  5066.         $instance->setTranslationDomain('validators');
  5067.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  5068.         $instance->enableAnnotationMapping(true);
  5069.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5070.         $instance->addMethodMapping('loadValidatorMetadata');
  5071.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  5072.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5073.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5074.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the private 'validator.validator_factory' shared service.
  5079.      *
  5080.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  5081.      */
  5082.     protected function getValidator_ValidatorFactoryService()
  5083.     {
  5084.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5085.             'App\\Validator\\RequiredFieldsGroupValidator' => ['privates''App\\Validator\\RequiredFieldsGroupValidator''getRequiredFieldsGroupValidatorService'true],
  5086.             'App\\Validator\\ValidPhoneNumberValidator' => ['privates''App\\Validator\\ValidPhoneNumberValidator''getValidPhoneNumberValidatorService'true],
  5087.             'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates''Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator''getAddressValidatorService'true],
  5088.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  5089.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5090.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5091.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5092.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5093.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5094.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5095.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5096.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  5097.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5098.         ], [
  5099.             'App\\Validator\\RequiredFieldsGroupValidator' => '?',
  5100.             'App\\Validator\\ValidPhoneNumberValidator' => '?',
  5101.             'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
  5102.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  5103.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5104.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5105.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5106.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5107.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5108.             'doctrine.orm.validator.unique' => '?',
  5109.             'security.validator.user_password' => '?',
  5110.             'sonata.form.validator.inline' => '?',
  5111.             'validator.expression' => '?',
  5112.         ]));
  5113.     }
  5114.     /**
  5115.      * Gets the private 'var_dumper.html_dumper' shared service.
  5116.      *
  5117.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5118.      */
  5119.     protected function getVarDumper_HtmlDumperService()
  5120.     {
  5121.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5122.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5123.         return $instance;
  5124.     }
  5125.     /**
  5126.      * Gets the private 'var_dumper.server_connection' shared service.
  5127.      *
  5128.      * @return \Symfony\Component\VarDumper\Server\Connection
  5129.      */
  5130.     protected function getVarDumper_ServerConnectionService()
  5131.     {
  5132.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5133.         if (isset($this->privates['var_dumper.server_connection'])) {
  5134.             return $this->privates['var_dumper.server_connection'];
  5135.         }
  5136.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), $a), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5137.     }
  5138.     /**
  5139.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  5140.      *
  5141.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  5142.      */
  5143.     protected function getVichUploader_MetadataReaderService()
  5144.     {
  5145.         $a = new \Metadata\Driver\FileLocator([]);
  5146.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  5147.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  5148.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  5149.     }
  5150.     /**
  5151.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  5152.      *
  5153.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  5154.      */
  5155.     protected function getVichUploader_PropertyMappingFactoryService()
  5156.     {
  5157.         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');
  5158.     }
  5159.     /**
  5160.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  5161.      *
  5162.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  5163.      */
  5164.     protected function getVichUploader_Storage_FileSystemService()
  5165.     {
  5166.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  5167.     }
  5168.     /**
  5169.      * Gets the private 'web_profiler.csp.handler' shared service.
  5170.      *
  5171.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5172.      */
  5173.     protected function getWebProfiler_Csp_HandlerService()
  5174.     {
  5175.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5176.     }
  5177.     /**
  5178.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5179.      *
  5180.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5181.      */
  5182.     protected function getWebProfiler_DebugToolbarService()
  5183.     {
  5184.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5185.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5186.             return $this->privates['web_profiler.debug_toolbar'];
  5187.         }
  5188.         $b = ($this->services['router'] ?? $this->getRouterService());
  5189.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5190.             return $this->privates['web_profiler.debug_toolbar'];
  5191.         }
  5192.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5193.     }
  5194.     /**
  5195.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5196.      *
  5197.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5198.      */
  5199.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5200.     {
  5201.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5202.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  5203.         ], [
  5204.             '_default' => '?',
  5205.         ]), '_default');
  5206.     }
  5207.     /**
  5208.      * Gets the public 'cache_clearer' alias.
  5209.      *
  5210.      * @return object The ".container.private.cache_clearer" service.
  5211.      */
  5212.     protected function getCacheClearerService()
  5213.     {
  5214.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5215.         return $this->get('.container.private.cache_clearer');
  5216.     }
  5217.     /**
  5218.      * Gets the public 'filesystem' alias.
  5219.      *
  5220.      * @return object The ".container.private.filesystem" service.
  5221.      */
  5222.     protected function getFilesystemService()
  5223.     {
  5224.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5225.         return $this->get('.container.private.filesystem');
  5226.     }
  5227.     /**
  5228.      * Gets the public 'state_machine.storeManagementRequest' alias.
  5229.      *
  5230.      * @return object The ".container.private.state_machine.storeManagementRequest" service.
  5231.      */
  5232.     protected function getStateMachine_StoreManagementRequestService()
  5233.     {
  5234.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.storeManagementRequest" service directly from the container is deprecated, use dependency injection instead.');
  5235.         return $this->get('.container.private.state_machine.storeManagementRequest');
  5236.     }
  5237.     /**
  5238.      * Gets the public 'state_machine.store' alias.
  5239.      *
  5240.      * @return object The ".container.private.state_machine.store" service.
  5241.      */
  5242.     protected function getStateMachine_StoreService()
  5243.     {
  5244.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.store" service directly from the container is deprecated, use dependency injection instead.');
  5245.         return $this->get('.container.private.state_machine.store');
  5246.     }
  5247.     /**
  5248.      * Gets the public 'state_machine.prospectOnStoreQualification' alias.
  5249.      *
  5250.      * @return object The ".container.private.state_machine.prospectOnStoreQualification" service.
  5251.      */
  5252.     protected function getStateMachine_ProspectOnStoreQualificationService()
  5253.     {
  5254.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.prospectOnStoreQualification" service directly from the container is deprecated, use dependency injection instead.');
  5255.         return $this->get('.container.private.state_machine.prospectOnStoreQualification');
  5256.     }
  5257.     /**
  5258.      * Gets the public 'serializer' alias.
  5259.      *
  5260.      * @return object The ".container.private.serializer" service.
  5261.      */
  5262.     protected function getSerializerService()
  5263.     {
  5264.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5265.         return $this->get('.container.private.serializer');
  5266.     }
  5267.     /**
  5268.      * Gets the public 'security.csrf.token_manager' alias.
  5269.      *
  5270.      * @return object The ".container.private.security.csrf.token_manager" service.
  5271.      */
  5272.     protected function getSecurity_Csrf_TokenManagerService()
  5273.     {
  5274.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5275.         return $this->get('.container.private.security.csrf.token_manager');
  5276.     }
  5277.     /**
  5278.      * Gets the public 'form.factory' alias.
  5279.      *
  5280.      * @return object The ".container.private.form.factory" service.
  5281.      */
  5282.     protected function getForm_FactoryService()
  5283.     {
  5284.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5285.         return $this->get('.container.private.form.factory');
  5286.     }
  5287.     /**
  5288.      * Gets the public 'form.type.file' alias.
  5289.      *
  5290.      * @return object The ".container.private.form.type.file" service.
  5291.      */
  5292.     protected function getForm_Type_FileService()
  5293.     {
  5294.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5295.         return $this->get('.container.private.form.type.file');
  5296.     }
  5297.     /**
  5298.      * Gets the public 'profiler' alias.
  5299.      *
  5300.      * @return object The ".container.private.profiler" service.
  5301.      */
  5302.     protected function getProfilerService()
  5303.     {
  5304.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5305.         return $this->get('.container.private.profiler');
  5306.     }
  5307.     /**
  5308.      * Gets the public 'security.authorization_checker' alias.
  5309.      *
  5310.      * @return object The ".container.private.security.authorization_checker" service.
  5311.      */
  5312.     protected function getSecurity_AuthorizationCheckerService()
  5313.     {
  5314.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5315.         return $this->get('.container.private.security.authorization_checker');
  5316.     }
  5317.     /**
  5318.      * Gets the public 'security.token_storage' alias.
  5319.      *
  5320.      * @return object The ".container.private.security.token_storage" service.
  5321.      */
  5322.     protected function getSecurity_TokenStorageService()
  5323.     {
  5324.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5325.         return $this->get('.container.private.security.token_storage');
  5326.     }
  5327.     /**
  5328.      * Gets the public 'twig' alias.
  5329.      *
  5330.      * @return object The ".container.private.twig" service.
  5331.      */
  5332.     protected function getTwigService()
  5333.     {
  5334.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5335.         return $this->get('.container.private.twig');
  5336.     }
  5337.     /**
  5338.      * Gets the public 'security.password_encoder' alias.
  5339.      *
  5340.      * @return object The ".container.private.security.password_encoder" service.
  5341.      */
  5342.     protected function getSecurity_PasswordEncoderService()
  5343.     {
  5344.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5345.         return $this->get('.container.private.security.password_encoder');
  5346.     }
  5347.     /**
  5348.      * Gets the public 'session' alias.
  5349.      *
  5350.      * @return object The ".container.private.session" service.
  5351.      */
  5352.     protected function getSessionService()
  5353.     {
  5354.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5355.         return $this->get('.container.private.session');
  5356.     }
  5357.     /**
  5358.      * Gets the public 'validator' alias.
  5359.      *
  5360.      * @return object The ".container.private.validator" service.
  5361.      */
  5362.     protected function getValidatorService()
  5363.     {
  5364.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5365.         return $this->get('.container.private.validator');
  5366.     }
  5367.     /**
  5368.      * @return array|bool|float|int|string|\UnitEnum|null
  5369.      */
  5370.     public function getParameter(string $name)
  5371.     {
  5372.         if (isset($this->buildParameters[$name])) {
  5373.             return $this->buildParameters[$name];
  5374.         }
  5375.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5376.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5377.         }
  5378.         if (isset($this->loadedDynamicParameters[$name])) {
  5379.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5380.         }
  5381.         return $this->parameters[$name];
  5382.     }
  5383.     public function hasParameter(string $name): bool
  5384.     {
  5385.         if (isset($this->buildParameters[$name])) {
  5386.             return true;
  5387.         }
  5388.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5389.     }
  5390.     public function setParameter(string $name$value): void
  5391.     {
  5392.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5393.     }
  5394.     public function getParameterBag(): ParameterBagInterface
  5395.     {
  5396.         if (null === $this->parameterBag) {
  5397.             $parameters $this->parameters;
  5398.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5399.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5400.             }
  5401.             foreach ($this->buildParameters as $name => $value) {
  5402.                 $parameters[$name] = $value;
  5403.             }
  5404.             $this->parameterBag = new FrozenParameterBag($parameters);
  5405.         }
  5406.         return $this->parameterBag;
  5407.     }
  5408.     private $loadedDynamicParameters = [
  5409.         'kernel.runtime_environment' => false,
  5410.         'kernel.build_dir' => false,
  5411.         'kernel.cache_dir' => false,
  5412.         'stripe_public_key' => false,
  5413.         'stripe_secret_key' => false,
  5414.         'stripe_webhook_key' => false,
  5415.         'application.dev_email' => false,
  5416.         'application.dev_sms' => false,
  5417.         'mediaoptin.qualification_campaign_id_credit' => false,
  5418.         'mediaoptin.qualification_campaign_id_perf' => false,
  5419.         'sendinblue_api_key_v3' => false,
  5420.         'sendinblue_welcome_template_id' => false,
  5421.         'sendinblue_welcome_whitelabel_template_id' => false,
  5422.         'sendinblue_welcome_freelancer_template_id' => false,
  5423.         'sendinblue_welcome_freelancer_whitelabel_template_id' => false,
  5424.         'sendinblue_new_lead_template_id' => false,
  5425.         'sendinblue_feedback_template_id' => false,
  5426.         'sendinblue_feedback_whitelabel_template_id' => false,
  5427.         'sendinblue_callback_reminder_template_id' => false,
  5428.         'sendinblue_new_status_template_id' => false,
  5429.         'sendinblue_new_status_from_feedback_template_id' => false,
  5430.         'sendinblue_sponsorship_template_id' => false,
  5431.         'sendinblue_smsBroadcast_template_id' => false,
  5432.         'sendinblue_contact_list_id' => false,
  5433.         'sendinblue_new_user_template_id' => false,
  5434.         'sendinblue_new_relation_central_purchasing_template_id' => false,
  5435.         'sendinblue_password_request_template_id' => false,
  5436.         'sendinblue_sepa_device_sale_new_template_id' => false,
  5437.         'sendinblue_sepa_payasyougo_new_template_id' => false,
  5438.         'sendinblue_sepa_store_indexation_new_template_id' => false,
  5439.         'sendinblue_payment_methode_expiration_template_id' => false,
  5440.         'capitolemobile_api_login' => false,
  5441.         'capitolemobile_api_password' => false,
  5442.         'zerobounce_api_key' => false,
  5443.         'phonevalidation.enabled' => false,
  5444.         'smssender.enabled' => false,
  5445.         'appmailer.enabled' => false,
  5446.         'mediaoptin.enabled' => false,
  5447.         'hlrvalidation.enabled' => false,
  5448.         'kernel.secret' => false,
  5449.         'debug.container.dump' => false,
  5450.         'serializer.mapping.cache.file' => false,
  5451.         'validator.mapping.cache.file' => false,
  5452.         'profiler.storage.dsn' => false,
  5453.         'doctrine.orm.proxy_dir' => false,
  5454.         'nelmio_cors.defaults' => false,
  5455.         'lexik_jwt_authentication.pass_phrase' => false,
  5456.     ];
  5457.     private $dynamicParameters = [];
  5458.     private function getDynamicParameter(string $name)
  5459.     {
  5460.         switch ($name) {
  5461.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5462.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5463.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5464.             case 'stripe_public_key'$value $this->getEnv('STRIPE_PUBLIC_KEY'); break;
  5465.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_PRIVATE_KEY'); break;
  5466.             case 'stripe_webhook_key'$value $this->getEnv('STRIPE_WEBHOOK_KEY'); break;
  5467.             case 'application.dev_email'$value $this->getEnv('DEV_EMAIL'); break;
  5468.             case 'application.dev_sms'$value $this->getEnv('DEV_SMS'); break;
  5469.             case 'mediaoptin.qualification_campaign_id_credit'$value $this->getEnv('MEDIAOPTIN_QUALIFICATION_CAMPAIGN_ID_CREDIT'); break;
  5470.             case 'mediaoptin.qualification_campaign_id_perf'$value $this->getEnv('MEDIAOPTIN_QUALIFICATION_CAMPAIGN_ID_PERF'); break;
  5471.             case 'sendinblue_api_key_v3'$value $this->getEnv('SENDINBLUE_API_KEY'); break;
  5472.             case 'sendinblue_welcome_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_TEMPLATE_ID'); break;
  5473.             case 'sendinblue_welcome_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_WHITELABEL_TEMPLATE_ID'); break;
  5474.             case 'sendinblue_welcome_freelancer_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_TEMPLATE_ID'); break;
  5475.             case 'sendinblue_welcome_freelancer_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_WHITELABEL_TEMPLATE_ID'); break;
  5476.             case 'sendinblue_new_lead_template_id'$value $this->getEnv('SENDINBLUE_NEW_LEAD_TEMPLATE_ID'); break;
  5477.             case 'sendinblue_feedback_template_id'$value $this->getEnv('SENDINBLUE_FEEDBACK_TEMPLATE_ID'); break;
  5478.             case 'sendinblue_feedback_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_FEEDBACK_WHITELABEL_TEMPLATE_ID'); break;
  5479.             case 'sendinblue_callback_reminder_template_id'$value $this->getEnv('SENDINBLUE_CALLBACK_REMINDER_TEMPLATE_ID'); break;
  5480.             case 'sendinblue_new_status_template_id'$value $this->getEnv('SENDINBLUE_NEW_STATUS_TEMPLATE_ID'); break;
  5481.             case 'sendinblue_new_status_from_feedback_template_id'$value $this->getEnv('SENDINBLUE_NEW_STATUS_FEEDBACK_TEMPLATE_ID'); break;
  5482.             case 'sendinblue_sponsorship_template_id'$value $this->getEnv('SENDINBLUE_SPONSORSHIP_TEMPLATE_ID'); break;
  5483.             case 'sendinblue_smsBroadcast_template_id'$value $this->getEnv('SENDINBLUE_SMSBROADCAST_TEMPLATE_ID'); break;
  5484.             case 'sendinblue_contact_list_id'$value $this->getEnv('SENDINBLUE_CONTACT_LIST'); break;
  5485.             case 'sendinblue_new_user_template_id'$value $this->getEnv('SENDINBLUE_NEW_USER_TEMPLATE_ID'); break;
  5486.             case 'sendinblue_new_relation_central_purchasing_template_id'$value $this->getEnv('SENDINBLUE_NEW_RELATION_CENTRAL_PURCHASING_TEMPLATE_ID'); break;
  5487.             case 'sendinblue_password_request_template_id'$value $this->getEnv('SENDINBLUE_PASSWORD_REQUEST_TEMPLATE_ID'); break;
  5488.             case 'sendinblue_sepa_device_sale_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_DEVICE_SALE_TEMPLATE_ID'); break;
  5489.             case 'sendinblue_sepa_payasyougo_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_PAYASYOUGO_TEMPLATE_ID'); break;
  5490.             case 'sendinblue_sepa_store_indexation_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_STORE_INDEXATION_TEMPLATE_ID'); break;
  5491.             case 'sendinblue_payment_methode_expiration_template_id'$value $this->getEnv('SENDINBLUE_PAYMENT_METHOD_EXPIRATION_TEMPLATE_ID'); break;
  5492.             case 'capitolemobile_api_login'$value $this->getEnv('CAPITOLE_SMS_LOGIN'); break;
  5493.             case 'capitolemobile_api_password'$value $this->getEnv('CAPITOLE_SMS_PWD'); break;
  5494.             case 'zerobounce_api_key'$value $this->getEnv('ZEROBOUNCE_API_KEY'); break;
  5495.             case 'phonevalidation.enabled'$value $this->getEnv('resolve:PHONE_VALIDATION_ENABLED'); break;
  5496.             case 'smssender.enabled'$value $this->getEnv('resolve:SMS_SENDER_ENABLED'); break;
  5497.             case 'appmailer.enabled'$value $this->getEnv('resolve:APPMAILER_ENABLED'); break;
  5498.             case 'mediaoptin.enabled'$value $this->getEnv('resolve:MEDIAOPTIN_ENABLED'); break;
  5499.             case 'hlrvalidation.enabled'$value $this->getEnv('HLR_PHONENUMBER_VALIDATION_ENABLED'); break;
  5500.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5501.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5502.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5503.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5504.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5505.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5506.             case 'nelmio_cors.defaults'$value = [
  5507.                 'allow_origin' => [
  5508.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5509.                 ],
  5510.                 'allow_credentials' => false,
  5511.                 'allow_headers' => [
  5512.                     => 'content-type',
  5513.                     => 'authorization',
  5514.                 ],
  5515.                 'expose_headers' => [
  5516.                     => 'Link',
  5517.                 ],
  5518.                 'allow_methods' => [
  5519.                     => 'GET',
  5520.                     => 'OPTIONS',
  5521.                     => 'POST',
  5522.                     => 'PUT',
  5523.                     => 'PATCH',
  5524.                     => 'DELETE',
  5525.                 ],
  5526.                 'max_age' => 3600,
  5527.                 'hosts' => [
  5528.                 ],
  5529.                 'origin_regex' => true,
  5530.                 'forced_allow_origin_value' => NULL,
  5531.                 'skip_same_as_origin' => true,
  5532.             ]; break;
  5533.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  5534.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5535.         }
  5536.         $this->loadedDynamicParameters[$name] = true;
  5537.         return $this->dynamicParameters[$name] = $value;
  5538.     }
  5539.     protected function getDefaultParameters(): array
  5540.     {
  5541.         return [
  5542.             'kernel.project_dir' => \dirname(__DIR__4),
  5543.             'kernel.environment' => 'dev',
  5544.             'kernel.debug' => true,
  5545.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5546.             'kernel.bundles' => [
  5547.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5548.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5549.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5550.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5551.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5552.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5553.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5554.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5555.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5556.                 'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
  5557.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  5558.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5559.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  5560.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5561.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  5562.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  5563.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  5564.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  5565.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  5566.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  5567.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5568.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  5569.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5570.                 'ObHighchartsBundle' => 'Ob\\HighchartsBundle\\ObHighchartsBundle',
  5571.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5572.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  5573.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  5574.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  5575.                 'WitsPaymentBundle' => 'Wits\\PaymentBundle\\WitsPaymentBundle',
  5576.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  5577.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  5578.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5579.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  5580.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5581.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  5582.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  5583.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  5584.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5585.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  5586.                 'SherlockodeConfigurationBundle' => 'Sherlockode\\ConfigurationBundle\\SherlockodeConfigurationBundle',
  5587.             ],
  5588.             'kernel.bundles_metadata' => [
  5589.                 'FrameworkBundle' => [
  5590.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5591.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5592.                 ],
  5593.                 'DoctrineBundle' => [
  5594.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5595.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5596.                 ],
  5597.                 'DoctrineMigrationsBundle' => [
  5598.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5599.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5600.                 ],
  5601.                 'SecurityBundle' => [
  5602.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5603.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5604.                 ],
  5605.                 'TwigBundle' => [
  5606.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5607.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5608.                 ],
  5609.                 'WebProfilerBundle' => [
  5610.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5611.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5612.                 ],
  5613.                 'MonologBundle' => [
  5614.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5615.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5616.                 ],
  5617.                 'DebugBundle' => [
  5618.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5619.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5620.                 ],
  5621.                 'MakerBundle' => [
  5622.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5623.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5624.                 ],
  5625.                 'BazingaGeocoderBundle' => [
  5626.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle'),
  5627.                     'namespace' => 'Bazinga\\GeocoderBundle',
  5628.                 ],
  5629.                 'HttplugBundle' => [
  5630.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  5631.                     'namespace' => 'Http\\HttplugBundle',
  5632.                 ],
  5633.                 'WebpackEncoreBundle' => [
  5634.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5635.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5636.                 ],
  5637.                 'FOSUserBundle' => [
  5638.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  5639.                     'namespace' => 'FOS\\UserBundle',
  5640.                 ],
  5641.                 'DoctrineFixturesBundle' => [
  5642.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5643.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5644.                 ],
  5645.                 'SonataBlockBundle' => [
  5646.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  5647.                     'namespace' => 'Sonata\\BlockBundle',
  5648.                 ],
  5649.                 'KnpMenuBundle' => [
  5650.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  5651.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  5652.                 ],
  5653.                 'SonataAdminBundle' => [
  5654.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  5655.                     'namespace' => 'Sonata\\AdminBundle',
  5656.                 ],
  5657.                 'SonataExporterBundle' => [
  5658.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  5659.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  5660.                 ],
  5661.                 'SonataDoctrineBundle' => [
  5662.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  5663.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  5664.                 ],
  5665.                 'SonataDoctrineORMAdminBundle' => [
  5666.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  5667.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  5668.                 ],
  5669.                 'StofDoctrineExtensionsBundle' => [
  5670.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  5671.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5672.                 ],
  5673.                 'CraueFormFlowBundle' => [
  5674.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  5675.                     'namespace' => 'Craue\\FormFlowBundle',
  5676.                 ],
  5677.                 'FOSJsRoutingBundle' => [
  5678.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5679.                     'namespace' => 'FOS\\JsRoutingBundle',
  5680.                 ],
  5681.                 'ObHighchartsBundle' => [
  5682.                     'path' => (\dirname(__DIR__4).'/vendor/ob/highcharts-bundle'),
  5683.                     'namespace' => 'Ob\\HighchartsBundle',
  5684.                 ],
  5685.                 'KnpPaginatorBundle' => [
  5686.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  5687.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5688.                 ],
  5689.                 'VichUploaderBundle' => [
  5690.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  5691.                     'namespace' => 'Vich\\UploaderBundle',
  5692.                 ],
  5693.                 'LiipImagineBundle' => [
  5694.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  5695.                     'namespace' => 'Liip\\ImagineBundle',
  5696.                 ],
  5697.                 'SonataSeoBundle' => [
  5698.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  5699.                     'namespace' => 'Sonata\\SeoBundle',
  5700.                 ],
  5701.                 'WitsPaymentBundle' => [
  5702.                     'path' => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src'),
  5703.                     'namespace' => 'Wits\\PaymentBundle',
  5704.                 ],
  5705.                 'NelmioCorsBundle' => [
  5706.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  5707.                     'namespace' => 'Nelmio\\CorsBundle',
  5708.                 ],
  5709.                 'ApiPlatformBundle' => [
  5710.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  5711.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  5712.                 ],
  5713.                 'LexikJWTAuthenticationBundle' => [
  5714.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  5715.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  5716.                 ],
  5717.                 'FOSCKEditorBundle' => [
  5718.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  5719.                     'namespace' => 'FOS\\CKEditorBundle',
  5720.                 ],
  5721.                 'TwigExtraBundle' => [
  5722.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5723.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5724.                 ],
  5725.                 'SonataFormBundle' => [
  5726.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  5727.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  5728.                 ],
  5729.                 'SonataTwigBundle' => [
  5730.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  5731.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  5732.                 ],
  5733.                 'SymfonyCastsResetPasswordBundle' => [
  5734.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  5735.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  5736.                 ],
  5737.                 'SensioFrameworkExtraBundle' => [
  5738.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5739.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5740.                 ],
  5741.                 'SchebTwoFactorBundle' => [
  5742.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  5743.                     'namespace' => 'Scheb\\TwoFactorBundle',
  5744.                 ],
  5745.                 'SherlockodeConfigurationBundle' => [
  5746.                     'path' => (\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle'),
  5747.                     'namespace' => 'Sherlockode\\ConfigurationBundle',
  5748.                 ],
  5749.             ],
  5750.             'kernel.charset' => 'UTF-8',
  5751.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5752.             'env(DATABASE_URL)' => '',
  5753.             'payment' => [
  5754.                 'currency' => 'EUR',
  5755.                 'decimal' => true,
  5756.             ],
  5757.             'locale' => 'fr',
  5758.             'application.email' => 'no-reply@mon-centre-auditif.com',
  5759.             'application.admin_email' => 'contact@mon-centre-auditif.com',
  5760.             'application.help_email' => 'support@mon-centre-auditif.com',
  5761.             'application.orl_sender_email' => 'no-reply@annuaire-orl.com',
  5762.             'application.orl_admin_email' => 'contact@annuaire-orl.com',
  5763.             'application.admin_email_group' => [
  5764.                 'default' => [
  5765.                     => 'contact@mon-centre-auditif.com',
  5766.                 ],
  5767.                 'order' => [
  5768.                     => 'sales@mon-centre-auditif.com',
  5769.                     => 'thomas@mon-centre-auditif.com',
  5770.                     => 'cedric@mon-centre-auditif.com',
  5771.                 ],
  5772.                 'sold_out' => [
  5773.                     => 'contact@mon-centre-auditif.com',
  5774.                     => 'thomas@mon-centre-auditif.com',
  5775.                 ],
  5776.                 'support' => [
  5777.                     => 'support@mon-centre-auditif.com',
  5778.                 ],
  5779.             ],
  5780.             'mediaoptin.default_campaign_id' => 157,
  5781.             'mediaoptin.callback_request_campaign_id' => 178,
  5782.             'mediaoptin.default_hearingAid_campaign_id' => 157,
  5783.             'app.path.blog_author_image' => '/uploads/images/blog/author',
  5784.             'app.path.blog_post_image' => '/uploads/images/blog/post',
  5785.             'app.path.brand_logo' => '/uploads/images/brand_logo',
  5786.             'app.path.brand_variation_logo' => '/uploads/images/brand_variation_logo',
  5787.             'app.path.store_logo' => '/uploads/images/store_logo',
  5788.             'app.path.store_images' => '/uploads/images/store_images',
  5789.             'app.path.employee_images' => '/uploads/images/employee_images',
  5790.             'app.path.freelancer_images' => '/uploads/images/freelancer_images',
  5791.             'app.path.freelancer_logo' => '/uploads/images/freelancer_logo',
  5792.             'app.path.invoice_pdf' => '/uploads/invoice/pdf',
  5793.             'app.path.hearing_aid_images' => '/uploads/images/hearing_aid_images',
  5794.             'app.path.city_banner' => '/uploads/images/city_banner',
  5795.             'app.path.coregistration_campaign_advertiser_logo' => '/uploads/images/coregistration_campaign_advertiser_logo',
  5796.             'app.path.storeManagementRequest_kbis' => '/uploads/kbis/',
  5797.             'app.path.highlighted_staff_picture' => '/uploads/images/highlighted_staff_picture',
  5798.             'app.absolute_path.default' => 'https://mon-centre-auditif.com',
  5799.             'app.absolute_path.backoffice_freelancer' => 'https://mon-centre-auditif.com',
  5800.             'app.absolute_path.backoffice_admin' => 'https://mon-centre-auditif.com',
  5801.             'app.absolute_path.white_label' => 'https://depistage-auditif.fr',
  5802.             'app.absolute_path.orl' => 'https://annuaire-orl.com',
  5803.             'location' => [
  5804.                 'regions' => [
  5805.                     'auvergne-rhone-alpes' => [
  5806.                         'name' => 'Auvergne-Rhône-Alpes',
  5807.                         'departments' => [
  5808.                             '01' => [
  5809.                                 'name' => 'Ain',
  5810.                                 'slug' => 'ain',
  5811.                             ],
  5812.                             '03' => [
  5813.                                 'name' => 'Allier',
  5814.                                 'slug' => 'allier',
  5815.                             ],
  5816.                             '07' => [
  5817.                                 'name' => 'Ardèche',
  5818.                                 'slug' => 'ardeche',
  5819.                             ],
  5820.                             15 => [
  5821.                                 'name' => 'Cantal',
  5822.                                 'slug' => 'cantal',
  5823.                             ],
  5824.                             26 => [
  5825.                                 'name' => 'Drôme',
  5826.                                 'slug' => 'drome',
  5827.                             ],
  5828.                             38 => [
  5829.                                 'name' => 'Isère',
  5830.                                 'slug' => 'isere',
  5831.                             ],
  5832.                             42 => [
  5833.                                 'name' => 'Loire',
  5834.                                 'slug' => 'loire',
  5835.                             ],
  5836.                             43 => [
  5837.                                 'name' => 'Haute-Loire',
  5838.                                 'slug' => 'haute-loire',
  5839.                             ],
  5840.                             63 => [
  5841.                                 'name' => 'Puy-de-Dôme',
  5842.                                 'slug' => 'puy-de-dome',
  5843.                             ],
  5844.                             69 => [
  5845.                                 'name' => 'Rhône',
  5846.                                 'slug' => 'rhone',
  5847.                             ],
  5848.                             73 => [
  5849.                                 'name' => 'Savoie',
  5850.                                 'slug' => 'savoie',
  5851.                             ],
  5852.                             74 => [
  5853.                                 'name' => 'Haute-Savoie',
  5854.                                 'slug' => 'haute-savoie',
  5855.                             ],
  5856.                         ],
  5857.                     ],
  5858.                     'bourgogne-franche-comte' => [
  5859.                         'name' => 'Bourgogne-Franche-Comté',
  5860.                         'departments' => [
  5861.                             21 => [
  5862.                                 'name' => 'Côte-d\'Or',
  5863.                                 'slug' => 'cote-d-or',
  5864.                             ],
  5865.                             25 => [
  5866.                                 'name' => 'Doubs',
  5867.                                 'slug' => 'doubs',
  5868.                             ],
  5869.                             39 => [
  5870.                                 'name' => 'Jura',
  5871.                                 'slug' => 'jura',
  5872.                             ],
  5873.                             58 => [
  5874.                                 'name' => 'Nièvre',
  5875.                                 'slug' => 'nievre',
  5876.                             ],
  5877.                             70 => [
  5878.                                 'name' => 'Haute-Saône',
  5879.                                 'slug' => 'haute-saone',
  5880.                             ],
  5881.                             71 => [
  5882.                                 'name' => 'Saône-et-Loire',
  5883.                                 'slug' => 'saone-et-loire',
  5884.                             ],
  5885.                             89 => [
  5886.                                 'name' => 'Yonne',
  5887.                                 'slug' => 'yonne',
  5888.                             ],
  5889.                             90 => [
  5890.                                 'name' => 'Territoire de Belfort',
  5891.                                 'slug' => 'territoire-de-belfort',
  5892.                             ],
  5893.                         ],
  5894.                     ],
  5895.                     'bretagne' => [
  5896.                         'name' => 'Bretagne',
  5897.                         'departments' => [
  5898.                             22 => [
  5899.                                 'name' => 'Côtes-d\'Armor',
  5900.                                 'slug' => 'cotes-d-armor',
  5901.                             ],
  5902.                             29 => [
  5903.                                 'name' => 'Finistère',
  5904.                                 'slug' => 'finistere',
  5905.                             ],
  5906.                             35 => [
  5907.                                 'name' => 'Ille-et-Vilaine',
  5908.                                 'slug' => 'ille-et-vilaine',
  5909.                             ],
  5910.                             56 => [
  5911.                                 'name' => 'Morbihan',
  5912.                                 'slug' => 'morbihan',
  5913.                             ],
  5914.                         ],
  5915.                     ],
  5916.                     'centre-val-de-loire' => [
  5917.                         'name' => 'Centre-Val de Loire',
  5918.                         'departments' => [
  5919.                             18 => [
  5920.                                 'name' => 'Cher',
  5921.                                 'slug' => 'cher',
  5922.                             ],
  5923.                             28 => [
  5924.                                 'name' => 'Eure-et-Loir',
  5925.                                 'slug' => 'eure-et-loir',
  5926.                             ],
  5927.                             36 => [
  5928.                                 'name' => 'Indre',
  5929.                                 'slug' => 'indre',
  5930.                             ],
  5931.                             37 => [
  5932.                                 'name' => 'Indre-et-Loire',
  5933.                                 'slug' => 'indre-et-loire',
  5934.                             ],
  5935.                             41 => [
  5936.                                 'name' => 'Loir-et-Cher',
  5937.                                 'slug' => 'loir-et-cher',
  5938.                             ],
  5939.                             45 => [
  5940.                                 'name' => 'Loiret',
  5941.                                 'slug' => 'loiret',
  5942.                             ],
  5943.                         ],
  5944.                     ],
  5945.                     'corse' => [
  5946.                         'name' => 'Corse',
  5947.                         'departments' => [
  5948.                             '2A' => [
  5949.                                 'name' => 'Corse-du-Sud',
  5950.                                 'slug' => 'corse-du-sud',
  5951.                             ],
  5952.                             '2B' => [
  5953.                                 'name' => 'Haute-Corse',
  5954.                                 'slug' => 'haute-corse',
  5955.                             ],
  5956.                         ],
  5957.                     ],
  5958.                     'grand-est' => [
  5959.                         'name' => 'Grand Est',
  5960.                         'departments' => [
  5961.                             '08' => [
  5962.                                 'name' => 'Ardennes',
  5963.                                 'slug' => 'ardennes',
  5964.                             ],
  5965.                             10 => [
  5966.                                 'name' => 'Aube',
  5967.                                 'slug' => 'aube',
  5968.                             ],
  5969.                             51 => [
  5970.                                 'name' => 'Marne',
  5971.                                 'slug' => 'marne',
  5972.                             ],
  5973.                             52 => [
  5974.                                 'name' => 'Haute-Marne',
  5975.                                 'slug' => 'haute-marne',
  5976.                             ],
  5977.                             54 => [
  5978.                                 'name' => 'Meurthe-et-Moselle',
  5979.                                 'slug' => 'meurthe-et-moselle',
  5980.                             ],
  5981.                             55 => [
  5982.                                 'name' => 'Meuse',
  5983.                                 'slug' => 'meuse',
  5984.                             ],
  5985.                             57 => [
  5986.                                 'name' => 'Moselle',
  5987.                                 'slug' => 'moselle',
  5988.                             ],
  5989.                             67 => [
  5990.                                 'name' => 'Bas-Rhin',
  5991.                                 'slug' => 'bas-rhin',
  5992.                             ],
  5993.                             68 => [
  5994.                                 'name' => 'Haut-Rhin',
  5995.                                 'slug' => 'haut-rhin',
  5996.                             ],
  5997.                             88 => [
  5998.                                 'name' => 'Vosges',
  5999.                                 'slug' => 'vosges',
  6000.                             ],
  6001.                         ],
  6002.                     ],
  6003.                     'hauts-de-france' => [
  6004.                         'name' => 'Hauts-de-France',
  6005.                         'departments' => [
  6006.                             '02' => [
  6007.                                 'name' => 'Aisne',
  6008.                                 'slug' => 'aisne',
  6009.                             ],
  6010.                             59 => [
  6011.                                 'name' => 'Nord',
  6012.                                 'slug' => 'nord',
  6013.                             ],
  6014.                             60 => [
  6015.                                 'name' => 'Oise',
  6016.                                 'slug' => 'oise',
  6017.                             ],
  6018.                             62 => [
  6019.                                 'name' => 'Pas-de-Calais',
  6020.                                 'slug' => 'pas-de-calais',
  6021.                             ],
  6022.                             80 => [
  6023.                                 'name' => 'Somme',
  6024.                                 'slug' => 'somme',
  6025.                             ],
  6026.                         ],
  6027.                     ],
  6028.                     'ile-de-france' => [
  6029.                         'name' => 'Île-de-France',
  6030.                         'departments' => [
  6031.                             75 => [
  6032.                                 'name' => 'Paris',
  6033.                                 'slug' => 'paris',
  6034.                             ],
  6035.                             77 => [
  6036.                                 'name' => 'Seine-et-Marne',
  6037.                                 'slug' => 'seine-et-marne',
  6038.                             ],
  6039.                             78 => [
  6040.                                 'name' => 'Yvelines',
  6041.                                 'slug' => 'yvelines',
  6042.                             ],
  6043.                             91 => [
  6044.                                 'name' => 'Essonne',
  6045.                                 'slug' => 'essonne',
  6046.                             ],
  6047.                             92 => [
  6048.                                 'name' => 'Hauts-de-Seine',
  6049.                                 'slug' => 'hauts-de-seine',
  6050.                             ],
  6051.                             93 => [
  6052.                                 'name' => 'Seine-Saint-Denis',
  6053.                                 'slug' => 'seine-saint-denis',
  6054.                             ],
  6055.                             94 => [
  6056.                                 'name' => 'Val-de-Marne',
  6057.                                 'slug' => 'val-de-marne',
  6058.                             ],
  6059.                             95 => [
  6060.                                 'name' => 'Val-d\'Oise',
  6061.                                 'slug' => 'val-d-oise',
  6062.                             ],
  6063.                         ],
  6064.                     ],
  6065.                     'normandie' => [
  6066.                         'name' => 'Normandie',
  6067.                         'departments' => [
  6068.                             14 => [
  6069.                                 'name' => 'Calvados',
  6070.                                 'slug' => 'calvados',
  6071.                             ],
  6072.                             27 => [
  6073.                                 'name' => 'Eure',
  6074.                                 'slug' => 'eure',
  6075.                             ],
  6076.                             50 => [
  6077.                                 'name' => 'Manche',
  6078.                                 'slug' => 'manche',
  6079.                             ],
  6080.                             61 => [
  6081.                                 'name' => 'Orne',
  6082.                                 'slug' => 'orne',
  6083.                             ],
  6084.                             76 => [
  6085.                                 'name' => 'Seine-Maritime',
  6086.                                 'slug' => 'seine-maritime',
  6087.                             ],
  6088.                         ],
  6089.                     ],
  6090.                     'nouvelle-aquitaine' => [
  6091.                         'name' => 'Nouvelle-Aquitaine',
  6092.                         'departments' => [
  6093.                             16 => [
  6094.                                 'name' => 'Charente',
  6095.                                 'slug' => 'charente',
  6096.                             ],
  6097.                             17 => [
  6098.                                 'name' => 'Charente-Maritime',
  6099.                                 'slug' => 'charente-maritime',
  6100.                             ],
  6101.                             19 => [
  6102.                                 'name' => 'Corrèze',
  6103.                                 'slug' => 'correze',
  6104.                             ],
  6105.                             23 => [
  6106.                                 'name' => 'Creuse',
  6107.                                 'slug' => 'creuse',
  6108.                             ],
  6109.                             24 => [
  6110.                                 'name' => 'Dordogne',
  6111.                                 'slug' => 'dordogne',
  6112.                             ],
  6113.                             33 => [
  6114.                                 'name' => 'Gironde',
  6115.                                 'slug' => 'gironde',
  6116.                             ],
  6117.                             40 => [
  6118.                                 'name' => 'Landes',
  6119.                                 'slug' => 'landes',
  6120.                             ],
  6121.                             47 => [
  6122.                                 'name' => 'Lot-et-Garonne',
  6123.                                 'slug' => 'lot-et-garonne',
  6124.                             ],
  6125.                             64 => [
  6126.                                 'name' => 'Pyrénées-Atlantiques',
  6127.                                 'slug' => 'pyrenees-atlantiques',
  6128.                             ],
  6129.                             79 => [
  6130.                                 'name' => 'Deux-Sèvres',
  6131.                                 'slug' => 'deux-sevres',
  6132.                             ],
  6133.                             86 => [
  6134.                                 'name' => 'Vienne',
  6135.                                 'slug' => 'vienne',
  6136.                             ],
  6137.                             87 => [
  6138.                                 'name' => 'Haute-Vienne',
  6139.                                 'slug' => 'haute-vienne',
  6140.                             ],
  6141.                         ],
  6142.                     ],
  6143.                     'occitanie' => [
  6144.                         'name' => 'Occitanie',
  6145.                         'departments' => [
  6146.                             '09' => [
  6147.                                 'name' => 'Ariège',
  6148.                                 'slug' => 'ariege',
  6149.                             ],
  6150.                             11 => [
  6151.                                 'name' => 'Aude',
  6152.                                 'slug' => 'aude',
  6153.                             ],
  6154.                             12 => [
  6155.                                 'name' => 'Aveyron',
  6156.                                 'slug' => 'aveyron',
  6157.                             ],
  6158.                             30 => [
  6159.                                 'name' => 'Gard',
  6160.                                 'slug' => 'gard',
  6161.                             ],
  6162.                             31 => [
  6163.                                 'name' => 'Haute-Garonne',
  6164.                                 'slug' => 'haute-garonne',
  6165.                             ],
  6166.                             32 => [
  6167.                                 'name' => 'Gers',
  6168.                                 'slug' => 'gers',
  6169.                             ],
  6170.                             34 => [
  6171.                                 'name' => 'Hérault',
  6172.                                 'slug' => 'herault',
  6173.                             ],
  6174.                             46 => [
  6175.                                 'name' => 'Lot',
  6176.                                 'slug' => 'lot',
  6177.                             ],
  6178.                             48 => [
  6179.                                 'name' => 'Lozère',
  6180.                                 'slug' => 'lozere',
  6181.                             ],
  6182.                             65 => [
  6183.                                 'name' => 'Hautes-Pyrénées',
  6184.                                 'slug' => 'hautes-pyrenees',
  6185.                             ],
  6186.                             66 => [
  6187.                                 'name' => 'Pyrénées-Orientales',
  6188.                                 'slug' => 'pyrenees-orientales',
  6189.                             ],
  6190.                             81 => [
  6191.                                 'name' => 'Tarn',
  6192.                                 'slug' => 'tarn',
  6193.                             ],
  6194.                             82 => [
  6195.                                 'name' => 'Tarn-et-Garonne',
  6196.                                 'slug' => 'tarn-et-garonne',
  6197.                             ],
  6198.                         ],
  6199.                     ],
  6200.                     'pays-de-la-loire' => [
  6201.                         'name' => 'Pays de la Loire',
  6202.                         'departments' => [
  6203.                             44 => [
  6204.                                 'name' => 'Loire-Atlantique',
  6205.                                 'slug' => 'loire-atlantique',
  6206.                             ],
  6207.                             49 => [
  6208.                                 'name' => 'Maine-et-Loire',
  6209.                                 'slug' => 'maine-et-loire',
  6210.                             ],
  6211.                             53 => [
  6212.                                 'name' => 'Mayenne',
  6213.                                 'slug' => 'mayenne',
  6214.                             ],
  6215.                             72 => [
  6216.                                 'name' => 'Sarthe',
  6217.                                 'slug' => 'sarthe',
  6218.                             ],
  6219.                             85 => [
  6220.                                 'name' => 'Vendée',
  6221.                                 'slug' => 'vendee',
  6222.                             ],
  6223.                         ],
  6224.                     ],
  6225.                     'provence-alpes-cote-d-azur' => [
  6226.                         'name' => 'Provence-Alpes-Côte d\'Azur',
  6227.                         'departments' => [
  6228.                             '04' => [
  6229.                                 'name' => 'Alpes-de-Haute-Provence',
  6230.                                 'slug' => 'alpes-de-haute-provence',
  6231.                             ],
  6232.                             '05' => [
  6233.                                 'name' => 'Hautes-Alpes',
  6234.                                 'slug' => 'hautes-alpes',
  6235.                             ],
  6236.                             '06' => [
  6237.                                 'name' => 'Alpes-Maritimes',
  6238.                                 'slug' => 'alpes-maritimes',
  6239.                             ],
  6240.                             13 => [
  6241.                                 'name' => 'Bouches-du-Rhône',
  6242.                                 'slug' => 'bouches-du-rhone',
  6243.                             ],
  6244.                             83 => [
  6245.                                 'name' => 'Var',
  6246.                                 'slug' => 'var',
  6247.                             ],
  6248.                             84 => [
  6249.                                 'name' => 'Vaucluse',
  6250.                                 'slug' => 'vaucluse',
  6251.                             ],
  6252.                         ],
  6253.                     ],
  6254.                 ],
  6255.             ],
  6256.             'departments_list' => [
  6257.                 '01' => 'Ain',
  6258.                 '02' => 'Aisne',
  6259.                 '03' => 'Allier',
  6260.                 '04' => 'Alpes-de-Haute-Provence',
  6261.                 '05' => 'Hautes-Alpes',
  6262.                 '06' => 'Alpes-Maritimes',
  6263.                 '07' => 'Ardèche',
  6264.                 '08' => 'Ardennes',
  6265.                 '09' => 'Ariège',
  6266.                 10 => 'Aube',
  6267.                 11 => 'Aude',
  6268.                 12 => 'Aveyron',
  6269.                 13 => 'Bouches-du-Rhône',
  6270.                 14 => 'Calvados',
  6271.                 15 => 'Cantal',
  6272.                 16 => 'Charente',
  6273.                 17 => 'Charente-Maritime',
  6274.                 18 => 'Cher',
  6275.                 19 => 'Corrèze',
  6276.                 21 => 'Côte-d\'Or',
  6277.                 22 => 'Côtes-d\'Armor',
  6278.                 23 => 'Creuse',
  6279.                 24 => 'Dordogne',
  6280.                 25 => 'Doubs',
  6281.                 26 => 'Drôme',
  6282.                 27 => 'Eure',
  6283.                 28 => 'Eure-et-Loir',
  6284.                 29 => 'Finistère',
  6285.                 '2A' => 'Corse-du-Sud',
  6286.                 '2B' => 'Haute-Corse',
  6287.                 30 => 'Gard',
  6288.                 31 => 'Haute-Garonne',
  6289.                 32 => 'Gers',
  6290.                 33 => 'Gironde',
  6291.                 34 => 'Hérault',
  6292.                 35 => 'Ille-et-Vilaine',
  6293.                 36 => 'Indre',
  6294.                 37 => 'Indre-et-Loire',
  6295.                 38 => 'Isère',
  6296.                 39 => 'Jura',
  6297.                 40 => 'Landes',
  6298.                 41 => 'Loir-et-Cher',
  6299.                 42 => 'Loire',
  6300.                 43 => 'Haute-Loire',
  6301.                 44 => 'Loire-Atlantique',
  6302.                 45 => 'Loiret',
  6303.                 46 => 'Lot',
  6304.                 47 => 'Lot-et-Garonne',
  6305.                 48 => 'Lozère',
  6306.                 49 => 'Maine-et-Loire',
  6307.                 50 => 'Manche',
  6308.                 51 => 'Marne',
  6309.                 52 => 'Haute-Marne',
  6310.                 53 => 'Mayenne',
  6311.                 54 => 'Meurthe-et-Moselle',
  6312.                 55 => 'Meuse',
  6313.                 56 => 'Morbihan',
  6314.                 57 => 'Moselle',
  6315.                 58 => 'Nièvre',
  6316.                 59 => 'Nord',
  6317.                 60 => 'Oise',
  6318.                 61 => 'Orne',
  6319.                 62 => 'Pas-de-Calais',
  6320.                 63 => 'Puy-de-Dôme',
  6321.                 64 => 'Pyrénées-Atlantiques',
  6322.                 65 => 'Hautes-Pyrénées',
  6323.                 66 => 'Pyrénées-Orientales',
  6324.                 67 => 'Bas-Rhin',
  6325.                 68 => 'Haut-Rhin',
  6326.                 69 => 'Rhône',
  6327.                 70 => 'Haute-Saône',
  6328.                 71 => 'Saône-et-Loire',
  6329.                 72 => 'Sarthe',
  6330.                 73 => 'Savoie',
  6331.                 74 => 'Haute-Savoie',
  6332.                 75 => 'Paris',
  6333.                 76 => 'Seine-Maritime',
  6334.                 77 => 'Seine-et-Marne',
  6335.                 78 => 'Yvelines',
  6336.                 79 => 'Deux-Sèvres',
  6337.                 80 => 'Somme',
  6338.                 81 => 'Tarn',
  6339.                 82 => 'Tarn-et-Garonne',
  6340.                 83 => 'Var',
  6341.                 84 => 'Vaucluse',
  6342.                 85 => 'Vendée',
  6343.                 86 => 'Vienne',
  6344.                 87 => 'Haute-Vienne',
  6345.                 88 => 'Vosges',
  6346.                 89 => 'Yonne',
  6347.                 90 => 'Territoire de Belfort',
  6348.                 91 => 'Essonne',
  6349.                 92 => 'Hauts-de-Seine',
  6350.                 93 => 'Seine-Saint-Denis',
  6351.                 94 => 'Val-de-Marne',
  6352.                 95 => 'Val-d\'Oise',
  6353.                 96 => 'Mayotte',
  6354.                 97 => 'Guadeloupe',
  6355.                 98 => 'Martinique',
  6356.                 99 => 'Guyane',
  6357.             ],
  6358.             'event_dispatcher.event_aliases' => [
  6359.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6360.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6361.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6362.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6363.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6364.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6365.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6366.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6367.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6368.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6369.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6370.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6371.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6372.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6373.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6374.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6375.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6376.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6377.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6378.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6379.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6380.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6381.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6382.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6383.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6384.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6385.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6386.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6387.             ],
  6388.             'fragment.renderer.hinclude.global_template' => NULL,
  6389.             'fragment.path' => '/_fragment',
  6390.             'kernel.http_method_override' => true,
  6391.             'kernel.trusted_hosts' => [
  6392.             ],
  6393.             'kernel.default_locale' => 'fr',
  6394.             'kernel.enabled_locales' => [
  6395.             ],
  6396.             'kernel.error_controller' => 'error_controller',
  6397.             'debug.file_link_format' => NULL,
  6398.             'asset.request_context.base_path' => NULL,
  6399.             'asset.request_context.secure' => NULL,
  6400.             'translator.logging' => false,
  6401.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6402.             'debug.error_handler.throw_at' => -1,
  6403.             'router.request_context.host' => 'localhost',
  6404.             'router.request_context.scheme' => 'http',
  6405.             'router.request_context.base_url' => '',
  6406.             'router.resource' => 'kernel::loadRoutes',
  6407.             'request_listener.http_port' => 80,
  6408.             'request_listener.https_port' => 443,
  6409.             'session.metadata.storage_key' => '_sf2_meta',
  6410.             'session.storage.options' => [
  6411.                 'cache_limiter' => '0',
  6412.                 'cookie_secure' => 'auto',
  6413.                 'cookie_httponly' => true,
  6414.                 'cookie_samesite' => 'lax',
  6415.                 'gc_probability' => 1,
  6416.             ],
  6417.             'session.save_path' => NULL,
  6418.             'session.metadata.update_threshold' => 0,
  6419.             'form.type_extension.csrf.enabled' => true,
  6420.             'form.type_extension.csrf.field_name' => '_token',
  6421.             'validator.translation_domain' => 'validators',
  6422.             'profiler_listener.only_exceptions' => false,
  6423.             'profiler_listener.only_main_requests' => false,
  6424.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6425.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6426.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6427.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6428.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6429.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6430.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6431.             'doctrine.entity_managers' => [
  6432.                 'default' => 'doctrine.orm.default_entity_manager',
  6433.             ],
  6434.             'doctrine.default_entity_manager' => 'default',
  6435.             'doctrine.dbal.connection_factory.types' => [
  6436.             ],
  6437.             'doctrine.connections' => [
  6438.                 'default' => 'doctrine.dbal.default_connection',
  6439.             ],
  6440.             'doctrine.default_connection' => 'default',
  6441.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6442.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6443.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6444.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6445.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6446.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6447.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6448.             'doctrine.orm.cache.memcache_port' => 11211,
  6449.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6450.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6451.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6452.             'doctrine.orm.cache.memcached_port' => 11211,
  6453.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6454.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6455.             'doctrine.orm.cache.redis_host' => 'localhost',
  6456.             'doctrine.orm.cache.redis_port' => 6379,
  6457.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6458.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6459.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6460.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6461.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6462.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6463.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6464.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6465.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6466.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6467.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6468.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6469.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6470.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6471.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6472.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6473.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6474.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6475.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6476.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6477.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6478.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6479.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6480.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6481.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6482.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6483.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6484.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6485.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6486.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6487.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6488.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6489.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6490.             'doctrine.migrations.preferred_em' => NULL,
  6491.             'doctrine.migrations.preferred_connection' => NULL,
  6492.             'security.role_hierarchy.roles' => [
  6493.                 'ROLE_SUPER_ADMIN' => [
  6494.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6495.                     => 'ROLE_ADMIN',
  6496.                 ],
  6497.                 'ROLE_USER' => [
  6498.                 ],
  6499.                 'ROLE_ADMIN' => [
  6500.                     => 'ROLE_USER',
  6501.                     => 'ROLE_ADMIN_PROSPECT_ALL',
  6502.                     => 'ROLE_ADMIN_STORE_ALL',
  6503.                 ],
  6504.                 'ROLE_CUSTOMER' => [
  6505.                     => 'ROLE_USER',
  6506.                 ],
  6507.                 'ROLE_FREELANCER' => [
  6508.                     => 'ROLE_CUSTOMER',
  6509.                 ],
  6510.                 'ROLE_BUSINESS_INTRODUCER' => [
  6511.                     => 'ROLE_CUSTOMER',
  6512.                 ],
  6513.                 'ROLE_CENTRAL_PURCHASING' => [
  6514.                     => 'ROLE_CUSTOMER',
  6515.                 ],
  6516.                 'ROLE_FREELANCER_ASSISTANT' => [
  6517.                     => 'ROLE_CUSTOMER',
  6518.                 ],
  6519.                 'ROLE_API' => [
  6520.                     => 'ROLE_USER',
  6521.                 ],
  6522.                 'ROLE_COMMERCIAL' => [
  6523.                     => 'ROLE_CUSTOMER',
  6524.                     => 'ROLE_ADMIN_PROSPECT_ALL',
  6525.                 ],
  6526.                 'ROLE_EDITOR' => [
  6527.                     => 'ROLE_ADMIN_BLOGPOST_LIST',
  6528.                     => 'ROLE_ADMIN_BLOGPOST_EDIT',
  6529.                     => 'ROLE_ADMIN_CITYPOST_LIST',
  6530.                     => 'ROLE_ADMIN_CITYPOST_EDIT',
  6531.                     => 'ROLE_ADMIN_HEARINGBRAND_LIST',
  6532.                     => 'ROLE_ADMIN_HEARINGBRAND_EDIT',
  6533.                 ],
  6534.                 'ROLE_PRESCRIBER' => [
  6535.                     => 'ROLE_CUSTOMER',
  6536.                 ],
  6537.             ],
  6538.             'security.access.denied_url' => NULL,
  6539.             'security.authentication.manager.erase_credentials' => true,
  6540.             'security.authentication.session_strategy.strategy' => 'migrate',
  6541.             'security.access.always_authenticate_before_granting' => false,
  6542.             'security.authentication.hide_user_not_found' => true,
  6543.             'security.firewalls' => [
  6544.                 => 'dev',
  6545.                 => 'api',
  6546.                 => 'main',
  6547.             ],
  6548.             'security.api._indexed_authenticators' => [
  6549.             ],
  6550.             'security.main._indexed_authenticators' => [
  6551.             ],
  6552.             'twig.form.resources' => [
  6553.                 => '@SherlockodeConfiguration/form.html.twig',
  6554.                 => '@VichUploader/Form/fields.html.twig',
  6555.                 => 'form_div_layout.html.twig',
  6556.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  6557.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  6558.                 => '@SonataForm/Form/datepicker.html.twig',
  6559.             ],
  6560.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6561.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6562.             'web_profiler.debug_toolbar.mode' => 2,
  6563.             'monolog.use_microseconds' => true,
  6564.             'monolog.swift_mailer.handlers' => [
  6565.             ],
  6566.             'monolog.handlers_to_channels' => [
  6567.                 'monolog.handler.console' => [
  6568.                     'type' => 'exclusive',
  6569.                     'elements' => [
  6570.                         => 'event',
  6571.                         => 'doctrine',
  6572.                         => 'console',
  6573.                     ],
  6574.                 ],
  6575.                 'monolog.handler.app' => [
  6576.                     'type' => 'inclusive',
  6577.                     'elements' => [
  6578.                         => 'app',
  6579.                     ],
  6580.                 ],
  6581.                 'monolog.handler.main' => NULL,
  6582.             ],
  6583.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6584.             'fos_user.backend_type_orm' => true,
  6585.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  6586.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  6587.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  6588.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  6589.             'fos_user.registration.confirmation.from_email' => [
  6590.                 'contact@mon-centre-auditif.com' => 'Mon Centre Auditif - No Reply',
  6591.             ],
  6592.             'fos_user.resetting.email.from_email' => [
  6593.                 'contact@mon-centre-auditif.com' => 'Mon Centre Auditif - No Reply',
  6594.             ],
  6595.             'fos_user.storage' => 'orm',
  6596.             'fos_user.firewall_name' => 'main',
  6597.             'fos_user.model_manager_name' => NULL,
  6598.             'fos_user.model.user.class' => 'App\\Entity\\User',
  6599.             'fos_user.profile.form.type' => 'fos_user_profile',
  6600.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  6601.             'fos_user.profile.form.validation_groups' => [
  6602.                 => 'Profile',
  6603.                 => 'Default',
  6604.             ],
  6605.             'fos_user.registration.confirmation.enabled' => true,
  6606.             'fos_user.registration.form.type' => 'App\\Form\\Type\\RegistrationType',
  6607.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  6608.             'fos_user.registration.form.validation_groups' => [
  6609.                 => 'Registration',
  6610.                 => 'Default',
  6611.             ],
  6612.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  6613.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  6614.             'fos_user.change_password.form.validation_groups' => [
  6615.                 => 'ChangePassword',
  6616.                 => 'Default',
  6617.             ],
  6618.             'fos_user.resetting.retry_ttl' => 7200,
  6619.             'fos_user.resetting.token_ttl' => 86400,
  6620.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  6621.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  6622.             'fos_user.resetting.form.validation_groups' => [
  6623.                 => 'ResetPassword',
  6624.                 => 'Default',
  6625.             ],
  6626.             'sonata.block.container.types' => [
  6627.                 => 'sonata.block.service.container',
  6628.                 => 'sonata.page.block.container',
  6629.                 => 'sonata.dashboard.block.container',
  6630.                 => 'cmf.block.container',
  6631.                 => 'cmf.block.slideshow',
  6632.             ],
  6633.             'sonata_block.blocks' => [
  6634.                 'sonata.block.service.container' => [
  6635.                     'contexts' => [
  6636.                     ],
  6637.                     'templates' => [
  6638.                     ],
  6639.                     'cache' => 'sonata.cache.noop',
  6640.                     'settings' => [
  6641.                     ],
  6642.                 ],
  6643.                 'sonata.block.service.empty' => [
  6644.                     'contexts' => [
  6645.                     ],
  6646.                     'templates' => [
  6647.                     ],
  6648.                     'cache' => 'sonata.cache.noop',
  6649.                     'settings' => [
  6650.                     ],
  6651.                 ],
  6652.                 'sonata.block.service.text' => [
  6653.                     'contexts' => [
  6654.                     ],
  6655.                     'templates' => [
  6656.                     ],
  6657.                     'cache' => 'sonata.cache.noop',
  6658.                     'settings' => [
  6659.                     ],
  6660.                 ],
  6661.                 'sonata.block.service.rss' => [
  6662.                     'contexts' => [
  6663.                     ],
  6664.                     'templates' => [
  6665.                     ],
  6666.                     'cache' => 'sonata.cache.noop',
  6667.                     'settings' => [
  6668.                     ],
  6669.                 ],
  6670.                 'sonata.block.service.template' => [
  6671.                     'contexts' => [
  6672.                     ],
  6673.                     'templates' => [
  6674.                     ],
  6675.                     'cache' => 'sonata.cache.noop',
  6676.                     'settings' => [
  6677.                     ],
  6678.                 ],
  6679.                 'sonata.block.service.menu' => [
  6680.                     'contexts' => [
  6681.                     ],
  6682.                     'templates' => [
  6683.                     ],
  6684.                     'cache' => 'sonata.cache.noop',
  6685.                     'settings' => [
  6686.                     ],
  6687.                 ],
  6688.                 'sonata.admin.block.admin_list' => [
  6689.                     'contexts' => [
  6690.                     ],
  6691.                     'templates' => [
  6692.                     ],
  6693.                     'cache' => 'sonata.cache.noop',
  6694.                     'settings' => [
  6695.                     ],
  6696.                 ],
  6697.                 'sonata.admin.block.search_result' => [
  6698.                     'contexts' => [
  6699.                     ],
  6700.                     'templates' => [
  6701.                     ],
  6702.                     'cache' => 'sonata.cache.noop',
  6703.                     'settings' => [
  6704.                     ],
  6705.                 ],
  6706.                 'sonata.admin.block.stats' => [
  6707.                     'contexts' => [
  6708.                     ],
  6709.                     'templates' => [
  6710.                     ],
  6711.                     'cache' => 'sonata.cache.noop',
  6712.                     'settings' => [
  6713.                     ],
  6714.                 ],
  6715.                 'sonata.admin.block.admin_preview' => [
  6716.                     'contexts' => [
  6717.                     ],
  6718.                     'templates' => [
  6719.                     ],
  6720.                     'cache' => 'sonata.cache.noop',
  6721.                     'settings' => [
  6722.                     ],
  6723.                 ],
  6724.                 'sonata.seo.block.breadcrumb.homepage' => [
  6725.                     'contexts' => [
  6726.                     ],
  6727.                     'templates' => [
  6728.                     ],
  6729.                     'cache' => 'sonata.cache.noop',
  6730.                     'settings' => [
  6731.                     ],
  6732.                 ],
  6733.             ],
  6734.             'sonata_block.blocks_by_class' => [
  6735.             ],
  6736.             'sonata_blocks.block_types' => [
  6737.                 => 'sonata.block.service.container',
  6738.                 => 'sonata.block.service.empty',
  6739.                 => 'sonata.block.service.text',
  6740.                 => 'sonata.block.service.rss',
  6741.                 => 'sonata.block.service.template',
  6742.                 => 'sonata.block.service.menu',
  6743.                 => 'sonata.admin.block.admin_list',
  6744.                 => 'sonata.admin.block.search_result',
  6745.                 => 'sonata.admin.block.stats',
  6746.                 => 'sonata.admin.block.admin_preview',
  6747.                 10 => 'sonata.seo.block.breadcrumb.homepage',
  6748.             ],
  6749.             'sonata_block.cache_blocks' => [
  6750.                 'by_class' => [
  6751.                 ],
  6752.                 'by_type' => [
  6753.                     'sonata.block.service.container' => 'sonata.cache.noop',
  6754.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  6755.                     'sonata.block.service.text' => 'sonata.cache.noop',
  6756.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  6757.                     'sonata.block.service.template' => 'sonata.cache.noop',
  6758.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  6759.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  6760.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  6761.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  6762.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  6763.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  6764.                 ],
  6765.             ],
  6766.             'sonata_blocks.default_contexts' => [
  6767.             ],
  6768.             'knp_menu.renderer.list.options' => [
  6769.             ],
  6770.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  6771.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  6772.             'knp_menu.renderer.twig.options' => [
  6773.             ],
  6774.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  6775.             'knp_menu.default_renderer' => 'twig',
  6776.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  6777.                 'choice' => 'select',
  6778.                 'boolean' => 'select',
  6779.                 'textarea' => 'textarea',
  6780.                 'html' => 'textarea',
  6781.                 'email' => 'email',
  6782.                 'string' => 'text',
  6783.                 'integer' => 'number',
  6784.                 'float' => 'number',
  6785.                 'currency' => 'number',
  6786.                 'percent' => 'number',
  6787.                 'url' => 'url',
  6788.             ],
  6789.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  6790.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  6791.             'sonata.admin.configuration.templates' => [
  6792.                 'layout' => 'admin/standard_layout.html.twig',
  6793.                 'dashboard' => 'admin/dashboard/dashboard.html.twig',
  6794.                 'user_block' => 'admin/user_block.html.twig',
  6795.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  6796.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  6797.                 'search' => '@SonataAdmin/Core/search.html.twig',
  6798.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  6799.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  6800.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  6801.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  6802.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  6803.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  6804.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  6805.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  6806.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  6807.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  6808.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  6809.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  6810.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  6811.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  6812.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  6813.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  6814.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  6815.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  6816.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  6817.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  6818.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  6819.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  6820.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  6821.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  6822.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  6823.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  6824.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  6825.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  6826.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  6827.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  6828.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  6829.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  6830.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  6831.                 'form_theme' => [
  6832.                 ],
  6833.                 'filter_theme' => [
  6834.                 ],
  6835.             ],
  6836.             'sonata.admin.configuration.default_admin_services' => [
  6837.                 'model_manager' => NULL,
  6838.                 'data_source' => NULL,
  6839.                 'field_description_factory' => NULL,
  6840.                 'form_contractor' => NULL,
  6841.                 'show_builder' => NULL,
  6842.                 'list_builder' => NULL,
  6843.                 'datagrid_builder' => NULL,
  6844.                 'translator' => NULL,
  6845.                 'configuration_pool' => NULL,
  6846.                 'route_generator' => NULL,
  6847.                 'security_handler' => NULL,
  6848.                 'menu_factory' => NULL,
  6849.                 'route_builder' => NULL,
  6850.                 'label_translator_strategy' => NULL,
  6851.                 'pager_type' => NULL,
  6852.             ],
  6853.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  6854.             'sonata.admin.configuration.dashboard_groups' => [
  6855.                 'Home' => [
  6856.                     'on_top' => true,
  6857.                     'label' => 'Accueil',
  6858.                     'label_catalogue' => NULL,
  6859.                     'icon' => '<i class="fa fa-home"></i>',
  6860.                     'items' => [
  6861.                         => [
  6862.                             'route' => 'sonata_admin_dashboard',
  6863.                             'label' => 'Accueil',
  6864.                             'roles' => [
  6865.                             ],
  6866.                             'route_params' => [
  6867.                             ],
  6868.                             'route_absolute' => false,
  6869.                         ],
  6870.                     ],
  6871.                     'keep_open' => false,
  6872.                     'item_adds' => [
  6873.                     ],
  6874.                     'roles' => [
  6875.                     ],
  6876.                 ],
  6877.                 'Lead' => [
  6878.                     'label' => 'Lead',
  6879.                     'keep_open' => true,
  6880.                     'items' => [
  6881.                         => [
  6882.                             'admin' => 'admin.prospect',
  6883.                             'roles' => [
  6884.                             ],
  6885.                             'route_params' => [
  6886.                             ],
  6887.                             'route_absolute' => false,
  6888.                         ],
  6889.                         => [
  6890.                             'admin' => 'admin.prospectOnStore',
  6891.                             'roles' => [
  6892.                             ],
  6893.                             'route_params' => [
  6894.                             ],
  6895.                             'route_absolute' => false,
  6896.                         ],
  6897.                         => [
  6898.                             'admin' => 'admin.prospectOnStoreStatus',
  6899.                             'roles' => [
  6900.                             ],
  6901.                             'route_params' => [
  6902.                             ],
  6903.                             'route_absolute' => false,
  6904.                         ],
  6905.                         => [
  6906.                             'admin' => 'admin.phoneValidation',
  6907.                             'roles' => [
  6908.                             ],
  6909.                             'route_params' => [
  6910.                             ],
  6911.                             'route_absolute' => false,
  6912.                         ],
  6913.                         => [
  6914.                             'admin' => 'admin.prospectDulicate',
  6915.                             'roles' => [
  6916.                             ],
  6917.                             'route_params' => [
  6918.                             ],
  6919.                             'route_absolute' => false,
  6920.                         ],
  6921.                         => [
  6922.                             'admin' => 'admin.acquisitionMode',
  6923.                             'roles' => [
  6924.                             ],
  6925.                             'route_params' => [
  6926.                             ],
  6927.                             'route_absolute' => false,
  6928.                         ],
  6929.                         => [
  6930.                             'admin' => 'admin.prospectOnStoreFeedback',
  6931.                             'roles' => [
  6932.                             ],
  6933.                             'route_params' => [
  6934.                             ],
  6935.                             'route_absolute' => false,
  6936.                         ],
  6937.                     ],
  6938.                     'roles' => [
  6939.                         => 'ROLE_SUPER_ADMIN',
  6940.                     ],
  6941.                     'on_top' => false,
  6942.                     'item_adds' => [
  6943.                     ],
  6944.                 ],
  6945.                 'Backoffice' => [
  6946.                     'label' => 'Backoffice',
  6947.                     'keep_open' => false,
  6948.                     'items' => [
  6949.                         => [
  6950.                             'route' => 'admin_app_store_list',
  6951.                             'label' => 'Centre auditif',
  6952.                             'roles' => [
  6953.                             ],
  6954.                             'route_params' => [
  6955.                             ],
  6956.                             'route_absolute' => false,
  6957.                         ],
  6958.                         => [
  6959.                             'admin' => 'admin.StoreManagementRequest',
  6960.                             'roles' => [
  6961.                             ],
  6962.                             'route_params' => [
  6963.                             ],
  6964.                             'route_absolute' => false,
  6965.                         ],
  6966.                         => [
  6967.                             'admin' => 'admin.freelancer',
  6968.                             'roles' => [
  6969.                             ],
  6970.                             'route_params' => [
  6971.                             ],
  6972.                             'route_absolute' => false,
  6973.                         ],
  6974.                         => [
  6975.                             'admin' => 'admin.partner',
  6976.                             'roles' => [
  6977.                             ],
  6978.                             'route_params' => [
  6979.                             ],
  6980.                             'route_absolute' => false,
  6981.                         ],
  6982.                         => [
  6983.                             'admin' => 'admin.centralPurchasing',
  6984.                             'roles' => [
  6985.                             ],
  6986.                             'route_params' => [
  6987.                             ],
  6988.                             'route_absolute' => false,
  6989.                         ],
  6990.                         => [
  6991.                             'admin' => 'admin.user',
  6992.                             'roles' => [
  6993.                             ],
  6994.                             'route_params' => [
  6995.                             ],
  6996.                             'route_absolute' => false,
  6997.                         ],
  6998.                         => [
  6999.                             'admin' => 'admin.shortUrl',
  7000.                             'roles' => [
  7001.                             ],
  7002.                             'route_params' => [
  7003.                             ],
  7004.                             'route_absolute' => false,
  7005.                         ],
  7006.                         => [
  7007.                             'admin' => 'admin.notification',
  7008.                             'roles' => [
  7009.                             ],
  7010.                             'route_params' => [
  7011.                             ],
  7012.                             'route_absolute' => false,
  7013.                         ],
  7014.                         => [
  7015.                             'admin' => 'admin.sponsorship',
  7016.                             'roles' => [
  7017.                             ],
  7018.                             'route_params' => [
  7019.                             ],
  7020.                             'route_absolute' => false,
  7021.                         ],
  7022.                         => [
  7023.                             'admin' => 'admin.smsBroadcast',
  7024.                             'roles' => [
  7025.                             ],
  7026.                             'route_params' => [
  7027.                             ],
  7028.                             'route_absolute' => false,
  7029.                         ],
  7030.                         10 => [
  7031.                             'admin' => 'admin.claimAdmin',
  7032.                             'roles' => [
  7033.                             ],
  7034.                             'route_params' => [
  7035.                             ],
  7036.                             'route_absolute' => false,
  7037.                         ],
  7038.                         11 => [
  7039.                             'admin' => 'admin.thirdPartyEntity',
  7040.                             'roles' => [
  7041.                             ],
  7042.                             'route_params' => [
  7043.                             ],
  7044.                             'route_absolute' => false,
  7045.                         ],
  7046.                         12 => [
  7047.                             'admin' => 'admin.thirdPartyEntity',
  7048.                             'roles' => [
  7049.                             ],
  7050.                             'route_params' => [
  7051.                             ],
  7052.                             'route_absolute' => false,
  7053.                         ],
  7054.                         13 => [
  7055.                             'admin' => 'admin.coregistrationCampaign',
  7056.                             'roles' => [
  7057.                             ],
  7058.                             'route_params' => [
  7059.                             ],
  7060.                             'route_absolute' => false,
  7061.                         ],
  7062.                         14 => [
  7063.                             'admin' => 'admin.prescriber',
  7064.                             'roles' => [
  7065.                             ],
  7066.                             'route_params' => [
  7067.                             ],
  7068.                             'route_absolute' => false,
  7069.                         ],
  7070.                     ],
  7071.                     'roles' => [
  7072.                         => 'ROLE_SUPER_ADMIN',
  7073.                         => 'ROLE_COMMERCIAL',
  7074.                     ],
  7075.                     'on_top' => false,
  7076.                     'item_adds' => [
  7077.                     ],
  7078.                 ],
  7079.                 'Qualification' => [
  7080.                     'label' => 'Qualification',
  7081.                     'items' => [
  7082.                         => [
  7083.                             'admin' => 'admin.prospectQualification',
  7084.                             'roles' => [
  7085.                             ],
  7086.                             'route_params' => [
  7087.                             ],
  7088.                             'route_absolute' => false,
  7089.                         ],
  7090.                         => [
  7091.                             'admin' => 'admin.prospectOnStoreQualification',
  7092.                             'roles' => [
  7093.                             ],
  7094.                             'route_params' => [
  7095.                             ],
  7096.                             'route_absolute' => false,
  7097.                         ],
  7098.                         => [
  7099.                             'admin' => 'admin.qualificationStatisticAdmin',
  7100.                             'roles' => [
  7101.                             ],
  7102.                             'route_params' => [
  7103.                             ],
  7104.                             'route_absolute' => false,
  7105.                         ],
  7106.                     ],
  7107.                     'on_top' => false,
  7108.                     'keep_open' => false,
  7109.                     'item_adds' => [
  7110.                     ],
  7111.                     'roles' => [
  7112.                     ],
  7113.                 ],
  7114.                 'Content' => [
  7115.                     'label' => 'Contenu',
  7116.                     'keep_open' => false,
  7117.                     'items' => [
  7118.                         => [
  7119.                             'admin' => 'admin.hearingBrand',
  7120.                             'roles' => [
  7121.                             ],
  7122.                             'route_params' => [
  7123.                             ],
  7124.                             'route_absolute' => false,
  7125.                         ],
  7126.                         => [
  7127.                             'admin' => 'admin.careNetwork',
  7128.                             'roles' => [
  7129.                             ],
  7130.                             'route_params' => [
  7131.                             ],
  7132.                             'route_absolute' => false,
  7133.                         ],
  7134.                         => [
  7135.                             'admin' => 'admin.hearingAid',
  7136.                             'roles' => [
  7137.                             ],
  7138.                             'route_params' => [
  7139.                             ],
  7140.                             'route_absolute' => false,
  7141.                         ],
  7142.                         => [
  7143.                             'admin' => 'admin.blogPost',
  7144.                             'roles' => [
  7145.                             ],
  7146.                             'route_params' => [
  7147.                             ],
  7148.                             'route_absolute' => false,
  7149.                         ],
  7150.                         => [
  7151.                             'admin' => 'admin.blogCategory',
  7152.                             'roles' => [
  7153.                             ],
  7154.                             'route_params' => [
  7155.                             ],
  7156.                             'route_absolute' => false,
  7157.                         ],
  7158.                         => [
  7159.                             'admin' => 'admin.blogAuthor',
  7160.                             'roles' => [
  7161.                             ],
  7162.                             'route_params' => [
  7163.                             ],
  7164.                             'route_absolute' => false,
  7165.                         ],
  7166.                         => [
  7167.                             'admin' => 'admin.cityPost',
  7168.                             'roles' => [
  7169.                             ],
  7170.                             'route_params' => [
  7171.                             ],
  7172.                             'route_absolute' => false,
  7173.                         ],
  7174.                     ],
  7175.                     'roles' => [
  7176.                         => 'ROLE_SUPER_ADMIN',
  7177.                         => 'ROLE_EDITOR',
  7178.                     ],
  7179.                     'on_top' => false,
  7180.                     'item_adds' => [
  7181.                     ],
  7182.                 ],
  7183.                 'appareil_auditif' => [
  7184.                     'label' => 'Appareil auditif',
  7185.                     'keep_open' => false,
  7186.                     'items' => [
  7187.                         => [
  7188.                             'admin' => 'admin.hearingMaker',
  7189.                             'roles' => [
  7190.                             ],
  7191.                             'route_params' => [
  7192.                             ],
  7193.                             'route_absolute' => false,
  7194.                         ],
  7195.                         => [
  7196.                             'admin' => 'admin.hearingAid',
  7197.                             'roles' => [
  7198.                             ],
  7199.                             'route_params' => [
  7200.                             ],
  7201.                             'route_absolute' => false,
  7202.                         ],
  7203.                         => [
  7204.                             'admin' => 'admin.prospectOnHearingAid',
  7205.                             'roles' => [
  7206.                             ],
  7207.                             'route_params' => [
  7208.                             ],
  7209.                             'route_absolute' => false,
  7210.                         ],
  7211.                     ],
  7212.                     'roles' => [
  7213.                         => 'ROLE_SUPER_ADMIN',
  7214.                     ],
  7215.                     'on_top' => false,
  7216.                     'item_adds' => [
  7217.                     ],
  7218.                 ],
  7219.                 'Stat' => [
  7220.                     'label' => 'Statistiques',
  7221.                     'keep_open' => false,
  7222.                     'items' => [
  7223.                         => [
  7224.                             'admin' => 'admin.navigationStatisticAdmin',
  7225.                             'roles' => [
  7226.                             ],
  7227.                             'route_params' => [
  7228.                             ],
  7229.                             'route_absolute' => false,
  7230.                         ],
  7231.                         => [
  7232.                             'admin' => 'admin.productionStatisticAdmin',
  7233.                             'roles' => [
  7234.                             ],
  7235.                             'route_params' => [
  7236.                             ],
  7237.                             'route_absolute' => false,
  7238.                         ],
  7239.                         => [
  7240.                             'admin' => 'admin.financialStatisticAdmin',
  7241.                             'roles' => [
  7242.                             ],
  7243.                             'route_params' => [
  7244.                             ],
  7245.                             'route_absolute' => false,
  7246.                         ],
  7247.                         => [
  7248.                             'admin' => 'admin.financialParameterAdmin',
  7249.                             'roles' => [
  7250.                             ],
  7251.                             'route_params' => [
  7252.                             ],
  7253.                             'route_absolute' => false,
  7254.                         ],
  7255.                         => [
  7256.                             'admin' => 'admin.logEntry',
  7257.                             'roles' => [
  7258.                             ],
  7259.                             'route_params' => [
  7260.                             ],
  7261.                             'route_absolute' => false,
  7262.                         ],
  7263.                     ],
  7264.                     'roles' => [
  7265.                         => 'ROLE_SUPER_ADMIN',
  7266.                     ],
  7267.                     'on_top' => false,
  7268.                     'item_adds' => [
  7269.                     ],
  7270.                 ],
  7271.                 'Premium' => [
  7272.                     'label' => 'Premium',
  7273.                     'keep_open' => true,
  7274.                     'items' => [
  7275.                         => [
  7276.                             'admin' => 'admin.creditPackGeneric',
  7277.                             'roles' => [
  7278.                             ],
  7279.                             'route_params' => [
  7280.                             ],
  7281.                             'route_absolute' => false,
  7282.                         ],
  7283.                         => [
  7284.                             'admin' => 'admin.order',
  7285.                             'roles' => [
  7286.                             ],
  7287.                             'route_params' => [
  7288.                             ],
  7289.                             'route_absolute' => false,
  7290.                         ],
  7291.                         => [
  7292.                             'admin' => 'admin.creditCost',
  7293.                             'roles' => [
  7294.                             ],
  7295.                             'route_params' => [
  7296.                             ],
  7297.                             'route_absolute' => false,
  7298.                         ],
  7299.                         => [
  7300.                             'admin' => 'admin.deviceSale',
  7301.                             'roles' => [
  7302.                             ],
  7303.                             'route_params' => [
  7304.                             ],
  7305.                             'route_absolute' => false,
  7306.                         ],
  7307.                         => [
  7308.                             'admin' => 'admin.storeIndexation',
  7309.                             'roles' => [
  7310.                             ],
  7311.                             'route_params' => [
  7312.                             ],
  7313.                             'route_absolute' => false,
  7314.                         ],
  7315.                         => [
  7316.                             'admin' => 'admin.invoice',
  7317.                             'roles' => [
  7318.                             ],
  7319.                             'route_params' => [
  7320.                             ],
  7321.                             'route_absolute' => false,
  7322.                         ],
  7323.                     ],
  7324.                     'roles' => [
  7325.                         => 'ROLE_SUPER_ADMIN',
  7326.                     ],
  7327.                     'on_top' => false,
  7328.                     'item_adds' => [
  7329.                     ],
  7330.                 ],
  7331.                 'Configuration' => [
  7332.                     'label' => 'Configuration',
  7333.                     'items' => [
  7334.                         => [
  7335.                             'route' => 'sherlockode_configuration.parameters',
  7336.                             'label' => 'Paramètres',
  7337.                             'roles' => [
  7338.                             ],
  7339.                             'route_params' => [
  7340.                             ],
  7341.                             'route_absolute' => false,
  7342.                         ],
  7343.                     ],
  7344.                     'on_top' => false,
  7345.                     'keep_open' => false,
  7346.                     'item_adds' => [
  7347.                     ],
  7348.                     'roles' => [
  7349.                     ],
  7350.                 ],
  7351.             ],
  7352.             'sonata.admin.configuration.dashboard_blocks' => [
  7353.                 => [
  7354.                     'type' => 'sonata.admin.block.admin_list',
  7355.                     'position' => 'left',
  7356.                     'roles' => [
  7357.                     ],
  7358.                     'settings' => [
  7359.                     ],
  7360.                     'class' => 'col-md-4',
  7361.                 ],
  7362.             ],
  7363.             'sonata.admin.configuration.sort_admins' => false,
  7364.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  7365.             'sonata.admin.configuration.default_group' => 'default',
  7366.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  7367.             'sonata.admin.configuration.default_translation_domain' => NULL,
  7368.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  7369.             'sonata.admin.configuration.breadcrumbs' => [
  7370.                 'child_admin_route' => 'show',
  7371.             ],
  7372.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  7373.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  7374.             'sonata.admin.configuration.security.information' => [
  7375.                 'EDIT' => [
  7376.                     => 'EDIT',
  7377.                 ],
  7378.                 'LIST' => [
  7379.                     => 'LIST',
  7380.                 ],
  7381.                 'CREATE' => [
  7382.                     => 'CREATE',
  7383.                 ],
  7384.                 'VIEW' => [
  7385.                     => 'VIEW',
  7386.                 ],
  7387.                 'DELETE' => [
  7388.                     => 'DELETE',
  7389.                 ],
  7390.                 'EXPORT' => [
  7391.                     => 'EXPORT',
  7392.                 ],
  7393.                 'ALL' => [
  7394.                     => 'ALL',
  7395.                 ],
  7396.             ],
  7397.             'sonata.admin.configuration.security.admin_permissions' => [
  7398.                 => 'CREATE',
  7399.                 => 'LIST',
  7400.                 => 'DELETE',
  7401.                 => 'UNDELETE',
  7402.                 => 'EXPORT',
  7403.                 => 'OPERATOR',
  7404.                 => 'MASTER',
  7405.             ],
  7406.             'sonata.admin.configuration.security.object_permissions' => [
  7407.                 => 'VIEW',
  7408.                 => 'EDIT',
  7409.                 => 'HISTORY',
  7410.                 => 'DELETE',
  7411.                 => 'UNDELETE',
  7412.                 => 'OPERATOR',
  7413.                 => 'MASTER',
  7414.                 => 'OWNER',
  7415.             ],
  7416.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  7417.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  7418.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  7419.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  7420.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  7421.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  7422.             'sonata.admin.extension.map' => [
  7423.             ],
  7424.             'sonata.admin.configuration.filters.persist' => false,
  7425.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  7426.             'sonata.admin.configuration.show.mosaic.button' => false,
  7427.             'sonata.exporter.writer.csv.filename' => 'php://output',
  7428.             'sonata.exporter.writer.csv.delimiter' => ',',
  7429.             'sonata.exporter.writer.csv.enclosure' => '"',
  7430.             'sonata.exporter.writer.csv.escape' => '\\',
  7431.             'sonata.exporter.writer.csv.show_headers' => true,
  7432.             'sonata.exporter.writer.csv.with_bom' => false,
  7433.             'sonata.exporter.writer.json.filename' => 'php://output',
  7434.             'sonata.exporter.writer.xls.filename' => 'php://output',
  7435.             'sonata.exporter.writer.xls.show_headers' => true,
  7436.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  7437.             'sonata.exporter.writer.xlsx.show_headers' => true,
  7438.             'sonata.exporter.writer.xlsx.show_filters' => true,
  7439.             'sonata.exporter.writer.xml.filename' => 'php://output',
  7440.             'sonata.exporter.writer.xml.show_headers' => true,
  7441.             'sonata.exporter.writer.xml.main_element' => 'datas',
  7442.             'sonata.exporter.writer.xml.child_element' => 'data',
  7443.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  7444.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  7445.             'sonata_doctrine_orm_admin.templates' => [
  7446.                 'types' => [
  7447.                     'list' => [
  7448.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  7449.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  7450.                         'date' => 'admin/crud/list_date.html.twig',
  7451.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  7452.                         'datetime' => 'admin/crud/list_datetime.html.twig',
  7453.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  7454.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  7455.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  7456.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  7457.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  7458.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  7459.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  7460.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  7461.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  7462.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  7463.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  7464.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  7465.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  7466.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  7467.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  7468.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  7469.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  7470.                     ],
  7471.                     'show' => [
  7472.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  7473.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  7474.                         'date' => 'admin/crud/show_date.html.twig',
  7475.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  7476.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  7477.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  7478.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  7479.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  7480.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7481.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7482.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7483.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  7484.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  7485.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  7486.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  7487.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  7488.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  7489.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  7490.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  7491.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  7492.                     ],
  7493.                 ],
  7494.             ],
  7495.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7496.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7497.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  7498.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7499.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7500.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7501.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  7502.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7503.             'stof_doctrine_extensions.translation_fallback' => false,
  7504.             'stof_doctrine_extensions.persist_default_translation' => false,
  7505.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7506.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7507.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7508.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7509.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7510.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7511.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  7512.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  7513.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  7514.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  7515.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  7516.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  7517.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  7518.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  7519.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7520.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7521.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7522.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7523.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7524.             'fos_js_routing.request_context_base_url' => NULL,
  7525.             'fos_js_routing.cache_control' => [
  7526.                 'enabled' => false,
  7527.             ],
  7528.             'ob_highcharts.twig_extension.class' => 'Ob\\HighchartsBundle\\Twig\\HighchartsExtension',
  7529.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7530.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7531.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7532.             'knp_paginator.page_range' => 2,
  7533.             'knp_paginator.page_limit' => NULL,
  7534.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  7535.             'vich_uploader.mappings' => [
  7536.                 'blogpost_image' => [
  7537.                     'uri_prefix' => '/uploads/images/blog/post',
  7538.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/blog/post'),
  7539.                     'namer' => [
  7540.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blogpost_image',
  7541.                         'options' => [
  7542.                         ],
  7543.                     ],
  7544.                     'directory_namer' => [
  7545.                         'service' => NULL,
  7546.                         'options' => NULL,
  7547.                     ],
  7548.                     'delete_on_remove' => true,
  7549.                     'delete_on_update' => true,
  7550.                     'inject_on_load' => false,
  7551.                     'db_driver' => 'orm',
  7552.                 ],
  7553.                 'blog_author_image' => [
  7554.                     'uri_prefix' => '/uploads/images/blog/author',
  7555.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/blog/author'),
  7556.                     'namer' => [
  7557.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_author_image',
  7558.                         'options' => [
  7559.                         ],
  7560.                     ],
  7561.                     'directory_namer' => [
  7562.                         'service' => NULL,
  7563.                         'options' => NULL,
  7564.                     ],
  7565.                     'delete_on_remove' => true,
  7566.                     'delete_on_update' => true,
  7567.                     'inject_on_load' => false,
  7568.                     'db_driver' => 'orm',
  7569.                 ],
  7570.                 'brand_logo' => [
  7571.                     'uri_prefix' => '/uploads/images/brand_logo',
  7572.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/brand_logo'),
  7573.                     'namer' => [
  7574.                         'service' => NULL,
  7575.                         'options' => NULL,
  7576.                     ],
  7577.                     'directory_namer' => [
  7578.                         'service' => NULL,
  7579.                         'options' => NULL,
  7580.                     ],
  7581.                     'delete_on_remove' => true,
  7582.                     'delete_on_update' => true,
  7583.                     'inject_on_load' => false,
  7584.                     'db_driver' => 'orm',
  7585.                 ],
  7586.                 'brand_variation_logo' => [
  7587.                     'uri_prefix' => '/uploads/images/brand_variation_logo',
  7588.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/brand_variation_logo'),
  7589.                     'namer' => [
  7590.                         'service' => NULL,
  7591.                         'options' => NULL,
  7592.                     ],
  7593.                     'directory_namer' => [
  7594.                         'service' => NULL,
  7595.                         'options' => NULL,
  7596.                     ],
  7597.                     'delete_on_remove' => true,
  7598.                     'delete_on_update' => true,
  7599.                     'inject_on_load' => false,
  7600.                     'db_driver' => 'orm',
  7601.                 ],
  7602.                 'store_logo' => [
  7603.                     'uri_prefix' => '/uploads/images/store_logo',
  7604.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/store_logo'),
  7605.                     'namer' => [
  7606.                         'service' => NULL,
  7607.                         'options' => NULL,
  7608.                     ],
  7609.                     'directory_namer' => [
  7610.                         'service' => NULL,
  7611.                         'options' => NULL,
  7612.                     ],
  7613.                     'delete_on_remove' => true,
  7614.                     'delete_on_update' => true,
  7615.                     'inject_on_load' => false,
  7616.                     'db_driver' => 'orm',
  7617.                 ],
  7618.                 'store_images' => [
  7619.                     'uri_prefix' => '/uploads/images/store_images',
  7620.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/store_images'),
  7621.                     'namer' => [
  7622.                         'service' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer.store_images',
  7623.                         'options' => [
  7624.                             'property' => 'generateSeoFriendlyFileName',
  7625.                         ],
  7626.                     ],
  7627.                     'directory_namer' => [
  7628.                         'service' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  7629.                         'options' => [
  7630.                             'chars_per_dir' => 5,
  7631.                             'dirs' => 1,
  7632.                         ],
  7633.                     ],
  7634.                     'delete_on_remove' => true,
  7635.                     'delete_on_update' => true,
  7636.                     'inject_on_load' => false,
  7637.                     'db_driver' => 'orm',
  7638.                 ],
  7639.                 'employee_images' => [
  7640.                     'uri_prefix' => '/uploads/images/employee_images',
  7641.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/employee_images'),
  7642.                     'namer' => [
  7643.                         'service' => NULL,
  7644.                         'options' => NULL,
  7645.                     ],
  7646.                     'directory_namer' => [
  7647.                         'service' => NULL,
  7648.                         'options' => NULL,
  7649.                     ],
  7650.                     'delete_on_remove' => true,
  7651.                     'delete_on_update' => true,
  7652.                     'inject_on_load' => false,
  7653.                     'db_driver' => 'orm',
  7654.                 ],
  7655.                 'freelancer_images' => [
  7656.                     'uri_prefix' => '/uploads/images/freelancer_images',
  7657.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/freelancer_images'),
  7658.                     'namer' => [
  7659.                         'service' => NULL,
  7660.                         'options' => NULL,
  7661.                     ],
  7662.                     'directory_namer' => [
  7663.                         'service' => NULL,
  7664.                         'options' => NULL,
  7665.                     ],
  7666.                     'delete_on_remove' => true,
  7667.                     'delete_on_update' => true,
  7668.                     'inject_on_load' => false,
  7669.                     'db_driver' => 'orm',
  7670.                 ],
  7671.                 'freelancer_logo' => [
  7672.                     'uri_prefix' => '/uploads/images/freelancer_logo',
  7673.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/freelancer_logo'),
  7674.                     'namer' => [
  7675.                         'service' => NULL,
  7676.                         'options' => NULL,
  7677.                     ],
  7678.                     'directory_namer' => [
  7679.                         'service' => NULL,
  7680.                         'options' => NULL,
  7681.                     ],
  7682.                     'delete_on_remove' => true,
  7683.                     'delete_on_update' => true,
  7684.                     'inject_on_load' => false,
  7685.                     'db_driver' => 'orm',
  7686.                 ],
  7687.                 'invoice_pdf' => [
  7688.                     'uri_prefix' => '/uploads/invoice/pdf',
  7689.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/invoice/pdf'),
  7690.                     'namer' => [
  7691.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.invoice_pdf',
  7692.                         'options' => [
  7693.                         ],
  7694.                     ],
  7695.                     'directory_namer' => [
  7696.                         'service' => NULL,
  7697.                         'options' => NULL,
  7698.                     ],
  7699.                     'delete_on_remove' => true,
  7700.                     'delete_on_update' => true,
  7701.                     'inject_on_load' => false,
  7702.                     'db_driver' => 'orm',
  7703.                 ],
  7704.                 'hearing_aid_images' => [
  7705.                     'uri_prefix' => '/uploads/images/hearing_aid_images',
  7706.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/hearing_aid_images'),
  7707.                     'namer' => [
  7708.                         'service' => NULL,
  7709.                         'options' => NULL,
  7710.                     ],
  7711.                     'directory_namer' => [
  7712.                         'service' => NULL,
  7713.                         'options' => NULL,
  7714.                     ],
  7715.                     'delete_on_remove' => true,
  7716.                     'delete_on_update' => true,
  7717.                     'inject_on_load' => false,
  7718.                     'db_driver' => 'orm',
  7719.                 ],
  7720.                 'city_banner' => [
  7721.                     'uri_prefix' => '/uploads/images/city_banner',
  7722.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/city_banner'),
  7723.                     'namer' => [
  7724.                         'service' => NULL,
  7725.                         'options' => NULL,
  7726.                     ],
  7727.                     'directory_namer' => [
  7728.                         'service' => NULL,
  7729.                         'options' => NULL,
  7730.                     ],
  7731.                     'delete_on_remove' => true,
  7732.                     'delete_on_update' => true,
  7733.                     'inject_on_load' => false,
  7734.                     'db_driver' => 'orm',
  7735.                 ],
  7736.                 'coregistration_campaign_advertiser_logo' => [
  7737.                     'uri_prefix' => '/uploads/images/coregistration_campaign_advertiser_logo',
  7738.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/coregistration_campaign_advertiser_logo'),
  7739.                     'namer' => [
  7740.                         'service' => NULL,
  7741.                         'options' => NULL,
  7742.                     ],
  7743.                     'directory_namer' => [
  7744.                         'service' => NULL,
  7745.                         'options' => NULL,
  7746.                     ],
  7747.                     'delete_on_remove' => true,
  7748.                     'delete_on_update' => true,
  7749.                     'inject_on_load' => false,
  7750.                     'db_driver' => 'orm',
  7751.                 ],
  7752.                 'storeManagementRequest_kbis' => [
  7753.                     'uri_prefix' => '/uploads/kbis/',
  7754.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/kbis/'),
  7755.                     'namer' => [
  7756.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.storeManagementRequest_kbis',
  7757.                         'options' => [
  7758.                         ],
  7759.                     ],
  7760.                     'directory_namer' => [
  7761.                         'service' => NULL,
  7762.                         'options' => NULL,
  7763.                     ],
  7764.                     'delete_on_remove' => true,
  7765.                     'delete_on_update' => true,
  7766.                     'inject_on_load' => false,
  7767.                     'db_driver' => 'orm',
  7768.                 ],
  7769.                 'highlighted_staff_picture' => [
  7770.                     'uri_prefix' => '/uploads/images/highlighted_staff_picture',
  7771.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/highlighted_staff_picture'),
  7772.                     'namer' => [
  7773.                         'service' => NULL,
  7774.                         'options' => NULL,
  7775.                     ],
  7776.                     'directory_namer' => [
  7777.                         'service' => NULL,
  7778.                         'options' => NULL,
  7779.                     ],
  7780.                     'delete_on_remove' => true,
  7781.                     'delete_on_update' => true,
  7782.                     'inject_on_load' => false,
  7783.                     'db_driver' => 'orm',
  7784.                 ],
  7785.             ],
  7786.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  7787.             'liip_imagine.resolvers' => [
  7788.                 'default' => [
  7789.                     'web_path' => [
  7790.                         'web_root' => (\dirname(__DIR__4).'/public'),
  7791.                         'cache_prefix' => 'media/cache',
  7792.                     ],
  7793.                 ],
  7794.             ],
  7795.             'liip_imagine.loaders' => [
  7796.                 'default' => [
  7797.                     'filesystem' => [
  7798.                         'locator' => 'filesystem',
  7799.                         'data_root' => [
  7800.                             => (\dirname(__DIR__4).'/public'),
  7801.                         ],
  7802.                         'allow_unresolvable_data_roots' => false,
  7803.                         'bundle_resources' => [
  7804.                             'enabled' => false,
  7805.                             'access_control_type' => 'blacklist',
  7806.                             'access_control_list' => [
  7807.                             ],
  7808.                         ],
  7809.                     ],
  7810.                 ],
  7811.             ],
  7812.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  7813.             'liip_imagine.jpegoptim.stripAll' => true,
  7814.             'liip_imagine.jpegoptim.max' => NULL,
  7815.             'liip_imagine.jpegoptim.progressive' => true,
  7816.             'liip_imagine.jpegoptim.tempDir' => NULL,
  7817.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  7818.             'liip_imagine.optipng.level' => 7,
  7819.             'liip_imagine.optipng.stripAll' => true,
  7820.             'liip_imagine.optipng.tempDir' => NULL,
  7821.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  7822.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  7823.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  7824.             'liip_imagine.cwebp.tempDir' => NULL,
  7825.             'liip_imagine.cwebp.q' => 75,
  7826.             'liip_imagine.cwebp.alphaQ' => 100,
  7827.             'liip_imagine.cwebp.m' => 4,
  7828.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  7829.             'liip_imagine.cwebp.alphaMethod' => 1,
  7830.             'liip_imagine.cwebp.exact' => false,
  7831.             'liip_imagine.cwebp.metadata' => [
  7832.                 => 'none',
  7833.             ],
  7834.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  7835.             'liip_imagine.cache.resolver.default' => 'default',
  7836.             'liip_imagine.default_image' => NULL,
  7837.             'liip_imagine.filter_sets' => [
  7838.                 'cache' => [
  7839.                     'format' => 'webp',
  7840.                     'quality' => 100,
  7841.                     'jpeg_quality' => NULL,
  7842.                     'png_compression_level' => NULL,
  7843.                     'png_compression_filter' => NULL,
  7844.                     'animated' => false,
  7845.                     'cache' => NULL,
  7846.                     'data_loader' => NULL,
  7847.                     'default_image' => NULL,
  7848.                     'filters' => [
  7849.                     ],
  7850.                     'post_processors' => [
  7851.                     ],
  7852.                 ],
  7853.                 'lp_emailing_main_img' => [
  7854.                     'format' => 'webp',
  7855.                     'quality' => 100,
  7856.                     'jpeg_quality' => NULL,
  7857.                     'png_compression_level' => NULL,
  7858.                     'png_compression_filter' => NULL,
  7859.                     'animated' => false,
  7860.                     'cache' => NULL,
  7861.                     'data_loader' => NULL,
  7862.                     'default_image' => NULL,
  7863.                     'filters' => [
  7864.                         'thumbnail' => [
  7865.                             'size' => [
  7866.                                 => 800,
  7867.                                 => 1200,
  7868.                             ],
  7869.                             'mode' => 'outbound',
  7870.                             'position' => 'center',
  7871.                         ],
  7872.                     ],
  7873.                     'post_processors' => [
  7874.                     ],
  7875.                 ],
  7876.                 'lp_emailing_senior' => [
  7877.                     'format' => 'webp',
  7878.                     'quality' => 100,
  7879.                     'jpeg_quality' => NULL,
  7880.                     'png_compression_level' => NULL,
  7881.                     'png_compression_filter' => NULL,
  7882.                     'animated' => false,
  7883.                     'cache' => NULL,
  7884.                     'data_loader' => NULL,
  7885.                     'default_image' => NULL,
  7886.                     'filters' => [
  7887.                         'thumbnail' => [
  7888.                             'size' => [
  7889.                                 => 100,
  7890.                                 => 100,
  7891.                             ],
  7892.                             'mode' => 'outbound',
  7893.                         ],
  7894.                     ],
  7895.                     'post_processors' => [
  7896.                     ],
  7897.                 ],
  7898.                 'vich_type_preview' => [
  7899.                     'format' => 'webp',
  7900.                     'quality' => 80,
  7901.                     'jpeg_quality' => NULL,
  7902.                     'png_compression_level' => NULL,
  7903.                     'png_compression_filter' => NULL,
  7904.                     'animated' => false,
  7905.                     'cache' => NULL,
  7906.                     'data_loader' => NULL,
  7907.                     'default_image' => NULL,
  7908.                     'filters' => [
  7909.                         'downscale' => [
  7910.                             'max' => [
  7911.                                 => 200,
  7912.                                 => NULL,
  7913.                             ],
  7914.                         ],
  7915.                     ],
  7916.                     'post_processors' => [
  7917.                     ],
  7918.                 ],
  7919.                 'blog_post_main' => [
  7920.                     'format' => 'webp',
  7921.                     'quality' => 80,
  7922.                     'jpeg_quality' => NULL,
  7923.                     'png_compression_level' => NULL,
  7924.                     'png_compression_filter' => NULL,
  7925.                     'animated' => false,
  7926.                     'cache' => NULL,
  7927.                     'data_loader' => NULL,
  7928.                     'default_image' => NULL,
  7929.                     'filters' => [
  7930.                         'downscale' => [
  7931.                             'max' => [
  7932.                                 => 1706,
  7933.                                 => NULL,
  7934.                             ],
  7935.                         ],
  7936.                     ],
  7937.                     'post_processors' => [
  7938.                     ],
  7939.                 ],
  7940.                 'blog_post_extra_large' => [
  7941.                     'format' => 'webp',
  7942.                     'quality' => 80,
  7943.                     'jpeg_quality' => NULL,
  7944.                     'png_compression_level' => NULL,
  7945.                     'png_compression_filter' => NULL,
  7946.                     'animated' => false,
  7947.                     'cache' => NULL,
  7948.                     'data_loader' => NULL,
  7949.                     'default_image' => NULL,
  7950.                     'filters' => [
  7951.                         'thumbnail' => [
  7952.                             'size' => [
  7953.                                 => 800,
  7954.                                 => 400,
  7955.                             ],
  7956.                             'mode' => 'outbound',
  7957.                         ],
  7958.                     ],
  7959.                     'post_processors' => [
  7960.                     ],
  7961.                 ],
  7962.                 'blog_post_large' => [
  7963.                     'format' => 'webp',
  7964.                     'quality' => 80,
  7965.                     'jpeg_quality' => NULL,
  7966.                     'png_compression_level' => NULL,
  7967.                     'png_compression_filter' => NULL,
  7968.                     'animated' => false,
  7969.                     'cache' => NULL,
  7970.                     'data_loader' => NULL,
  7971.                     'default_image' => NULL,
  7972.                     'filters' => [
  7973.                         'thumbnail' => [
  7974.                             'size' => [
  7975.                                 => 500,
  7976.                                 => 280,
  7977.                             ],
  7978.                             'mode' => 'outbound',
  7979.                         ],
  7980.                     ],
  7981.                     'post_processors' => [
  7982.                     ],
  7983.                 ],
  7984.                 'blog_post_medium' => [
  7985.                     'format' => 'webp',
  7986.                     'quality' => 80,
  7987.                     'jpeg_quality' => NULL,
  7988.                     'png_compression_level' => NULL,
  7989.                     'png_compression_filter' => NULL,
  7990.                     'animated' => false,
  7991.                     'cache' => NULL,
  7992.                     'data_loader' => NULL,
  7993.                     'default_image' => NULL,
  7994.                     'filters' => [
  7995.                         'thumbnail' => [
  7996.                             'size' => [
  7997.                                 => 350,
  7998.                                 => 290,
  7999.                             ],
  8000.                             'mode' => 'outbound',
  8001.                         ],
  8002.                     ],
  8003.                     'post_processors' => [
  8004.                     ],
  8005.                 ],
  8006.                 'blog_post_small' => [
  8007.                     'format' => 'webp',
  8008.                     'quality' => 80,
  8009.                     'jpeg_quality' => NULL,
  8010.                     'png_compression_level' => NULL,
  8011.                     'png_compression_filter' => NULL,
  8012.                     'animated' => false,
  8013.                     'cache' => NULL,
  8014.                     'data_loader' => NULL,
  8015.                     'default_image' => NULL,
  8016.                     'filters' => [
  8017.                         'thumbnail' => [
  8018.                             'size' => [
  8019.                                 => 400,
  8020.                                 => 500,
  8021.                             ],
  8022.                             'mode' => 'outbound',
  8023.                         ],
  8024.                     ],
  8025.                     'post_processors' => [
  8026.                     ],
  8027.                 ],
  8028.                 'brand_logo_large' => [
  8029.                     'format' => 'webp',
  8030.                     'quality' => 80,
  8031.                     'jpeg_quality' => NULL,
  8032.                     'png_compression_level' => NULL,
  8033.                     'png_compression_filter' => NULL,
  8034.                     'animated' => false,
  8035.                     'cache' => NULL,
  8036.                     'data_loader' => NULL,
  8037.                     'default_image' => NULL,
  8038.                     'filters' => [
  8039.                         'downscale' => [
  8040.                             'max' => [
  8041.                                 => 208,
  8042.                                 => NULL,
  8043.                             ],
  8044.                         ],
  8045.                     ],
  8046.                     'post_processors' => [
  8047.                     ],
  8048.                 ],
  8049.                 'brand_logo_medium' => [
  8050.                     'format' => 'webp',
  8051.                     'quality' => 80,
  8052.                     'jpeg_quality' => NULL,
  8053.                     'png_compression_level' => NULL,
  8054.                     'png_compression_filter' => NULL,
  8055.                     'animated' => false,
  8056.                     'cache' => NULL,
  8057.                     'data_loader' => NULL,
  8058.                     'default_image' => NULL,
  8059.                     'filters' => [
  8060.                         'downscale' => [
  8061.                             'max' => [
  8062.                                 => 130,
  8063.                                 => NULL,
  8064.                             ],
  8065.                         ],
  8066.                     ],
  8067.                     'post_processors' => [
  8068.                     ],
  8069.                 ],
  8070.                 'brand_logo_medium_png' => [
  8071.                     'format' => 'png',
  8072.                     'quality' => 80,
  8073.                     'jpeg_quality' => NULL,
  8074.                     'png_compression_level' => NULL,
  8075.                     'png_compression_filter' => NULL,
  8076.                     'animated' => false,
  8077.                     'cache' => NULL,
  8078.                     'data_loader' => NULL,
  8079.                     'default_image' => NULL,
  8080.                     'filters' => [
  8081.                         'downscale' => [
  8082.                             'max' => [
  8083.                                 => 130,
  8084.                                 => NULL,
  8085.                             ],
  8086.                         ],
  8087.                     ],
  8088.                     'post_processors' => [
  8089.                     ],
  8090.                 ],
  8091.                 'brand_logo_medium_webp' => [
  8092.                     'format' => 'webp',
  8093.                     'quality' => 80,
  8094.                     'jpeg_quality' => NULL,
  8095.                     'png_compression_level' => NULL,
  8096.                     'png_compression_filter' => NULL,
  8097.                     'animated' => false,
  8098.                     'cache' => NULL,
  8099.                     'data_loader' => NULL,
  8100.                     'default_image' => NULL,
  8101.                     'filters' => [
  8102.                         'downscale' => [
  8103.                             'max' => [
  8104.                                 => 130,
  8105.                                 => NULL,
  8106.                             ],
  8107.                         ],
  8108.                     ],
  8109.                     'post_processors' => [
  8110.                     ],
  8111.                 ],
  8112.                 'brand_logo_small' => [
  8113.                     'format' => 'webp',
  8114.                     'quality' => 100,
  8115.                     'jpeg_quality' => NULL,
  8116.                     'png_compression_level' => NULL,
  8117.                     'png_compression_filter' => NULL,
  8118.                     'animated' => false,
  8119.                     'cache' => NULL,
  8120.                     'data_loader' => NULL,
  8121.                     'default_image' => NULL,
  8122.                     'filters' => [
  8123.                         'downscale' => [
  8124.                             'max' => [
  8125.                                 => 100,
  8126.                                 => NULL,
  8127.                             ],
  8128.                         ],
  8129.                     ],
  8130.                     'post_processors' => [
  8131.                     ],
  8132.                 ],
  8133.                 'brand_logo_carrousel' => [
  8134.                     'format' => 'webp',
  8135.                     'quality' => 80,
  8136.                     'jpeg_quality' => NULL,
  8137.                     'png_compression_level' => NULL,
  8138.                     'png_compression_filter' => NULL,
  8139.                     'animated' => false,
  8140.                     'cache' => NULL,
  8141.                     'data_loader' => NULL,
  8142.                     'default_image' => NULL,
  8143.                     'filters' => [
  8144.                         'downscale' => [
  8145.                             'max' => [
  8146.                                 => 200,
  8147.                                 => NULL,
  8148.                             ],
  8149.                         ],
  8150.                     ],
  8151.                     'post_processors' => [
  8152.                     ],
  8153.                 ],
  8154.                 'brand_logo_carrousel_png' => [
  8155.                     'format' => 'png',
  8156.                     'quality' => 80,
  8157.                     'jpeg_quality' => NULL,
  8158.                     'png_compression_level' => NULL,
  8159.                     'png_compression_filter' => NULL,
  8160.                     'animated' => false,
  8161.                     'cache' => NULL,
  8162.                     'data_loader' => NULL,
  8163.                     'default_image' => NULL,
  8164.                     'filters' => [
  8165.                         'downscale' => [
  8166.                             'max' => [
  8167.                                 => 200,
  8168.                                 => NULL,
  8169.                             ],
  8170.                         ],
  8171.                     ],
  8172.                     'post_processors' => [
  8173.                     ],
  8174.                 ],
  8175.                 'brand_logo_carrousel_webp' => [
  8176.                     'format' => 'webp',
  8177.                     'quality' => 80,
  8178.                     'jpeg_quality' => NULL,
  8179.                     'png_compression_level' => NULL,
  8180.                     'png_compression_filter' => NULL,
  8181.                     'animated' => false,
  8182.                     'cache' => NULL,
  8183.                     'data_loader' => NULL,
  8184.                     'default_image' => NULL,
  8185.                     'filters' => [
  8186.                         'downscale' => [
  8187.                             'max' => [
  8188.                                 => 200,
  8189.                                 => NULL,
  8190.                             ],
  8191.                         ],
  8192.                     ],
  8193.                     'post_processors' => [
  8194.                     ],
  8195.                 ],
  8196.                 'hearing_maker_logo_large' => [
  8197.                     'format' => 'webp',
  8198.                     'quality' => 80,
  8199.                     'jpeg_quality' => NULL,
  8200.                     'png_compression_level' => NULL,
  8201.                     'png_compression_filter' => NULL,
  8202.                     'animated' => false,
  8203.                     'cache' => NULL,
  8204.                     'data_loader' => NULL,
  8205.                     'default_image' => NULL,
  8206.                     'filters' => [
  8207.                         'downscale' => [
  8208.                             'max' => [
  8209.                                 => 208,
  8210.                                 => NULL,
  8211.                             ],
  8212.                         ],
  8213.                     ],
  8214.                     'post_processors' => [
  8215.                     ],
  8216.                 ],
  8217.                 'hearing_maker_logo_small' => [
  8218.                     'format' => 'webp',
  8219.                     'quality' => 80,
  8220.                     'jpeg_quality' => NULL,
  8221.                     'png_compression_level' => NULL,
  8222.                     'png_compression_filter' => NULL,
  8223.                     'animated' => false,
  8224.                     'cache' => NULL,
  8225.                     'data_loader' => NULL,
  8226.                     'default_image' => NULL,
  8227.                     'filters' => [
  8228.                         'downscale' => [
  8229.                             'max' => [
  8230.                                 => 80,
  8231.                                 => NULL,
  8232.                             ],
  8233.                         ],
  8234.                     ],
  8235.                     'post_processors' => [
  8236.                     ],
  8237.                 ],
  8238.                 'hearing_maker_carrousel' => [
  8239.                     'format' => 'webp',
  8240.                     'quality' => 80,
  8241.                     'jpeg_quality' => NULL,
  8242.                     'png_compression_level' => NULL,
  8243.                     'png_compression_filter' => NULL,
  8244.                     'animated' => false,
  8245.                     'cache' => NULL,
  8246.                     'data_loader' => NULL,
  8247.                     'default_image' => NULL,
  8248.                     'filters' => [
  8249.                         'downscale' => [
  8250.                             'max' => [
  8251.                                 => 150,
  8252.                                 => NULL,
  8253.                             ],
  8254.                         ],
  8255.                     ],
  8256.                     'post_processors' => [
  8257.                     ],
  8258.                 ],
  8259.                 'care_network_carrousel' => [
  8260.                     'format' => 'webp',
  8261.                     'quality' => 80,
  8262.                     'jpeg_quality' => NULL,
  8263.                     'png_compression_level' => NULL,
  8264.                     'png_compression_filter' => NULL,
  8265.                     'animated' => false,
  8266.                     'cache' => NULL,
  8267.                     'data_loader' => NULL,
  8268.                     'default_image' => NULL,
  8269.                     'filters' => [
  8270.                         'downscale' => [
  8271.                             'max' => [
  8272.                                 => 150,
  8273.                                 => NULL,
  8274.                             ],
  8275.                         ],
  8276.                     ],
  8277.                     'post_processors' => [
  8278.                     ],
  8279.                 ],
  8280.                 'author_image_medium' => [
  8281.                     'format' => 'webp',
  8282.                     'quality' => 80,
  8283.                     'jpeg_quality' => NULL,
  8284.                     'png_compression_level' => NULL,
  8285.                     'png_compression_filter' => NULL,
  8286.                     'animated' => false,
  8287.                     'cache' => NULL,
  8288.                     'data_loader' => NULL,
  8289.                     'default_image' => NULL,
  8290.                     'filters' => [
  8291.                         'thumbnail' => [
  8292.                             'size' => [
  8293.                                 => 90,
  8294.                                 => 90,
  8295.                             ],
  8296.                             'mode' => 'outbound',
  8297.                         ],
  8298.                     ],
  8299.                     'post_processors' => [
  8300.                     ],
  8301.                 ],
  8302.                 'author_image_small' => [
  8303.                     'format' => 'webp',
  8304.                     'quality' => 80,
  8305.                     'jpeg_quality' => NULL,
  8306.                     'png_compression_level' => NULL,
  8307.                     'png_compression_filter' => NULL,
  8308.                     'animated' => false,
  8309.                     'cache' => NULL,
  8310.                     'data_loader' => NULL,
  8311.                     'default_image' => NULL,
  8312.                     'filters' => [
  8313.                         'thumbnail' => [
  8314.                             'size' => [
  8315.                                 => 60,
  8316.                                 => 60,
  8317.                             ],
  8318.                             'mode' => 'outbound',
  8319.                         ],
  8320.                     ],
  8321.                     'post_processors' => [
  8322.                     ],
  8323.                 ],
  8324.                 'profile_image' => [
  8325.                     'format' => 'webp',
  8326.                     'quality' => 100,
  8327.                     'jpeg_quality' => NULL,
  8328.                     'png_compression_level' => NULL,
  8329.                     'png_compression_filter' => NULL,
  8330.                     'animated' => false,
  8331.                     'cache' => NULL,
  8332.                     'data_loader' => NULL,
  8333.                     'default_image' => NULL,
  8334.                     'filters' => [
  8335.                         'thumbnail' => [
  8336.                             'size' => [
  8337.                                 => 100,
  8338.                                 => 100,
  8339.                             ],
  8340.                             'mode' => 'outbound',
  8341.                         ],
  8342.                     ],
  8343.                     'post_processors' => [
  8344.                     ],
  8345.                 ],
  8346.                 'store_image_carrousel' => [
  8347.                     'format' => 'webp',
  8348.                     'quality' => 100,
  8349.                     'jpeg_quality' => NULL,
  8350.                     'png_compression_level' => NULL,
  8351.                     'png_compression_filter' => NULL,
  8352.                     'animated' => false,
  8353.                     'cache' => NULL,
  8354.                     'data_loader' => NULL,
  8355.                     'default_image' => NULL,
  8356.                     'filters' => [
  8357.                         'thumbnail' => [
  8358.                             'size' => [
  8359.                                 => 300,
  8360.                                 => 300,
  8361.                             ],
  8362.                             'mode' => 'inset',
  8363.                         ],
  8364.                     ],
  8365.                     'post_processors' => [
  8366.                     ],
  8367.                 ],
  8368.                 'store_highlighted_staff_image' => [
  8369.                     'format' => 'webp',
  8370.                     'quality' => 100,
  8371.                     'jpeg_quality' => NULL,
  8372.                     'png_compression_level' => NULL,
  8373.                     'png_compression_filter' => NULL,
  8374.                     'animated' => false,
  8375.                     'cache' => NULL,
  8376.                     'data_loader' => NULL,
  8377.                     'default_image' => NULL,
  8378.                     'filters' => [
  8379.                         'thumbnail' => [
  8380.                             'size' => [
  8381.                                 => 300,
  8382.                                 => 300,
  8383.                             ],
  8384.                         ],
  8385.                     ],
  8386.                     'post_processors' => [
  8387.                     ],
  8388.                 ],
  8389.                 'hearing_aid_image' => [
  8390.                     'format' => 'webp',
  8391.                     'quality' => 80,
  8392.                     'jpeg_quality' => NULL,
  8393.                     'png_compression_level' => NULL,
  8394.                     'png_compression_filter' => NULL,
  8395.                     'animated' => false,
  8396.                     'cache' => NULL,
  8397.                     'data_loader' => NULL,
  8398.                     'default_image' => NULL,
  8399.                     'filters' => [
  8400.                         'downscale' => [
  8401.                             'max' => [
  8402.                                 => 150,
  8403.                                 => NULL,
  8404.                             ],
  8405.                         ],
  8406.                     ],
  8407.                     'post_processors' => [
  8408.                     ],
  8409.                 ],
  8410.                 'hearing_aid_image_large' => [
  8411.                     'format' => 'webp',
  8412.                     'quality' => 80,
  8413.                     'jpeg_quality' => NULL,
  8414.                     'png_compression_level' => NULL,
  8415.                     'png_compression_filter' => NULL,
  8416.                     'animated' => false,
  8417.                     'cache' => NULL,
  8418.                     'data_loader' => NULL,
  8419.                     'default_image' => NULL,
  8420.                     'filters' => [
  8421.                         'upscale' => [
  8422.                             'min' => [
  8423.                                 => 500,
  8424.                                 => NULL,
  8425.                             ],
  8426.                         ],
  8427.                     ],
  8428.                     'post_processors' => [
  8429.                     ],
  8430.                 ],
  8431.                 'store_image_backoffice_freelancer' => [
  8432.                     'format' => 'webp',
  8433.                     'quality' => 80,
  8434.                     'jpeg_quality' => NULL,
  8435.                     'png_compression_level' => NULL,
  8436.                     'png_compression_filter' => NULL,
  8437.                     'animated' => false,
  8438.                     'cache' => NULL,
  8439.                     'data_loader' => NULL,
  8440.                     'default_image' => NULL,
  8441.                     'filters' => [
  8442.                         'thumbnail' => [
  8443.                             'size' => [
  8444.                                 => 160,
  8445.                                 => 80,
  8446.                             ],
  8447.                             'mode' => 'outbound',
  8448.                         ],
  8449.                     ],
  8450.                     'post_processors' => [
  8451.                     ],
  8452.                 ],
  8453.                 'default_webp' => [
  8454.                     'format' => 'webp',
  8455.                     'quality' => 80,
  8456.                     'jpeg_quality' => NULL,
  8457.                     'png_compression_level' => NULL,
  8458.                     'png_compression_filter' => NULL,
  8459.                     'animated' => false,
  8460.                     'cache' => NULL,
  8461.                     'data_loader' => NULL,
  8462.                     'default_image' => NULL,
  8463.                     'filters' => [
  8464.                     ],
  8465.                     'post_processors' => [
  8466.                     ],
  8467.                 ],
  8468.                 'city_banner_webp' => [
  8469.                     'format' => 'webp',
  8470.                     'quality' => 80,
  8471.                     'jpeg_quality' => NULL,
  8472.                     'png_compression_level' => NULL,
  8473.                     'png_compression_filter' => NULL,
  8474.                     'animated' => false,
  8475.                     'cache' => NULL,
  8476.                     'data_loader' => NULL,
  8477.                     'default_image' => NULL,
  8478.                     'filters' => [
  8479.                         'downscale' => [
  8480.                             'max' => [
  8481.                                 => 1900,
  8482.                                 => NULL,
  8483.                             ],
  8484.                         ],
  8485.                     ],
  8486.                     'post_processors' => [
  8487.                     ],
  8488.                 ],
  8489.                 'header_bg_img' => [
  8490.                     'format' => 'webp',
  8491.                     'quality' => 100,
  8492.                     'jpeg_quality' => NULL,
  8493.                     'png_compression_level' => NULL,
  8494.                     'png_compression_filter' => NULL,
  8495.                     'animated' => false,
  8496.                     'cache' => NULL,
  8497.                     'data_loader' => NULL,
  8498.                     'default_image' => NULL,
  8499.                     'filters' => [
  8500.                         'thumbnail' => [
  8501.                             'size' => [
  8502.                                 => 2000,
  8503.                                 => 700,
  8504.                             ],
  8505.                             'mode' => 'outbound',
  8506.                         ],
  8507.                     ],
  8508.                     'post_processors' => [
  8509.                     ],
  8510.                 ],
  8511.                 'product_img' => [
  8512.                     'format' => 'webp',
  8513.                     'quality' => 100,
  8514.                     'jpeg_quality' => NULL,
  8515.                     'png_compression_level' => NULL,
  8516.                     'png_compression_filter' => NULL,
  8517.                     'animated' => false,
  8518.                     'cache' => NULL,
  8519.                     'data_loader' => NULL,
  8520.                     'default_image' => NULL,
  8521.                     'filters' => [
  8522.                         'thumbnail' => [
  8523.                             'size' => [
  8524.                                 => 320,
  8525.                                 => 320,
  8526.                             ],
  8527.                             'mode' => 'outbound',
  8528.                         ],
  8529.                     ],
  8530.                     'post_processors' => [
  8531.                     ],
  8532.                 ],
  8533.                 'lp_left_content' => [
  8534.                     'format' => 'webp',
  8535.                     'quality' => 100,
  8536.                     'jpeg_quality' => NULL,
  8537.                     'png_compression_level' => NULL,
  8538.                     'png_compression_filter' => NULL,
  8539.                     'animated' => false,
  8540.                     'cache' => NULL,
  8541.                     'data_loader' => NULL,
  8542.                     'default_image' => NULL,
  8543.                     'filters' => [
  8544.                         'thumbnail' => [
  8545.                             'size' => [
  8546.                                 => 615,
  8547.                                 => 750,
  8548.                             ],
  8549.                             'mode' => 'outbound',
  8550.                         ],
  8551.                     ],
  8552.                     'post_processors' => [
  8553.                     ],
  8554.                 ],
  8555.                 'bg_img_wave' => [
  8556.                     'format' => 'webp',
  8557.                     'quality' => 100,
  8558.                     'jpeg_quality' => NULL,
  8559.                     'png_compression_level' => NULL,
  8560.                     'png_compression_filter' => NULL,
  8561.                     'animated' => false,
  8562.                     'cache' => NULL,
  8563.                     'data_loader' => NULL,
  8564.                     'default_image' => NULL,
  8565.                     'filters' => [
  8566.                         'thumbnail' => [
  8567.                             'size' => [
  8568.                                 => 2000,
  8569.                                 => 500,
  8570.                             ],
  8571.                             'mode' => 'outbound',
  8572.                         ],
  8573.                     ],
  8574.                     'post_processors' => [
  8575.                     ],
  8576.                 ],
  8577.                 'lp_img_content' => [
  8578.                     'format' => 'webp',
  8579.                     'quality' => 100,
  8580.                     'jpeg_quality' => NULL,
  8581.                     'png_compression_level' => NULL,
  8582.                     'png_compression_filter' => NULL,
  8583.                     'animated' => false,
  8584.                     'cache' => NULL,
  8585.                     'data_loader' => NULL,
  8586.                     'default_image' => NULL,
  8587.                     'filters' => [
  8588.                         'thumbnail' => [
  8589.                             'size' => [
  8590.                                 => 900,
  8591.                                 => 900,
  8592.                             ],
  8593.                             'mode' => 'outbound',
  8594.                         ],
  8595.                     ],
  8596.                     'post_processors' => [
  8597.                     ],
  8598.                 ],
  8599.                 'coregistration_campaign_advertiser_logo' => [
  8600.                     'format' => 'webp',
  8601.                     'quality' => 80,
  8602.                     'jpeg_quality' => NULL,
  8603.                     'png_compression_level' => NULL,
  8604.                     'png_compression_filter' => NULL,
  8605.                     'animated' => false,
  8606.                     'cache' => NULL,
  8607.                     'data_loader' => NULL,
  8608.                     'default_image' => NULL,
  8609.                     'filters' => [
  8610.                         'downscale' => [
  8611.                             'max' => [
  8612.                                 => 100,
  8613.                                 => NULL,
  8614.                             ],
  8615.                         ],
  8616.                     ],
  8617.                     'post_processors' => [
  8618.                     ],
  8619.                 ],
  8620.                 'main_img_campaign_sms' => [
  8621.                     'format' => 'webp',
  8622.                     'quality' => 100,
  8623.                     'jpeg_quality' => NULL,
  8624.                     'png_compression_level' => NULL,
  8625.                     'png_compression_filter' => NULL,
  8626.                     'animated' => false,
  8627.                     'cache' => NULL,
  8628.                     'data_loader' => NULL,
  8629.                     'default_image' => NULL,
  8630.                     'filters' => [
  8631.                         'relative_resize' => [
  8632.                             'widen' => 300,
  8633.                         ],
  8634.                     ],
  8635.                     'post_processors' => [
  8636.                     ],
  8637.                 ],
  8638.             ],
  8639.             'liip_imagine.binary.loader.default' => 'default',
  8640.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  8641.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  8642.             'liip_imagine.webp.generate' => false,
  8643.             'liip_imagine.webp.options' => [
  8644.                 'quality' => 100,
  8645.                 'cache' => NULL,
  8646.                 'data_loader' => NULL,
  8647.                 'post_processors' => [
  8648.                 ],
  8649.             ],
  8650.             'sonata.seo.config' => [
  8651.                 'default' => 'sonata.seo.page.default',
  8652.                 'head' => [
  8653.                 ],
  8654.                 'metas' => [
  8655.                 ],
  8656.                 'separator' => ' - ',
  8657.                 'title' => '',
  8658.                 'title_prefix' => NULL,
  8659.                 'title_suffix' => NULL,
  8660.             ],
  8661.             'nelmio_cors.map' => [
  8662.                 '^/' => [
  8663.                     'skip_same_as_origin' => true,
  8664.                 ],
  8665.             ],
  8666.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8667.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8668.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8669.             'api_platform.metadata_backward_compatibility_layer' => true,
  8670.             'api_platform.enable_entrypoint' => true,
  8671.             'api_platform.enable_docs' => true,
  8672.             'api_platform.title' => 'MCA REST API',
  8673.             'api_platform.description' => '',
  8674.             'api_platform.version' => '1.0.0',
  8675.             'api_platform.show_webby' => true,
  8676.             'api_platform.url_generation_strategy' => 1,
  8677.             'api_platform.exception_to_status' => [
  8678.                 'App\\Exception\\DuplicateProspectException' => 422,
  8679.                 'App\\Exception\\NoStoreFoundException' => 422,
  8680.                 'Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException' => 400,
  8681.             ],
  8682.             'api_platform.formats' => [
  8683.                 'jsonld' => [
  8684.                     => 'application/ld+json',
  8685.                 ],
  8686.                 'json' => [
  8687.                     => 'application/json',
  8688.                 ],
  8689.                 'html' => [
  8690.                     => 'text/html',
  8691.                 ],
  8692.             ],
  8693.             'api_platform.patch_formats' => [
  8694.                 'json' => [
  8695.                     => 'application/merge-patch+json',
  8696.                 ],
  8697.             ],
  8698.             'api_platform.error_formats' => [
  8699.                 'jsonproblem' => [
  8700.                     => 'application/problem+json',
  8701.                 ],
  8702.                 'jsonld' => [
  8703.                     => 'application/ld+json',
  8704.                 ],
  8705.             ],
  8706.             'api_platform.allow_plain_identifiers' => false,
  8707.             'api_platform.eager_loading.enabled' => true,
  8708.             'api_platform.eager_loading.max_joins' => 30,
  8709.             'api_platform.eager_loading.fetch_partial' => false,
  8710.             'api_platform.eager_loading.force_eager' => true,
  8711.             'api_platform.collection.exists_parameter_name' => 'exists',
  8712.             'api_platform.collection.order' => 'ASC',
  8713.             'api_platform.collection.order_parameter_name' => 'order',
  8714.             'api_platform.collection.order_nulls_comparison' => NULL,
  8715.             'api_platform.collection.pagination.enabled' => true,
  8716.             'api_platform.collection.pagination.partial' => false,
  8717.             'api_platform.collection.pagination.client_enabled' => false,
  8718.             'api_platform.collection.pagination.client_items_per_page' => false,
  8719.             'api_platform.collection.pagination.client_partial' => false,
  8720.             'api_platform.collection.pagination.items_per_page' => 30,
  8721.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  8722.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  8723.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  8724.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  8725.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  8726.             'api_platform.collection.pagination' => [
  8727.                 'enabled' => true,
  8728.                 'partial' => false,
  8729.                 'client_enabled' => false,
  8730.                 'client_items_per_page' => false,
  8731.                 'client_partial' => false,
  8732.                 'items_per_page' => 30,
  8733.                 'maximum_items_per_page' => NULL,
  8734.                 'page_parameter_name' => 'page',
  8735.                 'enabled_parameter_name' => 'pagination',
  8736.                 'items_per_page_parameter_name' => 'itemsPerPage',
  8737.                 'partial_parameter_name' => 'partial',
  8738.             ],
  8739.             'api_platform.http_cache.etag' => true,
  8740.             'api_platform.http_cache.max_age' => NULL,
  8741.             'api_platform.http_cache.shared_max_age' => NULL,
  8742.             'api_platform.http_cache.vary' => [
  8743.                 => 'Accept',
  8744.             ],
  8745.             'api_platform.http_cache.public' => NULL,
  8746.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  8747.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  8748.             'api_platform.asset_package' => NULL,
  8749.             'api_platform.defaults' => [
  8750.                 'attributes' => [
  8751.                 ],
  8752.             ],
  8753.             'api_platform.resource_class_directories' => [
  8754.                 => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Entity'),
  8755.                 => (\dirname(__DIR__4).'/src/Entity'),
  8756.             ],
  8757.             'api_platform.oauth.enabled' => false,
  8758.             'api_platform.oauth.clientId' => '',
  8759.             'api_platform.oauth.clientSecret' => '',
  8760.             'api_platform.oauth.type' => 'oauth2',
  8761.             'api_platform.oauth.flow' => 'application',
  8762.             'api_platform.oauth.tokenUrl' => '',
  8763.             'api_platform.oauth.authorizationUrl' => '',
  8764.             'api_platform.oauth.refreshUrl' => '',
  8765.             'api_platform.oauth.scopes' => [
  8766.             ],
  8767.             'api_platform.oauth.pkce' => false,
  8768.             'api_platform.openapi.termsOfService' => NULL,
  8769.             'api_platform.openapi.contact.name' => NULL,
  8770.             'api_platform.openapi.contact.url' => NULL,
  8771.             'api_platform.openapi.contact.email' => NULL,
  8772.             'api_platform.openapi.license.name' => NULL,
  8773.             'api_platform.openapi.license.url' => NULL,
  8774.             'api_platform.swagger.versions' => [
  8775.                 => 3,
  8776.             ],
  8777.             'api_platform.enable_swagger_ui' => true,
  8778.             'api_platform.enable_re_doc' => true,
  8779.             'api_platform.swagger.api_keys' => [
  8780.             ],
  8781.             'api_platform.swagger_ui.extra_configuration' => [
  8782.             ],
  8783.             'api_platform.graphql.enabled' => false,
  8784.             'api_platform.graphql.graphiql.enabled' => false,
  8785.             'api_platform.graphql.graphql_playground.enabled' => false,
  8786.             'api_platform.graphql.collection.pagination' => [
  8787.                 'enabled' => true,
  8788.             ],
  8789.             'api_platform.validator.serialize_payload_fields' => [
  8790.             ],
  8791.             'api_platform.validator.query_parameter_validation' => true,
  8792.             'api_platform.elasticsearch.enabled' => false,
  8793.             'lexik_jwt_authentication.token_ttl' => 3600,
  8794.             'lexik_jwt_authentication.clock_skew' => 0,
  8795.             'lexik_jwt_authentication.user_identity_field' => 'username',
  8796.             'lexik_jwt_authentication.allow_no_expiration' => false,
  8797.             'lexik_jwt_authentication.user_id_claim' => 'username',
  8798.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  8799.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  8800.             'sonata.form.form_type' => 'standard',
  8801.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  8802.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  8803.             'sonata.twig.form_type' => 'standard',
  8804.             'scheb_two_factor.model_manager_name' => NULL,
  8805.             'scheb_two_factor.security_tokens' => [
  8806.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  8807.             ],
  8808.             'scheb_two_factor.ip_whitelist' => [
  8809.                 => '127.0.0.2',
  8810.             ],
  8811.             'scheb_two_factor.email.sender_email' => 'no-reply@mon-centre-auditif.com',
  8812.             'scheb_two_factor.email.sender_name' => NULL,
  8813.             'scheb_two_factor.email.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  8814.             'scheb_two_factor.email.digits' => 6,
  8815.             'scheb_two_factor.trusted_device.enabled' => true,
  8816.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  8817.             'scheb_two_factor.trusted_device.lifetime' => 2592000,
  8818.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  8819.             'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  8820.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  8821.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  8822.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  8823.             'sherlockode_configuration.parameter_class' => 'App\\Entity\\Parameter',
  8824.             'sherlockode_configuration.parameters' => [
  8825.                 'credit_payasyougo_unit_price' => [
  8826.                     'label' => 'Prix d\'un contact pay-as-you-go',
  8827.                     'type' => 'simple',
  8828.                     'options' => [
  8829.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8830.                     ],
  8831.                     'default_value' => NULL,
  8832.                     'translation_domain' => NULL,
  8833.                 ],
  8834.                 'store_indexation_unit_price_monthly' => [
  8835.                     'label' => 'Prix mensuel de l\'indexation d\'un centre',
  8836.                     'type' => 'simple',
  8837.                     'options' => [
  8838.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8839.                     ],
  8840.                     'default_value' => NULL,
  8841.                     'translation_domain' => NULL,
  8842.                 ],
  8843.                 'store_indexation_unit_price_yearly' => [
  8844.                     'label' => 'Prix annuel de l\'indexation d\'un centre',
  8845.                     'type' => 'simple',
  8846.                     'options' => [
  8847.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8848.                     ],
  8849.                     'default_value' => NULL,
  8850.                     'translation_domain' => NULL,
  8851.                 ],
  8852.                 'prescriber_qualified_lead_price' => [
  8853.                     'label' => 'Rémunération d\'un lead qualifié pour un prescripteur',
  8854.                     'type' => 'simple',
  8855.                     'options' => [
  8856.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8857.                     ],
  8858.                     'default_value' => NULL,
  8859.                     'translation_domain' => NULL,
  8860.                 ],
  8861.             ],
  8862.             'sherlockode_configuration.translation_domain' => false,
  8863.             'sherlockode_configuration.templates.edit_form' => '@SherlockodeConfiguration/parameters.html.twig',
  8864.             'sherlockode_configuration.templates.import_form' => '@SherlockodeConfiguration/import.html.twig',
  8865.             'sherlockode_configuration.import.redirect_after' => 'sherlockode_configuration.parameters',
  8866.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8867.             'data_collector.templates' => [
  8868.                 'data_collector.request' => [
  8869.                     => 'request',
  8870.                     => '@WebProfiler/Collector/request.html.twig',
  8871.                 ],
  8872.                 'api_platform.data_collector.request' => [
  8873.                     => 'api_platform.data_collector.request',
  8874.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  8875.                 ],
  8876.                 'data_collector.time' => [
  8877.                     => 'time',
  8878.                     => '@WebProfiler/Collector/time.html.twig',
  8879.                 ],
  8880.                 'data_collector.memory' => [
  8881.                     => 'memory',
  8882.                     => '@WebProfiler/Collector/memory.html.twig',
  8883.                 ],
  8884.                 'data_collector.validator' => [
  8885.                     => 'validator',
  8886.                     => '@WebProfiler/Collector/validator.html.twig',
  8887.                 ],
  8888.                 'data_collector.ajax' => [
  8889.                     => 'ajax',
  8890.                     => '@WebProfiler/Collector/ajax.html.twig',
  8891.                 ],
  8892.                 'data_collector.form' => [
  8893.                     => 'form',
  8894.                     => '@WebProfiler/Collector/form.html.twig',
  8895.                 ],
  8896.                 'data_collector.exception' => [
  8897.                     => 'exception',
  8898.                     => '@WebProfiler/Collector/exception.html.twig',
  8899.                 ],
  8900.                 'data_collector.logger' => [
  8901.                     => 'logger',
  8902.                     => '@WebProfiler/Collector/logger.html.twig',
  8903.                 ],
  8904.                 'data_collector.events' => [
  8905.                     => 'events',
  8906.                     => '@WebProfiler/Collector/events.html.twig',
  8907.                 ],
  8908.                 'data_collector.router' => [
  8909.                     => 'router',
  8910.                     => '@WebProfiler/Collector/router.html.twig',
  8911.                 ],
  8912.                 'data_collector.cache' => [
  8913.                     => 'cache',
  8914.                     => '@WebProfiler/Collector/cache.html.twig',
  8915.                 ],
  8916.                 'data_collector.translation' => [
  8917.                     => 'translation',
  8918.                     => '@WebProfiler/Collector/translation.html.twig',
  8919.                 ],
  8920.                 'data_collector.security' => [
  8921.                     => 'security',
  8922.                     => '@Security/Collector/security.html.twig',
  8923.                 ],
  8924.                 'data_collector.twig' => [
  8925.                     => 'twig',
  8926.                     => '@WebProfiler/Collector/twig.html.twig',
  8927.                 ],
  8928.                 'data_collector.http_client' => [
  8929.                     => 'http_client',
  8930.                     => '@WebProfiler/Collector/http_client.html.twig',
  8931.                 ],
  8932.                 'data_collector.doctrine' => [
  8933.                     => 'db',
  8934.                     => '@Doctrine/Collector/db.html.twig',
  8935.                 ],
  8936.                 'data_collector.dump' => [
  8937.                     => 'dump',
  8938.                     => '@Debug/Profiler/dump.html.twig',
  8939.                 ],
  8940.                 'httplug.collector.collector' => [
  8941.                     => 'httplug',
  8942.                     => '@Httplug/webprofiler.html.twig',
  8943.                 ],
  8944.                 'data_collector.messenger' => [
  8945.                     => 'messenger',
  8946.                     => '@WebProfiler/Collector/messenger.html.twig',
  8947.                 ],
  8948.                 'mailer.data_collector' => [
  8949.                     => 'mailer',
  8950.                     => '@WebProfiler/Collector/mailer.html.twig',
  8951.                 ],
  8952.                 'notifier.data_collector' => [
  8953.                     => 'notifier',
  8954.                     => '@WebProfiler/Collector/notifier.html.twig',
  8955.                 ],
  8956.                 'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
  8957.                     => 'geocoder',
  8958.                     => '@BazingaGeocoder/Collector/geocoder.html.twig',
  8959.                 ],
  8960.                 'sonata.block.data_collector' => [
  8961.                     => 'block',
  8962.                     => '@SonataBlock/Profiler/block.html.twig',
  8963.                 ],
  8964.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  8965.                     => 'vich_uploader.mapping_collector',
  8966.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  8967.                 ],
  8968.                 'data_collector.config' => [
  8969.                     => 'config',
  8970.                     => '@WebProfiler/Collector/config.html.twig',
  8971.                 ],
  8972.             ],
  8973.             'console.command.ids' => [
  8974.                 => 'console.command.public_alias.App\\Command\\AppointmentFeedbackCommand',
  8975.                 => 'console.command.public_alias.App\\Command\\AutomationFreelancerCommand',
  8976.                 => 'console.command.public_alias.App\\Command\\ComputePosStartDealingDateCommand',
  8977.                 => 'console.command.public_alias.App\\Command\\DailyReportCommand',
  8978.                 => 'console.command.public_alias.App\\Command\\GenerateBrandReportCommand',
  8979.                 => 'console.command.public_alias.App\\Command\\HearingAidCsvImportCommand',
  8980.                 => 'console.command.public_alias.App\\Command\\MigratePaymentCommand',
  8981.                 => 'console.command.public_alias.App\\Command\\NotificationCleanCommand',
  8982.                 => 'console.command.public_alias.App\\Command\\ProspectOnStoreFeedbackCommand',
  8983.                 => 'console.command.public_alias.App\\Command\\ProspectOnStoreStatusSendCallbackReminderCommand',
  8984.                 10 => 'console.command.public_alias.App\\Command\\ShortUrlCleanCommand',
  8985.                 11 => 'console.command.public_alias.App\\Command\\ShortUrlGenerateCommand',
  8986.                 12 => 'console.command.public_alias.App\\Command\\SmsBroadcastSendCommand',
  8987.                 13 => 'console.command.public_alias.App\\Command\\SponsorshipExpireCommand',
  8988.                 14 => 'console.command.public_alias.App\\Command\\StoreGenerateSlugCommand',
  8989.             ],
  8990.         ];
  8991.     }
  8992.     protected function throw($message)
  8993.     {
  8994.         throw new RuntimeException($message);
  8995.     }
  8996. }