var/cache/dev/ContainerN345Uxc/App_KernelDevDebugContainer.php line 4606

Open in your IDE?
  1. <?php
  2. namespace ContainerN345Uxc;
  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\\FreelancerLeadDashboardAdminController' => 'getFreelancerLeadDashboardAdminControllerService',
  103.             'App\\Controller\\Admin\\FreelancerLeadDashboardPilotageAdminController' => 'getFreelancerLeadDashboardPilotageAdminControllerService',
  104.             'App\\Controller\\Admin\\InvoiceAdminController' => 'getInvoiceAdminControllerService',
  105.             'App\\Controller\\Admin\\LeadAdminController' => 'getLeadAdminControllerService',
  106.             'App\\Controller\\Admin\\OrderAdminController' => 'getOrderAdminControllerService',
  107.             'App\\Controller\\Admin\\ProductionStatisticAdminController' => 'getProductionStatisticAdminControllerService',
  108.             'App\\Controller\\Admin\\ProspectAdminController' => 'getProspectAdminControllerService',
  109.             'App\\Controller\\Admin\\ProspectDuplicateAdminController' => 'getProspectDuplicateAdminControllerService',
  110.             'App\\Controller\\Admin\\ProspectOnStoreAdminController' => 'getProspectOnStoreAdminControllerService',
  111.             'App\\Controller\\Admin\\ProspectOnStoreQualificationAdminController' => 'getProspectOnStoreQualificationAdminControllerService',
  112.             'App\\Controller\\Admin\\RefereeCRUDController' => 'getRefereeCRUDControllerService',
  113.             'App\\Controller\\Admin\\SmsBroadcastAdminController' => 'getSmsBroadcastAdminControllerService',
  114.             'App\\Controller\\Admin\\StatisticController' => 'getStatisticControllerService',
  115.             'App\\Controller\\Admin\\StoreAdminController' => 'getStoreAdminControllerService',
  116.             'App\\Controller\\Admin\\StoreManagementRequestAdminController' => 'getStoreManagementRequestAdminControllerService',
  117.             'App\\Controller\\Admin\\UserAdminController' => 'getUserAdminControllerService',
  118.             'App\\Controller\\Api\\QualifyProspectAction' => 'getQualifyProspectActionService',
  119.             'App\\Controller\\Api\\SearchStoresAction' => 'getSearchStoresActionService',
  120.             'App\\Controller\\Api\\getPosFromHubspotAction' => 'getGetPosFromHubspotActionService',
  121.             'App\\Controller\\Backoffice\\CentralPurchasing\\CentralPurchasingBackofficeController' => 'getCentralPurchasingBackofficeControllerService',
  122.             'App\\Controller\\Backoffice\\DefaultBackofficeController' => 'getDefaultBackofficeControllerService',
  123.             'App\\Controller\\Backoffice\\Freelancer\\AccountConfigurationWizardController' => 'getAccountConfigurationWizardControllerService',
  124.             'App\\Controller\\Backoffice\\Freelancer\\AssistantBackOfficeController' => 'getAssistantBackOfficeControllerService',
  125.             'App\\Controller\\Backoffice\\Freelancer\\BusinessModelBackofficeController' => 'getBusinessModelBackofficeControllerService',
  126.             'App\\Controller\\Backoffice\\Freelancer\\ClaimController' => 'getClaimControllerService',
  127.             'App\\Controller\\Backoffice\\Freelancer\\DashboardBackofficeController' => 'getDashboardBackofficeControllerService',
  128.             'App\\Controller\\Backoffice\\Freelancer\\DeviceSaleBackofficeController' => 'getDeviceSaleBackofficeControllerService',
  129.             'App\\Controller\\Backoffice\\Freelancer\\OrderBackofficeController' => 'getOrderBackofficeControllerService',
  130.             'App\\Controller\\Backoffice\\Freelancer\\PaymentBackofficeController' => 'getPaymentBackofficeControllerService',
  131.             'App\\Controller\\Backoffice\\Freelancer\\ProspectBackofficeController' => 'getProspectBackofficeControllerService',
  132.             'App\\Controller\\Backoffice\\Freelancer\\SmsBroadcastController' => 'getSmsBroadcastControllerService',
  133.             'App\\Controller\\Backoffice\\Freelancer\\SponsorshipController' => 'getSponsorshipControllerService',
  134.             'App\\Controller\\Backoffice\\Freelancer\\StatBackOfficeController' => 'getStatBackOfficeControllerService',
  135.             'App\\Controller\\Backoffice\\Freelancer\\StoreBackofficeController' => 'getStoreBackofficeControllerService',
  136.             'App\\Controller\\Backoffice\\Freelancer\\StoreIndexationBackofficeController' => 'getStoreIndexationBackofficeControllerService',
  137.             'App\\Controller\\Backoffice\\Freelancer\\StorePageBackofficeController' => 'getStorePageBackofficeControllerService',
  138.             'App\\Controller\\Backoffice\\NotificationController' => 'getNotificationControllerService',
  139.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberBackofficeController' => 'getPrescriberBackofficeControllerService',
  140.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberIncentiveBackofficeController' => 'getPrescriberIncentiveBackofficeControllerService',
  141.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberProspectController' => 'getPrescriberProspectControllerService',
  142.             'App\\Controller\\Backoffice\\Prescriber\\PrescriberRemunerationBackofficeController' => 'getPrescriberRemunerationBackofficeControllerService',
  143.             'App\\Controller\\Backoffice\\ProfileController' => 'getProfileControllerService',
  144.             'App\\Controller\\Front\\BlogController' => 'getBlogControllerService',
  145.             'App\\Controller\\Front\\CityController' => 'getCityControllerService',
  146.             'App\\Controller\\Front\\CoregistrationController' => 'getCoregistrationControllerService',
  147.             'App\\Controller\\Front\\DefaultController' => 'getDefaultControllerService',
  148.             'App\\Controller\\Front\\HearingAidController' => 'getHearingAidControllerService',
  149.             'App\\Controller\\Front\\HearingBrandController' => 'getHearingBrandControllerService',
  150.             'App\\Controller\\Front\\HearingMakerController' => 'getHearingMakerControllerService',
  151.             'App\\Controller\\Front\\LandingPage\\LandingPageController' => 'getLandingPageControllerService',
  152.             'App\\Controller\\Front\\PhoneValidationController' => 'getPhoneValidationControllerService',
  153.             'App\\Controller\\Front\\ProspectController' => 'getProspectControllerService',
  154.             'App\\Controller\\Front\\ProspectDuplicatePageController' => 'getProspectDuplicatePageControllerService',
  155.             'App\\Controller\\Front\\ProspectFeedbackController' => 'getProspectFeedbackControllerService',
  156.             'App\\Controller\\Front\\ProspectOnHearingAidController' => 'getProspectOnHearingAidControllerService',
  157.             'App\\Controller\\Front\\ProspectOnStoreFeedbackController' => 'getProspectOnStoreFeedbackControllerService',
  158.             'App\\Controller\\Front\\ShortUrlController' => 'getShortUrlControllerService',
  159.             'App\\Controller\\Front\\SitemapController' => 'getSitemapControllerService',
  160.             'App\\Controller\\Front\\SponsorshipController' => 'getSponsorshipController2Service',
  161.             'App\\Controller\\Front\\StatController' => 'getStatControllerService',
  162.             'App\\Controller\\Front\\StoreFinderController' => 'getStoreFinderControllerService',
  163.             'App\\Controller\\Front\\StorePageController' => 'getStorePageControllerService',
  164.             'App\\Controller\\Front\\TestPageController' => 'getTestPageControllerService',
  165.             'App\\Controller\\Orl\\OrlController' => 'getOrlControllerService',
  166.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  167.             'App\\Controller\\UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  168.             'App\\Controller\\Webhook\\AudiowizardWebhookController' => 'getAudiowizardWebhookControllerService',
  169.             'App\\Controller\\Webhook\\HubspotWebhookController' => 'getHubspotWebhookControllerService',
  170.             'App\\Controller\\Whitelabel\\WhitelabelController' => 'getWhitelabelControllerService',
  171.             'App\\Form\\ProspectFlow' => 'getProspectFlowService',
  172.             'App\\Service\\FreelancerStatisticService' => 'getFreelancerStatisticServiceService',
  173.             'App\\Service\\InvoiceService' => 'getInvoiceServiceService',
  174.             'App\\Service\\StatService' => 'getStatServiceService',
  175.             'App\\Service\\StoreService' => 'getStoreServiceService',
  176.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  177.             'Geocoder\\Dumper\\GeoArray' => 'getGeoArrayService',
  178.             'Geocoder\\Dumper\\GeoJson' => 'getGeoJsonService',
  179.             'Geocoder\\Dumper\\Gpx' => 'getGpxService',
  180.             'Geocoder\\Dumper\\Kml' => 'getKmlService',
  181.             'Geocoder\\Dumper\\Wkb' => 'getWkbService',
  182.             'Geocoder\\Dumper\\Wkt' => 'getWktService',
  183.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  184.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  185.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface' => 'getCodeGeneratorInterfaceService',
  186.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  187.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  188.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  189.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  190.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  191.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  192.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  193.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  194.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  195.             'Vich\\UploaderBundle\\Naming\\PropertyNamer.store_images' => 'getPropertyNamer_StoreImagesService',
  196.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  197.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  198.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  199.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_author_image' => 'getUniqidNamer_BlogAuthorImageService',
  200.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.blogpost_image' => 'getUniqidNamer_BlogpostImageService',
  201.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.invoice_pdf' => 'getUniqidNamer_InvoicePdfService',
  202.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.storeManagementRequest_kbis' => 'getUniqidNamer_StoreManagementRequestKbisService',
  203.             'Wits\\PaymentBundle\\Controller\\StripeController' => 'getStripeControllerService',
  204.             'admin.StoreManagementRequest.template_registry' => 'getAdmin_StoreManagementRequest_TemplateRegistryService',
  205.             'admin.acquisitionMode.template_registry' => 'getAdmin_AcquisitionMode_TemplateRegistryService',
  206.             'admin.blogAuthor.template_registry' => 'getAdmin_BlogAuthor_TemplateRegistryService',
  207.             'admin.blogCategory.template_registry' => 'getAdmin_BlogCategory_TemplateRegistryService',
  208.             'admin.blogPost.template_registry' => 'getAdmin_BlogPost_TemplateRegistryService',
  209.             'admin.careNetwork.template_registry' => 'getAdmin_CareNetwork_TemplateRegistryService',
  210.             'admin.centralPurchasing.template_registry' => 'getAdmin_CentralPurchasing_TemplateRegistryService',
  211.             'admin.cityPost.template_registry' => 'getAdmin_CityPost_TemplateRegistryService',
  212.             'admin.claimAdmin.template_registry' => 'getAdmin_ClaimAdmin_TemplateRegistryService',
  213.             'admin.coregistrationCampaign.template_registry' => 'getAdmin_CoregistrationCampaign_TemplateRegistryService',
  214.             'admin.creditCost.template_registry' => 'getAdmin_CreditCost_TemplateRegistryService',
  215.             'admin.creditPackGeneric.template_registry' => 'getAdmin_CreditPackGeneric_TemplateRegistryService',
  216.             'admin.deviceSale.template_registry' => 'getAdmin_DeviceSale_TemplateRegistryService',
  217.             'admin.financialParameterAdmin.template_registry' => 'getAdmin_FinancialParameterAdmin_TemplateRegistryService',
  218.             'admin.financialStatisticAdmin.template_registry' => 'getAdmin_FinancialStatisticAdmin_TemplateRegistryService',
  219.             'admin.freelancer.template_registry' => 'getAdmin_Freelancer_TemplateRegistryService',
  220.             'admin.freelancerComment.template_registry' => 'getAdmin_FreelancerComment_TemplateRegistryService',
  221.             'admin.freelancerLeadDashboard.template_registry' => 'getAdmin_FreelancerLeadDashboard_TemplateRegistryService',
  222.             'admin.freelancerLeadDashboardPilotage.template_registry' => 'getAdmin_FreelancerLeadDashboardPilotage_TemplateRegistryService',
  223.             'admin.hearingAid.template_registry' => 'getAdmin_HearingAid_TemplateRegistryService',
  224.             'admin.hearingBrand.template_registry' => 'getAdmin_HearingBrand_TemplateRegistryService',
  225.             'admin.hearingMaker.template_registry' => 'getAdmin_HearingMaker_TemplateRegistryService',
  226.             'admin.invoice.template_registry' => 'getAdmin_Invoice_TemplateRegistryService',
  227.             'admin.lead.template_registry' => 'getAdmin_Lead_TemplateRegistryService',
  228.             'admin.logEntry.template_registry' => 'getAdmin_LogEntry_TemplateRegistryService',
  229.             'admin.navigationStatisticAdmin.template_registry' => 'getAdmin_NavigationStatisticAdmin_TemplateRegistryService',
  230.             'admin.notification.template_registry' => 'getAdmin_Notification_TemplateRegistryService',
  231.             'admin.order.template_registry' => 'getAdmin_Order_TemplateRegistryService',
  232.             'admin.partner.template_registry' => 'getAdmin_Partner_TemplateRegistryService',
  233.             'admin.payment.template_registry' => 'getAdmin_Payment_TemplateRegistryService',
  234.             'admin.paymentMethod.template_registry' => 'getAdmin_PaymentMethod_TemplateRegistryService',
  235.             'admin.phoneValidation.template_registry' => 'getAdmin_PhoneValidation_TemplateRegistryService',
  236.             'admin.prescriber.template_registry' => 'getAdmin_Prescriber_TemplateRegistryService',
  237.             'admin.productionStatisticAdmin.template_registry' => 'getAdmin_ProductionStatisticAdmin_TemplateRegistryService',
  238.             'admin.prospect.template_registry' => 'getAdmin_Prospect_TemplateRegistryService',
  239.             'admin.prospectDulicate.template_registry' => 'getAdmin_ProspectDulicate_TemplateRegistryService',
  240.             'admin.prospectOnHearingAid.template_registry' => 'getAdmin_ProspectOnHearingAid_TemplateRegistryService',
  241.             'admin.prospectOnStore.template_registry' => 'getAdmin_ProspectOnStore_TemplateRegistryService',
  242.             'admin.prospectOnStoreFeedback.template_registry' => 'getAdmin_ProspectOnStoreFeedback_TemplateRegistryService',
  243.             'admin.prospectOnStoreQualification.template_registry' => 'getAdmin_ProspectOnStoreQualification_TemplateRegistryService',
  244.             'admin.prospectOnStoreStatus.template_registry' => 'getAdmin_ProspectOnStoreStatus_TemplateRegistryService',
  245.             'admin.prospectQualification.template_registry' => 'getAdmin_ProspectQualification_TemplateRegistryService',
  246.             'admin.qualificationStatisticAdmin.template_registry' => 'getAdmin_QualificationStatisticAdmin_TemplateRegistryService',
  247.             'admin.shortUrl.template_registry' => 'getAdmin_ShortUrl_TemplateRegistryService',
  248.             'admin.smsBroadcast.template_registry' => 'getAdmin_SmsBroadcast_TemplateRegistryService',
  249.             'admin.sponsorship.template_registry' => 'getAdmin_Sponsorship_TemplateRegistryService',
  250.             'admin.stat.report.template_registry' => 'getAdmin_Stat_Report_TemplateRegistryService',
  251.             'admin.store.template_registry' => 'getAdmin_Store_TemplateRegistryService',
  252.             'admin.storeFinderData.template_registry' => 'getAdmin_StoreFinderData_TemplateRegistryService',
  253.             'admin.storeIndexation.template_registry' => 'getAdmin_StoreIndexation_TemplateRegistryService',
  254.             'admin.storePage.template_registry' => 'getAdmin_StorePage_TemplateRegistryService',
  255.             'admin.thirdPartyEntity.template_registry' => 'getAdmin_ThirdPartyEntity_TemplateRegistryService',
  256.             'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService',
  257.             'admin.userTracking.template_registry' => 'getAdmin_UserTracking_TemplateRegistryService',
  258.             'admin.userTrackingDetail.template_registry' => 'getAdmin_UserTrackingDetail_TemplateRegistryService',
  259.             'admin.userTrackingDuration.template_registry' => 'getAdmin_UserTrackingDuration_TemplateRegistryService',
  260.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  261.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  262.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  263.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  264.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  265.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  266.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  267.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  268.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  269.             'cache.app_clearer' => 'getCache_AppClearerService',
  270.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  271.             'cache.system_clearer' => 'getCache_SystemClearerService',
  272.             'cache_warmer' => 'getCacheWarmerService',
  273.             'console.command.public_alias.App\\Command\\AppointmentFeedbackCommand' => 'getAppointmentFeedbackCommandService',
  274.             'console.command.public_alias.App\\Command\\AutomationFreelancerCommand' => 'getAutomationFreelancerCommandService',
  275.             'console.command.public_alias.App\\Command\\ComputePosStartDealingDateCommand' => 'getComputePosStartDealingDateCommandService',
  276.             'console.command.public_alias.App\\Command\\DailyReportCommand' => 'getDailyReportCommandService',
  277.             'console.command.public_alias.App\\Command\\DailyReportSolusonsCommand' => 'getDailyReportSolusonsCommandService',
  278.             'console.command.public_alias.App\\Command\\GenerateBrandReportCommand' => 'getGenerateBrandReportCommandService',
  279.             'console.command.public_alias.App\\Command\\HearingAidCsvImportCommand' => 'getHearingAidCsvImportCommandService',
  280.             'console.command.public_alias.App\\Command\\MigratePaymentCommand' => 'getMigratePaymentCommandService',
  281.             'console.command.public_alias.App\\Command\\NotificationCleanCommand' => 'getNotificationCleanCommandService',
  282.             'console.command.public_alias.App\\Command\\ProspectOnStoreFeedbackCommand' => 'getProspectOnStoreFeedbackCommandService',
  283.             'console.command.public_alias.App\\Command\\ProspectOnStoreStatusSendCallbackReminderCommand' => 'getProspectOnStoreStatusSendCallbackReminderCommandService',
  284.             'console.command.public_alias.App\\Command\\ShortUrlCleanCommand' => 'getShortUrlCleanCommandService',
  285.             'console.command.public_alias.App\\Command\\ShortUrlGenerateCommand' => 'getShortUrlGenerateCommandService',
  286.             'console.command.public_alias.App\\Command\\SmsBroadcastSendCommand' => 'getSmsBroadcastSendCommandService',
  287.             'console.command.public_alias.App\\Command\\SponsorshipExpireCommand' => 'getSponsorshipExpireCommandService',
  288.             'console.command.public_alias.App\\Command\\StoreGenerateSlugCommand' => 'getStoreGenerateSlugCommandService',
  289.             'console.command_loader' => 'getConsole_CommandLoaderService',
  290.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  291.             'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
  292.             'error_controller' => 'getErrorControllerService',
  293.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  294.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  295.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  296.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  297.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  298.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  299.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  300.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  301.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  302.             'httplug.client' => 'getHttplug_ClientService',
  303.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  304.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  305.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  306.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  307.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  308.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  309.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  310.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  311.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  312.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  313.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  314.             'knp_paginator' => 'getKnpPaginatorService',
  315.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  316.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  317.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  318.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  319.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  320.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  321.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  322.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  323.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  324.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  325.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  326.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  327.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  328.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  329.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  330.             'mca.stat.navigation_store_display' => 'getMca_Stat_NavigationStoreDisplayService',
  331.             'mca.stat.navigation_user_average_time' => 'getMca_Stat_NavigationUserAverageTimeService',
  332.             'mca.stat.production_average_age' => 'getMca_Stat_ProductionAverageAgeService',
  333.             'mca.stat.production_average_age_by_admin' => 'getMca_Stat_ProductionAverageAgeByAdminService',
  334.             'mca.stat.production_average_age_by_source' => 'getMca_Stat_ProductionAverageAgeBySourceService',
  335.             'mca.stat.production_average_distance' => 'getMca_Stat_ProductionAverageDistanceService',
  336.             'mca.stat.production_lead_count' => 'getMca_Stat_ProductionLeadCountService',
  337.             'mca.stat.production_lead_count_by_acquisition_mode' => 'getMca_Stat_ProductionLeadCountByAcquisitionModeService',
  338.             'mca.stat.production_lead_count_by_day' => 'getMca_Stat_ProductionLeadCountByDayService',
  339.             'mca.stat.production_lead_count_by_partner' => 'getMca_Stat_ProductionLeadCountByPartnerService',
  340.             'mca.stat.production_lead_prescription_rate_by_admin' => 'getMca_Stat_ProductionLeadPrescriptionRateByAdminService',
  341.             'mca.stat.production_lead_prescription_rate_by_source' => 'getMca_Stat_ProductionLeadPrescriptionRateBySourceService',
  342.             'mca.stat.production_validation_rate_by_mode' => 'getMca_Stat_ProductionValidationRateByModeService',
  343.             'mca.stat.qualification_acquisition_mode_ratio' => 'getMca_Stat_QualificationAcquisitionModeRatioService',
  344.             'mca.stat.qualification_daily' => 'getMca_Stat_QualificationDailyService',
  345.             'mca.stat.qualification_duration' => 'getMca_Stat_QualificationDurationService',
  346.             'mca.stat.qualification_state_ratio' => 'getMca_Stat_QualificationStateRatioService',
  347.             'mca.stat.qualification_validation_rate_by_mode' => 'getMca_Stat_QualificationValidationRateByModeService',
  348.             'routing.loader' => 'getRouting_LoaderService',
  349.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  350.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  351.             'services_resetter' => 'getServicesResetterService',
  352.             'sherlockode_configuration.controller.parameter' => 'getSherlockodeConfiguration_Controller_ParameterService',
  353.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  354.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  355.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  356.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  357.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  358.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  359.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  360.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  361.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  362.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  363.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  364.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  365.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  366.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  367.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  368.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  369.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  370.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  371.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  372.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  373.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  374.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  375.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  376.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  377.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  378.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  379.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  380.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  381.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  382.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  383.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  384.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  385.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  386.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  387.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  388.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  389.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  390.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  391.         ];
  392.         $this->aliases = [
  393.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  394.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  395.             'App\\Kernel' => 'kernel',
  396.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  397.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  398.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  399.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  400.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  401.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  402.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  403.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  404.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  405.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  406.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  407.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  408.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  409.             'database_connection' => 'doctrine.dbal.default_connection',
  410.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  411.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  412.             'scheb_two_factor.security.email.code_generator' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface',
  413.             'sonata.seo.page' => 'sonata.seo.page.default',
  414.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  415.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  416.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  417.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  418.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  419.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  420.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  421.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  422.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  423.         ];
  424.         $this->privates['service_container'] = function () {
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  431.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  432.             include_once \dirname(__DIR__4).'/src/EventListener/CleanFlashMessageListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  436.             include_once \dirname(__DIR__4).'/src/EventListener/FormThemeExtensionListener.php';
  437.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  438.             include_once \dirname(__DIR__4).'/src/EventListener/SponsorshipListener.php';
  439.             include_once \dirname(__DIR__4).'/src/EventListener/UserConfigStepListener.php';
  440.             include_once \dirname(__DIR__4).'/src/EventListener/UtmListener.php';
  441.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PaginationParameterSanitizer.php';
  442.             include_once \dirname(__DIR__4).'/src/Listener/OrlListener.php';
  443.             include_once \dirname(__DIR__4).'/src/Listener/WhiteLabelListener.php';
  444.             include_once \dirname(__DIR__4).'/src/Mailer/AppMailer.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  452.             include_once \dirname(__DIR__4).'/src/Repository/AdministratorRepository.php';
  453.             include_once \dirname(__DIR__4).'/src/Repository/CityPostRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/FreelancerAssistantRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Repository/FreelancerRepository.php';
  456.             include_once \dirname(__DIR__4).'/src/Repository/AbstractEntityRepository.php';
  457.             include_once \dirname(__DIR__4).'/src/Repository/HearingBrandRepository.php';
  458.             include_once \dirname(__DIR__4).'/src/Repository/HearingMakerRepository.php';
  459.             include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/Repository/OrderRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/Repository/SponsorshipRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/Service/BusinessModelService.php';
  463.             include_once \dirname(__DIR__4).'/src/Service/SmsServiceInterface.php';
  464.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberValidationServiceInterface.php';
  465.             include_once \dirname(__DIR__4).'/src/Service/CapitoleMobileService.php';
  466.             include_once \dirname(__DIR__4).'/src/Service/CreditService.php';
  467.             include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  468.             include_once \dirname(__DIR__4).'/src/Service/NotifyFreelancerService.php';
  469.             include_once \dirname(__DIR__4).'/src/Service/OrlService.php';
  470.             include_once \dirname(__DIR__4).'/src/Service/PaymentService.php';
  471.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-email/Mailer/AuthCodeMailerInterface.php';
  473.             include_once \dirname(__DIR__4).'/src/Service/SendinblueService.php';
  474.             include_once \dirname(__DIR__4).'/src/Service/SponsorshipService.php';
  475.             include_once \dirname(__DIR__4).'/src/Service/UtmManager.php';
  476.             include_once \dirname(__DIR__4).'/src/Service/WhiteLabelService.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  488.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  676.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  677.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  678.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  689.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  691.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  693.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  694.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  697.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  715.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  717.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  718.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  719.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  720.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  721.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  722.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  727.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  735.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  736.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  740.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  741.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  743.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  751.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  761.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  764.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  766.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  767.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  769.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  770.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  772.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  773.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  774.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  776.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  777.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  778.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  781.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  784.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  785.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  786.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  790.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  791.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  793.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  794.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  797.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  798.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  800.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  802.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  803.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  804.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  805.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  807.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  809.             include_once \dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Service/StripeService.php';
  810.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  811.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  813.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  815.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  827.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  840.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  846.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  850.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  852.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  856.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  857.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  859.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  860.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  864.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  865.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  867.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  868.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  869.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  870.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  871.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  872.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  873.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  874.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  875.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  876.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  878.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  879.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  880.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  881.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  882.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  883.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  884.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  885.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  886.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  888.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  890.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  892.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  893.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  894.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  896.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  897.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  900.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  902.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  903.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  904.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  906.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  907.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  908.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  909.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  910.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  911.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  915.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  916.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  919.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  920.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  922.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  923.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  926.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  927.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  929.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  930.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  931.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  933.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  934.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  937.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  938.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  939.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  940.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  941.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  942.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  943.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  944.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  945.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  947.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  948.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  949.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  950.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  951.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  952.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  953.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  957.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  958.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  960.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ConfigurationManagerInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ConfigurationManager.php';
  962.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ParameterManagerInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ParameterManager.php';
  964.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/FieldTypeManagerInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/FieldTypeManager.php';
  966.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/FieldTypeInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/AbstractField.php';
  968.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/SimpleField.php';
  969.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/DateTimeField.php';
  970.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/ChoiceField.php';
  971.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/CheckboxField.php';
  972.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/EntityField.php';
  973.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/ImageField.php';
  974.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/PasswordField.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  985.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1135.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  1136.             include_once \dirname(__DIR__4).'/src/Twig/BusinessModelExtension.php';
  1137.             include_once \dirname(__DIR__4).'/src/Twig/OrderExtension.php';
  1138.             include_once \dirname(__DIR__4).'/src/Twig/OrlExtension.php';
  1139.             include_once \dirname(__DIR__4).'/src/Twig/WhiteLabelExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/ob/highcharts-bundle/Twig/HighchartsExtension.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Twig/ParameterExtension.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1184.             include_once \dirname(__DIR__4).'/src/Service/GenericContentFrontService.php';
  1185.             include_once \dirname(__DIR__4).'/src/Utils/Formatter.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1195.         };
  1196.     }
  1197.     public function compile(): void
  1198.     {
  1199.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1200.     }
  1201.     public function isCompiled(): bool
  1202.     {
  1203.         return true;
  1204.     }
  1205.     public function getRemovedIds(): array
  1206.     {
  1207.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1208.     }
  1209.     protected function load($file$lazyLoad true)
  1210.     {
  1211.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1212.             return $class::do($this$lazyLoad);
  1213.         }
  1214.         if ('.' === $file[-4]) {
  1215.             $class substr($class0, -4);
  1216.         } else {
  1217.             $file .= '.php';
  1218.         }
  1219.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1220.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1221.     }
  1222.     protected function createProxy($class, \Closure $factory)
  1223.     {
  1224.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1225.         return $factory();
  1226.     }
  1227.     /**
  1228.      * Gets the public '.container.private.filesystem' shared service.
  1229.      *
  1230.      * @return \Symfony\Component\Filesystem\Filesystem
  1231.      */
  1232.     protected function get_Container_Private_FilesystemService()
  1233.     {
  1234.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1235.     }
  1236.     /**
  1237.      * Gets the public '.container.private.profiler' shared service.
  1238.      *
  1239.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1240.      */
  1241.     protected function get_Container_Private_ProfilerService()
  1242.     {
  1243.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1244.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1245.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1246.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1247.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1248.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1249.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1250.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1251.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1252.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1253.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1254.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1255.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1256.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1257.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1258.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1259.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1260.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1261.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1262.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1263.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1264.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1265.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1266.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1267.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1268.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1269.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1270.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1271.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1272.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1273.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1274.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1275.         if ($this->has('kernel')) {
  1276.             $g->setKernel($b);
  1277.         }
  1278.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1279.         $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())));
  1280.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1281.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1282.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1283.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1284.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1285.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1286.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1287.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1288.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1289.         $instance->add($d);
  1290.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1291.         $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));
  1292.         $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())));
  1293.         $instance->add($e);
  1294.         $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([])))));
  1295.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1296.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1297.         $instance->add($f);
  1298.         $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()))));
  1299.         $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()))));
  1300.         $instance->add(new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector());
  1301.         $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']));
  1302.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1303.         $instance->add($g);
  1304.         return $instance;
  1305.     }
  1306.     /**
  1307.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1308.      *
  1309.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1310.      */
  1311.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1312.     {
  1313.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1314.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1315.             return $this->services['.container.private.security.authorization_checker'];
  1316.         }
  1317.         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);
  1318.     }
  1319.     /**
  1320.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1321.      *
  1322.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1323.      */
  1324.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1325.     {
  1326.         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())));
  1327.     }
  1328.     /**
  1329.      * Gets the public '.container.private.security.token_storage' shared service.
  1330.      *
  1331.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1332.      */
  1333.     protected function get_Container_Private_Security_TokenStorageService()
  1334.     {
  1335.         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, [
  1336.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1337.         ], [
  1338.             'request_stack' => '?',
  1339.         ]));
  1340.     }
  1341.     /**
  1342.      * Gets the public '.container.private.serializer' shared service.
  1343.      *
  1344.      * @return \Symfony\Component\Serializer\Serializer
  1345.      */
  1346.     protected function get_Container_Private_SerializerService()
  1347.     {
  1348.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1349.         if (isset($this->services['.container.private.serializer'])) {
  1350.             return $this->services['.container.private.serializer'];
  1351.         }
  1352.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1353.         if (isset($this->services['.container.private.serializer'])) {
  1354.             return $this->services['.container.private.serializer'];
  1355.         }
  1356.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1357.         if (isset($this->services['.container.private.serializer'])) {
  1358.             return $this->services['.container.private.serializer'];
  1359.         }
  1360.         $d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1361.         if (isset($this->services['.container.private.serializer'])) {
  1362.             return $this->services['.container.private.serializer'];
  1363.         }
  1364.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1365.         if (isset($this->services['.container.private.serializer'])) {
  1366.             return $this->services['.container.private.serializer'];
  1367.         }
  1368.         $f = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1369.         if (isset($this->services['.container.private.serializer'])) {
  1370.             return $this->services['.container.private.serializer'];
  1371.         }
  1372.         $g = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1373.         if (isset($this->services['.container.private.serializer'])) {
  1374.             return $this->services['.container.private.serializer'];
  1375.         }
  1376.         $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1377.         if (isset($this->services['.container.private.serializer'])) {
  1378.             return $this->services['.container.private.serializer'];
  1379.         }
  1380.         $i = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1381.         $j = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1382.         $k = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$i$a)], [=> $j]));
  1383.         $l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($k);
  1384.         $m = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1385.         $n = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1386.         $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));
  1387.         $p = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1388.         $q = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1389.         $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1390.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r);
  1391.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r$p$i$a$sNULL);
  1392.         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 () {
  1393.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1394.         }, 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 () {
  1395.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1396.         }, 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')]);
  1397.     }
  1398.     /**
  1399.      * Gets the public '.container.private.session' shared service.
  1400.      *
  1401.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1402.      */
  1403.     protected function get_Container_Private_SessionService()
  1404.     {
  1405.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1406.         if (isset($this->services['.container.private.session'])) {
  1407.             return $this->services['.container.private.session'];
  1408.         }
  1409.         return $this->services['.container.private.session'] = $a->createSession();
  1410.     }
  1411.     /**
  1412.      * Gets the public '.container.private.state_machine.prospectOnStoreQualification' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Workflow\StateMachine
  1415.      */
  1416.     protected function get_Container_Private_StateMachine_ProspectOnStoreQualificationService()
  1417.     {
  1418.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1419.         if (isset($this->services['.container.private.state_machine.prospectOnStoreQualification'])) {
  1420.             return $this->services['.container.private.state_machine.prospectOnStoreQualification'];
  1421.         }
  1422.         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);
  1423.     }
  1424.     /**
  1425.      * Gets the public '.container.private.state_machine.store' shared service.
  1426.      *
  1427.      * @return \Symfony\Component\Workflow\StateMachine
  1428.      */
  1429.     protected function get_Container_Private_StateMachine_StoreService()
  1430.     {
  1431.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1432.         if (isset($this->services['.container.private.state_machine.store'])) {
  1433.             return $this->services['.container.private.state_machine.store'];
  1434.         }
  1435.         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);
  1436.     }
  1437.     /**
  1438.      * Gets the public '.container.private.state_machine.storeManagementRequest' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\Workflow\StateMachine
  1441.      */
  1442.     protected function get_Container_Private_StateMachine_StoreManagementRequestService()
  1443.     {
  1444.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1445.         if (isset($this->services['.container.private.state_machine.storeManagementRequest'])) {
  1446.             return $this->services['.container.private.state_machine.storeManagementRequest'];
  1447.         }
  1448.         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);
  1449.     }
  1450.     /**
  1451.      * Gets the public '.container.private.twig' shared service.
  1452.      *
  1453.      * @return \Twig\Environment
  1454.      */
  1455.     protected function get_Container_Private_TwigService()
  1456.     {
  1457.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1458.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1459.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1460.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1461.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1462.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1463.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1464.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1465.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1466.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1474.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1475.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1488.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1489.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1490.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1491.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1492.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1495.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1496.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/WitsPaymentBundle'), 'WitsPayment');
  1497.         $a->addPath((\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Resources/views'), 'WitsPayment');
  1498.         $a->addPath((\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Resources/views'), '!WitsPayment');
  1499.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1500.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1501.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1502.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1503.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  1504.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  1505.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  1506.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  1507.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SchebTwoFactorBundle'), 'SchebTwoFactor');
  1508.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1509.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1510.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SherlockodeConfigurationBundle'), 'SherlockodeConfiguration');
  1511.         $a->addPath((\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/views'), 'SherlockodeConfiguration');
  1512.         $a->addPath((\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/views'), '!SherlockodeConfiguration');
  1513.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1514.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1515.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1516.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1517.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1518.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1519.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1520.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1521.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1522.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1523.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1524.         $h = ($this->services['router'] ?? $this->getRouterService());
  1525.         $i = new \Symfony\Component\Workflow\Registry();
  1526.         $i->addWorkflow(($this->services['.container.private.state_machine.storeManagementRequest'] ?? $this->get_Container_Private_StateMachine_StoreManagementRequestService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\StoreManagementRequest'));
  1527.         $i->addWorkflow(($this->services['.container.private.state_machine.store'] ?? $this->get_Container_Private_StateMachine_StoreService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Store'));
  1528.         $i->addWorkflow(($this->services['.container.private.state_machine.prospectOnStoreQualification'] ?? $this->get_Container_Private_StateMachine_ProspectOnStoreQualificationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\ProspectOnStoreQualification'));
  1529.         $j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1530.         $k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1531.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1532.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1533.         $m = new \Knp\Menu\Util\MenuManipulator();
  1534.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1535.         $o = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1536.         $o->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1537.         $p = new \Symfony\Bridge\Twig\AppVariable();
  1538.         $p->setEnvironment('dev');
  1539.         $p->setDebug(true);
  1540.         if ($this->has('.container.private.security.token_storage')) {
  1541.             $p->setTokenStorage($c);
  1542.         }
  1543.         if ($this->has('request_stack')) {
  1544.             $p->setRequestStack($b);
  1545.         }
  1546.         $q = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1549.         $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)));
  1550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  1554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  1562.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1563.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1564.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j$k));
  1565.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  1566.         $instance->addExtension(new \App\Twig\AppExtension($e));
  1567.         $instance->addExtension(new \App\Twig\BusinessModelExtension(($this->privates['App\\Service\\BusinessModelService'] ?? $this->getBusinessModelServiceService())));
  1568.         $instance->addExtension(new \App\Twig\OrderExtension(($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService())));
  1569.         $instance->addExtension(new \App\Twig\OrlExtension(($this->privates['App\\Service\\OrlService'] ?? $this->getOrlServiceService())));
  1570.         $instance->addExtension(new \App\Twig\WhiteLabelExtension(($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService())));
  1571.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1572.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1573.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j$k));
  1574.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1575.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1576.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1577.         ], [
  1578.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1579.             'webpack_encore.tag_renderer' => '?',
  1580.         ])));
  1581.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1582.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1583.         $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, [
  1584.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1585.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1586.         ], [
  1587.             'list' => '?',
  1588.             'twig' => '?',
  1589.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $m$n), $n$m));
  1590.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1591.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1592.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1593.         $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()))));
  1594.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1595.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1596.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1597.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1598.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1599.         $instance->addExtension($o);
  1600.         $instance->addExtension(new \Ob\HighchartsBundle\Twig\HighchartsExtension());
  1601.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1602.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1603.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1604.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1605.         $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)))));
  1606.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1607.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1608.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1609.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1610.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1611.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1612.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1613.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  1614.         $instance->addExtension(new \Sherlockode\ConfigurationBundle\Twig\ParameterExtension(($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService())));
  1615.         $instance->addGlobal('app'$p);
  1616.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1617.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1618.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1619.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1620.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1621.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1622.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1623.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1624.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1625.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1626.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1627.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1628.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1629.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1630.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1631.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1632.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'true],
  1633.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1634.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1635.         ], [
  1636.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1637.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1638.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1639.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1640.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1641.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1642.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1643.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1644.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1645.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1646.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1647.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1648.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1649.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1650.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1651.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1652.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1653.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1654.         ])));
  1655.         $instance->addGlobal('admin_email''support@mon-centre-auditif.com');
  1656.         $instance->addGlobal('contact_email''contact@mon-centre-auditif.com');
  1657.         $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())));
  1658.         $instance->addGlobal('path_cta_lp''index_acquisition_seo_v3');
  1659.         $instance->addGlobal('utm_source_organic''organic_search');
  1660.         $instance->addGlobal('absolute_path_default''https://mon-centre-auditif.com');
  1661.         $instance->addGlobal('absolute_path_backoffice_freelancer''https://mon-centre-auditif.com');
  1662.         $instance->addGlobal('absolute_path_backoffice_admin''https://mon-centre-auditif.com');
  1663.         $instance->addGlobal('absolute_path_white_label''https://depistage-auditif.fr');
  1664.         $instance->addGlobal('absolute_path_orl''https://annuaire-orl.com');
  1665.         $instance->addGlobal('formatter', new \App\Utils\Formatter());
  1666.         $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']));
  1667.         $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]));
  1668.         $instance->registerUndefinedFilterCallback([=> $q=> 'suggestFilter']);
  1669.         $instance->registerUndefinedFunctionCallback([=> $q=> 'suggestFunction']);
  1670.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1671.         return $instance;
  1672.     }
  1673.     /**
  1674.      * Gets the public '.container.private.validator' shared service.
  1675.      *
  1676.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1677.      */
  1678.     protected function get_Container_Private_ValidatorService()
  1679.     {
  1680.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1681.         if (isset($this->services['.container.private.validator'])) {
  1682.             return $this->services['.container.private.validator'];
  1683.         }
  1684.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1685.     }
  1686.     /**
  1687.      * Gets the public 'Wits\PaymentBundle\Service\StripeService' shared autowired service.
  1688.      *
  1689.      * @return \Wits\PaymentBundle\Service\StripeService
  1690.      */
  1691.     protected function getStripeServiceService()
  1692.     {
  1693.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1694.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1695.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1696.         }
  1697.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1698.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1699.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1700.         }
  1701.         $c = ($this->services['router'] ?? $this->getRouterService());
  1702.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1703.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1704.         }
  1705.         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);
  1706.     }
  1707.     /**
  1708.      * Gets the public 'cache.app' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1711.      */
  1712.     protected function getCache_AppService()
  1713.     {
  1714.         $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))));
  1715.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1716.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1717.     }
  1718.     /**
  1719.      * Gets the public 'cache.system' shared service.
  1720.      *
  1721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1722.      */
  1723.     protected function getCache_SystemService()
  1724.     {
  1725.         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())));
  1726.     }
  1727.     /**
  1728.      * Gets the public 'cache.validator_expression_language' shared service.
  1729.      *
  1730.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1731.      */
  1732.     protected function getCache_ValidatorExpressionLanguageService()
  1733.     {
  1734.         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())));
  1735.     }
  1736.     /**
  1737.      * Gets the public 'craue_formflow_util' shared service.
  1738.      *
  1739.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  1740.      */
  1741.     protected function getCraueFormflowUtilService()
  1742.     {
  1743.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  1744.     }
  1745.     /**
  1746.      * Gets the public 'data_collector.dump' shared service.
  1747.      *
  1748.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1749.      */
  1750.     protected function getDataCollector_DumpService()
  1751.     {
  1752.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1753.         if (isset($this->services['data_collector.dump'])) {
  1754.             return $this->services['data_collector.dump'];
  1755.         }
  1756.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1757.         if (isset($this->services['data_collector.dump'])) {
  1758.             return $this->services['data_collector.dump'];
  1759.         }
  1760.         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);
  1761.     }
  1762.     /**
  1763.      * Gets the public 'doctrine' shared service.
  1764.      *
  1765.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1766.      */
  1767.     protected function getDoctrineService()
  1768.     {
  1769.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1770.     }
  1771.     /**
  1772.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1773.      *
  1774.      * @return \Doctrine\DBAL\Connection
  1775.      */
  1776.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1777.     {
  1778.         $a = new \Doctrine\DBAL\Configuration();
  1779.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1780.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1781.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1782.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1783.         $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))));
  1784.         $c->setConnectionName('default');
  1785.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1786.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1787.         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, [
  1788.             'App\\Listener\\HubspotEntityListener' => ['privates''App\\Listener\\HubspotEntityListener''getHubspotEntityListenerService'true],
  1789.             'App\\Listener\\NbPendingLeadListener' => ['privates''App\\Listener\\NbPendingLeadListener''getNbPendingLeadListenerService'true],
  1790.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1791.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1792.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1793.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1794.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1795.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  1796.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1797.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  1798.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1799.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1800.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1801.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1802.             'vich_uploader.listener.clean.blog_author_image' => ['privates''vich_uploader.listener.clean.blog_author_image''getVichUploader_Listener_Clean_BlogAuthorImageService'true],
  1803.             'vich_uploader.listener.clean.blogpost_image' => ['privates''vich_uploader.listener.clean.blogpost_image''getVichUploader_Listener_Clean_BlogpostImageService'true],
  1804.             'vich_uploader.listener.clean.brand_logo' => ['privates''vich_uploader.listener.clean.brand_logo''getVichUploader_Listener_Clean_BrandLogoService'true],
  1805.             'vich_uploader.listener.clean.brand_variation_logo' => ['privates''vich_uploader.listener.clean.brand_variation_logo''getVichUploader_Listener_Clean_BrandVariationLogoService'true],
  1806.             'vich_uploader.listener.clean.city_banner' => ['privates''vich_uploader.listener.clean.city_banner''getVichUploader_Listener_Clean_CityBannerService'true],
  1807.             'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.clean.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Clean_CoregistrationCampaignAdvertiserLogoService'true],
  1808.             'vich_uploader.listener.clean.employee_images' => ['privates''vich_uploader.listener.clean.employee_images''getVichUploader_Listener_Clean_EmployeeImagesService'true],
  1809.             'vich_uploader.listener.clean.freelancer_images' => ['privates''vich_uploader.listener.clean.freelancer_images''getVichUploader_Listener_Clean_FreelancerImagesService'true],
  1810.             'vich_uploader.listener.clean.freelancer_logo' => ['privates''vich_uploader.listener.clean.freelancer_logo''getVichUploader_Listener_Clean_FreelancerLogoService'true],
  1811.             'vich_uploader.listener.clean.hearing_aid_images' => ['privates''vich_uploader.listener.clean.hearing_aid_images''getVichUploader_Listener_Clean_HearingAidImagesService'true],
  1812.             'vich_uploader.listener.clean.highlighted_staff_picture' => ['privates''vich_uploader.listener.clean.highlighted_staff_picture''getVichUploader_Listener_Clean_HighlightedStaffPictureService'true],
  1813.             'vich_uploader.listener.clean.invoice_pdf' => ['privates''vich_uploader.listener.clean.invoice_pdf''getVichUploader_Listener_Clean_InvoicePdfService'true],
  1814.             'vich_uploader.listener.clean.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.clean.storeManagementRequest_kbis''getVichUploader_Listener_Clean_StoreManagementRequestKbisService'true],
  1815.             'vich_uploader.listener.clean.store_images' => ['privates''vich_uploader.listener.clean.store_images''getVichUploader_Listener_Clean_StoreImagesService'true],
  1816.             'vich_uploader.listener.clean.store_logo' => ['privates''vich_uploader.listener.clean.store_logo''getVichUploader_Listener_Clean_StoreLogoService'true],
  1817.             'vich_uploader.listener.remove.blog_author_image' => ['privates''vich_uploader.listener.remove.blog_author_image''getVichUploader_Listener_Remove_BlogAuthorImageService'true],
  1818.             'vich_uploader.listener.remove.blogpost_image' => ['privates''vich_uploader.listener.remove.blogpost_image''getVichUploader_Listener_Remove_BlogpostImageService'true],
  1819.             'vich_uploader.listener.remove.brand_logo' => ['privates''vich_uploader.listener.remove.brand_logo''getVichUploader_Listener_Remove_BrandLogoService'true],
  1820.             'vich_uploader.listener.remove.brand_variation_logo' => ['privates''vich_uploader.listener.remove.brand_variation_logo''getVichUploader_Listener_Remove_BrandVariationLogoService'true],
  1821.             'vich_uploader.listener.remove.city_banner' => ['privates''vich_uploader.listener.remove.city_banner''getVichUploader_Listener_Remove_CityBannerService'true],
  1822.             'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.remove.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Remove_CoregistrationCampaignAdvertiserLogoService'true],
  1823.             'vich_uploader.listener.remove.employee_images' => ['privates''vich_uploader.listener.remove.employee_images''getVichUploader_Listener_Remove_EmployeeImagesService'true],
  1824.             'vich_uploader.listener.remove.freelancer_images' => ['privates''vich_uploader.listener.remove.freelancer_images''getVichUploader_Listener_Remove_FreelancerImagesService'true],
  1825.             'vich_uploader.listener.remove.freelancer_logo' => ['privates''vich_uploader.listener.remove.freelancer_logo''getVichUploader_Listener_Remove_FreelancerLogoService'true],
  1826.             'vich_uploader.listener.remove.hearing_aid_images' => ['privates''vich_uploader.listener.remove.hearing_aid_images''getVichUploader_Listener_Remove_HearingAidImagesService'true],
  1827.             'vich_uploader.listener.remove.highlighted_staff_picture' => ['privates''vich_uploader.listener.remove.highlighted_staff_picture''getVichUploader_Listener_Remove_HighlightedStaffPictureService'true],
  1828.             'vich_uploader.listener.remove.invoice_pdf' => ['privates''vich_uploader.listener.remove.invoice_pdf''getVichUploader_Listener_Remove_InvoicePdfService'true],
  1829.             'vich_uploader.listener.remove.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.remove.storeManagementRequest_kbis''getVichUploader_Listener_Remove_StoreManagementRequestKbisService'true],
  1830.             'vich_uploader.listener.remove.store_images' => ['privates''vich_uploader.listener.remove.store_images''getVichUploader_Listener_Remove_StoreImagesService'true],
  1831.             'vich_uploader.listener.remove.store_logo' => ['privates''vich_uploader.listener.remove.store_logo''getVichUploader_Listener_Remove_StoreLogoService'true],
  1832.             'vich_uploader.listener.upload.blog_author_image' => ['privates''vich_uploader.listener.upload.blog_author_image''getVichUploader_Listener_Upload_BlogAuthorImageService'true],
  1833.             'vich_uploader.listener.upload.blogpost_image' => ['privates''vich_uploader.listener.upload.blogpost_image''getVichUploader_Listener_Upload_BlogpostImageService'true],
  1834.             'vich_uploader.listener.upload.brand_logo' => ['privates''vich_uploader.listener.upload.brand_logo''getVichUploader_Listener_Upload_BrandLogoService'true],
  1835.             'vich_uploader.listener.upload.brand_variation_logo' => ['privates''vich_uploader.listener.upload.brand_variation_logo''getVichUploader_Listener_Upload_BrandVariationLogoService'true],
  1836.             'vich_uploader.listener.upload.city_banner' => ['privates''vich_uploader.listener.upload.city_banner''getVichUploader_Listener_Upload_CityBannerService'true],
  1837.             'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.upload.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Upload_CoregistrationCampaignAdvertiserLogoService'true],
  1838.             'vich_uploader.listener.upload.employee_images' => ['privates''vich_uploader.listener.upload.employee_images''getVichUploader_Listener_Upload_EmployeeImagesService'true],
  1839.             'vich_uploader.listener.upload.freelancer_images' => ['privates''vich_uploader.listener.upload.freelancer_images''getVichUploader_Listener_Upload_FreelancerImagesService'true],
  1840.             'vich_uploader.listener.upload.freelancer_logo' => ['privates''vich_uploader.listener.upload.freelancer_logo''getVichUploader_Listener_Upload_FreelancerLogoService'true],
  1841.             'vich_uploader.listener.upload.hearing_aid_images' => ['privates''vich_uploader.listener.upload.hearing_aid_images''getVichUploader_Listener_Upload_HearingAidImagesService'true],
  1842.             'vich_uploader.listener.upload.highlighted_staff_picture' => ['privates''vich_uploader.listener.upload.highlighted_staff_picture''getVichUploader_Listener_Upload_HighlightedStaffPictureService'true],
  1843.             'vich_uploader.listener.upload.invoice_pdf' => ['privates''vich_uploader.listener.upload.invoice_pdf''getVichUploader_Listener_Upload_InvoicePdfService'true],
  1844.             'vich_uploader.listener.upload.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.upload.storeManagementRequest_kbis''getVichUploader_Listener_Upload_StoreManagementRequestKbisService'true],
  1845.             'vich_uploader.listener.upload.store_images' => ['privates''vich_uploader.listener.upload.store_images''getVichUploader_Listener_Upload_StoreImagesService'true],
  1846.             'vich_uploader.listener.upload.store_logo' => ['privates''vich_uploader.listener.upload.store_logo''getVichUploader_Listener_Upload_StoreLogoService'true],
  1847.         ], [
  1848.             'App\\Listener\\HubspotEntityListener' => '?',
  1849.             'App\\Listener\\NbPendingLeadListener' => '?',
  1850.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1851.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1852.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1853.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1854.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1855.             'fos_user.user_listener' => '?',
  1856.             'sonata.doctrine.mapper' => '?',
  1857.             'stof_doctrine_extensions.listener.blameable' => '?',
  1858.             'stof_doctrine_extensions.listener.loggable' => '?',
  1859.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1860.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1861.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1862.             'vich_uploader.listener.clean.blog_author_image' => '?',
  1863.             'vich_uploader.listener.clean.blogpost_image' => '?',
  1864.             'vich_uploader.listener.clean.brand_logo' => '?',
  1865.             'vich_uploader.listener.clean.brand_variation_logo' => '?',
  1866.             'vich_uploader.listener.clean.city_banner' => '?',
  1867.             'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo' => '?',
  1868.             'vich_uploader.listener.clean.employee_images' => '?',
  1869.             'vich_uploader.listener.clean.freelancer_images' => '?',
  1870.             'vich_uploader.listener.clean.freelancer_logo' => '?',
  1871.             'vich_uploader.listener.clean.hearing_aid_images' => '?',
  1872.             'vich_uploader.listener.clean.highlighted_staff_picture' => '?',
  1873.             'vich_uploader.listener.clean.invoice_pdf' => '?',
  1874.             'vich_uploader.listener.clean.storeManagementRequest_kbis' => '?',
  1875.             'vich_uploader.listener.clean.store_images' => '?',
  1876.             'vich_uploader.listener.clean.store_logo' => '?',
  1877.             'vich_uploader.listener.remove.blog_author_image' => '?',
  1878.             'vich_uploader.listener.remove.blogpost_image' => '?',
  1879.             'vich_uploader.listener.remove.brand_logo' => '?',
  1880.             'vich_uploader.listener.remove.brand_variation_logo' => '?',
  1881.             'vich_uploader.listener.remove.city_banner' => '?',
  1882.             'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo' => '?',
  1883.             'vich_uploader.listener.remove.employee_images' => '?',
  1884.             'vich_uploader.listener.remove.freelancer_images' => '?',
  1885.             'vich_uploader.listener.remove.freelancer_logo' => '?',
  1886.             'vich_uploader.listener.remove.hearing_aid_images' => '?',
  1887.             'vich_uploader.listener.remove.highlighted_staff_picture' => '?',
  1888.             'vich_uploader.listener.remove.invoice_pdf' => '?',
  1889.             'vich_uploader.listener.remove.storeManagementRequest_kbis' => '?',
  1890.             'vich_uploader.listener.remove.store_images' => '?',
  1891.             'vich_uploader.listener.remove.store_logo' => '?',
  1892.             'vich_uploader.listener.upload.blog_author_image' => '?',
  1893.             'vich_uploader.listener.upload.blogpost_image' => '?',
  1894.             'vich_uploader.listener.upload.brand_logo' => '?',
  1895.             'vich_uploader.listener.upload.brand_variation_logo' => '?',
  1896.             'vich_uploader.listener.upload.city_banner' => '?',
  1897.             'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo' => '?',
  1898.             'vich_uploader.listener.upload.employee_images' => '?',
  1899.             'vich_uploader.listener.upload.freelancer_images' => '?',
  1900.             'vich_uploader.listener.upload.freelancer_logo' => '?',
  1901.             'vich_uploader.listener.upload.hearing_aid_images' => '?',
  1902.             'vich_uploader.listener.upload.highlighted_staff_picture' => '?',
  1903.             'vich_uploader.listener.upload.invoice_pdf' => '?',
  1904.             'vich_uploader.listener.upload.storeManagementRequest_kbis' => '?',
  1905.             'vich_uploader.listener.upload.store_images' => '?',
  1906.             'vich_uploader.listener.upload.store_logo' => '?',
  1907.         ]), [=> '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']]), []);
  1908.     }
  1909.     /**
  1910.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1911.      *
  1912.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1913.      */
  1914.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1915.     {
  1916.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1917.             'App\\Listener\\CreditCostListener' => ['privates''App\\Listener\\CreditCostListener''getCreditCostListenerService'true],
  1918.             'App\\Listener\\FreelancerAssistantListener' => ['privates''App\\Listener\\FreelancerAssistantListener''getFreelancerAssistantListenerService'true],
  1919.             'App\\Listener\\FreelancerListener' => ['privates''App\\Listener\\FreelancerListener''getFreelancerListenerService'true],
  1920.             'App\\Listener\\OrderListener' => ['privates''App\\Listener\\OrderListener''getOrderListenerService'true],
  1921.             'App\\Listener\\ProspectDuplicateListener' => ['privates''App\\Listener\\ProspectDuplicateListener''getProspectDuplicateListenerService'true],
  1922.             'App\\Listener\\ProspectListener' => ['privates''App\\Listener\\ProspectListener''getProspectListenerService'true],
  1923.             'App\\Listener\\ProspectOnHearingAidListener' => ['privates''App\\Listener\\ProspectOnHearingAidListener''getProspectOnHearingAidListenerService'true],
  1924.             'App\\Listener\\ProspectOnStoreListener' => ['privates''App\\Listener\\ProspectOnStoreListener''getProspectOnStoreListenerService'true],
  1925.             'App\\Listener\\ProspectOnStoreQualificationListener' => ['privates''App\\Listener\\ProspectOnStoreQualificationListener''getProspectOnStoreQualificationListenerService'true],
  1926.             'App\\Listener\\ProspectOnStoreStatusListener' => ['privates''App\\Listener\\ProspectOnStoreStatusListener''getProspectOnStoreStatusListenerService'true],
  1927.             'App\\Listener\\SmsBroadcastListener' => ['privates''App\\Listener\\SmsBroadcastListener''getSmsBroadcastListenerService'true],
  1928.             'App\\Listener\\SponsorshipListener' => ['privates''App\\Listener\\SponsorshipListener''getSponsorshipListener2Service'true],
  1929.             'App\\Listener\\StoreCentralPurchasingRelationListener' => ['privates''App\\Listener\\StoreCentralPurchasingRelationListener''getStoreCentralPurchasingRelationListenerService'true],
  1930.             'App\\Listener\\StoreListener' => ['privates''App\\Listener\\StoreListener''getStoreListenerService'true],
  1931.             'App\\Listener\\StoreManagementRequestListener' => ['privates''App\\Listener\\StoreManagementRequestListener''getStoreManagementRequestListenerService'true],
  1932.         ], [
  1933.             'App\\Listener\\CreditCostListener' => '?',
  1934.             'App\\Listener\\FreelancerAssistantListener' => '?',
  1935.             'App\\Listener\\FreelancerListener' => '?',
  1936.             'App\\Listener\\OrderListener' => '?',
  1937.             'App\\Listener\\ProspectDuplicateListener' => '?',
  1938.             'App\\Listener\\ProspectListener' => '?',
  1939.             'App\\Listener\\ProspectOnHearingAidListener' => '?',
  1940.             'App\\Listener\\ProspectOnStoreListener' => '?',
  1941.             'App\\Listener\\ProspectOnStoreQualificationListener' => '?',
  1942.             'App\\Listener\\ProspectOnStoreStatusListener' => '?',
  1943.             'App\\Listener\\SmsBroadcastListener' => '?',
  1944.             'App\\Listener\\SponsorshipListener' => '?',
  1945.             'App\\Listener\\StoreCentralPurchasingRelationListener' => '?',
  1946.             'App\\Listener\\StoreListener' => '?',
  1947.             'App\\Listener\\StoreManagementRequestListener' => '?',
  1948.         ]));
  1949.         $instance->registerService('App\\Listener\\CreditCostListener''App\\Listener\\CreditCostListener');
  1950.         $instance->registerService('App\\Listener\\FreelancerAssistantListener''App\\Listener\\FreelancerAssistantListener');
  1951.         $instance->registerService('App\\Listener\\FreelancerListener''App\\Listener\\FreelancerListener');
  1952.         $instance->registerService('App\\Listener\\OrderListener''App\\Listener\\OrderListener');
  1953.         $instance->registerService('App\\Listener\\ProspectDuplicateListener''App\\Listener\\ProspectDuplicateListener');
  1954.         $instance->registerService('App\\Listener\\ProspectListener''App\\Listener\\ProspectListener');
  1955.         $instance->registerService('App\\Listener\\ProspectOnHearingAidListener''App\\Listener\\ProspectOnHearingAidListener');
  1956.         $instance->registerService('App\\Listener\\ProspectOnStoreListener''App\\Listener\\ProspectOnStoreListener');
  1957.         $instance->registerService('App\\Listener\\ProspectOnStoreQualificationListener''App\\Listener\\ProspectOnStoreQualificationListener');
  1958.         $instance->registerService('App\\Listener\\ProspectOnStoreStatusListener''App\\Listener\\ProspectOnStoreStatusListener');
  1959.         $instance->registerService('App\\Listener\\SmsBroadcastListener''App\\Listener\\SmsBroadcastListener');
  1960.         $instance->registerService('App\\Listener\\SponsorshipListener''App\\Listener\\SponsorshipListener');
  1961.         $instance->registerService('App\\Listener\\StoreCentralPurchasingRelationListener''App\\Listener\\StoreCentralPurchasingRelationListener');
  1962.         $instance->registerService('App\\Listener\\StoreListener''App\\Listener\\StoreListener');
  1963.         $instance->registerService('App\\Listener\\StoreManagementRequestListener''App\\Listener\\StoreManagementRequestListener');
  1964.         return $instance;
  1965.     }
  1966.     /**
  1967.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1968.      *
  1969.      * @return \Doctrine\ORM\EntityManager
  1970.      */
  1971.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1972.     {
  1973.         if ($lazyLoad) {
  1974.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1975.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1976.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1977.                     $proxy->setProxyInitializer(null);
  1978.                     return true;
  1979.                 });
  1980.             });
  1981.         }
  1982.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1988.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2000.         $a = new \Doctrine\ORM\Configuration();
  2001.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2002.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2003.         $b->addDriver($c'App\\Entity');
  2004.         $b->addDriver($c'Wits\\PaymentBundle\\Entity');
  2005.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  2006.         $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');
  2007.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''WitsPaymentBundle' => 'Wits\\PaymentBundle\\Entity']);
  2008.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2009.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2010.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2011.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2012.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2013.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2014.         ], [
  2015.             'doctrine.ulid_generator' => '?',
  2016.             'doctrine.uuid_generator' => '?',
  2017.         ])));
  2018.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2019.         $a->setProxyNamespace('Proxies');
  2020.         $a->setAutoGenerateProxyClasses(true);
  2021.         $a->setSchemaIgnoreClasses([]);
  2022.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2023.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2024.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2025.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2026.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  2027.         $a->setLazyGhostObjectEnabled(false);
  2028.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2029.             'App\\Repository\\AcquisitionModeRepository' => ['privates''App\\Repository\\AcquisitionModeRepository''getAcquisitionModeRepositoryService'true],
  2030.             'App\\Repository\\AdministratorRepository' => ['privates''App\\Repository\\AdministratorRepository''getAdministratorRepositoryService'false],
  2031.             'App\\Repository\\BlogAuthorRepository' => ['privates''App\\Repository\\BlogAuthorRepository''getBlogAuthorRepositoryService'true],
  2032.             'App\\Repository\\BlogCategoryRepository' => ['privates''App\\Repository\\BlogCategoryRepository''getBlogCategoryRepositoryService'true],
  2033.             'App\\Repository\\BlogPostRepository' => ['privates''App\\Repository\\BlogPostRepository''getBlogPostRepositoryService'true],
  2034.             'App\\Repository\\CareNetworkRepository' => ['privates''App\\Repository\\CareNetworkRepository''getCareNetworkRepositoryService'true],
  2035.             'App\\Repository\\CentralPurchasingRepository' => ['privates''App\\Repository\\CentralPurchasingRepository''getCentralPurchasingRepositoryService'true],
  2036.             'App\\Repository\\CityPostRepository' => ['privates''App\\Repository\\CityPostRepository''getCityPostRepositoryService'false],
  2037.             'App\\Repository\\ClaimRepository' => ['privates''App\\Repository\\ClaimRepository''getClaimRepositoryService'true],
  2038.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  2039.             'App\\Repository\\CoregistrationCampaignRepository' => ['privates''App\\Repository\\CoregistrationCampaignRepository''getCoregistrationCampaignRepositoryService'true],
  2040.             'App\\Repository\\CreditCostRepository' => ['privates''App\\Repository\\CreditCostRepository''getCreditCostRepositoryService'true],
  2041.             'App\\Repository\\CreditPackGenericRepository' => ['privates''App\\Repository\\CreditPackGenericRepository''getCreditPackGenericRepositoryService'true],
  2042.             'App\\Repository\\CreditPackRepository' => ['privates''App\\Repository\\CreditPackRepository''getCreditPackRepositoryService'true],
  2043.             'App\\Repository\\DeviceSaleRepository' => ['privates''App\\Repository\\DeviceSaleRepository''getDeviceSaleRepositoryService'true],
  2044.             'App\\Repository\\EstimatedReachRepository' => ['privates''App\\Repository\\EstimatedReachRepository''getEstimatedReachRepositoryService'true],
  2045.             'App\\Repository\\FinancialParameterRepository' => ['privates''App\\Repository\\FinancialParameterRepository''getFinancialParameterRepositoryService'true],
  2046.             'App\\Repository\\FreelancerAssistantRepository' => ['privates''App\\Repository\\FreelancerAssistantRepository''getFreelancerAssistantRepositoryService'false],
  2047.             'App\\Repository\\FreelancerCommentRepository' => ['privates''App\\Repository\\FreelancerCommentRepository''getFreelancerCommentRepositoryService'true],
  2048.             'App\\Repository\\FreelancerRepository' => ['privates''App\\Repository\\FreelancerRepository''getFreelancerRepositoryService'false],
  2049.             'App\\Repository\\HearingAidRepository' => ['privates''App\\Repository\\HearingAidRepository''getHearingAidRepositoryService'true],
  2050.             'App\\Repository\\HearingBrandRepository' => ['privates''App\\Repository\\HearingBrandRepository''getHearingBrandRepositoryService'false],
  2051.             'App\\Repository\\HearingMakerRepository' => ['privates''App\\Repository\\HearingMakerRepository''getHearingMakerRepositoryService'false],
  2052.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  2053.             'App\\Repository\\LogEntryRepository' => ['privates''App\\Repository\\LogEntryRepository''getLogEntryRepositoryService'true],
  2054.             'App\\Repository\\MediaoptinDeliveryRepository' => ['privates''App\\Repository\\MediaoptinDeliveryRepository''getMediaoptinDeliveryRepositoryService'true],
  2055.             'App\\Repository\\NewsLetterRepository' => ['privates''App\\Repository\\NewsLetterRepository''getNewsLetterRepositoryService'true],
  2056.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2057.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'false],
  2058.             'App\\Repository\\OrlOfficeRepository' => ['privates''App\\Repository\\OrlOfficeRepository''getOrlOfficeRepositoryService'true],
  2059.             'App\\Repository\\OrlProspectOnOrlOfficeRepository' => ['privates''App\\Repository\\OrlProspectOnOrlOfficeRepository''getOrlProspectOnOrlOfficeRepositoryService'true],
  2060.             'App\\Repository\\OrlProspectRepository' => ['privates''App\\Repository\\OrlProspectRepository''getOrlProspectRepositoryService'true],
  2061.             'App\\Repository\\OwnerRepository' => ['privates''App\\Repository\\OwnerRepository''getOwnerRepositoryService'true],
  2062.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'true],
  2063.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  2064.             'App\\Repository\\PhoneValidationRepository' => ['privates''App\\Repository\\PhoneValidationRepository''getPhoneValidationRepositoryService'true],
  2065.             'App\\Repository\\Prescriber\\PrescriberRemunerationRepository' => ['privates''App\\Repository\\Prescriber\\PrescriberRemunerationRepository''getPrescriberRemunerationRepositoryService'true],
  2066.             'App\\Repository\\Prescriber\\PrescriberRepository' => ['privates''App\\Repository\\Prescriber\\PrescriberRepository''getPrescriberRepositoryService'true],
  2067.             'App\\Repository\\ProspectDroppedRepository' => ['privates''App\\Repository\\ProspectDroppedRepository''getProspectDroppedRepositoryService'true],
  2068.             'App\\Repository\\ProspectDuplicateRepository' => ['privates''App\\Repository\\ProspectDuplicateRepository''getProspectDuplicateRepositoryService'true],
  2069.             'App\\Repository\\ProspectFeedbackRepository' => ['privates''App\\Repository\\ProspectFeedbackRepository''getProspectFeedbackRepositoryService'true],
  2070.             'App\\Repository\\ProspectOnHearingAidRepository' => ['privates''App\\Repository\\ProspectOnHearingAidRepository''getProspectOnHearingAidRepositoryService'true],
  2071.             'App\\Repository\\ProspectOnStoreFeedbackRepository' => ['privates''App\\Repository\\ProspectOnStoreFeedbackRepository''getProspectOnStoreFeedbackRepositoryService'true],
  2072.             'App\\Repository\\ProspectOnStoreQualificationRepository' => ['privates''App\\Repository\\ProspectOnStoreQualificationRepository''getProspectOnStoreQualificationRepositoryService'true],
  2073.             'App\\Repository\\ProspectOnStoreRepository' => ['privates''App\\Repository\\ProspectOnStoreRepository''getProspectOnStoreRepositoryService'true],
  2074.             'App\\Repository\\ProspectOnStoreStatusRepository' => ['privates''App\\Repository\\ProspectOnStoreStatusRepository''getProspectOnStoreStatusRepositoryService'true],
  2075.             'App\\Repository\\ProspectQualificationRepository' => ['privates''App\\Repository\\ProspectQualificationRepository''getProspectQualificationRepositoryService'true],
  2076.             'App\\Repository\\ProspectReportingRepository' => ['privates''App\\Repository\\ProspectReportingRepository''getProspectReportingRepositoryService'true],
  2077.             'App\\Repository\\ProspectRepository' => ['privates''App\\Repository\\ProspectRepository''getProspectRepositoryService'true],
  2078.             'App\\Repository\\ShortUrlRepository' => ['privates''App\\Repository\\ShortUrlRepository''getShortUrlRepositoryService'true],
  2079.             'App\\Repository\\SmsBroadcastRepository' => ['privates''App\\Repository\\SmsBroadcastRepository''getSmsBroadcastRepositoryService'true],
  2080.             'App\\Repository\\SmsCreditPackGenericRepository' => ['privates''App\\Repository\\SmsCreditPackGenericRepository''getSmsCreditPackGenericRepositoryService'true],
  2081.             'App\\Repository\\SponsorshipRepository' => ['privates''App\\Repository\\SponsorshipRepository''getSponsorshipRepositoryService'false],
  2082.             'App\\Repository\\Stat\\EventRepository' => ['privates''App\\Repository\\Stat\\EventRepository''getEventRepositoryService'true],
  2083.             'App\\Repository\\Stat\\ReportRepository' => ['privates''App\\Repository\\Stat\\ReportRepository''getReportRepositoryService'true],
  2084.             'App\\Repository\\StoreCentralPurchasingRelationRepository' => ['privates''App\\Repository\\StoreCentralPurchasingRelationRepository''getStoreCentralPurchasingRelationRepositoryService'true],
  2085.             'App\\Repository\\StoreEmployeeRepository' => ['privates''App\\Repository\\StoreEmployeeRepository''getStoreEmployeeRepositoryService'true],
  2086.             'App\\Repository\\StoreFinderDataRepository' => ['privates''App\\Repository\\StoreFinderDataRepository''getStoreFinderDataRepositoryService'true],
  2087.             'App\\Repository\\StoreImageRepository' => ['privates''App\\Repository\\StoreImageRepository''getStoreImageRepositoryService'true],
  2088.             'App\\Repository\\StoreIndexationRepository' => ['privates''App\\Repository\\StoreIndexationRepository''getStoreIndexationRepositoryService'true],
  2089.             'App\\Repository\\StoreManagementRequestRepository' => ['privates''App\\Repository\\StoreManagementRequestRepository''getStoreManagementRequestRepositoryService'true],
  2090.             'App\\Repository\\StorePageRepository' => ['privates''App\\Repository\\StorePageRepository''getStorePageRepositoryService'true],
  2091.             'App\\Repository\\StorePlaceDataRepository' => ['privates''App\\Repository\\StorePlaceDataRepository''getStorePlaceDataRepositoryService'true],
  2092.             'App\\Repository\\StoreRepository' => ['privates''App\\Repository\\StoreRepository''getStoreRepositoryService'true],
  2093.             'App\\Repository\\StoreServiceRepository' => ['privates''App\\Repository\\StoreServiceRepository''getStoreServiceRepositoryService'true],
  2094.             'App\\Repository\\StoreSpecialityRepository' => ['privates''App\\Repository\\StoreSpecialityRepository''getStoreSpecialityRepositoryService'true],
  2095.             'App\\Repository\\ThirdPartyEntityRepository' => ['privates''App\\Repository\\ThirdPartyEntityRepository''getThirdPartyEntityRepositoryService'true],
  2096.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2097.             'App\\Repository\\UserTrackingDetailRepository' => ['privates''App\\Repository\\UserTrackingDetailRepository''getUserTrackingDetailRepositoryService'true],
  2098.             'App\\Repository\\UserTrackingDurationRepository' => ['privates''App\\Repository\\UserTrackingDurationRepository''getUserTrackingDurationRepositoryService'true],
  2099.             'App\\Repository\\UserTrackingRepository' => ['privates''App\\Repository\\UserTrackingRepository''getUserTrackingRepositoryService'true],
  2100.             'Wits\\PaymentBundle\\Repository\\PaymentMethodRepository' => ['privates''Wits\\PaymentBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  2101.             'Wits\\PaymentBundle\\Repository\\PaymentRepository' => ['privates''Wits\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  2102.         ], [
  2103.             'App\\Repository\\AcquisitionModeRepository' => '?',
  2104.             'App\\Repository\\AdministratorRepository' => '?',
  2105.             'App\\Repository\\BlogAuthorRepository' => '?',
  2106.             'App\\Repository\\BlogCategoryRepository' => '?',
  2107.             'App\\Repository\\BlogPostRepository' => '?',
  2108.             'App\\Repository\\CareNetworkRepository' => '?',
  2109.             'App\\Repository\\CentralPurchasingRepository' => '?',
  2110.             'App\\Repository\\CityPostRepository' => '?',
  2111.             'App\\Repository\\ClaimRepository' => '?',
  2112.             'App\\Repository\\ContactRepository' => '?',
  2113.             'App\\Repository\\CoregistrationCampaignRepository' => '?',
  2114.             'App\\Repository\\CreditCostRepository' => '?',
  2115.             'App\\Repository\\CreditPackGenericRepository' => '?',
  2116.             'App\\Repository\\CreditPackRepository' => '?',
  2117.             'App\\Repository\\DeviceSaleRepository' => '?',
  2118.             'App\\Repository\\EstimatedReachRepository' => '?',
  2119.             'App\\Repository\\FinancialParameterRepository' => '?',
  2120.             'App\\Repository\\FreelancerAssistantRepository' => '?',
  2121.             'App\\Repository\\FreelancerCommentRepository' => '?',
  2122.             'App\\Repository\\FreelancerRepository' => '?',
  2123.             'App\\Repository\\HearingAidRepository' => '?',
  2124.             'App\\Repository\\HearingBrandRepository' => '?',
  2125.             'App\\Repository\\HearingMakerRepository' => '?',
  2126.             'App\\Repository\\InvoiceRepository' => '?',
  2127.             'App\\Repository\\LogEntryRepository' => '?',
  2128.             'App\\Repository\\MediaoptinDeliveryRepository' => '?',
  2129.             'App\\Repository\\NewsLetterRepository' => '?',
  2130.             'App\\Repository\\NotificationRepository' => '?',
  2131.             'App\\Repository\\OrderRepository' => '?',
  2132.             'App\\Repository\\OrlOfficeRepository' => '?',
  2133.             'App\\Repository\\OrlProspectOnOrlOfficeRepository' => '?',
  2134.             'App\\Repository\\OrlProspectRepository' => '?',
  2135.             'App\\Repository\\OwnerRepository' => '?',
  2136.             'App\\Repository\\ParameterRepository' => '?',
  2137.             'App\\Repository\\PartnerRepository' => '?',
  2138.             'App\\Repository\\PhoneValidationRepository' => '?',
  2139.             'App\\Repository\\Prescriber\\PrescriberRemunerationRepository' => '?',
  2140.             'App\\Repository\\Prescriber\\PrescriberRepository' => '?',
  2141.             'App\\Repository\\ProspectDroppedRepository' => '?',
  2142.             'App\\Repository\\ProspectDuplicateRepository' => '?',
  2143.             'App\\Repository\\ProspectFeedbackRepository' => '?',
  2144.             'App\\Repository\\ProspectOnHearingAidRepository' => '?',
  2145.             'App\\Repository\\ProspectOnStoreFeedbackRepository' => '?',
  2146.             'App\\Repository\\ProspectOnStoreQualificationRepository' => '?',
  2147.             'App\\Repository\\ProspectOnStoreRepository' => '?',
  2148.             'App\\Repository\\ProspectOnStoreStatusRepository' => '?',
  2149.             'App\\Repository\\ProspectQualificationRepository' => '?',
  2150.             'App\\Repository\\ProspectReportingRepository' => '?',
  2151.             'App\\Repository\\ProspectRepository' => '?',
  2152.             'App\\Repository\\ShortUrlRepository' => '?',
  2153.             'App\\Repository\\SmsBroadcastRepository' => '?',
  2154.             'App\\Repository\\SmsCreditPackGenericRepository' => '?',
  2155.             'App\\Repository\\SponsorshipRepository' => '?',
  2156.             'App\\Repository\\Stat\\EventRepository' => '?',
  2157.             'App\\Repository\\Stat\\ReportRepository' => '?',
  2158.             'App\\Repository\\StoreCentralPurchasingRelationRepository' => '?',
  2159.             'App\\Repository\\StoreEmployeeRepository' => '?',
  2160.             'App\\Repository\\StoreFinderDataRepository' => '?',
  2161.             'App\\Repository\\StoreImageRepository' => '?',
  2162.             'App\\Repository\\StoreIndexationRepository' => '?',
  2163.             'App\\Repository\\StoreManagementRequestRepository' => '?',
  2164.             'App\\Repository\\StorePageRepository' => '?',
  2165.             'App\\Repository\\StorePlaceDataRepository' => '?',
  2166.             'App\\Repository\\StoreRepository' => '?',
  2167.             'App\\Repository\\StoreServiceRepository' => '?',
  2168.             'App\\Repository\\StoreSpecialityRepository' => '?',
  2169.             'App\\Repository\\ThirdPartyEntityRepository' => '?',
  2170.             'App\\Repository\\UserRepository' => '?',
  2171.             'App\\Repository\\UserTrackingDetailRepository' => '?',
  2172.             'App\\Repository\\UserTrackingDurationRepository' => '?',
  2173.             'App\\Repository\\UserTrackingRepository' => '?',
  2174.             'Wits\\PaymentBundle\\Repository\\PaymentMethodRepository' => '?',
  2175.             'Wits\\PaymentBundle\\Repository\\PaymentRepository' => '?',
  2176.         ])));
  2177.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2178.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  2179.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  2180.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  2181.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  2182.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  2183.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  2184.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  2185.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  2186.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  2187.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  2188.         $a->addCustomNumericFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  2189.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  2190.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  2191.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  2192.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2193.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  2194.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  2195.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  2196.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  2197.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  2198.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  2199.         $a->addCustomDatetimeFunction('TimestampDiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  2200.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2201.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2202.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2203.         return $instance;
  2204.     }
  2205.     /**
  2206.      * Gets the public 'event_dispatcher' shared service.
  2207.      *
  2208.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2209.      */
  2210.     protected function getEventDispatcherService()
  2211.     {
  2212.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2213.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2214.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2215.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2216.         $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())));
  2217.         $instance->addListener('kernel.request', [=> function () {
  2218.             return ($this->privates['App\\EventListener\\CleanFlashMessageListener'] ?? $this->getCleanFlashMessageListenerService());
  2219.         }, => 'onKernelRequest'], 5);
  2220.         $instance->addListener('kernel.request', [=> function () {
  2221.             return ($this->privates['App\\Listener\\OrlListener'] ?? $this->getOrlListenerService());
  2222.         }, => '__invoke'], 0);
  2223.         $instance->addListener('payment_intent.succeeded', [=> function () {
  2224.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2225.         }, => 'onPaymentConfirmed'], 0);
  2226.         $instance->addListener('payment_intent.payment_failed', [=> function () {
  2227.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2228.         }, => 'onPaymentRefused'], 0);
  2229.         $instance->addListener('customer.created', [=> function () {
  2230.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2231.         }, => 'onCustomerCreated'], 0);
  2232.         $instance->addListener('vich_uploader.post_remove', [=> function () {
  2233.             return ($this->privates['App\\Listener\\VichUploaderListener'] ?? $this->load('getVichUploaderListenerService'));
  2234.         }, => 'onPostRemove'], 0);
  2235.         $instance->addListener('kernel.request', [=> function () {
  2236.             return ($this->privates['App\\Listener\\WhiteLabelListener'] ?? $this->getWhiteLabelListenerService());
  2237.         }, => '__invoke'], 0);
  2238.         $instance->addListener('kernel.controller', [=> function () {
  2239.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2240.         }, => 'onKernelController'], 0);
  2241.         $instance->addListener('kernel.exception', [=> function () {
  2242.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2243.         }, => 'onKernelException'], 0);
  2244.         $instance->addListener('kernel.response', [=> function () {
  2245.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  2246.         }, => 'onKernelResponse'], 0);
  2247.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  2248.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  2249.         }, => 'onPreviousStepInvalid'], 0);
  2250.         $instance->addListener('flow.flow_expired', [=> function () {
  2251.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  2252.         }, => 'onFlowExpired'], 0);
  2253.         $instance->addListener('kernel.request', [=> function () {
  2254.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2255.         }, => 'onKernelRequest'], 0);
  2256.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  2257.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  2258.         }, => 'onBlock'], 0);
  2259.         $instance->addListener('kernel.request', [=> function () {
  2260.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2261.         }, => 'onKernelRequest'], 250);
  2262.         $instance->addListener('kernel.response', [=> function () {
  2263.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2264.         }, => 'onKernelResponse'], 0);
  2265.         $instance->addListener('kernel.response', [=> function () {
  2266.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2267.         }, => 'onResponse'], -10);
  2268.         $instance->addListener('kernel.request', [=> function () {
  2269.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2270.         }, => 'onKernelRequest'], 28);
  2271.         $instance->addListener('kernel.request', [=> function () {
  2272.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2273.         }, => 'onKernelRequest'], 2);
  2274.         $instance->addListener('kernel.view', [=> function () {
  2275.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2276.         }, => 'onKernelView'], 16);
  2277.         $instance->addListener('kernel.view', [=> function () {
  2278.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2279.         }, => 'onKernelView'], 8);
  2280.         $instance->addListener('kernel.exception', [=> function () {
  2281.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2282.         }, => 'onKernelException'], 0);
  2283.         $instance->addListener('kernel.exception', [=> function () {
  2284.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2285.         }, => 'onKernelException'], -96);
  2286.         $instance->addListener('kernel.view', [=> function () {
  2287.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2288.         }, => 'onKernelView'], 32);
  2289.         $instance->addListener('kernel.request', [=> function () {
  2290.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2291.         }, => 'onKernelRequest'], 4);
  2292.         $instance->addListener('kernel.request', [=> function () {
  2293.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2294.         }, => 'onKernelRequest'], 0);
  2295.         $instance->addListener('kernel.response', [=> function () {
  2296.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2297.         }, => 'onKernelResponse'], 0);
  2298.         $instance->addListener('kernel.view', [=> function () {
  2299.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->load('getApiPlatform_FosUser_EventListenerService'));
  2300.         }, => 'onKernelView'], 24);
  2301.         $instance->addListener('kernel.response', [=> function () {
  2302.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2303.         }, => 'onKernelResponse'], -1);
  2304.         $instance->addListener('kernel.view', [=> function () {
  2305.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2306.         }, => 'onKernelView'], 64);
  2307.         $instance->addListener('kernel.request', [=> function () {
  2308.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2309.         }, => 'onKernelRequest'], 16);
  2310.         $instance->addListener('kernel.request', [=> function () {
  2311.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2312.         }, => 'onSecurity'], 3);
  2313.         $instance->addListener('kernel.request', [=> function () {
  2314.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2315.         }, => 'onSecurityPostDenormalize'], 1);
  2316.         $instance->addListener('kernel.view', [=> function () {
  2317.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2318.         }, => 'onSecurityPostValidation'], 63);
  2319.         $instance->addListener('kernel.exception', [=> function () {
  2320.             return ($this->privates['App\\EventListener\\ErrorListener'] ?? ($this->privates['App\\EventListener\\ErrorListener'] = new \App\EventListener\ErrorListener()));
  2321.         }, => 'onKernelException'], -128);
  2322.         $instance->addListener('kernel.request', [=> function () {
  2323.             return ($this->privates['App\\EventListener\\FormThemeExtensionListener'] ?? $this->getFormThemeExtensionListenerService());
  2324.         }, => 'onKernelRequest'], 0);
  2325.         $instance->addListener('kernel.request', [=> function () {
  2326.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  2327.         }, => 'onKernelRequest'], 0);
  2328.         $instance->addListener('kernel.controller', [=> function () {
  2329.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2330.         }, => 'onKernelController'], 0);
  2331.         $instance->addListener('fos_user.registration.success', [=> function () {
  2332.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2333.         }, => 'onRegistrationSuccess'], 0);
  2334.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  2335.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2336.         }, => 'onRegistrationConfirm'], 0);
  2337.         $instance->addListener('payment_intent.succeeded', [=> function () {
  2338.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2339.         }, => 'onPaymentConfirmed'], 0);
  2340.         $instance->addListener('kernel.controller', [=> function () {
  2341.             return ($this->privates['App\\EventListener\\UserConfigStepListener'] ?? $this->getUserConfigStepListenerService());
  2342.         }, => 'onKernelController'], 0);
  2343.         $instance->addListener('kernel.response', [=> function () {
  2344.             return ($this->privates['App\\EventListener\\UtmListener'] ?? $this->getUtmListenerService());
  2345.         }, => 'onKernelResponse'], 0);
  2346.         $instance->addListener('kernel.controller', [=> function () {
  2347.             return ($this->privates['App\\EventListener\\UtmListener'] ?? $this->getUtmListenerService());
  2348.         }, => 'onKernelController'], 0);
  2349.         $instance->addListener('kernel.request', [=> function () {
  2350.             return ($this->privates['App\\EventSubscriber\\PaginationParameterSanitizer'] ?? ($this->privates['App\\EventSubscriber\\PaginationParameterSanitizer'] = new \App\EventSubscriber\PaginationParameterSanitizer()));
  2351.         }, => 'onKernelRequest'], 255);
  2352.         $instance->addListener('kernel.view', [=> function () {
  2353.             return ($this->privates['App\\EventSubscriber\\ProspectApiCreationSubscriber'] ?? $this->load('getProspectApiCreationSubscriberService'));
  2354.         }, => 'preWriteProspect'], 33);
  2355.         $instance->addListener('workflow.prospectOnStoreQualification.completed.validate', [=> function () {
  2356.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2357.         }, => 'onValidate'], 0);
  2358.         $instance->addListener('workflow.prospectOnStoreQualification.completed.reject', [=> function () {
  2359.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2360.         }, => 'onReject'], 0);
  2361.         $instance->addListener('workflow.prospectOnStoreQualification.completed.unreach', [=> function () {
  2362.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2363.         }, => 'onUnreach'], 0);
  2364.         $instance->addListener('workflow.prospectQualification.completed.validate', [=> function () {
  2365.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2366.         }, => 'onValidate'], 0);
  2367.         $instance->addListener('workflow.prospectQualification.completed.reject', [=> function () {
  2368.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2369.         }, => 'onReject'], 0);
  2370.         $instance->addListener('workflow.prospectQualification.completed.unreach', [=> function () {
  2371.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2372.         }, => 'onUnreach'], 0);
  2373.         $instance->addListener('fos_user.registration.success', [=> function () {
  2374.             return ($this->privates['App\\Listener\\RegistrationListener'] ?? ($this->privates['App\\Listener\\RegistrationListener'] = new \App\Listener\RegistrationListener()));
  2375.         }, => 'onRegistrationSuccess'], 0);
  2376.         $instance->addListener('workflow.storeManagementRequest.completed.validate', [=> function () {
  2377.             return ($this->privates['App\\Listener\\StoreManagementRequestWorflowListener'] ?? $this->load('getStoreManagementRequestWorflowListenerService'));
  2378.         }, => 'onValidate'], 0);
  2379.         $instance->addListener('workflow.store.completed.validate', [=> function () {
  2380.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2381.         }, => 'onValidation'], 0);
  2382.         $instance->addListener('workflow.store.completed.reject', [=> function () {
  2383.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2384.         }, => 'onRejectCreation'], 0);
  2385.         $instance->addListener('workflow.store.completed.askForSuppression', [=> function () {
  2386.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2387.         }, => 'onAskForSuppression'], 0);
  2388.         $instance->addListener('workflow.store.completed.validate_suppression', [=> function () {
  2389.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2390.         }, => 'onValidateSuppression'], 0);
  2391.         $instance->addListener('kernel.terminate', [=> function () {
  2392.             return ($this->privates['App\\Listener\\UserTrackingListener'] ?? $this->load('getUserTrackingListenerService'));
  2393.         }, => 'onKernelTerminate'], 0);
  2394.         $instance->addListener('kernel.response', [=> function () {
  2395.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2396.         }, => 'onKernelResponse'], 0);
  2397.         $instance->addListener('kernel.response', [=> function () {
  2398.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2399.         }, => 'onKernelResponse'], -1024);
  2400.         $instance->addListener('kernel.request', [=> function () {
  2401.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2402.         }, => 'setDefaultLocale'], 100);
  2403.         $instance->addListener('kernel.request', [=> function () {
  2404.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2405.         }, => 'onKernelRequest'], 16);
  2406.         $instance->addListener('kernel.finish_request', [=> function () {
  2407.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2408.         }, => 'onKernelFinishRequest'], 0);
  2409.         $instance->addListener('kernel.request', [=> function () {
  2410.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2411.         }, => 'onKernelRequest'], 256);
  2412.         $instance->addListener('kernel.response', [=> function () {
  2413.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2414.         }, => 'onResponse'], -255);
  2415.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2416.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2417.         }, => 'onControllerArguments'], 0);
  2418.         $instance->addListener('kernel.exception', [=> function () {
  2419.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2420.         }, => 'logKernelException'], 0);
  2421.         $instance->addListener('kernel.exception', [=> function () {
  2422.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2423.         }, => 'onKernelException'], -128);
  2424.         $instance->addListener('kernel.response', [=> function () {
  2425.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2426.         }, => 'removeCspHeader'], -128);
  2427.         $instance->addListener('kernel.request', [=> function () {
  2428.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2429.         }, => 'onKernelRequest'], 15);
  2430.         $instance->addListener('kernel.finish_request', [=> function () {
  2431.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2432.         }, => 'onKernelFinishRequest'], -15);
  2433.         $instance->addListener('console.error', [=> function () {
  2434.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2435.         }, => 'onConsoleError'], -128);
  2436.         $instance->addListener('console.terminate', [=> function () {
  2437.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2438.         }, => 'onConsoleTerminate'], -128);
  2439.         $instance->addListener('console.error', [=> function () {
  2440.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2441.         }, => 'onConsoleError'], 0);
  2442.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2443.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2444.         }, => 'onMessage'], -255);
  2445.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2446.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2447.         }, => 'onMessage'], -255);
  2448.         $instance->addListener('kernel.request', [=> function () {
  2449.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2450.         }, => 'configure'], 2048);
  2451.         $instance->addListener('console.command', [=> function () {
  2452.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2453.         }, => 'configure'], 2048);
  2454.         $instance->addListener('kernel.request', [=> function () {
  2455.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2456.         }, => 'onKernelRequest'], 32);
  2457.         $instance->addListener('kernel.finish_request', [=> function () {
  2458.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2459.         }, => 'onKernelFinishRequest'], 0);
  2460.         $instance->addListener('kernel.exception', [=> function () {
  2461.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2462.         }, => 'onKernelException'], -64);
  2463.         $instance->addListener('kernel.response', [=> function () {
  2464.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2465.         }, => 'onKernelResponse'], 0);
  2466.         $instance->addListener('kernel.request', [=> function () {
  2467.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2468.         }, => 'onKernelRequest'], 128);
  2469.         $instance->addListener('kernel.response', [=> function () {
  2470.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2471.         }, => 'onKernelResponse'], -1000);
  2472.         $instance->addListener('kernel.finish_request', [=> function () {
  2473.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2474.         }, => 'onFinishRequest'], 0);
  2475.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2476.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2477.         }, => 'onMessageFailed'], 100);
  2478.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2479.             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()));
  2480.         }, => 'onMessageFailed'], 200);
  2481.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2482.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2483.         }, => 'onWorkerStarted'], 0);
  2484.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2485.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2486.         }, => 'onWorkerRunning'], 0);
  2487.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2488.             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()));
  2489.         }, => 'onMessageFailed'], 0);
  2490.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2491.             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()));
  2492.         }, => 'onWorkerRunning'], 0);
  2493.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2494.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2495.         }, => 'onNotification'], -255);
  2496.         $instance->addListener('kernel.response', [=> function () {
  2497.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2498.         }, => 'onKernelResponse'], -100);
  2499.         $instance->addListener('kernel.exception', [=> function () {
  2500.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2501.         }, => 'onKernelException'], 0);
  2502.         $instance->addListener('kernel.terminate', [=> function () {
  2503.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2504.         }, => 'onKernelTerminate'], -1024);
  2505.         $instance->addListener('kernel.controller', [=> function () {
  2506.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2507.         }, => 'onKernelController'], 0);
  2508.         $instance->addListener('kernel.response', [=> function () {
  2509.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2510.         }, => 'onKernelResponse'], 0);
  2511.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2512.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2513.         }, => 'onWorkerMessageHandled'], 0);
  2514.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2515.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2516.         }, => 'onWorkerMessageFailed'], 0);
  2517.         $instance->addListener('kernel.response', [=> function () {
  2518.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2519.         }, => 'onKernelResponse'], 0);
  2520.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2521.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2522.         }, => 'onVoterVote'], 0);
  2523.         $instance->addListener('kernel.request', [=> function () {
  2524.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2525.         }, => 'configureLogoutUrlGenerator'], 8);
  2526.         $instance->addListener('kernel.request', [=> function () {
  2527.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2528.         }, => 'onKernelRequest'], 8);
  2529.         $instance->addListener('kernel.finish_request', [=> function () {
  2530.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2531.         }, => 'onKernelFinishRequest'], 0);
  2532.         $instance->addListener('kernel.exception', [=> function () {
  2533.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  2534.         }, => 'onKernelException'], 2);
  2535.         $instance->addListener('kernel.request', [=> function () {
  2536.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  2537.         }, => 'onKernelRequest'], 0);
  2538.         $instance->addListener('security.authentication.success', [=> function () {
  2539.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2540.         }, => 'onLogin'], 9223372036854775807);
  2541.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2542.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2543.         }, => 'onAccessDenied'], 0);
  2544.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2545.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2546.         }, => 'onTwoFactorForm'], 0);
  2547.         $instance->addListener('kernel.response', [=> function () {
  2548.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2549.         }, => 'onKernelResponse'], 1);
  2550.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2551.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2552.         }, => 'onMessage'], 0);
  2553.         $instance->addListener('kernel.response', [=> function () {
  2554.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2555.         }, => 'onKernelResponse'], -128);
  2556.         $instance->addListener('console.command', [=> function () {
  2557.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2558.         }, => 'onCommand'], 255);
  2559.         $instance->addListener('console.terminate', [=> function () {
  2560.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2561.         }, => 'onTerminate'], -255);
  2562.         $instance->addListener('console.command', [=> function () {
  2563.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2564.         }, => 'configure'], 1024);
  2565.         $instance->addListener('console.error', [=> function () {
  2566.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2567.         }, => 'onConsoleError'], 0);
  2568.         $instance->addListener('console.terminate', [=> function () {
  2569.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2570.         }, => 'onConsoleTerminate'], 0);
  2571.         $instance->addListener('kernel.request', [=> function () {
  2572.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2573.         }, => 'onEvent'], 1024);
  2574.         $instance->addListener('console.command', [=> function () {
  2575.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2576.         }, => 'onEvent'], 1024);
  2577.         $instance->addListener('kernel.request', [=> function () {
  2578.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2579.         }, => 'onEvent'], 1024);
  2580.         $instance->addListener('console.command', [=> function () {
  2581.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2582.         }, => 'onEvent'], 1024);
  2583.         $instance->addListener('kernel.finish_request', [=> function () {
  2584.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2585.         }, => 'resetAssets'], 0);
  2586.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2587.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2588.         }, => 'onImplicitLogin'], 0);
  2589.         $instance->addListener('security.interactive_login', [=> function () {
  2590.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2591.         }, => 'onSecurityInteractiveLogin'], 0);
  2592.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2593.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2594.         }, => 'authenticate'], 0);
  2595.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2596.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2597.         }, => 'authenticate'], 0);
  2598.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2599.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2600.         }, => 'authenticate'], 0);
  2601.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2602.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2603.         }, => 'addSuccessFlash'], 0);
  2604.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2605.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2606.         }, => 'addSuccessFlash'], 0);
  2607.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2608.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2609.         }, => 'addSuccessFlash'], 0);
  2610.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2611.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2612.         }, => 'addSuccessFlash'], 0);
  2613.         $instance->addListener('fos_user.registration.success', [=> function () {
  2614.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
  2615.         }, => 'onRegistrationSuccess'], 0);
  2616.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2617.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  2618.         }, => 'onResettingResetInitialize'], 0);
  2619.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2620.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  2621.         }, => 'onResettingResetSuccess'], 0);
  2622.         $instance->addListener('kernel.controller', [=> function () {
  2623.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  2624.         }, => 'onKernelController'], 0);
  2625.         $instance->addListener('kernel.request', [=> function () {
  2626.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2627.         }, => 'onKernelRequest'], 0);
  2628.         $instance->addListener('kernel.request', [=> function () {
  2629.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2630.         }, => 'onKernelRequest'], 0);
  2631.         $instance->addListener('knp_pager.before', [=> function () {
  2632.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2633.         }, => 'before'], 0);
  2634.         $instance->addListener('knp_pager.pagination', [=> function () {
  2635.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2636.         }, => 'pagination'], 0);
  2637.         $instance->addListener('knp_pager.before', [=> function () {
  2638.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2639.         }, => 'before'], 1);
  2640.         $instance->addListener('knp_pager.before', [=> function () {
  2641.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2642.         }, => 'before'], 1);
  2643.         $instance->addListener('knp_pager.pagination', [=> function () {
  2644.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2645.         }, => 'pagination'], 1);
  2646.         $instance->addListener('kernel.controller', [=> function () {
  2647.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2648.         }, => 'onKernelController'], 0);
  2649.         $instance->addListener('kernel.controller', [=> function () {
  2650.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2651.         }, => 'onKernelController'], 0);
  2652.         $instance->addListener('kernel.controller', [=> function () {
  2653.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2654.         }, => 'onKernelController'], -128);
  2655.         $instance->addListener('kernel.view', [=> function () {
  2656.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2657.         }, => 'onKernelView'], 0);
  2658.         $instance->addListener('kernel.controller', [=> function () {
  2659.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2660.         }, => 'onKernelController'], 0);
  2661.         $instance->addListener('kernel.response', [=> function () {
  2662.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2663.         }, => 'onKernelResponse'], 0);
  2664.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2665.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2666.         }, => 'onKernelControllerArguments'], 0);
  2667.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2668.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2669.         }, => 'onKernelControllerArguments'], 0);
  2670.         $instance->addListener('security.authentication.success', [=> function () {
  2671.             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()));
  2672.         }, => 'onLogin'], 9223372036854775806);
  2673.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2674.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2675.         }, => 'checkPassport'], 0);
  2676.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2677.             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()));
  2678.         }, => 'onSuccessfulLogin'], -63);
  2679.         $instance->addListener('kernel.response', [=> function () {
  2680.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  2681.         }, => 'onKernelResponse'], 0);
  2682.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2683.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  2684.         }, => 'onSuccessfulLogin'], 0);
  2685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2686.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2687.         }, => 'onLogout'], 0);
  2688.         return $instance;
  2689.     }
  2690.     /**
  2691.      * Gets the public 'http_kernel' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2694.      */
  2695.     protected function getHttpKernelService()
  2696.     {
  2697.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2698.         if (isset($this->services['http_kernel'])) {
  2699.             return $this->services['http_kernel'];
  2700.         }
  2701.         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 () {
  2702.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2703.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2704.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2705.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2706.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  2707.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  2708.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2709.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2710.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2711.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2712.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2713.     }
  2714.     /**
  2715.      * Gets the public 'knp_menu.matcher' shared service.
  2716.      *
  2717.      * @return \Knp\Menu\Matcher\Matcher
  2718.      */
  2719.     protected function getKnpMenu_MatcherService()
  2720.     {
  2721.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2722.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2723.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  2724.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2725.         }, 3));
  2726.     }
  2727.     /**
  2728.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2729.      *
  2730.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2731.      */
  2732.     protected function getLiipImagine_Cache_ManagerService()
  2733.     {
  2734.         $a = ($this->services['router'] ?? $this->getRouterService());
  2735.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2736.             return $this->services['liip_imagine.cache.manager'];
  2737.         }
  2738.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2739.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2740.             return $this->services['liip_imagine.cache.manager'];
  2741.         }
  2742.         $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);
  2743.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2744.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2749.      *
  2750.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2751.      */
  2752.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2753.     {
  2754.         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');
  2755.     }
  2756.     /**
  2757.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2758.      *
  2759.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2760.      */
  2761.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2762.     {
  2763.         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()));
  2764.     }
  2765.     /**
  2766.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2767.      *
  2768.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2769.      */
  2770.     protected function getLiipImagine_Cache_SignerService()
  2771.     {
  2772.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2773.     }
  2774.     /**
  2775.      * Gets the public 'messenger.default_bus' shared service.
  2776.      *
  2777.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2778.      */
  2779.     protected function getMessenger_DefaultBusService()
  2780.     {
  2781.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2782.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2783.             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')));
  2784.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2785.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2786.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2787.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2788.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2789.         }, 7)));
  2790.     }
  2791.     /**
  2792.      * Gets the public 'request_stack' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2795.      */
  2796.     protected function getRequestStackService()
  2797.     {
  2798.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2799.     }
  2800.     /**
  2801.      * Gets the public 'router' shared service.
  2802.      *
  2803.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2804.      */
  2805.     protected function getRouterService()
  2806.     {
  2807.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2808.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2809.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2810.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2812.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2813.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2814.         ], [
  2815.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2816.         ]))->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');
  2817.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2818.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2819.         return $instance;
  2820.     }
  2821.     /**
  2822.      * Gets the public 'sonata.block.context_manager.default' shared service.
  2823.      *
  2824.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  2825.      */
  2826.     protected function getSonata_Block_ContextManager_DefaultService()
  2827.     {
  2828.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2829.         if (isset($this->services['sonata.block.context_manager.default'])) {
  2830.             return $this->services['sonata.block.context_manager.default'];
  2831.         }
  2832.         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()));
  2833.     }
  2834.     /**
  2835.      * Gets the public 'sonata.block.manager' shared service.
  2836.      *
  2837.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  2838.      */
  2839.     protected function getSonata_Block_ManagerService()
  2840.     {
  2841.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2842.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  2843.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  2844.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  2845.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  2846.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  2847.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  2848.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  2849.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  2850.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  2851.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  2852.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  2853.         ], [
  2854.             'sonata.admin.block.admin_list' => '?',
  2855.             'sonata.admin.block.admin_preview' => '?',
  2856.             'sonata.admin.block.search_result' => '?',
  2857.             'sonata.admin.block.stats' => '?',
  2858.             'sonata.block.service.container' => '?',
  2859.             'sonata.block.service.empty' => '?',
  2860.             'sonata.block.service.menu' => '?',
  2861.             'sonata.block.service.rss' => '?',
  2862.             'sonata.block.service.template' => '?',
  2863.             'sonata.block.service.text' => '?',
  2864.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2865.         ]), $this->parameters['sonata.block.container.types']);
  2866.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2867.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2868.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2869.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2870.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2871.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2872.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2873.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2874.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2875.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2876.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2877.         return $instance;
  2878.     }
  2879.     /**
  2880.      * Gets the public 'sonata.block.renderer.default' shared service.
  2881.      *
  2882.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2883.      */
  2884.     protected function getSonata_Block_Renderer_DefaultService()
  2885.     {
  2886.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2887.         if (isset($this->services['sonata.block.renderer.default'])) {
  2888.             return $this->services['sonata.block.renderer.default'];
  2889.         }
  2890.         $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'], [], []);
  2891.         $b->setDefaultFilter('debug_only');
  2892.         $b->setDefaultRenderer('throw');
  2893.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2894.     }
  2895.     /**
  2896.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  2897.      *
  2898.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  2899.      */
  2900.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  2901.     {
  2902.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  2903.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  2904.         return $instance;
  2905.     }
  2906.     /**
  2907.      * Gets the public 'sonata.seo.page.default' shared service.
  2908.      *
  2909.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2910.      */
  2911.     protected function getSonata_Seo_Page_DefaultService()
  2912.     {
  2913.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2914.         $instance->setTitle('');
  2915.         $instance->setMetas([]);
  2916.         $instance->setHtmlAttributes([]);
  2917.         $instance->setSeparator(' - ');
  2918.         return $instance;
  2919.     }
  2920.     /**
  2921.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  2922.      *
  2923.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  2924.      */
  2925.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  2926.     {
  2927.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  2928.     }
  2929.     /**
  2930.      * Gets the public 'translator' shared service.
  2931.      *
  2932.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2933.      */
  2934.     protected function getTranslatorService()
  2935.     {
  2936.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2937.     }
  2938.     /**
  2939.      * Gets the public 'var_dumper.cloner' shared service.
  2940.      *
  2941.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2942.      */
  2943.     protected function getVarDumper_ClonerService()
  2944.     {
  2945.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2946.         $instance->setMaxItems(2500);
  2947.         $instance->setMinDepth(1);
  2948.         $instance->setMaxString(-1);
  2949.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the private '.debug.http_client' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2956.      */
  2957.     protected function get_Debug_HttpClientService()
  2958.     {
  2959.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2960.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2961.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2962.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2963.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2964.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2965.         $a->setLogger($b);
  2966.         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))));
  2967.     }
  2968.     /**
  2969.      * Gets the private '.service_locator.IEeEty.' shared service.
  2970.      *
  2971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2972.      */
  2973.     protected function get_ServiceLocator_IEeEty_Service()
  2974.     {
  2975.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2976.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2977.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2978.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2979.         ], [
  2980.             'security.firewall.map.context.api' => '?',
  2981.             'security.firewall.map.context.dev' => '?',
  2982.             'security.firewall.map.context.main' => '?',
  2983.         ]);
  2984.     }
  2985.     /**
  2986.      * Gets the private 'App\EventListener\CleanFlashMessageListener' shared autowired service.
  2987.      *
  2988.      * @return \App\EventListener\CleanFlashMessageListener
  2989.      */
  2990.     protected function getCleanFlashMessageListenerService()
  2991.     {
  2992.         return $this->privates['App\\EventListener\\CleanFlashMessageListener'] = new \App\EventListener\CleanFlashMessageListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2993.     }
  2994.     /**
  2995.      * Gets the private 'App\EventListener\FormThemeExtensionListener' shared autowired service.
  2996.      *
  2997.      * @return \App\EventListener\FormThemeExtensionListener
  2998.      */
  2999.     protected function getFormThemeExtensionListenerService()
  3000.     {
  3001.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  3002.         if (isset($this->privates['App\\EventListener\\FormThemeExtensionListener'])) {
  3003.             return $this->privates['App\\EventListener\\FormThemeExtensionListener'];
  3004.         }
  3005.         return $this->privates['App\\EventListener\\FormThemeExtensionListener'] = new \App\EventListener\FormThemeExtensionListener($a);
  3006.     }
  3007.     /**
  3008.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  3009.      *
  3010.      * @return \App\EventListener\MaintenanceListener
  3011.      */
  3012.     protected function getMaintenanceListenerService()
  3013.     {
  3014.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3015.         if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
  3016.             return $this->privates['App\\EventListener\\MaintenanceListener'];
  3017.         }
  3018.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getEnv('MAINTENANCE_MODE'), $a);
  3019.     }
  3020.     /**
  3021.      * Gets the private 'App\EventListener\SponsorshipListener' shared autowired service.
  3022.      *
  3023.      * @return \App\EventListener\SponsorshipListener
  3024.      */
  3025.     protected function getSponsorshipListenerService()
  3026.     {
  3027.         $a = ($this->privates['App\\Service\\SponsorshipService'] ?? $this->getSponsorshipServiceService());
  3028.         if (isset($this->privates['App\\EventListener\\SponsorshipListener'])) {
  3029.             return $this->privates['App\\EventListener\\SponsorshipListener'];
  3030.         }
  3031.         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()));
  3032.     }
  3033.     /**
  3034.      * Gets the private 'App\EventListener\UserConfigStepListener' shared autowired service.
  3035.      *
  3036.      * @return \App\EventListener\UserConfigStepListener
  3037.      */
  3038.     protected function getUserConfigStepListenerService()
  3039.     {
  3040.         $a = ($this->services['router'] ?? $this->getRouterService());
  3041.         if (isset($this->privates['App\\EventListener\\UserConfigStepListener'])) {
  3042.             return $this->privates['App\\EventListener\\UserConfigStepListener'];
  3043.         }
  3044.         return $this->privates['App\\EventListener\\UserConfigStepListener'] = new \App\EventListener\UserConfigStepListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3045.     }
  3046.     /**
  3047.      * Gets the private 'App\EventListener\UtmListener' shared autowired service.
  3048.      *
  3049.      * @return \App\EventListener\UtmListener
  3050.      */
  3051.     protected function getUtmListenerService()
  3052.     {
  3053.         return $this->privates['App\\EventListener\\UtmListener'] = new \App\EventListener\UtmListener(($this->privates['App\\Service\\UtmManager'] ?? ($this->privates['App\\Service\\UtmManager'] = new \App\Service\UtmManager())));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'App\Listener\OrlListener' shared autowired service.
  3057.      *
  3058.      * @return \App\Listener\OrlListener
  3059.      */
  3060.     protected function getOrlListenerService()
  3061.     {
  3062.         return $this->privates['App\\Listener\\OrlListener'] = new \App\Listener\OrlListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\OrlService'] ?? $this->getOrlServiceService()));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'App\Listener\WhiteLabelListener' shared autowired service.
  3066.      *
  3067.      * @return \App\Listener\WhiteLabelListener
  3068.      */
  3069.     protected function getWhiteLabelListenerService()
  3070.     {
  3071.         return $this->privates['App\\Listener\\WhiteLabelListener'] = new \App\Listener\WhiteLabelListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService()));
  3072.     }
  3073.     /**
  3074.      * Gets the private 'App\Mailer\AppMailer' shared autowired service.
  3075.      *
  3076.      * @return \App\Mailer\AppMailer
  3077.      */
  3078.     protected function getAppMailerService()
  3079.     {
  3080.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3081.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3082.             return $this->privates['App\\Mailer\\AppMailer'];
  3083.         }
  3084.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3085.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3086.             return $this->privates['App\\Mailer\\AppMailer'];
  3087.         }
  3088.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3089.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3090.             return $this->privates['App\\Mailer\\AppMailer'];
  3091.         }
  3092.         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'));
  3093.     }
  3094.     /**
  3095.      * Gets the private 'App\Repository\AdministratorRepository' shared autowired service.
  3096.      *
  3097.      * @return \App\Repository\AdministratorRepository
  3098.      */
  3099.     protected function getAdministratorRepositoryService()
  3100.     {
  3101.         return $this->privates['App\\Repository\\AdministratorRepository'] = new \App\Repository\AdministratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3102.     }
  3103.     /**
  3104.      * Gets the private 'App\Repository\CityPostRepository' shared autowired service.
  3105.      *
  3106.      * @return \App\Repository\CityPostRepository
  3107.      */
  3108.     protected function getCityPostRepositoryService()
  3109.     {
  3110.         return $this->privates['App\\Repository\\CityPostRepository'] = new \App\Repository\CityPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3111.     }
  3112.     /**
  3113.      * Gets the private 'App\Repository\FreelancerAssistantRepository' shared autowired service.
  3114.      *
  3115.      * @return \App\Repository\FreelancerAssistantRepository
  3116.      */
  3117.     protected function getFreelancerAssistantRepositoryService()
  3118.     {
  3119.         return $this->privates['App\\Repository\\FreelancerAssistantRepository'] = new \App\Repository\FreelancerAssistantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3120.     }
  3121.     /**
  3122.      * Gets the private 'App\Repository\FreelancerRepository' shared autowired service.
  3123.      *
  3124.      * @return \App\Repository\FreelancerRepository
  3125.      */
  3126.     protected function getFreelancerRepositoryService()
  3127.     {
  3128.         return $this->privates['App\\Repository\\FreelancerRepository'] = new \App\Repository\FreelancerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3129.     }
  3130.     /**
  3131.      * Gets the private 'App\Repository\HearingBrandRepository' shared autowired service.
  3132.      *
  3133.      * @return \App\Repository\HearingBrandRepository
  3134.      */
  3135.     protected function getHearingBrandRepositoryService()
  3136.     {
  3137.         return $this->privates['App\\Repository\\HearingBrandRepository'] = new \App\Repository\HearingBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3138.     }
  3139.     /**
  3140.      * Gets the private 'App\Repository\HearingMakerRepository' shared autowired service.
  3141.      *
  3142.      * @return \App\Repository\HearingMakerRepository
  3143.      */
  3144.     protected function getHearingMakerRepositoryService()
  3145.     {
  3146.         return $this->privates['App\\Repository\\HearingMakerRepository'] = new \App\Repository\HearingMakerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3147.     }
  3148.     /**
  3149.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  3150.      *
  3151.      * @return \App\Repository\NotificationRepository
  3152.      */
  3153.     protected function getNotificationRepositoryService()
  3154.     {
  3155.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3156.     }
  3157.     /**
  3158.      * Gets the private 'App\Repository\OrderRepository' shared autowired service.
  3159.      *
  3160.      * @return \App\Repository\OrderRepository
  3161.      */
  3162.     protected function getOrderRepositoryService()
  3163.     {
  3164.         return $this->privates['App\\Repository\\OrderRepository'] = new \App\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3165.     }
  3166.     /**
  3167.      * Gets the private 'App\Repository\SponsorshipRepository' shared autowired service.
  3168.      *
  3169.      * @return \App\Repository\SponsorshipRepository
  3170.      */
  3171.     protected function getSponsorshipRepositoryService()
  3172.     {
  3173.         return $this->privates['App\\Repository\\SponsorshipRepository'] = new \App\Repository\SponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3174.     }
  3175.     /**
  3176.      * Gets the private 'App\Service\BusinessModelService' shared autowired service.
  3177.      *
  3178.      * @return \App\Service\BusinessModelService
  3179.      */
  3180.     protected function getBusinessModelServiceService()
  3181.     {
  3182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3183.         if (isset($this->privates['App\\Service\\BusinessModelService'])) {
  3184.             return $this->privates['App\\Service\\BusinessModelService'];
  3185.         }
  3186.         $b = ($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService());
  3187.         if (isset($this->privates['App\\Service\\BusinessModelService'])) {
  3188.             return $this->privates['App\\Service\\BusinessModelService'];
  3189.         }
  3190.         return $this->privates['App\\Service\\BusinessModelService'] = new \App\Service\BusinessModelService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b);
  3191.     }
  3192.     /**
  3193.      * Gets the private 'App\Service\CapitoleMobileService' shared autowired service.
  3194.      *
  3195.      * @return \App\Service\CapitoleMobileService
  3196.      */
  3197.     protected function getCapitoleMobileServiceService()
  3198.     {
  3199.         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'));
  3200.     }
  3201.     /**
  3202.      * Gets the private 'App\Service\CreditService' shared autowired service.
  3203.      *
  3204.      * @return \App\Service\CreditService
  3205.      */
  3206.     protected function getCreditServiceService()
  3207.     {
  3208.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3209.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3210.             return $this->privates['App\\Service\\CreditService'];
  3211.         }
  3212.         $b = ($this->privates['App\\Service\\NotifyFreelancerService'] ?? $this->getNotifyFreelancerServiceService());
  3213.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3214.             return $this->privates['App\\Service\\CreditService'];
  3215.         }
  3216.         $c = ($this->privates['App\\Mailer\\AppMailer'] ?? $this->getAppMailerService());
  3217.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3218.             return $this->privates['App\\Service\\CreditService'];
  3219.         }
  3220.         $d = ($this->privates['App\\Service\\BusinessModelService'] ?? $this->getBusinessModelServiceService());
  3221.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3222.             return $this->privates['App\\Service\\CreditService'];
  3223.         }
  3224.         return $this->privates['App\\Service\\CreditService'] = new \App\Service\CreditService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c$d);
  3225.     }
  3226.     /**
  3227.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  3228.      *
  3229.      * @return \App\Service\NotificationService
  3230.      */
  3231.     protected function getNotificationServiceService()
  3232.     {
  3233.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3234.         if (isset($this->privates['App\\Service\\NotificationService'])) {
  3235.             return $this->privates['App\\Service\\NotificationService'];
  3236.         }
  3237.         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()));
  3238.     }
  3239.     /**
  3240.      * Gets the private 'App\Service\NotifyFreelancerService' shared autowired service.
  3241.      *
  3242.      * @return \App\Service\NotifyFreelancerService
  3243.      */
  3244.     protected function getNotifyFreelancerServiceService()
  3245.     {
  3246.         $a = ($this->services['router'] ?? $this->getRouterService());
  3247.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3248.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3249.         }
  3250.         $b = ($this->privates['App\\Mailer\\AppMailer'] ?? $this->getAppMailerService());
  3251.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3252.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3253.         }
  3254.         $c = ($this->privates['App\\Service\\SendinblueService'] ?? $this->getSendinblueServiceService());
  3255.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3256.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3257.         }
  3258.         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()));
  3259.     }
  3260.     /**
  3261.      * Gets the private 'App\Service\OrlService' shared autowired service.
  3262.      *
  3263.      * @return \App\Service\OrlService
  3264.      */
  3265.     protected function getOrlServiceService()
  3266.     {
  3267.         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');
  3268.     }
  3269.     /**
  3270.      * Gets the private 'App\Service\PaymentService' shared autowired service.
  3271.      *
  3272.      * @return \App\Service\PaymentService
  3273.      */
  3274.     protected function getPaymentServiceService()
  3275.     {
  3276.         $a = ($this->privates['App\\Service\\SendinblueService'] ?? $this->getSendinblueServiceService());
  3277.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3278.             return $this->privates['App\\Service\\PaymentService'];
  3279.         }
  3280.         $b = ($this->services['Wits\\PaymentBundle\\Service\\StripeService'] ?? $this->getStripeServiceService());
  3281.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3282.             return $this->privates['App\\Service\\PaymentService'];
  3283.         }
  3284.         $c = ($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService());
  3285.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3286.             return $this->privates['App\\Service\\PaymentService'];
  3287.         }
  3288.         return $this->privates['App\\Service\\PaymentService'] = new \App\Service\PaymentService($a$b$c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3289.     }
  3290.     /**
  3291.      * Gets the private 'App\Service\SendinblueService' shared autowired service.
  3292.      *
  3293.      * @return \App\Service\SendinblueService
  3294.      */
  3295.     protected function getSendinblueServiceService()
  3296.     {
  3297.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  3298.         if (isset($this->privates['App\\Service\\SendinblueService'])) {
  3299.             return $this->privates['App\\Service\\SendinblueService'];
  3300.         }
  3301.         $b = ($this->services['router'] ?? $this->getRouterService());
  3302.         if (isset($this->privates['App\\Service\\SendinblueService'])) {
  3303.             return $this->privates['App\\Service\\SendinblueService'];
  3304.         }
  3305.         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');
  3306.     }
  3307.     /**
  3308.      * Gets the private 'App\Service\SponsorshipService' shared autowired service.
  3309.      *
  3310.      * @return \App\Service\SponsorshipService
  3311.      */
  3312.     protected function getSponsorshipServiceService()
  3313.     {
  3314.         $a = ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService());
  3315.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3316.             return $this->privates['App\\Service\\SponsorshipService'];
  3317.         }
  3318.         $b = ($this->privates['App\\Service\\CreditService'] ?? $this->getCreditServiceService());
  3319.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3320.             return $this->privates['App\\Service\\SponsorshipService'];
  3321.         }
  3322.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3323.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3324.             return $this->privates['App\\Service\\SponsorshipService'];
  3325.         }
  3326.         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);
  3327.     }
  3328.     /**
  3329.      * Gets the private 'App\Service\WhiteLabelService' shared autowired service.
  3330.      *
  3331.      * @return \App\Service\WhiteLabelService
  3332.      */
  3333.     protected function getWhiteLabelServiceService()
  3334.     {
  3335.         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');
  3336.     }
  3337.     /**
  3338.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  3339.      *
  3340.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  3341.      */
  3342.     protected function getPluginClientFactoryService()
  3343.     {
  3344.         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))));
  3345.     }
  3346.     /**
  3347.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  3348.      *
  3349.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  3350.      */
  3351.     protected function getPluginClientFactoryListenerService()
  3352.     {
  3353.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  3354.     }
  3355.     /**
  3356.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3357.      *
  3358.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3359.      */
  3360.     protected function getResetAssetsEventListenerService()
  3361.     {
  3362.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3363.     }
  3364.     /**
  3365.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  3366.      *
  3367.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  3368.      */
  3369.     protected function getUploaderHelperService()
  3370.     {
  3371.         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()));
  3372.     }
  3373.     /**
  3374.      * Gets the private 'annotations.cache_adapter' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3377.      */
  3378.     protected function getAnnotations_CacheAdapterService()
  3379.     {
  3380.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3381.     }
  3382.     /**
  3383.      * Gets the private 'annotations.cached_reader' shared service.
  3384.      *
  3385.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3386.      */
  3387.     protected function getAnnotations_CachedReaderService()
  3388.     {
  3389.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3390.     }
  3391.     /**
  3392.      * Gets the private 'annotations.reader' shared service.
  3393.      *
  3394.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3395.      */
  3396.     protected function getAnnotations_ReaderService()
  3397.     {
  3398.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3399.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3400.         $a->registerUniqueLoader('class_exists');
  3401.         $instance->addGlobalIgnoredName('required'$a);
  3402.         return $instance;
  3403.     }
  3404.     /**
  3405.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  3406.      *
  3407.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3408.      */
  3409.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  3410.     {
  3411.         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())));
  3412.     }
  3413.     /**
  3414.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  3415.      *
  3416.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3417.      */
  3418.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  3419.     {
  3420.         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())));
  3421.     }
  3422.     /**
  3423.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  3424.      *
  3425.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3426.      */
  3427.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  3428.     {
  3429.         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())));
  3430.     }
  3431.     /**
  3432.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  3433.      *
  3434.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3435.      */
  3436.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  3437.     {
  3438.         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())));
  3439.     }
  3440.     /**
  3441.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3444.      */
  3445.     protected function getApiPlatform_Cache_RouteNameResolverService()
  3446.     {
  3447.         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())));
  3448.     }
  3449.     /**
  3450.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  3451.      *
  3452.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3453.      */
  3454.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  3455.     {
  3456.         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())));
  3457.     }
  3458.     /**
  3459.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3460.      *
  3461.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3462.      */
  3463.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3464.     {
  3465.         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()));
  3466.     }
  3467.     /**
  3468.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  3469.      *
  3470.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  3471.      */
  3472.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  3473.     {
  3474.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3475.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3476.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3477.         }
  3478.         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())));
  3479.     }
  3480.     /**
  3481.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  3482.      *
  3483.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  3484.      */
  3485.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  3486.     {
  3487.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3488.         if (isset($this->privates['api_platform.hydra.listener.response.add_link_header'])) {
  3489.             return $this->privates['api_platform.hydra.listener.response.add_link_header'];
  3490.         }
  3491.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener($a);
  3492.     }
  3493.     /**
  3494.      * Gets the private 'api_platform.identifier.converter' shared service.
  3495.      *
  3496.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3497.      */
  3498.     protected function getApiPlatform_Identifier_ConverterService()
  3499.     {
  3500.         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 () {
  3501.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  3502.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  3503.         }, 2));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3507.      *
  3508.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3509.      */
  3510.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3511.     {
  3512.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3513.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3514.         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);
  3515.     }
  3516.     /**
  3517.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  3518.      *
  3519.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  3520.      */
  3521.     protected function getApiPlatform_IriConverter_LegacyService()
  3522.     {
  3523.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3524.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  3525.             return $this->privates['api_platform.iri_converter.legacy'];
  3526.         }
  3527.         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()));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3531.      *
  3532.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3533.      */
  3534.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3535.     {
  3536.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3537.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  3538.         return $instance;
  3539.     }
  3540.     /**
  3541.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  3542.      *
  3543.      * @return \ApiPlatform\JsonLd\ContextBuilder
  3544.      */
  3545.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  3546.     {
  3547.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3548.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3549.             return $this->privates['api_platform.jsonld.context_builder'];
  3550.         }
  3551.         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));
  3552.     }
  3553.     /**
  3554.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3555.      *
  3556.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3557.      */
  3558.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3559.     {
  3560.         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']);
  3561.     }
  3562.     /**
  3563.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  3564.      *
  3565.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  3566.      */
  3567.     protected function getApiPlatform_Listener_Request_DeserializeService()
  3568.     {
  3569.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3570.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  3571.             return $this->privates['api_platform.listener.request.deserialize'];
  3572.         }
  3573.         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()));
  3574.     }
  3575.     /**
  3576.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3577.      *
  3578.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3579.      */
  3580.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3581.     {
  3582.         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()));
  3583.     }
  3584.     /**
  3585.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3586.      *
  3587.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3588.      */
  3589.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3590.     {
  3591.         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);
  3592.     }
  3593.     /**
  3594.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3595.      *
  3596.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3597.      */
  3598.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3599.     {
  3600.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  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.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3605.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3606.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3607.         }
  3608.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3609.         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 () {
  3610.             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()));
  3611.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3612.             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()));
  3613.             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()));
  3614.             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()));
  3615.             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()));
  3616.             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()));
  3617.             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()));
  3618.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3619.             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()));
  3620.             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()));
  3621.             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()));
  3622.             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()));
  3623.         }, 13)));
  3624.     }
  3625.     /**
  3626.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3627.      *
  3628.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3629.      */
  3630.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3631.     {
  3632.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3633.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3634.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3635.         }
  3636.         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)));
  3637.     }
  3638.     /**
  3639.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3640.      *
  3641.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3642.      */
  3643.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3644.     {
  3645.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3646.         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']));
  3647.     }
  3648.     /**
  3649.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3650.      *
  3651.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3652.      */
  3653.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3654.     {
  3655.         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)))))));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3659.      *
  3660.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3661.      */
  3662.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3663.     {
  3664.         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()))));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3668.      *
  3669.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3670.      */
  3671.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3672.     {
  3673.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3674.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3675.             return $this->privates['api_platform.operation_path_resolver.router'];
  3676.         }
  3677.         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()));
  3678.     }
  3679.     /**
  3680.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3681.      *
  3682.      * @return \ApiPlatform\Api\ResourceClassResolver
  3683.      */
  3684.     protected function getApiPlatform_ResourceClassResolverService()
  3685.     {
  3686.         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()));
  3687.     }
  3688.     /**
  3689.      * Gets the private 'api_platform.router' shared service.
  3690.      *
  3691.      * @return \ApiPlatform\Symfony\Routing\Router
  3692.      */
  3693.     protected function getApiPlatform_RouterService()
  3694.     {
  3695.         $a = ($this->services['router'] ?? $this->getRouterService());
  3696.         if (isset($this->privates['api_platform.router'])) {
  3697.             return $this->privates['api_platform.router'];
  3698.         }
  3699.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  3700.     }
  3701.     /**
  3702.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3703.      *
  3704.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3705.      */
  3706.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3707.     {
  3708.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3709.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  3710.             return $this->privates['api_platform.security.listener.request.deny_access'];
  3711.         }
  3712.         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);
  3713.     }
  3714.     /**
  3715.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3716.      *
  3717.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3718.      */
  3719.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3720.     {
  3721.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3722.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3723.             return $this->privates['api_platform.security.resource_access_checker'];
  3724.         }
  3725.         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);
  3726.     }
  3727.     /**
  3728.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3729.      *
  3730.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3731.      */
  3732.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3733.     {
  3734.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3735.         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));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3739.      *
  3740.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3741.      */
  3742.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3743.     {
  3744.         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()))])));
  3745.     }
  3746.     /**
  3747.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3748.      *
  3749.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3750.      */
  3751.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3752.     {
  3753.         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())));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'assets.packages' shared service.
  3757.      *
  3758.      * @return \Symfony\Component\Asset\Packages
  3759.      */
  3760.     protected function getAssets_PackagesService()
  3761.     {
  3762.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3763.         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 () {
  3764.             return new \EmptyIterator();
  3765.         }, 0));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'cache.annotations' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3771.      */
  3772.     protected function getCache_AnnotationsService()
  3773.     {
  3774.         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())));
  3775.     }
  3776.     /**
  3777.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3780.      */
  3781.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3782.     {
  3783.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3784.     }
  3785.     /**
  3786.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3787.      *
  3788.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3789.      */
  3790.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3791.     {
  3792.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3793.     }
  3794.     /**
  3795.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3796.      *
  3797.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3798.      */
  3799.     protected function getCache_Messenger_RestartWorkersSignalService()
  3800.     {
  3801.         $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))));
  3802.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3803.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3804.     }
  3805.     /**
  3806.      * Gets the private 'cache.property_info' shared service.
  3807.      *
  3808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3809.      */
  3810.     protected function getCache_PropertyInfoService()
  3811.     {
  3812.         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())));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'cache.security_expression_language' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3818.      */
  3819.     protected function getCache_SecurityExpressionLanguageService()
  3820.     {
  3821.         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())));
  3822.     }
  3823.     /**
  3824.      * Gets the private 'cache.serializer' shared service.
  3825.      *
  3826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3827.      */
  3828.     protected function getCache_SerializerService()
  3829.     {
  3830.         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())));
  3831.     }
  3832.     /**
  3833.      * Gets the private 'cache.validator' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3836.      */
  3837.     protected function getCache_ValidatorService()
  3838.     {
  3839.         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())));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'cache.webpack_encore' shared service.
  3843.      *
  3844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3845.      */
  3846.     protected function getCache_WebpackEncoreService()
  3847.     {
  3848.         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())));
  3849.     }
  3850.     /**
  3851.      * Gets the private 'config_cache_factory' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3854.      */
  3855.     protected function getConfigCacheFactoryService()
  3856.     {
  3857.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3858.             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)));
  3859.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3860.         }, 2));
  3861.     }
  3862.     /**
  3863.      * Gets the private 'data_collector.form' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3866.      */
  3867.     protected function getDataCollector_FormService()
  3868.     {
  3869.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3870.     }
  3871.     /**
  3872.      * Gets the private 'data_collector.request' shared service.
  3873.      *
  3874.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3875.      */
  3876.     protected function getDataCollector_RequestService()
  3877.     {
  3878.         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())));
  3879.     }
  3880.     /**
  3881.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3882.      *
  3883.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3884.      */
  3885.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3886.     {
  3887.         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 () {
  3888.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3889.         }, 1)));
  3890.     }
  3891.     /**
  3892.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3893.      *
  3894.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3895.      */
  3896.     protected function getDebug_ApiPlatform_DataPersisterService()
  3897.     {
  3898.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3899.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  3900.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3901.         }, 2)));
  3902.     }
  3903.     /**
  3904.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3905.      *
  3906.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3907.      */
  3908.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3909.     {
  3910.         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 () {
  3911.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3912.         }, 1)));
  3913.     }
  3914.     /**
  3915.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3916.      *
  3917.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3918.      */
  3919.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3920.     {
  3921.         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 () {
  3922.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3923.         }, 1)));
  3924.     }
  3925.     /**
  3926.      * Gets the private 'debug.controller_resolver' shared service.
  3927.      *
  3928.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3929.      */
  3930.     protected function getDebug_ControllerResolverService()
  3931.     {
  3932.         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))));
  3933.     }
  3934.     /**
  3935.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3936.      *
  3937.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3938.      */
  3939.     protected function getDebug_DebugHandlersListenerService()
  3940.     {
  3941.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3942.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3943.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3944.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3945.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3946.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3947.     }
  3948.     /**
  3949.      * Gets the private 'debug.file_link_formatter' shared service.
  3950.      *
  3951.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3952.      */
  3953.     protected function getDebug_FileLinkFormatterService()
  3954.     {
  3955.         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 () {
  3956.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3957.         });
  3958.     }
  3959.     /**
  3960.      * Gets the private 'debug.log_processor' shared service.
  3961.      *
  3962.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3963.      */
  3964.     protected function getDebug_LogProcessorService()
  3965.     {
  3966.         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())));
  3967.     }
  3968.     /**
  3969.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3970.      *
  3971.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3972.      */
  3973.     protected function getDebug_Security_Access_DecisionManagerService()
  3974.     {
  3975.         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 () {
  3976.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3977.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  3978.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3979.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3980.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ProspectOnStoreVoter'] ?? $this->load('getProspectOnStoreVoterService'));
  3981.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\StoreVoter'] ?? $this->load('getStoreVoterService'));
  3982.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\SwitchToCustomerVoter'] ?? $this->load('getSwitchToCustomerVoterService'));
  3983.         }, 7), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(true)));
  3984.     }
  3985.     /**
  3986.      * Gets the private 'debug.security.firewall' shared service.
  3987.      *
  3988.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3989.      */
  3990.     protected function getDebug_Security_FirewallService()
  3991.     {
  3992.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3993.         if (isset($this->privates['debug.security.firewall'])) {
  3994.             return $this->privates['debug.security.firewall'];
  3995.         }
  3996.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3997.         if (isset($this->privates['debug.security.firewall'])) {
  3998.             return $this->privates['debug.security.firewall'];
  3999.         }
  4000.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  4001.         if (isset($this->privates['debug.security.firewall'])) {
  4002.             return $this->privates['debug.security.firewall'];
  4003.         }
  4004.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  4005.     }
  4006.     /**
  4007.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4008.      *
  4009.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4010.      */
  4011.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4012.     {
  4013.         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')]);
  4014.     }
  4015.     /**
  4016.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4017.      *
  4018.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4019.      */
  4020.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4021.     {
  4022.         $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);
  4023.         $instance->setGlobalBasename('mapping');
  4024.         return $instance;
  4025.     }
  4026.     /**
  4027.      * Gets the private 'exception_listener' shared service.
  4028.      *
  4029.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4030.      */
  4031.     protected function getExceptionListenerService()
  4032.     {
  4033.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, ['Knp\\Component\\Pager\\Exception\\PageNumberInvalidException' => ['log_level' => 'warning''status_code' => 404]]);
  4034.     }
  4035.     /**
  4036.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  4037.      *
  4038.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  4039.      */
  4040.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  4041.     {
  4042.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  4043.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  4044.     }
  4045.     /**
  4046.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4047.      *
  4048.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4049.      */
  4050.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4051.     {
  4052.         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())));
  4053.     }
  4054.     /**
  4055.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4056.      *
  4057.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4058.      */
  4059.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4060.     {
  4061.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4062.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4063.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4064.         }
  4065.         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);
  4066.     }
  4067.     /**
  4068.      * Gets the private 'httplug.collector.formatter' shared service.
  4069.      *
  4070.      * @return \Http\HttplugBundle\Collector\Formatter
  4071.      */
  4072.     protected function getHttplug_Collector_FormatterService()
  4073.     {
  4074.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  4075.     }
  4076.     /**
  4077.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  4078.      *
  4079.      * @return \Knp\Menu\Provider\ChainProvider
  4080.      */
  4081.     protected function getKnpMenu_MenuProvider_ChainService()
  4082.     {
  4083.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  4084.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  4085.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  4086.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  4087.         }, 3));
  4088.     }
  4089.     /**
  4090.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4091.      *
  4092.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4093.      */
  4094.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4095.     {
  4096.         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]);
  4097.     }
  4098.     /**
  4099.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  4100.      *
  4101.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  4102.      */
  4103.     protected function getLiipImagine_Filter_ConfigurationService()
  4104.     {
  4105.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  4106.     }
  4107.     /**
  4108.      * Gets the private 'locale_aware_listener' shared service.
  4109.      *
  4110.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4111.      */
  4112.     protected function getLocaleAwareListenerService()
  4113.     {
  4114.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4115.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4116.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4117.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  4118.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  4119.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4120.     }
  4121.     /**
  4122.      * Gets the private 'locale_listener' shared service.
  4123.      *
  4124.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4125.      */
  4126.     protected function getLocaleListenerService()
  4127.     {
  4128.         $a = ($this->services['router'] ?? $this->getRouterService());
  4129.         if (isset($this->privates['locale_listener'])) {
  4130.             return $this->privates['locale_listener'];
  4131.         }
  4132.         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, []);
  4133.     }
  4134.     /**
  4135.      * Gets the private 'mailer.transports' shared service.
  4136.      *
  4137.      * @return \Symfony\Component\Mailer\Transport\Transports
  4138.      */
  4139.     protected function getMailer_TransportsService()
  4140.     {
  4141.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4142.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  4143.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  4144.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  4145.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  4146.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4147.     }
  4148.     /**
  4149.      * Gets the private 'mime_types' shared service.
  4150.      *
  4151.      * @return \Symfony\Component\Mime\MimeTypes
  4152.      */
  4153.     protected function getMimeTypesService()
  4154.     {
  4155.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4156.         $instance->setDefault($instance);
  4157.         return $instance;
  4158.     }
  4159.     /**
  4160.      * Gets the private 'monolog.handler.app' shared service.
  4161.      *
  4162.      * @return \Monolog\Handler\StreamHandler
  4163.      */
  4164.     protected function getMonolog_Handler_AppService()
  4165.     {
  4166.         $this->privates['monolog.handler.app'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev_app.log'), 100trueNULLfalse);
  4167.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4168.         return $instance;
  4169.     }
  4170.     /**
  4171.      * Gets the private 'monolog.handler.console' shared service.
  4172.      *
  4173.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4174.      */
  4175.     protected function getMonolog_Handler_ConsoleService()
  4176.     {
  4177.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4178.     }
  4179.     /**
  4180.      * Gets the private 'monolog.handler.main' shared service.
  4181.      *
  4182.      * @return \Monolog\Handler\StreamHandler
  4183.      */
  4184.     protected function getMonolog_Handler_MainService()
  4185.     {
  4186.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4187.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4188.         return $instance;
  4189.     }
  4190.     /**
  4191.      * Gets the private 'monolog.logger' shared service.
  4192.      *
  4193.      * @return \Symfony\Bridge\Monolog\Logger
  4194.      */
  4195.     protected function getMonolog_LoggerService()
  4196.     {
  4197.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4198.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4199.         $instance->useMicrosecondTimestamps(true);
  4200.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4201.         $instance->pushHandler(($this->privates['monolog.handler.app'] ?? $this->getMonolog_Handler_AppService()));
  4202.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4203.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4204.         return $instance;
  4205.     }
  4206.     /**
  4207.      * Gets the private 'monolog.logger.cache' shared service.
  4208.      *
  4209.      * @return \Symfony\Bridge\Monolog\Logger
  4210.      */
  4211.     protected function getMonolog_Logger_CacheService()
  4212.     {
  4213.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4214.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4215.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4216.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4217.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4218.         return $instance;
  4219.     }
  4220.     /**
  4221.      * Gets the private 'monolog.logger.request' shared service.
  4222.      *
  4223.      * @return \Symfony\Bridge\Monolog\Logger
  4224.      */
  4225.     protected function getMonolog_Logger_RequestService()
  4226.     {
  4227.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4228.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4229.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4230.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4231.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4232.         return $instance;
  4233.     }
  4234.     /**
  4235.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4236.      *
  4237.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4238.      */
  4239.     protected function getNelmioCors_CorsListenerService()
  4240.     {
  4241.         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'))]));
  4242.     }
  4243.     /**
  4244.      * Gets the private 'parameter_bag' shared service.
  4245.      *
  4246.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4247.      */
  4248.     protected function getParameterBagService()
  4249.     {
  4250.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4251.     }
  4252.     /**
  4253.      * Gets the private 'profiler_listener' shared service.
  4254.      *
  4255.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4256.      */
  4257.     protected function getProfilerListenerService()
  4258.     {
  4259.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4260.         if (isset($this->privates['profiler_listener'])) {
  4261.             return $this->privates['profiler_listener'];
  4262.         }
  4263.         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);
  4264.     }
  4265.     /**
  4266.      * Gets the private 'property_accessor' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4269.      */
  4270.     protected function getPropertyAccessorService()
  4271.     {
  4272.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4273.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4274.     }
  4275.     /**
  4276.      * Gets the private 'property_info' shared service.
  4277.      *
  4278.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4279.      */
  4280.     protected function getPropertyInfoService()
  4281.     {
  4282.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4283.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4284.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4285.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4286.         }, 3), new RewindableGenerator(function () {
  4287.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4288.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4289.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4290.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4291.         }, 4), new RewindableGenerator(function () {
  4292.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4293.         }, 1), new RewindableGenerator(function () {
  4294.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4295.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4296.         }, 2), new RewindableGenerator(function () {
  4297.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4298.         }, 1));
  4299.     }
  4300.     /**
  4301.      * Gets the private 'router.expression_language_provider' shared service.
  4302.      *
  4303.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4304.      */
  4305.     protected function getRouter_ExpressionLanguageProviderService()
  4306.     {
  4307.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4308.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4309.         ], [
  4310.             'env' => 'Closure',
  4311.         ]));
  4312.     }
  4313.     /**
  4314.      * Gets the private 'router.request_context' shared service.
  4315.      *
  4316.      * @return \Symfony\Component\Routing\RequestContext
  4317.      */
  4318.     protected function getRouter_RequestContextService()
  4319.     {
  4320.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4321.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4322.         return $instance;
  4323.     }
  4324.     /**
  4325.      * Gets the private 'router_listener' shared service.
  4326.      *
  4327.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4328.      */
  4329.     protected function getRouterListenerService()
  4330.     {
  4331.         $a = ($this->services['router'] ?? $this->getRouterService());
  4332.         if (isset($this->privates['router_listener'])) {
  4333.             return $this->privates['router_listener'];
  4334.         }
  4335.         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);
  4336.     }
  4337.     /**
  4338.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  4339.      *
  4340.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  4341.      */
  4342.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  4343.     {
  4344.         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()));
  4345.     }
  4346.     /**
  4347.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  4348.      *
  4349.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  4350.      */
  4351.     protected function getSchebTwoFactor_ProviderRegistryService()
  4352.     {
  4353.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  4354.             yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
  4355.         }, 1));
  4356.     }
  4357.     /**
  4358.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  4359.      *
  4360.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  4361.      */
  4362.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  4363.     {
  4364.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  4365.     }
  4366.     /**
  4367.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  4368.      *
  4369.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  4370.      */
  4371.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  4372.     {
  4373.         if ($lazyLoad) {
  4374.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  4375.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4376.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  4377.                     $proxy->setProxyInitializer(null);
  4378.                     return true;
  4379.                 });
  4380.             });
  4381.         }
  4382.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  4383.         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);
  4384.     }
  4385.     /**
  4386.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  4387.      *
  4388.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  4389.      */
  4390.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  4391.     {
  4392.         if ($lazyLoad) {
  4393.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  4394.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4395.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  4396.                     $proxy->setProxyInitializer(null);
  4397.                     return true;
  4398.                 });
  4399.             });
  4400.         }
  4401.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  4404.         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');
  4405.     }
  4406.     /**
  4407.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  4408.      *
  4409.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4410.      */
  4411.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  4412.     {
  4413.         $a = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  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.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4418.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  4419.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  4420.         }
  4421.         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);
  4422.     }
  4423.     /**
  4424.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  4425.      *
  4426.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4427.      */
  4428.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  4429.     {
  4430.         $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  4431.         if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  4432.             return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  4433.         }
  4434.         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);
  4435.     }
  4436.     /**
  4437.      * Gets the private 'security.csrf.token_storage' shared service.
  4438.      *
  4439.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4440.      */
  4441.     protected function getSecurity_Csrf_TokenStorageService()
  4442.     {
  4443.         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())));
  4444.     }
  4445.     /**
  4446.      * Gets the private 'security.expression_language' shared service.
  4447.      *
  4448.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  4449.      */
  4450.     protected function getSecurity_ExpressionLanguageService()
  4451.     {
  4452.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  4453.         $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())));
  4454.         return $instance;
  4455.     }
  4456.     /**
  4457.      * Gets the private 'security.firewall.map' shared service.
  4458.      *
  4459.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4460.      */
  4461.     protected function getSecurity_Firewall_MapService()
  4462.     {
  4463.         $a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
  4464.         if (isset($this->privates['security.firewall.map'])) {
  4465.             return $this->privates['security.firewall.map'];
  4466.         }
  4467.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4468.             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)/')));
  4469.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  4470.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4471.         }, 3));
  4472.     }
  4473.     /**
  4474.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  4475.      *
  4476.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4477.      */
  4478.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  4479.     {
  4480.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  4481.         if (isset($this->privates['security.firewall_config.two_factor.main'])) {
  4482.             return $this->privates['security.firewall_config.two_factor.main'];
  4483.         }
  4484.         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());
  4485.     }
  4486.     /**
  4487.      * Gets the private 'security.http_utils' shared service.
  4488.      *
  4489.      * @return \Symfony\Component\Security\Http\HttpUtils
  4490.      */
  4491.     protected function getSecurity_HttpUtilsService()
  4492.     {
  4493.         $a = ($this->services['router'] ?? $this->getRouterService());
  4494.         if (isset($this->privates['security.http_utils'])) {
  4495.             return $this->privates['security.http_utils'];
  4496.         }
  4497.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4498.     }
  4499.     /**
  4500.      * Gets the private 'security.logout_url_generator' shared service.
  4501.      *
  4502.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4503.      */
  4504.     protected function getSecurity_LogoutUrlGeneratorService()
  4505.     {
  4506.         $a = ($this->services['router'] ?? $this->getRouterService());
  4507.         if (isset($this->privates['security.logout_url_generator'])) {
  4508.             return $this->privates['security.logout_url_generator'];
  4509.         }
  4510.         $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()));
  4511.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  4512.         return $instance;
  4513.     }
  4514.     /**
  4515.      * Gets the private 'security.role_hierarchy' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4518.      */
  4519.     protected function getSecurity_RoleHierarchyService()
  4520.     {
  4521.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4522.     }
  4523.     /**
  4524.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4525.      *
  4526.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4527.      */
  4528.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4529.     {
  4530.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4531.     }
  4532.     /**
  4533.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4534.      *
  4535.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4536.      */
  4537.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4538.     {
  4539.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4540.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4541.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4542.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4543.     }
  4544.     /**
  4545.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4546.      *
  4547.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4548.      */
  4549.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4550.     {
  4551.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4552.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4553.             return $this->privates['sensio_framework_extra.security.listener'];
  4554.         }
  4555.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4556.         $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())));
  4557.         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()));
  4558.     }
  4559.     /**
  4560.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4561.      *
  4562.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4563.      */
  4564.     protected function getSensioFrameworkExtra_View_ListenerService()
  4565.     {
  4566.         $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))));
  4567.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4568.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4569.         ], [
  4570.             'twig' => '?',
  4571.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4572.         return $instance;
  4573.     }
  4574.     /**
  4575.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4576.      *
  4577.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4578.      */
  4579.     protected function getSerializer_NameConverter_MetadataAwareService()
  4580.     {
  4581.         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()));
  4582.     }
  4583.     /**
  4584.      * Gets the private 'session.factory' shared service.
  4585.      *
  4586.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4587.      */
  4588.     protected function getSession_FactoryService()
  4589.     {
  4590.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4591.         if (isset($this->privates['session.factory'])) {
  4592.             return $this->privates['session.factory'];
  4593.         }
  4594.         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']);
  4595.     }
  4596.     /**
  4597.      * Gets the private 'session_listener' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4600.      */
  4601.     protected function getSessionListenerService()
  4602.     {
  4603.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4604.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4605.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4606.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4607.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4608.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4609.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4610.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4611.         ], [
  4612.             'initialized_session' => '?',
  4613.             'logger' => '?',
  4614.             'request_stack' => '?',
  4615.             'session' => '?',
  4616.             'session_collector' => '?',
  4617.             'session_factory' => '?',
  4618.             'session_storage' => '?',
  4619.         ]), true$this->parameters['session.storage.options']);
  4620.     }
  4621.     /**
  4622.      * Gets the private 'sherlockode_configuration.configuration_manager' shared service.
  4623.      *
  4624.      * @return \Sherlockode\ConfigurationBundle\Manager\ConfigurationManager
  4625.      */
  4626.     protected function getSherlockodeConfiguration_ConfigurationManagerService()
  4627.     {
  4628.         return $this->privates['sherlockode_configuration.configuration_manager'] = new \Sherlockode\ConfigurationBundle\Manager\ConfigurationManager($this->parameters['sherlockode_configuration.parameters'], false);
  4629.     }
  4630.     /**
  4631.      * Gets the private 'sherlockode_configuration.field_manager' shared service.
  4632.      *
  4633.      * @return \Sherlockode\ConfigurationBundle\Manager\FieldTypeManager
  4634.      */
  4635.     protected function getSherlockodeConfiguration_FieldManagerService()
  4636.     {
  4637.         $this->privates['sherlockode_configuration.field_manager'] = $instance = new \Sherlockode\ConfigurationBundle\Manager\FieldTypeManager();
  4638.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4639.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\SimpleField());
  4640.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\DateTimeField());
  4641.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\ChoiceField());
  4642.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\CheckboxField());
  4643.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\EntityField($a));
  4644.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\ImageField());
  4645.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\PasswordField($a'App\\Entity\\Parameter'));
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the private 'sherlockode_configuration.parameter_manager' shared service.
  4650.      *
  4651.      * @return \Sherlockode\ConfigurationBundle\Manager\ParameterManager
  4652.      */
  4653.     protected function getSherlockodeConfiguration_ParameterManagerService()
  4654.     {
  4655.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4656.         if (isset($this->privates['sherlockode_configuration.parameter_manager'])) {
  4657.             return $this->privates['sherlockode_configuration.parameter_manager'];
  4658.         }
  4659.         $b = ($this->privates['sherlockode_configuration.field_manager'] ?? $this->getSherlockodeConfiguration_FieldManagerService());
  4660.         if (isset($this->privates['sherlockode_configuration.parameter_manager'])) {
  4661.             return $this->privates['sherlockode_configuration.parameter_manager'];
  4662.         }
  4663.         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);
  4664.     }
  4665.     /**
  4666.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  4667.      *
  4668.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  4669.      */
  4670.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  4671.     {
  4672.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  4673.     }
  4674.     /**
  4675.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  4676.      *
  4677.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4678.      */
  4679.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  4680.     {
  4681.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4682.     }
  4683.     /**
  4684.      * Gets the private 'sonata.admin.pool' shared service.
  4685.      *
  4686.      * @return \Sonata\AdminBundle\Admin\Pool
  4687.      */
  4688.     protected function getSonata_Admin_PoolService()
  4689.     {
  4690.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4691.             'admin.StoreManagementRequest' => [false'admin.StoreManagementRequest''getAdmin_StoreManagementRequestService'true],
  4692.             'admin.acquisitionMode' => [false'admin.acquisitionMode''getAdmin_AcquisitionModeService'true],
  4693.             'admin.blogAuthor' => [false'admin.blogAuthor''getAdmin_BlogAuthorService'true],
  4694.             'admin.blogCategory' => [false'admin.blogCategory''getAdmin_BlogCategoryService'true],
  4695.             'admin.blogPost' => [false'admin.blogPost''getAdmin_BlogPostService'true],
  4696.             'admin.careNetwork' => [false'admin.careNetwork''getAdmin_CareNetworkService'true],
  4697.             'admin.centralPurchasing' => [false'admin.centralPurchasing''getAdmin_CentralPurchasingService'true],
  4698.             'admin.cityPost' => [false'admin.cityPost''getAdmin_CityPostService'true],
  4699.             'admin.claimAdmin' => [false'admin.claimAdmin''getAdmin_ClaimAdminService'true],
  4700.             'admin.coregistrationCampaign' => [false'admin.coregistrationCampaign''getAdmin_CoregistrationCampaignService'true],
  4701.             'admin.creditCost' => [false'admin.creditCost''getAdmin_CreditCostService'true],
  4702.             'admin.creditPackGeneric' => [false'admin.creditPackGeneric''getAdmin_CreditPackGenericService'true],
  4703.             'admin.deviceSale' => [false'admin.deviceSale''getAdmin_DeviceSaleService'true],
  4704.             'admin.financialParameterAdmin' => [false'admin.financialParameterAdmin''getAdmin_FinancialParameterAdminService'true],
  4705.             'admin.financialStatisticAdmin' => [false'admin.financialStatisticAdmin''getAdmin_FinancialStatisticAdminService'true],
  4706.             'admin.freelancer' => [false'admin.freelancer''getAdmin_FreelancerService'true],
  4707.             'admin.freelancerComment' => [false'admin.freelancerComment''getAdmin_FreelancerCommentService'true],
  4708.             'admin.freelancerLeadDashboard' => [false'admin.freelancerLeadDashboard''getAdmin_FreelancerLeadDashboardService'true],
  4709.             'admin.freelancerLeadDashboardPilotage' => [false'admin.freelancerLeadDashboardPilotage''getAdmin_FreelancerLeadDashboardPilotageService'true],
  4710.             'admin.hearingAid' => [false'admin.hearingAid''getAdmin_HearingAidService'true],
  4711.             'admin.hearingBrand' => [false'admin.hearingBrand''getAdmin_HearingBrandService'true],
  4712.             'admin.hearingMaker' => [false'admin.hearingMaker''getAdmin_HearingMakerService'true],
  4713.             'admin.invoice' => [false'admin.invoice''getAdmin_InvoiceService'true],
  4714.             'admin.lead' => [false'admin.lead''getAdmin_LeadService'true],
  4715.             'admin.logEntry' => [false'admin.logEntry''getAdmin_LogEntryService'true],
  4716.             'admin.navigationStatisticAdmin' => [false'admin.navigationStatisticAdmin''getAdmin_NavigationStatisticAdminService'true],
  4717.             'admin.notification' => [false'admin.notification''getAdmin_NotificationService'true],
  4718.             'admin.order' => [false'admin.order''getAdmin_OrderService'true],
  4719.             'admin.partner' => [false'admin.partner''getAdmin_PartnerService'true],
  4720.             'admin.payment' => [false'admin.payment''getAdmin_PaymentService'true],
  4721.             'admin.paymentMethod' => [false'admin.paymentMethod''getAdmin_PaymentMethodService'true],
  4722.             'admin.phoneValidation' => [false'admin.phoneValidation''getAdmin_PhoneValidationService'true],
  4723.             'admin.prescriber' => [false'admin.prescriber''getAdmin_PrescriberService'true],
  4724.             'admin.productionStatisticAdmin' => [false'admin.productionStatisticAdmin''getAdmin_ProductionStatisticAdminService'true],
  4725.             'admin.prospect' => [false'admin.prospect''getAdmin_ProspectService'true],
  4726.             'admin.prospectDulicate' => [false'admin.prospectDulicate''getAdmin_ProspectDulicateService'true],
  4727.             'admin.prospectOnHearingAid' => [false'admin.prospectOnHearingAid''getAdmin_ProspectOnHearingAidService'true],
  4728.             'admin.prospectOnStore' => [false'admin.prospectOnStore''getAdmin_ProspectOnStoreService'true],
  4729.             'admin.prospectOnStoreFeedback' => [false'admin.prospectOnStoreFeedback''getAdmin_ProspectOnStoreFeedbackService'true],
  4730.             'admin.prospectOnStoreQualification' => [false'admin.prospectOnStoreQualification''getAdmin_ProspectOnStoreQualificationService'true],
  4731.             'admin.prospectOnStoreStatus' => [false'admin.prospectOnStoreStatus''getAdmin_ProspectOnStoreStatusService'true],
  4732.             'admin.prospectQualification' => [false'admin.prospectQualification''getAdmin_ProspectQualificationService'true],
  4733.             'admin.qualificationStatisticAdmin' => [false'admin.qualificationStatisticAdmin''getAdmin_QualificationStatisticAdminService'true],
  4734.             'admin.shortUrl' => [false'admin.shortUrl''getAdmin_ShortUrlService'true],
  4735.             'admin.smsBroadcast' => [false'admin.smsBroadcast''getAdmin_SmsBroadcastService'true],
  4736.             'admin.sponsorship' => [false'admin.sponsorship''getAdmin_SponsorshipService'true],
  4737.             'admin.stat.report' => [false'admin.stat.report''getAdmin_Stat_ReportService'true],
  4738.             'admin.store' => [false'admin.store''getAdmin_StoreService'true],
  4739.             'admin.storeFinderData' => [false'admin.storeFinderData''getAdmin_StoreFinderDataService'true],
  4740.             'admin.storeIndexation' => [false'admin.storeIndexation''getAdmin_StoreIndexationService'true],
  4741.             'admin.storePage' => [false'admin.storePage''getAdmin_StorePageService'true],
  4742.             'admin.thirdPartyEntity' => [false'admin.thirdPartyEntity''getAdmin_ThirdPartyEntityService'true],
  4743.             'admin.user' => [false'admin.user''getAdmin_UserService'true],
  4744.             'admin.userTracking' => [false'admin.userTracking''getAdmin_UserTrackingService'true],
  4745.             'admin.userTrackingDetail' => [false'admin.userTrackingDetail''getAdmin_UserTrackingDetailService'true],
  4746.             'admin.userTrackingDuration' => [false'admin.userTrackingDuration''getAdmin_UserTrackingDurationService'true],
  4747.         ], [
  4748.             'admin.StoreManagementRequest' => '?',
  4749.             'admin.acquisitionMode' => '?',
  4750.             'admin.blogAuthor' => '?',
  4751.             'admin.blogCategory' => '?',
  4752.             'admin.blogPost' => '?',
  4753.             'admin.careNetwork' => '?',
  4754.             'admin.centralPurchasing' => '?',
  4755.             'admin.cityPost' => '?',
  4756.             'admin.claimAdmin' => '?',
  4757.             'admin.coregistrationCampaign' => '?',
  4758.             'admin.creditCost' => '?',
  4759.             'admin.creditPackGeneric' => '?',
  4760.             'admin.deviceSale' => '?',
  4761.             'admin.financialParameterAdmin' => '?',
  4762.             'admin.financialStatisticAdmin' => '?',
  4763.             'admin.freelancer' => '?',
  4764.             'admin.freelancerComment' => '?',
  4765.             'admin.freelancerLeadDashboard' => '?',
  4766.             'admin.freelancerLeadDashboardPilotage' => '?',
  4767.             'admin.hearingAid' => '?',
  4768.             'admin.hearingBrand' => '?',
  4769.             'admin.hearingMaker' => '?',
  4770.             'admin.invoice' => '?',
  4771.             'admin.lead' => '?',
  4772.             'admin.logEntry' => '?',
  4773.             'admin.navigationStatisticAdmin' => '?',
  4774.             'admin.notification' => '?',
  4775.             'admin.order' => '?',
  4776.             'admin.partner' => '?',
  4777.             'admin.payment' => '?',
  4778.             'admin.paymentMethod' => '?',
  4779.             'admin.phoneValidation' => '?',
  4780.             'admin.prescriber' => '?',
  4781.             'admin.productionStatisticAdmin' => '?',
  4782.             'admin.prospect' => '?',
  4783.             'admin.prospectDulicate' => '?',
  4784.             'admin.prospectOnHearingAid' => '?',
  4785.             'admin.prospectOnStore' => '?',
  4786.             'admin.prospectOnStoreFeedback' => '?',
  4787.             'admin.prospectOnStoreQualification' => '?',
  4788.             'admin.prospectOnStoreStatus' => '?',
  4789.             'admin.prospectQualification' => '?',
  4790.             'admin.qualificationStatisticAdmin' => '?',
  4791.             'admin.shortUrl' => '?',
  4792.             'admin.smsBroadcast' => '?',
  4793.             'admin.sponsorship' => '?',
  4794.             'admin.stat.report' => '?',
  4795.             'admin.store' => '?',
  4796.             'admin.storeFinderData' => '?',
  4797.             'admin.storeIndexation' => '?',
  4798.             'admin.storePage' => '?',
  4799.             'admin.thirdPartyEntity' => '?',
  4800.             'admin.user' => '?',
  4801.             'admin.userTracking' => '?',
  4802.             'admin.userTrackingDetail' => '?',
  4803.             'admin.userTrackingDuration' => '?',
  4804.         ]), [=> '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'54 => 'admin.freelancerLeadDashboard'55 => 'admin.freelancerLeadDashboardPilotage'], ['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'], 'Pilotage Indépendants' => ['label' => 'Pilotage Indépendants''icon' => '<i class="fa fa-dashboard"></i>''keep_open' => false'items' => [=> ['admin' => 'admin.freelancerLeadDashboard''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.freelancerLeadDashboardPilotage''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'roles' => [=> 'ROLE_ADMIN'], 'on_top' => false'item_adds' => [], 'translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle'], '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'=> 'admin.freelancerLeadDashboard'=> 'admin.freelancerLeadDashboardPilotage'], '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']]);
  4805.     }
  4806.     /**
  4807.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  4808.      *
  4809.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  4810.      */
  4811.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  4812.     {
  4813.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  4814.     }
  4815.     /**
  4816.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  4817.      *
  4818.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  4819.      */
  4820.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  4821.     {
  4822.         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())));
  4823.     }
  4824.     /**
  4825.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  4826.      *
  4827.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  4828.      */
  4829.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  4830.     {
  4831.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4832.         if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  4833.             return $this->privates['sonata.admin.twig.group_runtime'];
  4834.         }
  4835.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  4836.     }
  4837.     /**
  4838.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  4839.      *
  4840.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  4841.      */
  4842.     protected function getSonata_Admin_Twig_IconRuntimeService()
  4843.     {
  4844.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  4845.     }
  4846.     /**
  4847.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  4848.      *
  4849.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  4850.      */
  4851.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  4852.     {
  4853.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4854.     }
  4855.     /**
  4856.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  4857.      *
  4858.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  4859.      */
  4860.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  4861.     {
  4862.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4863.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  4864.             return $this->privates['sonata.admin.twig.security_runtime'];
  4865.         }
  4866.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  4867.     }
  4868.     /**
  4869.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  4870.      *
  4871.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  4872.      */
  4873.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  4874.     {
  4875.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4876.         if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  4877.             return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  4878.         }
  4879.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  4880.     }
  4881.     /**
  4882.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  4883.      *
  4884.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  4885.      */
  4886.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  4887.     {
  4888.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4889.         if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  4890.             return $this->privates['sonata.admin.twig.template_registry_runtime'];
  4891.         }
  4892.         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);
  4893.     }
  4894.     /**
  4895.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  4896.      *
  4897.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  4898.      */
  4899.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  4900.     {
  4901.         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']);
  4902.     }
  4903.     /**
  4904.      * Gets the private 'sonata.block.templating.helper' shared service.
  4905.      *
  4906.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  4907.      */
  4908.     protected function getSonata_Block_Templating_HelperService()
  4909.     {
  4910.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  4911.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4912.             return $this->privates['sonata.block.templating.helper'];
  4913.         }
  4914.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  4915.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4916.             return $this->privates['sonata.block.templating.helper'];
  4917.         }
  4918.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4919.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4920.             return $this->privates['sonata.block.templating.helper'];
  4921.         }
  4922.         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))));
  4923.     }
  4924.     /**
  4925.      * Gets the private 'state_machine.prospectOnStoreQualification.metadata_store' shared service.
  4926.      *
  4927.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4928.      */
  4929.     protected function getStateMachine_ProspectOnStoreQualification_MetadataStoreService()
  4930.     {
  4931.         return $this->privates['state_machine.prospectOnStoreQualification.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4932.     }
  4933.     /**
  4934.      * Gets the private 'state_machine.store.metadata_store' shared service.
  4935.      *
  4936.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4937.      */
  4938.     protected function getStateMachine_Store_MetadataStoreService()
  4939.     {
  4940.         return $this->privates['state_machine.store.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4941.     }
  4942.     /**
  4943.      * Gets the private 'state_machine.storeManagementRequest.metadata_store' shared service.
  4944.      *
  4945.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4946.      */
  4947.     protected function getStateMachine_StoreManagementRequest_MetadataStoreService()
  4948.     {
  4949.         return $this->privates['state_machine.storeManagementRequest.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4950.     }
  4951.     /**
  4952.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4953.      *
  4954.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4955.      */
  4956.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4957.     {
  4958.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4959.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4960.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4961.         }
  4962.         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);
  4963.     }
  4964.     /**
  4965.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4966.      *
  4967.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4968.      */
  4969.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4970.     {
  4971.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4972.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4973.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4974.         }
  4975.         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);
  4976.     }
  4977.     /**
  4978.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4979.      *
  4980.      * @return \Gedmo\Blameable\BlameableListener
  4981.      */
  4982.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4983.     {
  4984.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4985.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4986.         return $instance;
  4987.     }
  4988.     /**
  4989.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4990.      *
  4991.      * @return \Gedmo\Loggable\LoggableListener
  4992.      */
  4993.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4994.     {
  4995.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4996.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4997.         return $instance;
  4998.     }
  4999.     /**
  5000.      * Gets the private 'translator.default' shared service.
  5001.      *
  5002.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5003.      */
  5004.     protected function getTranslator_DefaultService()
  5005.     {
  5006.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5007.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5008.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5009.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5010.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5011.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5012.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5013.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5014.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5015.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5016.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5017.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5018.         ], [
  5019.             'translation.loader.csv' => '?',
  5020.             'translation.loader.dat' => '?',
  5021.             'translation.loader.ini' => '?',
  5022.             'translation.loader.json' => '?',
  5023.             'translation.loader.mo' => '?',
  5024.             'translation.loader.php' => '?',
  5025.             'translation.loader.po' => '?',
  5026.             'translation.loader.qt' => '?',
  5027.             'translation.loader.res' => '?',
  5028.             'translation.loader.xliff' => '?',
  5029.             'translation.loader.yml' => '?',
  5030.         ]), 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']]], []);
  5031.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5032.         $instance->setFallbackLocales([=> 'fr'=> 'fr']);
  5033.         return $instance;
  5034.     }
  5035.     /**
  5036.      * Gets the private 'twig.form.engine' shared service.
  5037.      *
  5038.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  5039.      */
  5040.     protected function getTwig_Form_EngineService()
  5041.     {
  5042.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5043.         if (isset($this->privates['twig.form.engine'])) {
  5044.             return $this->privates['twig.form.engine'];
  5045.         }
  5046.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  5047.     }
  5048.     /**
  5049.      * Gets the private 'twig.form.renderer' shared service.
  5050.      *
  5051.      * @return \Symfony\Component\Form\FormRenderer
  5052.      */
  5053.     protected function getTwig_Form_RendererService()
  5054.     {
  5055.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  5056.         if (isset($this->privates['twig.form.renderer'])) {
  5057.             return $this->privates['twig.form.renderer'];
  5058.         }
  5059.         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()));
  5060.     }
  5061.     /**
  5062.      * Gets the private 'validator.builder' shared service.
  5063.      *
  5064.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5065.      */
  5066.     protected function getValidator_BuilderService()
  5067.     {
  5068.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5069.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5070.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  5071.         if ($this->has('translator')) {
  5072.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5073.         }
  5074.         $instance->setTranslationDomain('validators');
  5075.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  5076.         $instance->enableAnnotationMapping(true);
  5077.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5078.         $instance->addMethodMapping('loadValidatorMetadata');
  5079.         $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()))]);
  5080.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5081.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5082.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  5083.         return $instance;
  5084.     }
  5085.     /**
  5086.      * Gets the private 'validator.validator_factory' shared service.
  5087.      *
  5088.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  5089.      */
  5090.     protected function getValidator_ValidatorFactoryService()
  5091.     {
  5092.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5093.             'App\\Validator\\RequiredFieldsGroupValidator' => ['privates''App\\Validator\\RequiredFieldsGroupValidator''getRequiredFieldsGroupValidatorService'true],
  5094.             'App\\Validator\\ValidPhoneNumberValidator' => ['privates''App\\Validator\\ValidPhoneNumberValidator''getValidPhoneNumberValidatorService'true],
  5095.             'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates''Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator''getAddressValidatorService'true],
  5096.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  5097.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5098.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5099.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5100.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5101.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5102.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5103.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5104.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  5105.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5106.         ], [
  5107.             'App\\Validator\\RequiredFieldsGroupValidator' => '?',
  5108.             'App\\Validator\\ValidPhoneNumberValidator' => '?',
  5109.             'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
  5110.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  5111.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5112.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5113.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5114.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5115.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5116.             'doctrine.orm.validator.unique' => '?',
  5117.             'security.validator.user_password' => '?',
  5118.             'sonata.form.validator.inline' => '?',
  5119.             'validator.expression' => '?',
  5120.         ]));
  5121.     }
  5122.     /**
  5123.      * Gets the private 'var_dumper.html_dumper' shared service.
  5124.      *
  5125.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5126.      */
  5127.     protected function getVarDumper_HtmlDumperService()
  5128.     {
  5129.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5130.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5131.         return $instance;
  5132.     }
  5133.     /**
  5134.      * Gets the private 'var_dumper.server_connection' shared service.
  5135.      *
  5136.      * @return \Symfony\Component\VarDumper\Server\Connection
  5137.      */
  5138.     protected function getVarDumper_ServerConnectionService()
  5139.     {
  5140.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5141.         if (isset($this->privates['var_dumper.server_connection'])) {
  5142.             return $this->privates['var_dumper.server_connection'];
  5143.         }
  5144.         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()]);
  5145.     }
  5146.     /**
  5147.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  5148.      *
  5149.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  5150.      */
  5151.     protected function getVichUploader_MetadataReaderService()
  5152.     {
  5153.         $a = new \Metadata\Driver\FileLocator([]);
  5154.         $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);
  5155.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  5156.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  5157.     }
  5158.     /**
  5159.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  5160.      *
  5161.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  5162.      */
  5163.     protected function getVichUploader_PropertyMappingFactoryService()
  5164.     {
  5165.         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');
  5166.     }
  5167.     /**
  5168.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  5169.      *
  5170.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  5171.      */
  5172.     protected function getVichUploader_Storage_FileSystemService()
  5173.     {
  5174.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  5175.     }
  5176.     /**
  5177.      * Gets the private 'web_profiler.csp.handler' shared service.
  5178.      *
  5179.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5180.      */
  5181.     protected function getWebProfiler_Csp_HandlerService()
  5182.     {
  5183.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5184.     }
  5185.     /**
  5186.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5187.      *
  5188.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5189.      */
  5190.     protected function getWebProfiler_DebugToolbarService()
  5191.     {
  5192.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5193.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5194.             return $this->privates['web_profiler.debug_toolbar'];
  5195.         }
  5196.         $b = ($this->services['router'] ?? $this->getRouterService());
  5197.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5198.             return $this->privates['web_profiler.debug_toolbar'];
  5199.         }
  5200.         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()));
  5201.     }
  5202.     /**
  5203.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5204.      *
  5205.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5206.      */
  5207.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5208.     {
  5209.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5210.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  5211.         ], [
  5212.             '_default' => '?',
  5213.         ]), '_default');
  5214.     }
  5215.     /**
  5216.      * Gets the public 'cache_clearer' alias.
  5217.      *
  5218.      * @return object The ".container.private.cache_clearer" service.
  5219.      */
  5220.     protected function getCacheClearerService()
  5221.     {
  5222.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5223.         return $this->get('.container.private.cache_clearer');
  5224.     }
  5225.     /**
  5226.      * Gets the public 'filesystem' alias.
  5227.      *
  5228.      * @return object The ".container.private.filesystem" service.
  5229.      */
  5230.     protected function getFilesystemService()
  5231.     {
  5232.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5233.         return $this->get('.container.private.filesystem');
  5234.     }
  5235.     /**
  5236.      * Gets the public 'state_machine.storeManagementRequest' alias.
  5237.      *
  5238.      * @return object The ".container.private.state_machine.storeManagementRequest" service.
  5239.      */
  5240.     protected function getStateMachine_StoreManagementRequestService()
  5241.     {
  5242.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.storeManagementRequest" service directly from the container is deprecated, use dependency injection instead.');
  5243.         return $this->get('.container.private.state_machine.storeManagementRequest');
  5244.     }
  5245.     /**
  5246.      * Gets the public 'state_machine.store' alias.
  5247.      *
  5248.      * @return object The ".container.private.state_machine.store" service.
  5249.      */
  5250.     protected function getStateMachine_StoreService()
  5251.     {
  5252.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.store" service directly from the container is deprecated, use dependency injection instead.');
  5253.         return $this->get('.container.private.state_machine.store');
  5254.     }
  5255.     /**
  5256.      * Gets the public 'state_machine.prospectOnStoreQualification' alias.
  5257.      *
  5258.      * @return object The ".container.private.state_machine.prospectOnStoreQualification" service.
  5259.      */
  5260.     protected function getStateMachine_ProspectOnStoreQualificationService()
  5261.     {
  5262.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.prospectOnStoreQualification" service directly from the container is deprecated, use dependency injection instead.');
  5263.         return $this->get('.container.private.state_machine.prospectOnStoreQualification');
  5264.     }
  5265.     /**
  5266.      * Gets the public 'serializer' alias.
  5267.      *
  5268.      * @return object The ".container.private.serializer" service.
  5269.      */
  5270.     protected function getSerializerService()
  5271.     {
  5272.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5273.         return $this->get('.container.private.serializer');
  5274.     }
  5275.     /**
  5276.      * Gets the public 'security.csrf.token_manager' alias.
  5277.      *
  5278.      * @return object The ".container.private.security.csrf.token_manager" service.
  5279.      */
  5280.     protected function getSecurity_Csrf_TokenManagerService()
  5281.     {
  5282.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5283.         return $this->get('.container.private.security.csrf.token_manager');
  5284.     }
  5285.     /**
  5286.      * Gets the public 'form.factory' alias.
  5287.      *
  5288.      * @return object The ".container.private.form.factory" service.
  5289.      */
  5290.     protected function getForm_FactoryService()
  5291.     {
  5292.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5293.         return $this->get('.container.private.form.factory');
  5294.     }
  5295.     /**
  5296.      * Gets the public 'form.type.file' alias.
  5297.      *
  5298.      * @return object The ".container.private.form.type.file" service.
  5299.      */
  5300.     protected function getForm_Type_FileService()
  5301.     {
  5302.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5303.         return $this->get('.container.private.form.type.file');
  5304.     }
  5305.     /**
  5306.      * Gets the public 'profiler' alias.
  5307.      *
  5308.      * @return object The ".container.private.profiler" service.
  5309.      */
  5310.     protected function getProfilerService()
  5311.     {
  5312.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5313.         return $this->get('.container.private.profiler');
  5314.     }
  5315.     /**
  5316.      * Gets the public 'security.authorization_checker' alias.
  5317.      *
  5318.      * @return object The ".container.private.security.authorization_checker" service.
  5319.      */
  5320.     protected function getSecurity_AuthorizationCheckerService()
  5321.     {
  5322.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5323.         return $this->get('.container.private.security.authorization_checker');
  5324.     }
  5325.     /**
  5326.      * Gets the public 'security.token_storage' alias.
  5327.      *
  5328.      * @return object The ".container.private.security.token_storage" service.
  5329.      */
  5330.     protected function getSecurity_TokenStorageService()
  5331.     {
  5332.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5333.         return $this->get('.container.private.security.token_storage');
  5334.     }
  5335.     /**
  5336.      * Gets the public 'twig' alias.
  5337.      *
  5338.      * @return object The ".container.private.twig" service.
  5339.      */
  5340.     protected function getTwigService()
  5341.     {
  5342.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5343.         return $this->get('.container.private.twig');
  5344.     }
  5345.     /**
  5346.      * Gets the public 'security.password_encoder' alias.
  5347.      *
  5348.      * @return object The ".container.private.security.password_encoder" service.
  5349.      */
  5350.     protected function getSecurity_PasswordEncoderService()
  5351.     {
  5352.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5353.         return $this->get('.container.private.security.password_encoder');
  5354.     }
  5355.     /**
  5356.      * Gets the public 'session' alias.
  5357.      *
  5358.      * @return object The ".container.private.session" service.
  5359.      */
  5360.     protected function getSessionService()
  5361.     {
  5362.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5363.         return $this->get('.container.private.session');
  5364.     }
  5365.     /**
  5366.      * Gets the public 'validator' alias.
  5367.      *
  5368.      * @return object The ".container.private.validator" service.
  5369.      */
  5370.     protected function getValidatorService()
  5371.     {
  5372.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5373.         return $this->get('.container.private.validator');
  5374.     }
  5375.     /**
  5376.      * @return array|bool|float|int|string|\UnitEnum|null
  5377.      */
  5378.     public function getParameter(string $name)
  5379.     {
  5380.         if (isset($this->buildParameters[$name])) {
  5381.             return $this->buildParameters[$name];
  5382.         }
  5383.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5384.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5385.         }
  5386.         if (isset($this->loadedDynamicParameters[$name])) {
  5387.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5388.         }
  5389.         return $this->parameters[$name];
  5390.     }
  5391.     public function hasParameter(string $name): bool
  5392.     {
  5393.         if (isset($this->buildParameters[$name])) {
  5394.             return true;
  5395.         }
  5396.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5397.     }
  5398.     public function setParameter(string $name$value): void
  5399.     {
  5400.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5401.     }
  5402.     public function getParameterBag(): ParameterBagInterface
  5403.     {
  5404.         if (null === $this->parameterBag) {
  5405.             $parameters $this->parameters;
  5406.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5407.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5408.             }
  5409.             foreach ($this->buildParameters as $name => $value) {
  5410.                 $parameters[$name] = $value;
  5411.             }
  5412.             $this->parameterBag = new FrozenParameterBag($parameters);
  5413.         }
  5414.         return $this->parameterBag;
  5415.     }
  5416.     private $loadedDynamicParameters = [
  5417.         'kernel.runtime_environment' => false,
  5418.         'kernel.build_dir' => false,
  5419.         'kernel.cache_dir' => false,
  5420.         'stripe_public_key' => false,
  5421.         'stripe_secret_key' => false,
  5422.         'stripe_webhook_key' => false,
  5423.         'application.dev_email' => false,
  5424.         'application.dev_sms' => false,
  5425.         'mediaoptin.qualification_campaign_id_credit' => false,
  5426.         'mediaoptin.qualification_campaign_id_perf' => false,
  5427.         'sendinblue_api_key_v3' => false,
  5428.         'sendinblue_welcome_template_id' => false,
  5429.         'sendinblue_welcome_whitelabel_template_id' => false,
  5430.         'sendinblue_welcome_freelancer_template_id' => false,
  5431.         'sendinblue_welcome_freelancer_whitelabel_template_id' => false,
  5432.         'sendinblue_new_lead_template_id' => false,
  5433.         'sendinblue_feedback_template_id' => false,
  5434.         'sendinblue_feedback_whitelabel_template_id' => false,
  5435.         'sendinblue_callback_reminder_template_id' => false,
  5436.         'sendinblue_new_status_template_id' => false,
  5437.         'sendinblue_new_status_from_feedback_template_id' => false,
  5438.         'sendinblue_sponsorship_template_id' => false,
  5439.         'sendinblue_smsBroadcast_template_id' => false,
  5440.         'sendinblue_contact_list_id' => false,
  5441.         'sendinblue_new_user_template_id' => false,
  5442.         'sendinblue_new_relation_central_purchasing_template_id' => false,
  5443.         'sendinblue_password_request_template_id' => false,
  5444.         'sendinblue_sepa_device_sale_new_template_id' => false,
  5445.         'sendinblue_sepa_payasyougo_new_template_id' => false,
  5446.         'sendinblue_sepa_store_indexation_new_template_id' => false,
  5447.         'sendinblue_payment_methode_expiration_template_id' => false,
  5448.         'capitolemobile_api_login' => false,
  5449.         'capitolemobile_api_password' => false,
  5450.         'zerobounce_api_key' => false,
  5451.         'phonevalidation.enabled' => false,
  5452.         'smssender.enabled' => false,
  5453.         'appmailer.enabled' => false,
  5454.         'mediaoptin.enabled' => false,
  5455.         'hlrvalidation.enabled' => false,
  5456.         'kernel.secret' => false,
  5457.         'debug.container.dump' => false,
  5458.         'serializer.mapping.cache.file' => false,
  5459.         'validator.mapping.cache.file' => false,
  5460.         'profiler.storage.dsn' => false,
  5461.         'doctrine.orm.proxy_dir' => false,
  5462.         'nelmio_cors.defaults' => false,
  5463.         'lexik_jwt_authentication.pass_phrase' => false,
  5464.     ];
  5465.     private $dynamicParameters = [];
  5466.     private function getDynamicParameter(string $name)
  5467.     {
  5468.         switch ($name) {
  5469.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5470.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5471.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5472.             case 'stripe_public_key'$value $this->getEnv('STRIPE_PUBLIC_KEY'); break;
  5473.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_PRIVATE_KEY'); break;
  5474.             case 'stripe_webhook_key'$value $this->getEnv('STRIPE_WEBHOOK_KEY'); break;
  5475.             case 'application.dev_email'$value $this->getEnv('DEV_EMAIL'); break;
  5476.             case 'application.dev_sms'$value $this->getEnv('DEV_SMS'); break;
  5477.             case 'mediaoptin.qualification_campaign_id_credit'$value $this->getEnv('MEDIAOPTIN_QUALIFICATION_CAMPAIGN_ID_CREDIT'); break;
  5478.             case 'mediaoptin.qualification_campaign_id_perf'$value $this->getEnv('MEDIAOPTIN_QUALIFICATION_CAMPAIGN_ID_PERF'); break;
  5479.             case 'sendinblue_api_key_v3'$value $this->getEnv('SENDINBLUE_API_KEY'); break;
  5480.             case 'sendinblue_welcome_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_TEMPLATE_ID'); break;
  5481.             case 'sendinblue_welcome_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_WHITELABEL_TEMPLATE_ID'); break;
  5482.             case 'sendinblue_welcome_freelancer_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_TEMPLATE_ID'); break;
  5483.             case 'sendinblue_welcome_freelancer_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_WHITELABEL_TEMPLATE_ID'); break;
  5484.             case 'sendinblue_new_lead_template_id'$value $this->getEnv('SENDINBLUE_NEW_LEAD_TEMPLATE_ID'); break;
  5485.             case 'sendinblue_feedback_template_id'$value $this->getEnv('SENDINBLUE_FEEDBACK_TEMPLATE_ID'); break;
  5486.             case 'sendinblue_feedback_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_FEEDBACK_WHITELABEL_TEMPLATE_ID'); break;
  5487.             case 'sendinblue_callback_reminder_template_id'$value $this->getEnv('SENDINBLUE_CALLBACK_REMINDER_TEMPLATE_ID'); break;
  5488.             case 'sendinblue_new_status_template_id'$value $this->getEnv('SENDINBLUE_NEW_STATUS_TEMPLATE_ID'); break;
  5489.             case 'sendinblue_new_status_from_feedback_template_id'$value $this->getEnv('SENDINBLUE_NEW_STATUS_FEEDBACK_TEMPLATE_ID'); break;
  5490.             case 'sendinblue_sponsorship_template_id'$value $this->getEnv('SENDINBLUE_SPONSORSHIP_TEMPLATE_ID'); break;
  5491.             case 'sendinblue_smsBroadcast_template_id'$value $this->getEnv('SENDINBLUE_SMSBROADCAST_TEMPLATE_ID'); break;
  5492.             case 'sendinblue_contact_list_id'$value $this->getEnv('SENDINBLUE_CONTACT_LIST'); break;
  5493.             case 'sendinblue_new_user_template_id'$value $this->getEnv('SENDINBLUE_NEW_USER_TEMPLATE_ID'); break;
  5494.             case 'sendinblue_new_relation_central_purchasing_template_id'$value $this->getEnv('SENDINBLUE_NEW_RELATION_CENTRAL_PURCHASING_TEMPLATE_ID'); break;
  5495.             case 'sendinblue_password_request_template_id'$value $this->getEnv('SENDINBLUE_PASSWORD_REQUEST_TEMPLATE_ID'); break;
  5496.             case 'sendinblue_sepa_device_sale_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_DEVICE_SALE_TEMPLATE_ID'); break;
  5497.             case 'sendinblue_sepa_payasyougo_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_PAYASYOUGO_TEMPLATE_ID'); break;
  5498.             case 'sendinblue_sepa_store_indexation_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_STORE_INDEXATION_TEMPLATE_ID'); break;
  5499.             case 'sendinblue_payment_methode_expiration_template_id'$value $this->getEnv('SENDINBLUE_PAYMENT_METHOD_EXPIRATION_TEMPLATE_ID'); break;
  5500.             case 'capitolemobile_api_login'$value $this->getEnv('CAPITOLE_SMS_LOGIN'); break;
  5501.             case 'capitolemobile_api_password'$value $this->getEnv('CAPITOLE_SMS_PWD'); break;
  5502.             case 'zerobounce_api_key'$value $this->getEnv('ZEROBOUNCE_API_KEY'); break;
  5503.             case 'phonevalidation.enabled'$value $this->getEnv('resolve:PHONE_VALIDATION_ENABLED'); break;
  5504.             case 'smssender.enabled'$value $this->getEnv('resolve:SMS_SENDER_ENABLED'); break;
  5505.             case 'appmailer.enabled'$value $this->getEnv('resolve:APPMAILER_ENABLED'); break;
  5506.             case 'mediaoptin.enabled'$value $this->getEnv('resolve:MEDIAOPTIN_ENABLED'); break;
  5507.             case 'hlrvalidation.enabled'$value $this->getEnv('HLR_PHONENUMBER_VALIDATION_ENABLED'); break;
  5508.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5509.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5510.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5511.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5512.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5513.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5514.             case 'nelmio_cors.defaults'$value = [
  5515.                 'allow_origin' => [
  5516.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5517.                 ],
  5518.                 'allow_credentials' => false,
  5519.                 'allow_headers' => [
  5520.                     => 'content-type',
  5521.                     => 'authorization',
  5522.                 ],
  5523.                 'expose_headers' => [
  5524.                     => 'Link',
  5525.                 ],
  5526.                 'allow_methods' => [
  5527.                     => 'GET',
  5528.                     => 'OPTIONS',
  5529.                     => 'POST',
  5530.                     => 'PUT',
  5531.                     => 'PATCH',
  5532.                     => 'DELETE',
  5533.                 ],
  5534.                 'max_age' => 3600,
  5535.                 'hosts' => [
  5536.                 ],
  5537.                 'origin_regex' => true,
  5538.                 'forced_allow_origin_value' => NULL,
  5539.                 'skip_same_as_origin' => true,
  5540.             ]; break;
  5541.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  5542.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5543.         }
  5544.         $this->loadedDynamicParameters[$name] = true;
  5545.         return $this->dynamicParameters[$name] = $value;
  5546.     }
  5547.     protected function getDefaultParameters(): array
  5548.     {
  5549.         return [
  5550.             'kernel.project_dir' => \dirname(__DIR__4),
  5551.             'kernel.environment' => 'dev',
  5552.             'kernel.debug' => true,
  5553.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5554.             'kernel.bundles' => [
  5555.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5556.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5557.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5558.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5559.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5560.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5561.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5562.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5563.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5564.                 'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
  5565.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  5566.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5567.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  5568.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5569.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  5570.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  5571.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  5572.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  5573.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  5574.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  5575.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5576.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  5577.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5578.                 'ObHighchartsBundle' => 'Ob\\HighchartsBundle\\ObHighchartsBundle',
  5579.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5580.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  5581.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  5582.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  5583.                 'WitsPaymentBundle' => 'Wits\\PaymentBundle\\WitsPaymentBundle',
  5584.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  5585.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  5586.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5587.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  5588.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5589.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  5590.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  5591.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  5592.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5593.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  5594.                 'SherlockodeConfigurationBundle' => 'Sherlockode\\ConfigurationBundle\\SherlockodeConfigurationBundle',
  5595.             ],
  5596.             'kernel.bundles_metadata' => [
  5597.                 'FrameworkBundle' => [
  5598.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5599.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5600.                 ],
  5601.                 'DoctrineBundle' => [
  5602.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5603.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5604.                 ],
  5605.                 'DoctrineMigrationsBundle' => [
  5606.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5607.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5608.                 ],
  5609.                 'SecurityBundle' => [
  5610.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5611.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5612.                 ],
  5613.                 'TwigBundle' => [
  5614.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5615.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5616.                 ],
  5617.                 'WebProfilerBundle' => [
  5618.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5619.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5620.                 ],
  5621.                 'MonologBundle' => [
  5622.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5623.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5624.                 ],
  5625.                 'DebugBundle' => [
  5626.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5627.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5628.                 ],
  5629.                 'MakerBundle' => [
  5630.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5631.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5632.                 ],
  5633.                 'BazingaGeocoderBundle' => [
  5634.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle'),
  5635.                     'namespace' => 'Bazinga\\GeocoderBundle',
  5636.                 ],
  5637.                 'HttplugBundle' => [
  5638.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  5639.                     'namespace' => 'Http\\HttplugBundle',
  5640.                 ],
  5641.                 'WebpackEncoreBundle' => [
  5642.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5643.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5644.                 ],
  5645.                 'FOSUserBundle' => [
  5646.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  5647.                     'namespace' => 'FOS\\UserBundle',
  5648.                 ],
  5649.                 'DoctrineFixturesBundle' => [
  5650.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5651.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5652.                 ],
  5653.                 'SonataBlockBundle' => [
  5654.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  5655.                     'namespace' => 'Sonata\\BlockBundle',
  5656.                 ],
  5657.                 'KnpMenuBundle' => [
  5658.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  5659.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  5660.                 ],
  5661.                 'SonataAdminBundle' => [
  5662.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  5663.                     'namespace' => 'Sonata\\AdminBundle',
  5664.                 ],
  5665.                 'SonataExporterBundle' => [
  5666.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  5667.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  5668.                 ],
  5669.                 'SonataDoctrineBundle' => [
  5670.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  5671.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  5672.                 ],
  5673.                 'SonataDoctrineORMAdminBundle' => [
  5674.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  5675.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  5676.                 ],
  5677.                 'StofDoctrineExtensionsBundle' => [
  5678.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  5679.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5680.                 ],
  5681.                 'CraueFormFlowBundle' => [
  5682.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  5683.                     'namespace' => 'Craue\\FormFlowBundle',
  5684.                 ],
  5685.                 'FOSJsRoutingBundle' => [
  5686.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5687.                     'namespace' => 'FOS\\JsRoutingBundle',
  5688.                 ],
  5689.                 'ObHighchartsBundle' => [
  5690.                     'path' => (\dirname(__DIR__4).'/vendor/ob/highcharts-bundle'),
  5691.                     'namespace' => 'Ob\\HighchartsBundle',
  5692.                 ],
  5693.                 'KnpPaginatorBundle' => [
  5694.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  5695.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5696.                 ],
  5697.                 'VichUploaderBundle' => [
  5698.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  5699.                     'namespace' => 'Vich\\UploaderBundle',
  5700.                 ],
  5701.                 'LiipImagineBundle' => [
  5702.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  5703.                     'namespace' => 'Liip\\ImagineBundle',
  5704.                 ],
  5705.                 'SonataSeoBundle' => [
  5706.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  5707.                     'namespace' => 'Sonata\\SeoBundle',
  5708.                 ],
  5709.                 'WitsPaymentBundle' => [
  5710.                     'path' => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src'),
  5711.                     'namespace' => 'Wits\\PaymentBundle',
  5712.                 ],
  5713.                 'NelmioCorsBundle' => [
  5714.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  5715.                     'namespace' => 'Nelmio\\CorsBundle',
  5716.                 ],
  5717.                 'ApiPlatformBundle' => [
  5718.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  5719.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  5720.                 ],
  5721.                 'LexikJWTAuthenticationBundle' => [
  5722.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  5723.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  5724.                 ],
  5725.                 'FOSCKEditorBundle' => [
  5726.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  5727.                     'namespace' => 'FOS\\CKEditorBundle',
  5728.                 ],
  5729.                 'TwigExtraBundle' => [
  5730.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5731.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5732.                 ],
  5733.                 'SonataFormBundle' => [
  5734.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  5735.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  5736.                 ],
  5737.                 'SonataTwigBundle' => [
  5738.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  5739.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  5740.                 ],
  5741.                 'SymfonyCastsResetPasswordBundle' => [
  5742.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  5743.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  5744.                 ],
  5745.                 'SensioFrameworkExtraBundle' => [
  5746.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5747.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5748.                 ],
  5749.                 'SchebTwoFactorBundle' => [
  5750.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  5751.                     'namespace' => 'Scheb\\TwoFactorBundle',
  5752.                 ],
  5753.                 'SherlockodeConfigurationBundle' => [
  5754.                     'path' => (\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle'),
  5755.                     'namespace' => 'Sherlockode\\ConfigurationBundle',
  5756.                 ],
  5757.             ],
  5758.             'kernel.charset' => 'UTF-8',
  5759.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5760.             'env(DATABASE_URL)' => '',
  5761.             'payment' => [
  5762.                 'currency' => 'EUR',
  5763.                 'decimal' => true,
  5764.             ],
  5765.             'locale' => 'fr',
  5766.             'application.email' => 'no-reply@mon-centre-auditif.com',
  5767.             'application.admin_email' => 'contact@mon-centre-auditif.com',
  5768.             'application.help_email' => 'support@mon-centre-auditif.com',
  5769.             'application.orl_sender_email' => 'no-reply@annuaire-orl.com',
  5770.             'application.orl_admin_email' => 'contact@annuaire-orl.com',
  5771.             'application.admin_email_group' => [
  5772.                 'default' => [
  5773.                     => 'contact@mon-centre-auditif.com',
  5774.                 ],
  5775.                 'order' => [
  5776.                     => 'sales@mon-centre-auditif.com',
  5777.                     => 'thomas@mon-centre-auditif.com',
  5778.                     => 'cedric@mon-centre-auditif.com',
  5779.                 ],
  5780.                 'sold_out' => [
  5781.                     => 'contact@mon-centre-auditif.com',
  5782.                     => 'thomas@mon-centre-auditif.com',
  5783.                 ],
  5784.                 'support' => [
  5785.                     => 'support@mon-centre-auditif.com',
  5786.                 ],
  5787.             ],
  5788.             'mediaoptin.default_campaign_id' => 157,
  5789.             'mediaoptin.callback_request_campaign_id' => 178,
  5790.             'mediaoptin.default_hearingAid_campaign_id' => 157,
  5791.             'app.path.blog_author_image' => '/uploads/images/blog/author',
  5792.             'app.path.blog_post_image' => '/uploads/images/blog/post',
  5793.             'app.path.brand_logo' => '/uploads/images/brand_logo',
  5794.             'app.path.brand_variation_logo' => '/uploads/images/brand_variation_logo',
  5795.             'app.path.store_logo' => '/uploads/images/store_logo',
  5796.             'app.path.store_images' => '/uploads/images/store_images',
  5797.             'app.path.employee_images' => '/uploads/images/employee_images',
  5798.             'app.path.freelancer_images' => '/uploads/images/freelancer_images',
  5799.             'app.path.freelancer_logo' => '/uploads/images/freelancer_logo',
  5800.             'app.path.invoice_pdf' => '/uploads/invoice/pdf',
  5801.             'app.path.hearing_aid_images' => '/uploads/images/hearing_aid_images',
  5802.             'app.path.city_banner' => '/uploads/images/city_banner',
  5803.             'app.path.coregistration_campaign_advertiser_logo' => '/uploads/images/coregistration_campaign_advertiser_logo',
  5804.             'app.path.storeManagementRequest_kbis' => '/uploads/kbis/',
  5805.             'app.path.highlighted_staff_picture' => '/uploads/images/highlighted_staff_picture',
  5806.             'app.absolute_path.default' => 'https://mon-centre-auditif.com',
  5807.             'app.absolute_path.backoffice_freelancer' => 'https://mon-centre-auditif.com',
  5808.             'app.absolute_path.backoffice_admin' => 'https://mon-centre-auditif.com',
  5809.             'app.absolute_path.white_label' => 'https://depistage-auditif.fr',
  5810.             'app.absolute_path.orl' => 'https://annuaire-orl.com',
  5811.             'location' => [
  5812.                 'regions' => [
  5813.                     'auvergne-rhone-alpes' => [
  5814.                         'name' => 'Auvergne-Rhône-Alpes',
  5815.                         'departments' => [
  5816.                             '01' => [
  5817.                                 'name' => 'Ain',
  5818.                                 'slug' => 'ain',
  5819.                             ],
  5820.                             '03' => [
  5821.                                 'name' => 'Allier',
  5822.                                 'slug' => 'allier',
  5823.                             ],
  5824.                             '07' => [
  5825.                                 'name' => 'Ardèche',
  5826.                                 'slug' => 'ardeche',
  5827.                             ],
  5828.                             15 => [
  5829.                                 'name' => 'Cantal',
  5830.                                 'slug' => 'cantal',
  5831.                             ],
  5832.                             26 => [
  5833.                                 'name' => 'Drôme',
  5834.                                 'slug' => 'drome',
  5835.                             ],
  5836.                             38 => [
  5837.                                 'name' => 'Isère',
  5838.                                 'slug' => 'isere',
  5839.                             ],
  5840.                             42 => [
  5841.                                 'name' => 'Loire',
  5842.                                 'slug' => 'loire',
  5843.                             ],
  5844.                             43 => [
  5845.                                 'name' => 'Haute-Loire',
  5846.                                 'slug' => 'haute-loire',
  5847.                             ],
  5848.                             63 => [
  5849.                                 'name' => 'Puy-de-Dôme',
  5850.                                 'slug' => 'puy-de-dome',
  5851.                             ],
  5852.                             69 => [
  5853.                                 'name' => 'Rhône',
  5854.                                 'slug' => 'rhone',
  5855.                             ],
  5856.                             73 => [
  5857.                                 'name' => 'Savoie',
  5858.                                 'slug' => 'savoie',
  5859.                             ],
  5860.                             74 => [
  5861.                                 'name' => 'Haute-Savoie',
  5862.                                 'slug' => 'haute-savoie',
  5863.                             ],
  5864.                         ],
  5865.                     ],
  5866.                     'bourgogne-franche-comte' => [
  5867.                         'name' => 'Bourgogne-Franche-Comté',
  5868.                         'departments' => [
  5869.                             21 => [
  5870.                                 'name' => 'Côte-d\'Or',
  5871.                                 'slug' => 'cote-d-or',
  5872.                             ],
  5873.                             25 => [
  5874.                                 'name' => 'Doubs',
  5875.                                 'slug' => 'doubs',
  5876.                             ],
  5877.                             39 => [
  5878.                                 'name' => 'Jura',
  5879.                                 'slug' => 'jura',
  5880.                             ],
  5881.                             58 => [
  5882.                                 'name' => 'Nièvre',
  5883.                                 'slug' => 'nievre',
  5884.                             ],
  5885.                             70 => [
  5886.                                 'name' => 'Haute-Saône',
  5887.                                 'slug' => 'haute-saone',
  5888.                             ],
  5889.                             71 => [
  5890.                                 'name' => 'Saône-et-Loire',
  5891.                                 'slug' => 'saone-et-loire',
  5892.                             ],
  5893.                             89 => [
  5894.                                 'name' => 'Yonne',
  5895.                                 'slug' => 'yonne',
  5896.                             ],
  5897.                             90 => [
  5898.                                 'name' => 'Territoire de Belfort',
  5899.                                 'slug' => 'territoire-de-belfort',
  5900.                             ],
  5901.                         ],
  5902.                     ],
  5903.                     'bretagne' => [
  5904.                         'name' => 'Bretagne',
  5905.                         'departments' => [
  5906.                             22 => [
  5907.                                 'name' => 'Côtes-d\'Armor',
  5908.                                 'slug' => 'cotes-d-armor',
  5909.                             ],
  5910.                             29 => [
  5911.                                 'name' => 'Finistère',
  5912.                                 'slug' => 'finistere',
  5913.                             ],
  5914.                             35 => [
  5915.                                 'name' => 'Ille-et-Vilaine',
  5916.                                 'slug' => 'ille-et-vilaine',
  5917.                             ],
  5918.                             56 => [
  5919.                                 'name' => 'Morbihan',
  5920.                                 'slug' => 'morbihan',
  5921.                             ],
  5922.                         ],
  5923.                     ],
  5924.                     'centre-val-de-loire' => [
  5925.                         'name' => 'Centre-Val de Loire',
  5926.                         'departments' => [
  5927.                             18 => [
  5928.                                 'name' => 'Cher',
  5929.                                 'slug' => 'cher',
  5930.                             ],
  5931.                             28 => [
  5932.                                 'name' => 'Eure-et-Loir',
  5933.                                 'slug' => 'eure-et-loir',
  5934.                             ],
  5935.                             36 => [
  5936.                                 'name' => 'Indre',
  5937.                                 'slug' => 'indre',
  5938.                             ],
  5939.                             37 => [
  5940.                                 'name' => 'Indre-et-Loire',
  5941.                                 'slug' => 'indre-et-loire',
  5942.                             ],
  5943.                             41 => [
  5944.                                 'name' => 'Loir-et-Cher',
  5945.                                 'slug' => 'loir-et-cher',
  5946.                             ],
  5947.                             45 => [
  5948.                                 'name' => 'Loiret',
  5949.                                 'slug' => 'loiret',
  5950.                             ],
  5951.                         ],
  5952.                     ],
  5953.                     'corse' => [
  5954.                         'name' => 'Corse',
  5955.                         'departments' => [
  5956.                             '2A' => [
  5957.                                 'name' => 'Corse-du-Sud',
  5958.                                 'slug' => 'corse-du-sud',
  5959.                             ],
  5960.                             '2B' => [
  5961.                                 'name' => 'Haute-Corse',
  5962.                                 'slug' => 'haute-corse',
  5963.                             ],
  5964.                         ],
  5965.                     ],
  5966.                     'grand-est' => [
  5967.                         'name' => 'Grand Est',
  5968.                         'departments' => [
  5969.                             '08' => [
  5970.                                 'name' => 'Ardennes',
  5971.                                 'slug' => 'ardennes',
  5972.                             ],
  5973.                             10 => [
  5974.                                 'name' => 'Aube',
  5975.                                 'slug' => 'aube',
  5976.                             ],
  5977.                             51 => [
  5978.                                 'name' => 'Marne',
  5979.                                 'slug' => 'marne',
  5980.                             ],
  5981.                             52 => [
  5982.                                 'name' => 'Haute-Marne',
  5983.                                 'slug' => 'haute-marne',
  5984.                             ],
  5985.                             54 => [
  5986.                                 'name' => 'Meurthe-et-Moselle',
  5987.                                 'slug' => 'meurthe-et-moselle',
  5988.                             ],
  5989.                             55 => [
  5990.                                 'name' => 'Meuse',
  5991.                                 'slug' => 'meuse',
  5992.                             ],
  5993.                             57 => [
  5994.                                 'name' => 'Moselle',
  5995.                                 'slug' => 'moselle',
  5996.                             ],
  5997.                             67 => [
  5998.                                 'name' => 'Bas-Rhin',
  5999.                                 'slug' => 'bas-rhin',
  6000.                             ],
  6001.                             68 => [
  6002.                                 'name' => 'Haut-Rhin',
  6003.                                 'slug' => 'haut-rhin',
  6004.                             ],
  6005.                             88 => [
  6006.                                 'name' => 'Vosges',
  6007.                                 'slug' => 'vosges',
  6008.                             ],
  6009.                         ],
  6010.                     ],
  6011.                     'hauts-de-france' => [
  6012.                         'name' => 'Hauts-de-France',
  6013.                         'departments' => [
  6014.                             '02' => [
  6015.                                 'name' => 'Aisne',
  6016.                                 'slug' => 'aisne',
  6017.                             ],
  6018.                             59 => [
  6019.                                 'name' => 'Nord',
  6020.                                 'slug' => 'nord',
  6021.                             ],
  6022.                             60 => [
  6023.                                 'name' => 'Oise',
  6024.                                 'slug' => 'oise',
  6025.                             ],
  6026.                             62 => [
  6027.                                 'name' => 'Pas-de-Calais',
  6028.                                 'slug' => 'pas-de-calais',
  6029.                             ],
  6030.                             80 => [
  6031.                                 'name' => 'Somme',
  6032.                                 'slug' => 'somme',
  6033.                             ],
  6034.                         ],
  6035.                     ],
  6036.                     'ile-de-france' => [
  6037.                         'name' => 'Île-de-France',
  6038.                         'departments' => [
  6039.                             75 => [
  6040.                                 'name' => 'Paris',
  6041.                                 'slug' => 'paris',
  6042.                             ],
  6043.                             77 => [
  6044.                                 'name' => 'Seine-et-Marne',
  6045.                                 'slug' => 'seine-et-marne',
  6046.                             ],
  6047.                             78 => [
  6048.                                 'name' => 'Yvelines',
  6049.                                 'slug' => 'yvelines',
  6050.                             ],
  6051.                             91 => [
  6052.                                 'name' => 'Essonne',
  6053.                                 'slug' => 'essonne',
  6054.                             ],
  6055.                             92 => [
  6056.                                 'name' => 'Hauts-de-Seine',
  6057.                                 'slug' => 'hauts-de-seine',
  6058.                             ],
  6059.                             93 => [
  6060.                                 'name' => 'Seine-Saint-Denis',
  6061.                                 'slug' => 'seine-saint-denis',
  6062.                             ],
  6063.                             94 => [
  6064.                                 'name' => 'Val-de-Marne',
  6065.                                 'slug' => 'val-de-marne',
  6066.                             ],
  6067.                             95 => [
  6068.                                 'name' => 'Val-d\'Oise',
  6069.                                 'slug' => 'val-d-oise',
  6070.                             ],
  6071.                         ],
  6072.                     ],
  6073.                     'normandie' => [
  6074.                         'name' => 'Normandie',
  6075.                         'departments' => [
  6076.                             14 => [
  6077.                                 'name' => 'Calvados',
  6078.                                 'slug' => 'calvados',
  6079.                             ],
  6080.                             27 => [
  6081.                                 'name' => 'Eure',
  6082.                                 'slug' => 'eure',
  6083.                             ],
  6084.                             50 => [
  6085.                                 'name' => 'Manche',
  6086.                                 'slug' => 'manche',
  6087.                             ],
  6088.                             61 => [
  6089.                                 'name' => 'Orne',
  6090.                                 'slug' => 'orne',
  6091.                             ],
  6092.                             76 => [
  6093.                                 'name' => 'Seine-Maritime',
  6094.                                 'slug' => 'seine-maritime',
  6095.                             ],
  6096.                         ],
  6097.                     ],
  6098.                     'nouvelle-aquitaine' => [
  6099.                         'name' => 'Nouvelle-Aquitaine',
  6100.                         'departments' => [
  6101.                             16 => [
  6102.                                 'name' => 'Charente',
  6103.                                 'slug' => 'charente',
  6104.                             ],
  6105.                             17 => [
  6106.                                 'name' => 'Charente-Maritime',
  6107.                                 'slug' => 'charente-maritime',
  6108.                             ],
  6109.                             19 => [
  6110.                                 'name' => 'Corrèze',
  6111.                                 'slug' => 'correze',
  6112.                             ],
  6113.                             23 => [
  6114.                                 'name' => 'Creuse',
  6115.                                 'slug' => 'creuse',
  6116.                             ],
  6117.                             24 => [
  6118.                                 'name' => 'Dordogne',
  6119.                                 'slug' => 'dordogne',
  6120.                             ],
  6121.                             33 => [
  6122.                                 'name' => 'Gironde',
  6123.                                 'slug' => 'gironde',
  6124.                             ],
  6125.                             40 => [
  6126.                                 'name' => 'Landes',
  6127.                                 'slug' => 'landes',
  6128.                             ],
  6129.                             47 => [
  6130.                                 'name' => 'Lot-et-Garonne',
  6131.                                 'slug' => 'lot-et-garonne',
  6132.                             ],
  6133.                             64 => [
  6134.                                 'name' => 'Pyrénées-Atlantiques',
  6135.                                 'slug' => 'pyrenees-atlantiques',
  6136.                             ],
  6137.                             79 => [
  6138.                                 'name' => 'Deux-Sèvres',
  6139.                                 'slug' => 'deux-sevres',
  6140.                             ],
  6141.                             86 => [
  6142.                                 'name' => 'Vienne',
  6143.                                 'slug' => 'vienne',
  6144.                             ],
  6145.                             87 => [
  6146.                                 'name' => 'Haute-Vienne',
  6147.                                 'slug' => 'haute-vienne',
  6148.                             ],
  6149.                         ],
  6150.                     ],
  6151.                     'occitanie' => [
  6152.                         'name' => 'Occitanie',
  6153.                         'departments' => [
  6154.                             '09' => [
  6155.                                 'name' => 'Ariège',
  6156.                                 'slug' => 'ariege',
  6157.                             ],
  6158.                             11 => [
  6159.                                 'name' => 'Aude',
  6160.                                 'slug' => 'aude',
  6161.                             ],
  6162.                             12 => [
  6163.                                 'name' => 'Aveyron',
  6164.                                 'slug' => 'aveyron',
  6165.                             ],
  6166.                             30 => [
  6167.                                 'name' => 'Gard',
  6168.                                 'slug' => 'gard',
  6169.                             ],
  6170.                             31 => [
  6171.                                 'name' => 'Haute-Garonne',
  6172.                                 'slug' => 'haute-garonne',
  6173.                             ],
  6174.                             32 => [
  6175.                                 'name' => 'Gers',
  6176.                                 'slug' => 'gers',
  6177.                             ],
  6178.                             34 => [
  6179.                                 'name' => 'Hérault',
  6180.                                 'slug' => 'herault',
  6181.                             ],
  6182.                             46 => [
  6183.                                 'name' => 'Lot',
  6184.                                 'slug' => 'lot',
  6185.                             ],
  6186.                             48 => [
  6187.                                 'name' => 'Lozère',
  6188.                                 'slug' => 'lozere',
  6189.                             ],
  6190.                             65 => [
  6191.                                 'name' => 'Hautes-Pyrénées',
  6192.                                 'slug' => 'hautes-pyrenees',
  6193.                             ],
  6194.                             66 => [
  6195.                                 'name' => 'Pyrénées-Orientales',
  6196.                                 'slug' => 'pyrenees-orientales',
  6197.                             ],
  6198.                             81 => [
  6199.                                 'name' => 'Tarn',
  6200.                                 'slug' => 'tarn',
  6201.                             ],
  6202.                             82 => [
  6203.                                 'name' => 'Tarn-et-Garonne',
  6204.                                 'slug' => 'tarn-et-garonne',
  6205.                             ],
  6206.                         ],
  6207.                     ],
  6208.                     'pays-de-la-loire' => [
  6209.                         'name' => 'Pays de la Loire',
  6210.                         'departments' => [
  6211.                             44 => [
  6212.                                 'name' => 'Loire-Atlantique',
  6213.                                 'slug' => 'loire-atlantique',
  6214.                             ],
  6215.                             49 => [
  6216.                                 'name' => 'Maine-et-Loire',
  6217.                                 'slug' => 'maine-et-loire',
  6218.                             ],
  6219.                             53 => [
  6220.                                 'name' => 'Mayenne',
  6221.                                 'slug' => 'mayenne',
  6222.                             ],
  6223.                             72 => [
  6224.                                 'name' => 'Sarthe',
  6225.                                 'slug' => 'sarthe',
  6226.                             ],
  6227.                             85 => [
  6228.                                 'name' => 'Vendée',
  6229.                                 'slug' => 'vendee',
  6230.                             ],
  6231.                         ],
  6232.                     ],
  6233.                     'provence-alpes-cote-d-azur' => [
  6234.                         'name' => 'Provence-Alpes-Côte d\'Azur',
  6235.                         'departments' => [
  6236.                             '04' => [
  6237.                                 'name' => 'Alpes-de-Haute-Provence',
  6238.                                 'slug' => 'alpes-de-haute-provence',
  6239.                             ],
  6240.                             '05' => [
  6241.                                 'name' => 'Hautes-Alpes',
  6242.                                 'slug' => 'hautes-alpes',
  6243.                             ],
  6244.                             '06' => [
  6245.                                 'name' => 'Alpes-Maritimes',
  6246.                                 'slug' => 'alpes-maritimes',
  6247.                             ],
  6248.                             13 => [
  6249.                                 'name' => 'Bouches-du-Rhône',
  6250.                                 'slug' => 'bouches-du-rhone',
  6251.                             ],
  6252.                             83 => [
  6253.                                 'name' => 'Var',
  6254.                                 'slug' => 'var',
  6255.                             ],
  6256.                             84 => [
  6257.                                 'name' => 'Vaucluse',
  6258.                                 'slug' => 'vaucluse',
  6259.                             ],
  6260.                         ],
  6261.                     ],
  6262.                 ],
  6263.             ],
  6264.             'departments_list' => [
  6265.                 '01' => 'Ain',
  6266.                 '02' => 'Aisne',
  6267.                 '03' => 'Allier',
  6268.                 '04' => 'Alpes-de-Haute-Provence',
  6269.                 '05' => 'Hautes-Alpes',
  6270.                 '06' => 'Alpes-Maritimes',
  6271.                 '07' => 'Ardèche',
  6272.                 '08' => 'Ardennes',
  6273.                 '09' => 'Ariège',
  6274.                 10 => 'Aube',
  6275.                 11 => 'Aude',
  6276.                 12 => 'Aveyron',
  6277.                 13 => 'Bouches-du-Rhône',
  6278.                 14 => 'Calvados',
  6279.                 15 => 'Cantal',
  6280.                 16 => 'Charente',
  6281.                 17 => 'Charente-Maritime',
  6282.                 18 => 'Cher',
  6283.                 19 => 'Corrèze',
  6284.                 21 => 'Côte-d\'Or',
  6285.                 22 => 'Côtes-d\'Armor',
  6286.                 23 => 'Creuse',
  6287.                 24 => 'Dordogne',
  6288.                 25 => 'Doubs',
  6289.                 26 => 'Drôme',
  6290.                 27 => 'Eure',
  6291.                 28 => 'Eure-et-Loir',
  6292.                 29 => 'Finistère',
  6293.                 '2A' => 'Corse-du-Sud',
  6294.                 '2B' => 'Haute-Corse',
  6295.                 30 => 'Gard',
  6296.                 31 => 'Haute-Garonne',
  6297.                 32 => 'Gers',
  6298.                 33 => 'Gironde',
  6299.                 34 => 'Hérault',
  6300.                 35 => 'Ille-et-Vilaine',
  6301.                 36 => 'Indre',
  6302.                 37 => 'Indre-et-Loire',
  6303.                 38 => 'Isère',
  6304.                 39 => 'Jura',
  6305.                 40 => 'Landes',
  6306.                 41 => 'Loir-et-Cher',
  6307.                 42 => 'Loire',
  6308.                 43 => 'Haute-Loire',
  6309.                 44 => 'Loire-Atlantique',
  6310.                 45 => 'Loiret',
  6311.                 46 => 'Lot',
  6312.                 47 => 'Lot-et-Garonne',
  6313.                 48 => 'Lozère',
  6314.                 49 => 'Maine-et-Loire',
  6315.                 50 => 'Manche',
  6316.                 51 => 'Marne',
  6317.                 52 => 'Haute-Marne',
  6318.                 53 => 'Mayenne',
  6319.                 54 => 'Meurthe-et-Moselle',
  6320.                 55 => 'Meuse',
  6321.                 56 => 'Morbihan',
  6322.                 57 => 'Moselle',
  6323.                 58 => 'Nièvre',
  6324.                 59 => 'Nord',
  6325.                 60 => 'Oise',
  6326.                 61 => 'Orne',
  6327.                 62 => 'Pas-de-Calais',
  6328.                 63 => 'Puy-de-Dôme',
  6329.                 64 => 'Pyrénées-Atlantiques',
  6330.                 65 => 'Hautes-Pyrénées',
  6331.                 66 => 'Pyrénées-Orientales',
  6332.                 67 => 'Bas-Rhin',
  6333.                 68 => 'Haut-Rhin',
  6334.                 69 => 'Rhône',
  6335.                 70 => 'Haute-Saône',
  6336.                 71 => 'Saône-et-Loire',
  6337.                 72 => 'Sarthe',
  6338.                 73 => 'Savoie',
  6339.                 74 => 'Haute-Savoie',
  6340.                 75 => 'Paris',
  6341.                 76 => 'Seine-Maritime',
  6342.                 77 => 'Seine-et-Marne',
  6343.                 78 => 'Yvelines',
  6344.                 79 => 'Deux-Sèvres',
  6345.                 80 => 'Somme',
  6346.                 81 => 'Tarn',
  6347.                 82 => 'Tarn-et-Garonne',
  6348.                 83 => 'Var',
  6349.                 84 => 'Vaucluse',
  6350.                 85 => 'Vendée',
  6351.                 86 => 'Vienne',
  6352.                 87 => 'Haute-Vienne',
  6353.                 88 => 'Vosges',
  6354.                 89 => 'Yonne',
  6355.                 90 => 'Territoire de Belfort',
  6356.                 91 => 'Essonne',
  6357.                 92 => 'Hauts-de-Seine',
  6358.                 93 => 'Seine-Saint-Denis',
  6359.                 94 => 'Val-de-Marne',
  6360.                 95 => 'Val-d\'Oise',
  6361.                 96 => 'Mayotte',
  6362.                 97 => 'Guadeloupe',
  6363.                 98 => 'Martinique',
  6364.                 99 => 'Guyane',
  6365.             ],
  6366.             'event_dispatcher.event_aliases' => [
  6367.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6368.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6369.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6370.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6371.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6372.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6373.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6374.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6375.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6376.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6377.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6378.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6379.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6380.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6381.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6382.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6383.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6384.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6385.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6386.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6387.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6388.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6389.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6390.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6391.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6392.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6393.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6394.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6395.             ],
  6396.             'fragment.renderer.hinclude.global_template' => NULL,
  6397.             'fragment.path' => '/_fragment',
  6398.             'kernel.http_method_override' => true,
  6399.             'kernel.trusted_hosts' => [
  6400.             ],
  6401.             'kernel.default_locale' => 'fr',
  6402.             'kernel.enabled_locales' => [
  6403.             ],
  6404.             'kernel.error_controller' => 'error_controller',
  6405.             'debug.file_link_format' => NULL,
  6406.             'asset.request_context.base_path' => NULL,
  6407.             'asset.request_context.secure' => NULL,
  6408.             'translator.logging' => false,
  6409.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6410.             'debug.error_handler.throw_at' => -1,
  6411.             'router.request_context.host' => 'localhost',
  6412.             'router.request_context.scheme' => 'http',
  6413.             'router.request_context.base_url' => '',
  6414.             'router.resource' => 'kernel::loadRoutes',
  6415.             'request_listener.http_port' => 80,
  6416.             'request_listener.https_port' => 443,
  6417.             'session.metadata.storage_key' => '_sf2_meta',
  6418.             'session.storage.options' => [
  6419.                 'cache_limiter' => '0',
  6420.                 'cookie_secure' => 'auto',
  6421.                 'cookie_httponly' => true,
  6422.                 'cookie_samesite' => 'lax',
  6423.                 'gc_probability' => 1,
  6424.             ],
  6425.             'session.save_path' => NULL,
  6426.             'session.metadata.update_threshold' => 0,
  6427.             'form.type_extension.csrf.enabled' => true,
  6428.             'form.type_extension.csrf.field_name' => '_token',
  6429.             'validator.translation_domain' => 'validators',
  6430.             'profiler_listener.only_exceptions' => false,
  6431.             'profiler_listener.only_main_requests' => false,
  6432.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6433.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6434.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6435.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6436.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6437.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6438.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6439.             'doctrine.entity_managers' => [
  6440.                 'default' => 'doctrine.orm.default_entity_manager',
  6441.             ],
  6442.             'doctrine.default_entity_manager' => 'default',
  6443.             'doctrine.dbal.connection_factory.types' => [
  6444.             ],
  6445.             'doctrine.connections' => [
  6446.                 'default' => 'doctrine.dbal.default_connection',
  6447.             ],
  6448.             'doctrine.default_connection' => 'default',
  6449.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6450.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6451.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6452.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6453.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6454.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6455.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6456.             'doctrine.orm.cache.memcache_port' => 11211,
  6457.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6458.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6459.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6460.             'doctrine.orm.cache.memcached_port' => 11211,
  6461.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6462.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6463.             'doctrine.orm.cache.redis_host' => 'localhost',
  6464.             'doctrine.orm.cache.redis_port' => 6379,
  6465.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6466.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6467.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6468.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6469.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6470.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6471.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6472.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6473.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6474.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6475.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6476.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6477.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6478.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6479.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6480.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6481.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6482.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6483.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6484.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6485.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6486.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6487.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6488.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6489.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6490.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6491.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6492.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6493.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6494.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6495.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6496.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6497.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6498.             'doctrine.migrations.preferred_em' => NULL,
  6499.             'doctrine.migrations.preferred_connection' => NULL,
  6500.             'security.role_hierarchy.roles' => [
  6501.                 'ROLE_SUPER_ADMIN' => [
  6502.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6503.                     => 'ROLE_ADMIN',
  6504.                 ],
  6505.                 'ROLE_USER' => [
  6506.                 ],
  6507.                 'ROLE_ADMIN' => [
  6508.                     => 'ROLE_USER',
  6509.                     => 'ROLE_ADMIN_PROSPECT_ALL',
  6510.                     => 'ROLE_ADMIN_STORE_ALL',
  6511.                 ],
  6512.                 'ROLE_CUSTOMER' => [
  6513.                     => 'ROLE_USER',
  6514.                 ],
  6515.                 'ROLE_FREELANCER' => [
  6516.                     => 'ROLE_CUSTOMER',
  6517.                 ],
  6518.                 'ROLE_BUSINESS_INTRODUCER' => [
  6519.                     => 'ROLE_CUSTOMER',
  6520.                 ],
  6521.                 'ROLE_CENTRAL_PURCHASING' => [
  6522.                     => 'ROLE_CUSTOMER',
  6523.                 ],
  6524.                 'ROLE_FREELANCER_ASSISTANT' => [
  6525.                     => 'ROLE_CUSTOMER',
  6526.                 ],
  6527.                 'ROLE_API' => [
  6528.                     => 'ROLE_USER',
  6529.                 ],
  6530.                 'ROLE_COMMERCIAL' => [
  6531.                     => 'ROLE_CUSTOMER',
  6532.                     => 'ROLE_ADMIN_PROSPECT_ALL',
  6533.                 ],
  6534.                 'ROLE_EDITOR' => [
  6535.                     => 'ROLE_ADMIN_BLOGPOST_LIST',
  6536.                     => 'ROLE_ADMIN_BLOGPOST_EDIT',
  6537.                     => 'ROLE_ADMIN_CITYPOST_LIST',
  6538.                     => 'ROLE_ADMIN_CITYPOST_EDIT',
  6539.                     => 'ROLE_ADMIN_HEARINGBRAND_LIST',
  6540.                     => 'ROLE_ADMIN_HEARINGBRAND_EDIT',
  6541.                 ],
  6542.                 'ROLE_PRESCRIBER' => [
  6543.                     => 'ROLE_CUSTOMER',
  6544.                 ],
  6545.             ],
  6546.             'security.access.denied_url' => NULL,
  6547.             'security.authentication.manager.erase_credentials' => true,
  6548.             'security.authentication.session_strategy.strategy' => 'migrate',
  6549.             'security.access.always_authenticate_before_granting' => false,
  6550.             'security.authentication.hide_user_not_found' => true,
  6551.             'security.firewalls' => [
  6552.                 => 'dev',
  6553.                 => 'api',
  6554.                 => 'main',
  6555.             ],
  6556.             'security.api._indexed_authenticators' => [
  6557.             ],
  6558.             'security.main._indexed_authenticators' => [
  6559.             ],
  6560.             'twig.form.resources' => [
  6561.                 => '@SherlockodeConfiguration/form.html.twig',
  6562.                 => '@VichUploader/Form/fields.html.twig',
  6563.                 => 'form_div_layout.html.twig',
  6564.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  6565.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  6566.                 => '@SonataForm/Form/datepicker.html.twig',
  6567.             ],
  6568.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6569.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6570.             'web_profiler.debug_toolbar.mode' => 2,
  6571.             'monolog.use_microseconds' => true,
  6572.             'monolog.swift_mailer.handlers' => [
  6573.             ],
  6574.             'monolog.handlers_to_channels' => [
  6575.                 'monolog.handler.console' => [
  6576.                     'type' => 'exclusive',
  6577.                     'elements' => [
  6578.                         => 'event',
  6579.                         => 'doctrine',
  6580.                         => 'console',
  6581.                     ],
  6582.                 ],
  6583.                 'monolog.handler.app' => [
  6584.                     'type' => 'inclusive',
  6585.                     'elements' => [
  6586.                         => 'app',
  6587.                     ],
  6588.                 ],
  6589.                 'monolog.handler.main' => NULL,
  6590.             ],
  6591.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6592.             'fos_user.backend_type_orm' => true,
  6593.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  6594.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  6595.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  6596.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  6597.             'fos_user.registration.confirmation.from_email' => [
  6598.                 'contact@mon-centre-auditif.com' => 'Mon Centre Auditif - No Reply',
  6599.             ],
  6600.             'fos_user.resetting.email.from_email' => [
  6601.                 'contact@mon-centre-auditif.com' => 'Mon Centre Auditif - No Reply',
  6602.             ],
  6603.             'fos_user.storage' => 'orm',
  6604.             'fos_user.firewall_name' => 'main',
  6605.             'fos_user.model_manager_name' => NULL,
  6606.             'fos_user.model.user.class' => 'App\\Entity\\User',
  6607.             'fos_user.profile.form.type' => 'fos_user_profile',
  6608.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  6609.             'fos_user.profile.form.validation_groups' => [
  6610.                 => 'Profile',
  6611.                 => 'Default',
  6612.             ],
  6613.             'fos_user.registration.confirmation.enabled' => true,
  6614.             'fos_user.registration.form.type' => 'App\\Form\\Type\\RegistrationType',
  6615.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  6616.             'fos_user.registration.form.validation_groups' => [
  6617.                 => 'Registration',
  6618.                 => 'Default',
  6619.             ],
  6620.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  6621.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  6622.             'fos_user.change_password.form.validation_groups' => [
  6623.                 => 'ChangePassword',
  6624.                 => 'Default',
  6625.             ],
  6626.             'fos_user.resetting.retry_ttl' => 7200,
  6627.             'fos_user.resetting.token_ttl' => 86400,
  6628.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  6629.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  6630.             'fos_user.resetting.form.validation_groups' => [
  6631.                 => 'ResetPassword',
  6632.                 => 'Default',
  6633.             ],
  6634.             'sonata.block.container.types' => [
  6635.                 => 'sonata.block.service.container',
  6636.                 => 'sonata.page.block.container',
  6637.                 => 'sonata.dashboard.block.container',
  6638.                 => 'cmf.block.container',
  6639.                 => 'cmf.block.slideshow',
  6640.             ],
  6641.             'sonata_block.blocks' => [
  6642.                 'sonata.block.service.container' => [
  6643.                     'contexts' => [
  6644.                     ],
  6645.                     'templates' => [
  6646.                     ],
  6647.                     'cache' => 'sonata.cache.noop',
  6648.                     'settings' => [
  6649.                     ],
  6650.                 ],
  6651.                 'sonata.block.service.empty' => [
  6652.                     'contexts' => [
  6653.                     ],
  6654.                     'templates' => [
  6655.                     ],
  6656.                     'cache' => 'sonata.cache.noop',
  6657.                     'settings' => [
  6658.                     ],
  6659.                 ],
  6660.                 'sonata.block.service.text' => [
  6661.                     'contexts' => [
  6662.                     ],
  6663.                     'templates' => [
  6664.                     ],
  6665.                     'cache' => 'sonata.cache.noop',
  6666.                     'settings' => [
  6667.                     ],
  6668.                 ],
  6669.                 'sonata.block.service.rss' => [
  6670.                     'contexts' => [
  6671.                     ],
  6672.                     'templates' => [
  6673.                     ],
  6674.                     'cache' => 'sonata.cache.noop',
  6675.                     'settings' => [
  6676.                     ],
  6677.                 ],
  6678.                 'sonata.block.service.template' => [
  6679.                     'contexts' => [
  6680.                     ],
  6681.                     'templates' => [
  6682.                     ],
  6683.                     'cache' => 'sonata.cache.noop',
  6684.                     'settings' => [
  6685.                     ],
  6686.                 ],
  6687.                 'sonata.block.service.menu' => [
  6688.                     'contexts' => [
  6689.                     ],
  6690.                     'templates' => [
  6691.                     ],
  6692.                     'cache' => 'sonata.cache.noop',
  6693.                     'settings' => [
  6694.                     ],
  6695.                 ],
  6696.                 'sonata.admin.block.admin_list' => [
  6697.                     'contexts' => [
  6698.                     ],
  6699.                     'templates' => [
  6700.                     ],
  6701.                     'cache' => 'sonata.cache.noop',
  6702.                     'settings' => [
  6703.                     ],
  6704.                 ],
  6705.                 'sonata.admin.block.search_result' => [
  6706.                     'contexts' => [
  6707.                     ],
  6708.                     'templates' => [
  6709.                     ],
  6710.                     'cache' => 'sonata.cache.noop',
  6711.                     'settings' => [
  6712.                     ],
  6713.                 ],
  6714.                 'sonata.admin.block.stats' => [
  6715.                     'contexts' => [
  6716.                     ],
  6717.                     'templates' => [
  6718.                     ],
  6719.                     'cache' => 'sonata.cache.noop',
  6720.                     'settings' => [
  6721.                     ],
  6722.                 ],
  6723.                 'sonata.admin.block.admin_preview' => [
  6724.                     'contexts' => [
  6725.                     ],
  6726.                     'templates' => [
  6727.                     ],
  6728.                     'cache' => 'sonata.cache.noop',
  6729.                     'settings' => [
  6730.                     ],
  6731.                 ],
  6732.                 'sonata.seo.block.breadcrumb.homepage' => [
  6733.                     'contexts' => [
  6734.                     ],
  6735.                     'templates' => [
  6736.                     ],
  6737.                     'cache' => 'sonata.cache.noop',
  6738.                     'settings' => [
  6739.                     ],
  6740.                 ],
  6741.             ],
  6742.             'sonata_block.blocks_by_class' => [
  6743.             ],
  6744.             'sonata_blocks.block_types' => [
  6745.                 => 'sonata.block.service.container',
  6746.                 => 'sonata.block.service.empty',
  6747.                 => 'sonata.block.service.text',
  6748.                 => 'sonata.block.service.rss',
  6749.                 => 'sonata.block.service.template',
  6750.                 => 'sonata.block.service.menu',
  6751.                 => 'sonata.admin.block.admin_list',
  6752.                 => 'sonata.admin.block.search_result',
  6753.                 => 'sonata.admin.block.stats',
  6754.                 => 'sonata.admin.block.admin_preview',
  6755.                 10 => 'sonata.seo.block.breadcrumb.homepage',
  6756.             ],
  6757.             'sonata_block.cache_blocks' => [
  6758.                 'by_class' => [
  6759.                 ],
  6760.                 'by_type' => [
  6761.                     'sonata.block.service.container' => 'sonata.cache.noop',
  6762.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  6763.                     'sonata.block.service.text' => 'sonata.cache.noop',
  6764.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  6765.                     'sonata.block.service.template' => 'sonata.cache.noop',
  6766.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  6767.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  6768.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  6769.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  6770.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  6771.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  6772.                 ],
  6773.             ],
  6774.             'sonata_blocks.default_contexts' => [
  6775.             ],
  6776.             'knp_menu.renderer.list.options' => [
  6777.             ],
  6778.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  6779.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  6780.             'knp_menu.renderer.twig.options' => [
  6781.             ],
  6782.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  6783.             'knp_menu.default_renderer' => 'twig',
  6784.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  6785.                 'choice' => 'select',
  6786.                 'boolean' => 'select',
  6787.                 'textarea' => 'textarea',
  6788.                 'html' => 'textarea',
  6789.                 'email' => 'email',
  6790.                 'string' => 'text',
  6791.                 'integer' => 'number',
  6792.                 'float' => 'number',
  6793.                 'currency' => 'number',
  6794.                 'percent' => 'number',
  6795.                 'url' => 'url',
  6796.             ],
  6797.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  6798.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  6799.             'sonata.admin.configuration.templates' => [
  6800.                 'layout' => 'admin/standard_layout.html.twig',
  6801.                 'dashboard' => 'admin/dashboard/dashboard.html.twig',
  6802.                 'user_block' => 'admin/user_block.html.twig',
  6803.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  6804.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  6805.                 'search' => '@SonataAdmin/Core/search.html.twig',
  6806.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  6807.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  6808.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  6809.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  6810.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  6811.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  6812.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  6813.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  6814.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  6815.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  6816.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  6817.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  6818.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  6819.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  6820.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  6821.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  6822.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  6823.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  6824.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  6825.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  6826.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  6827.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  6828.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  6829.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  6830.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  6831.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  6832.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  6833.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  6834.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  6835.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  6836.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  6837.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  6838.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  6839.                 'form_theme' => [
  6840.                 ],
  6841.                 'filter_theme' => [
  6842.                 ],
  6843.             ],
  6844.             'sonata.admin.configuration.default_admin_services' => [
  6845.                 'model_manager' => NULL,
  6846.                 'data_source' => NULL,
  6847.                 'field_description_factory' => NULL,
  6848.                 'form_contractor' => NULL,
  6849.                 'show_builder' => NULL,
  6850.                 'list_builder' => NULL,
  6851.                 'datagrid_builder' => NULL,
  6852.                 'translator' => NULL,
  6853.                 'configuration_pool' => NULL,
  6854.                 'route_generator' => NULL,
  6855.                 'security_handler' => NULL,
  6856.                 'menu_factory' => NULL,
  6857.                 'route_builder' => NULL,
  6858.                 'label_translator_strategy' => NULL,
  6859.                 'pager_type' => NULL,
  6860.             ],
  6861.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  6862.             'sonata.admin.configuration.dashboard_groups' => [
  6863.                 'Home' => [
  6864.                     'on_top' => true,
  6865.                     'label' => 'Accueil',
  6866.                     'label_catalogue' => NULL,
  6867.                     'icon' => '<i class="fa fa-home"></i>',
  6868.                     'items' => [
  6869.                         => [
  6870.                             'route' => 'sonata_admin_dashboard',
  6871.                             'label' => 'Accueil',
  6872.                             'roles' => [
  6873.                             ],
  6874.                             'route_params' => [
  6875.                             ],
  6876.                             'route_absolute' => false,
  6877.                         ],
  6878.                     ],
  6879.                     'keep_open' => false,
  6880.                     'item_adds' => [
  6881.                     ],
  6882.                     'roles' => [
  6883.                     ],
  6884.                 ],
  6885.                 'Lead' => [
  6886.                     'label' => 'Lead',
  6887.                     'keep_open' => true,
  6888.                     'items' => [
  6889.                         => [
  6890.                             'admin' => 'admin.prospect',
  6891.                             'roles' => [
  6892.                             ],
  6893.                             'route_params' => [
  6894.                             ],
  6895.                             'route_absolute' => false,
  6896.                         ],
  6897.                         => [
  6898.                             'admin' => 'admin.prospectOnStore',
  6899.                             'roles' => [
  6900.                             ],
  6901.                             'route_params' => [
  6902.                             ],
  6903.                             'route_absolute' => false,
  6904.                         ],
  6905.                         => [
  6906.                             'admin' => 'admin.prospectOnStoreStatus',
  6907.                             'roles' => [
  6908.                             ],
  6909.                             'route_params' => [
  6910.                             ],
  6911.                             'route_absolute' => false,
  6912.                         ],
  6913.                         => [
  6914.                             'admin' => 'admin.phoneValidation',
  6915.                             'roles' => [
  6916.                             ],
  6917.                             'route_params' => [
  6918.                             ],
  6919.                             'route_absolute' => false,
  6920.                         ],
  6921.                         => [
  6922.                             'admin' => 'admin.prospectDulicate',
  6923.                             'roles' => [
  6924.                             ],
  6925.                             'route_params' => [
  6926.                             ],
  6927.                             'route_absolute' => false,
  6928.                         ],
  6929.                         => [
  6930.                             'admin' => 'admin.acquisitionMode',
  6931.                             'roles' => [
  6932.                             ],
  6933.                             'route_params' => [
  6934.                             ],
  6935.                             'route_absolute' => false,
  6936.                         ],
  6937.                         => [
  6938.                             'admin' => 'admin.prospectOnStoreFeedback',
  6939.                             'roles' => [
  6940.                             ],
  6941.                             'route_params' => [
  6942.                             ],
  6943.                             'route_absolute' => false,
  6944.                         ],
  6945.                     ],
  6946.                     'roles' => [
  6947.                         => 'ROLE_SUPER_ADMIN',
  6948.                     ],
  6949.                     'on_top' => false,
  6950.                     'item_adds' => [
  6951.                     ],
  6952.                 ],
  6953.                 'Backoffice' => [
  6954.                     'label' => 'Backoffice',
  6955.                     'keep_open' => false,
  6956.                     'items' => [
  6957.                         => [
  6958.                             'route' => 'admin_app_store_list',
  6959.                             'label' => 'Centre auditif',
  6960.                             'roles' => [
  6961.                             ],
  6962.                             'route_params' => [
  6963.                             ],
  6964.                             'route_absolute' => false,
  6965.                         ],
  6966.                         => [
  6967.                             'admin' => 'admin.StoreManagementRequest',
  6968.                             'roles' => [
  6969.                             ],
  6970.                             'route_params' => [
  6971.                             ],
  6972.                             'route_absolute' => false,
  6973.                         ],
  6974.                         => [
  6975.                             'admin' => 'admin.freelancer',
  6976.                             'roles' => [
  6977.                             ],
  6978.                             'route_params' => [
  6979.                             ],
  6980.                             'route_absolute' => false,
  6981.                         ],
  6982.                         => [
  6983.                             'admin' => 'admin.partner',
  6984.                             'roles' => [
  6985.                             ],
  6986.                             'route_params' => [
  6987.                             ],
  6988.                             'route_absolute' => false,
  6989.                         ],
  6990.                         => [
  6991.                             'admin' => 'admin.centralPurchasing',
  6992.                             'roles' => [
  6993.                             ],
  6994.                             'route_params' => [
  6995.                             ],
  6996.                             'route_absolute' => false,
  6997.                         ],
  6998.                         => [
  6999.                             'admin' => 'admin.user',
  7000.                             'roles' => [
  7001.                             ],
  7002.                             'route_params' => [
  7003.                             ],
  7004.                             'route_absolute' => false,
  7005.                         ],
  7006.                         => [
  7007.                             'admin' => 'admin.shortUrl',
  7008.                             'roles' => [
  7009.                             ],
  7010.                             'route_params' => [
  7011.                             ],
  7012.                             'route_absolute' => false,
  7013.                         ],
  7014.                         => [
  7015.                             'admin' => 'admin.notification',
  7016.                             'roles' => [
  7017.                             ],
  7018.                             'route_params' => [
  7019.                             ],
  7020.                             'route_absolute' => false,
  7021.                         ],
  7022.                         => [
  7023.                             'admin' => 'admin.sponsorship',
  7024.                             'roles' => [
  7025.                             ],
  7026.                             'route_params' => [
  7027.                             ],
  7028.                             'route_absolute' => false,
  7029.                         ],
  7030.                         => [
  7031.                             'admin' => 'admin.smsBroadcast',
  7032.                             'roles' => [
  7033.                             ],
  7034.                             'route_params' => [
  7035.                             ],
  7036.                             'route_absolute' => false,
  7037.                         ],
  7038.                         10 => [
  7039.                             'admin' => 'admin.claimAdmin',
  7040.                             'roles' => [
  7041.                             ],
  7042.                             'route_params' => [
  7043.                             ],
  7044.                             'route_absolute' => false,
  7045.                         ],
  7046.                         11 => [
  7047.                             'admin' => 'admin.thirdPartyEntity',
  7048.                             'roles' => [
  7049.                             ],
  7050.                             'route_params' => [
  7051.                             ],
  7052.                             'route_absolute' => false,
  7053.                         ],
  7054.                         12 => [
  7055.                             'admin' => 'admin.thirdPartyEntity',
  7056.                             'roles' => [
  7057.                             ],
  7058.                             'route_params' => [
  7059.                             ],
  7060.                             'route_absolute' => false,
  7061.                         ],
  7062.                         13 => [
  7063.                             'admin' => 'admin.coregistrationCampaign',
  7064.                             'roles' => [
  7065.                             ],
  7066.                             'route_params' => [
  7067.                             ],
  7068.                             'route_absolute' => false,
  7069.                         ],
  7070.                         14 => [
  7071.                             'admin' => 'admin.prescriber',
  7072.                             'roles' => [
  7073.                             ],
  7074.                             'route_params' => [
  7075.                             ],
  7076.                             'route_absolute' => false,
  7077.                         ],
  7078.                     ],
  7079.                     'roles' => [
  7080.                         => 'ROLE_SUPER_ADMIN',
  7081.                         => 'ROLE_COMMERCIAL',
  7082.                     ],
  7083.                     'on_top' => false,
  7084.                     'item_adds' => [
  7085.                     ],
  7086.                 ],
  7087.                 'Qualification' => [
  7088.                     'label' => 'Qualification',
  7089.                     'items' => [
  7090.                         => [
  7091.                             'admin' => 'admin.prospectQualification',
  7092.                             'roles' => [
  7093.                             ],
  7094.                             'route_params' => [
  7095.                             ],
  7096.                             'route_absolute' => false,
  7097.                         ],
  7098.                         => [
  7099.                             'admin' => 'admin.prospectOnStoreQualification',
  7100.                             'roles' => [
  7101.                             ],
  7102.                             'route_params' => [
  7103.                             ],
  7104.                             'route_absolute' => false,
  7105.                         ],
  7106.                         => [
  7107.                             'admin' => 'admin.qualificationStatisticAdmin',
  7108.                             'roles' => [
  7109.                             ],
  7110.                             'route_params' => [
  7111.                             ],
  7112.                             'route_absolute' => false,
  7113.                         ],
  7114.                     ],
  7115.                     'on_top' => false,
  7116.                     'keep_open' => false,
  7117.                     'item_adds' => [
  7118.                     ],
  7119.                     'roles' => [
  7120.                     ],
  7121.                 ],
  7122.                 'Content' => [
  7123.                     'label' => 'Contenu',
  7124.                     'keep_open' => false,
  7125.                     'items' => [
  7126.                         => [
  7127.                             'admin' => 'admin.hearingBrand',
  7128.                             'roles' => [
  7129.                             ],
  7130.                             'route_params' => [
  7131.                             ],
  7132.                             'route_absolute' => false,
  7133.                         ],
  7134.                         => [
  7135.                             'admin' => 'admin.careNetwork',
  7136.                             'roles' => [
  7137.                             ],
  7138.                             'route_params' => [
  7139.                             ],
  7140.                             'route_absolute' => false,
  7141.                         ],
  7142.                         => [
  7143.                             'admin' => 'admin.hearingAid',
  7144.                             'roles' => [
  7145.                             ],
  7146.                             'route_params' => [
  7147.                             ],
  7148.                             'route_absolute' => false,
  7149.                         ],
  7150.                         => [
  7151.                             'admin' => 'admin.blogPost',
  7152.                             'roles' => [
  7153.                             ],
  7154.                             'route_params' => [
  7155.                             ],
  7156.                             'route_absolute' => false,
  7157.                         ],
  7158.                         => [
  7159.                             'admin' => 'admin.blogCategory',
  7160.                             'roles' => [
  7161.                             ],
  7162.                             'route_params' => [
  7163.                             ],
  7164.                             'route_absolute' => false,
  7165.                         ],
  7166.                         => [
  7167.                             'admin' => 'admin.blogAuthor',
  7168.                             'roles' => [
  7169.                             ],
  7170.                             'route_params' => [
  7171.                             ],
  7172.                             'route_absolute' => false,
  7173.                         ],
  7174.                         => [
  7175.                             'admin' => 'admin.cityPost',
  7176.                             'roles' => [
  7177.                             ],
  7178.                             'route_params' => [
  7179.                             ],
  7180.                             'route_absolute' => false,
  7181.                         ],
  7182.                     ],
  7183.                     'roles' => [
  7184.                         => 'ROLE_SUPER_ADMIN',
  7185.                         => 'ROLE_EDITOR',
  7186.                     ],
  7187.                     'on_top' => false,
  7188.                     'item_adds' => [
  7189.                     ],
  7190.                 ],
  7191.                 'appareil_auditif' => [
  7192.                     'label' => 'Appareil auditif',
  7193.                     'keep_open' => false,
  7194.                     'items' => [
  7195.                         => [
  7196.                             'admin' => 'admin.hearingMaker',
  7197.                             'roles' => [
  7198.                             ],
  7199.                             'route_params' => [
  7200.                             ],
  7201.                             'route_absolute' => false,
  7202.                         ],
  7203.                         => [
  7204.                             'admin' => 'admin.hearingAid',
  7205.                             'roles' => [
  7206.                             ],
  7207.                             'route_params' => [
  7208.                             ],
  7209.                             'route_absolute' => false,
  7210.                         ],
  7211.                         => [
  7212.                             'admin' => 'admin.prospectOnHearingAid',
  7213.                             'roles' => [
  7214.                             ],
  7215.                             'route_params' => [
  7216.                             ],
  7217.                             'route_absolute' => false,
  7218.                         ],
  7219.                     ],
  7220.                     'roles' => [
  7221.                         => 'ROLE_SUPER_ADMIN',
  7222.                     ],
  7223.                     'on_top' => false,
  7224.                     'item_adds' => [
  7225.                     ],
  7226.                 ],
  7227.                 'Pilotage Indépendants' => [
  7228.                     'label' => 'Pilotage Indépendants',
  7229.                     'icon' => '<i class="fa fa-dashboard"></i>',
  7230.                     'keep_open' => false,
  7231.                     'items' => [
  7232.                         => [
  7233.                             'admin' => 'admin.freelancerLeadDashboard',
  7234.                             'roles' => [
  7235.                             ],
  7236.                             'route_params' => [
  7237.                             ],
  7238.                             'route_absolute' => false,
  7239.                         ],
  7240.                         => [
  7241.                             'admin' => 'admin.freelancerLeadDashboardPilotage',
  7242.                             'roles' => [
  7243.                             ],
  7244.                             'route_params' => [
  7245.                             ],
  7246.                             'route_absolute' => false,
  7247.                         ],
  7248.                     ],
  7249.                     'roles' => [
  7250.                         => 'ROLE_ADMIN',
  7251.                     ],
  7252.                     'on_top' => false,
  7253.                     'item_adds' => [
  7254.                     ],
  7255.                 ],
  7256.                 'Stat' => [
  7257.                     'label' => 'Statistiques',
  7258.                     'keep_open' => false,
  7259.                     'items' => [
  7260.                         => [
  7261.                             'admin' => 'admin.navigationStatisticAdmin',
  7262.                             'roles' => [
  7263.                             ],
  7264.                             'route_params' => [
  7265.                             ],
  7266.                             'route_absolute' => false,
  7267.                         ],
  7268.                         => [
  7269.                             'admin' => 'admin.productionStatisticAdmin',
  7270.                             'roles' => [
  7271.                             ],
  7272.                             'route_params' => [
  7273.                             ],
  7274.                             'route_absolute' => false,
  7275.                         ],
  7276.                         => [
  7277.                             'admin' => 'admin.financialStatisticAdmin',
  7278.                             'roles' => [
  7279.                             ],
  7280.                             'route_params' => [
  7281.                             ],
  7282.                             'route_absolute' => false,
  7283.                         ],
  7284.                         => [
  7285.                             'admin' => 'admin.financialParameterAdmin',
  7286.                             'roles' => [
  7287.                             ],
  7288.                             'route_params' => [
  7289.                             ],
  7290.                             'route_absolute' => false,
  7291.                         ],
  7292.                         => [
  7293.                             'admin' => 'admin.logEntry',
  7294.                             'roles' => [
  7295.                             ],
  7296.                             'route_params' => [
  7297.                             ],
  7298.                             'route_absolute' => false,
  7299.                         ],
  7300.                     ],
  7301.                     'roles' => [
  7302.                         => 'ROLE_SUPER_ADMIN',
  7303.                     ],
  7304.                     'on_top' => false,
  7305.                     'item_adds' => [
  7306.                     ],
  7307.                 ],
  7308.                 'Premium' => [
  7309.                     'label' => 'Premium',
  7310.                     'keep_open' => true,
  7311.                     'items' => [
  7312.                         => [
  7313.                             'admin' => 'admin.creditPackGeneric',
  7314.                             'roles' => [
  7315.                             ],
  7316.                             'route_params' => [
  7317.                             ],
  7318.                             'route_absolute' => false,
  7319.                         ],
  7320.                         => [
  7321.                             'admin' => 'admin.order',
  7322.                             'roles' => [
  7323.                             ],
  7324.                             'route_params' => [
  7325.                             ],
  7326.                             'route_absolute' => false,
  7327.                         ],
  7328.                         => [
  7329.                             'admin' => 'admin.creditCost',
  7330.                             'roles' => [
  7331.                             ],
  7332.                             'route_params' => [
  7333.                             ],
  7334.                             'route_absolute' => false,
  7335.                         ],
  7336.                         => [
  7337.                             'admin' => 'admin.deviceSale',
  7338.                             'roles' => [
  7339.                             ],
  7340.                             'route_params' => [
  7341.                             ],
  7342.                             'route_absolute' => false,
  7343.                         ],
  7344.                         => [
  7345.                             'admin' => 'admin.storeIndexation',
  7346.                             'roles' => [
  7347.                             ],
  7348.                             'route_params' => [
  7349.                             ],
  7350.                             'route_absolute' => false,
  7351.                         ],
  7352.                         => [
  7353.                             'admin' => 'admin.invoice',
  7354.                             'roles' => [
  7355.                             ],
  7356.                             'route_params' => [
  7357.                             ],
  7358.                             'route_absolute' => false,
  7359.                         ],
  7360.                     ],
  7361.                     'roles' => [
  7362.                         => 'ROLE_SUPER_ADMIN',
  7363.                     ],
  7364.                     'on_top' => false,
  7365.                     'item_adds' => [
  7366.                     ],
  7367.                 ],
  7368.                 'Configuration' => [
  7369.                     'label' => 'Configuration',
  7370.                     'items' => [
  7371.                         => [
  7372.                             'route' => 'sherlockode_configuration.parameters',
  7373.                             'label' => 'Paramètres',
  7374.                             'roles' => [
  7375.                             ],
  7376.                             'route_params' => [
  7377.                             ],
  7378.                             'route_absolute' => false,
  7379.                         ],
  7380.                     ],
  7381.                     'on_top' => false,
  7382.                     'keep_open' => false,
  7383.                     'item_adds' => [
  7384.                     ],
  7385.                     'roles' => [
  7386.                     ],
  7387.                 ],
  7388.             ],
  7389.             'sonata.admin.configuration.dashboard_blocks' => [
  7390.                 => [
  7391.                     'type' => 'sonata.admin.block.admin_list',
  7392.                     'position' => 'left',
  7393.                     'roles' => [
  7394.                     ],
  7395.                     'settings' => [
  7396.                     ],
  7397.                     'class' => 'col-md-4',
  7398.                 ],
  7399.             ],
  7400.             'sonata.admin.configuration.sort_admins' => false,
  7401.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  7402.             'sonata.admin.configuration.default_group' => 'default',
  7403.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  7404.             'sonata.admin.configuration.default_translation_domain' => NULL,
  7405.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  7406.             'sonata.admin.configuration.breadcrumbs' => [
  7407.                 'child_admin_route' => 'show',
  7408.             ],
  7409.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  7410.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  7411.             'sonata.admin.configuration.security.information' => [
  7412.                 'EDIT' => [
  7413.                     => 'EDIT',
  7414.                 ],
  7415.                 'LIST' => [
  7416.                     => 'LIST',
  7417.                 ],
  7418.                 'CREATE' => [
  7419.                     => 'CREATE',
  7420.                 ],
  7421.                 'VIEW' => [
  7422.                     => 'VIEW',
  7423.                 ],
  7424.                 'DELETE' => [
  7425.                     => 'DELETE',
  7426.                 ],
  7427.                 'EXPORT' => [
  7428.                     => 'EXPORT',
  7429.                 ],
  7430.                 'ALL' => [
  7431.                     => 'ALL',
  7432.                 ],
  7433.             ],
  7434.             'sonata.admin.configuration.security.admin_permissions' => [
  7435.                 => 'CREATE',
  7436.                 => 'LIST',
  7437.                 => 'DELETE',
  7438.                 => 'UNDELETE',
  7439.                 => 'EXPORT',
  7440.                 => 'OPERATOR',
  7441.                 => 'MASTER',
  7442.             ],
  7443.             'sonata.admin.configuration.security.object_permissions' => [
  7444.                 => 'VIEW',
  7445.                 => 'EDIT',
  7446.                 => 'HISTORY',
  7447.                 => 'DELETE',
  7448.                 => 'UNDELETE',
  7449.                 => 'OPERATOR',
  7450.                 => 'MASTER',
  7451.                 => 'OWNER',
  7452.             ],
  7453.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  7454.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  7455.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  7456.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  7457.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  7458.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  7459.             'sonata.admin.extension.map' => [
  7460.             ],
  7461.             'sonata.admin.configuration.filters.persist' => false,
  7462.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  7463.             'sonata.admin.configuration.show.mosaic.button' => false,
  7464.             'sonata.exporter.writer.csv.filename' => 'php://output',
  7465.             'sonata.exporter.writer.csv.delimiter' => ',',
  7466.             'sonata.exporter.writer.csv.enclosure' => '"',
  7467.             'sonata.exporter.writer.csv.escape' => '\\',
  7468.             'sonata.exporter.writer.csv.show_headers' => true,
  7469.             'sonata.exporter.writer.csv.with_bom' => false,
  7470.             'sonata.exporter.writer.json.filename' => 'php://output',
  7471.             'sonata.exporter.writer.xls.filename' => 'php://output',
  7472.             'sonata.exporter.writer.xls.show_headers' => true,
  7473.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  7474.             'sonata.exporter.writer.xlsx.show_headers' => true,
  7475.             'sonata.exporter.writer.xlsx.show_filters' => true,
  7476.             'sonata.exporter.writer.xml.filename' => 'php://output',
  7477.             'sonata.exporter.writer.xml.show_headers' => true,
  7478.             'sonata.exporter.writer.xml.main_element' => 'datas',
  7479.             'sonata.exporter.writer.xml.child_element' => 'data',
  7480.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  7481.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  7482.             'sonata_doctrine_orm_admin.templates' => [
  7483.                 'types' => [
  7484.                     'list' => [
  7485.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  7486.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  7487.                         'date' => 'admin/crud/list_date.html.twig',
  7488.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  7489.                         'datetime' => 'admin/crud/list_datetime.html.twig',
  7490.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  7491.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  7492.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  7493.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  7494.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  7495.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  7496.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  7497.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  7498.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  7499.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  7500.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  7501.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  7502.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  7503.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  7504.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  7505.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  7506.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  7507.                     ],
  7508.                     'show' => [
  7509.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  7510.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  7511.                         'date' => 'admin/crud/show_date.html.twig',
  7512.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  7513.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  7514.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  7515.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  7516.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  7517.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7518.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7519.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7520.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  7521.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  7522.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  7523.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  7524.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  7525.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  7526.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  7527.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  7528.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  7529.                     ],
  7530.                 ],
  7531.             ],
  7532.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7533.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7534.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  7535.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7536.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7537.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7538.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  7539.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7540.             'stof_doctrine_extensions.translation_fallback' => false,
  7541.             'stof_doctrine_extensions.persist_default_translation' => false,
  7542.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7543.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7544.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7545.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7546.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7547.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7548.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  7549.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  7550.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  7551.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  7552.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  7553.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  7554.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  7555.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  7556.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7557.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7558.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7559.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7560.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7561.             'fos_js_routing.request_context_base_url' => NULL,
  7562.             'fos_js_routing.cache_control' => [
  7563.                 'enabled' => false,
  7564.             ],
  7565.             'ob_highcharts.twig_extension.class' => 'Ob\\HighchartsBundle\\Twig\\HighchartsExtension',
  7566.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7567.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7568.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7569.             'knp_paginator.page_range' => 2,
  7570.             'knp_paginator.page_limit' => NULL,
  7571.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  7572.             'vich_uploader.mappings' => [
  7573.                 'blogpost_image' => [
  7574.                     'uri_prefix' => '/uploads/images/blog/post',
  7575.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/blog/post'),
  7576.                     'namer' => [
  7577.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blogpost_image',
  7578.                         'options' => [
  7579.                         ],
  7580.                     ],
  7581.                     'directory_namer' => [
  7582.                         'service' => NULL,
  7583.                         'options' => NULL,
  7584.                     ],
  7585.                     'delete_on_remove' => true,
  7586.                     'delete_on_update' => true,
  7587.                     'inject_on_load' => false,
  7588.                     'db_driver' => 'orm',
  7589.                 ],
  7590.                 'blog_author_image' => [
  7591.                     'uri_prefix' => '/uploads/images/blog/author',
  7592.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/blog/author'),
  7593.                     'namer' => [
  7594.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_author_image',
  7595.                         'options' => [
  7596.                         ],
  7597.                     ],
  7598.                     'directory_namer' => [
  7599.                         'service' => NULL,
  7600.                         'options' => NULL,
  7601.                     ],
  7602.                     'delete_on_remove' => true,
  7603.                     'delete_on_update' => true,
  7604.                     'inject_on_load' => false,
  7605.                     'db_driver' => 'orm',
  7606.                 ],
  7607.                 'brand_logo' => [
  7608.                     'uri_prefix' => '/uploads/images/brand_logo',
  7609.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/brand_logo'),
  7610.                     'namer' => [
  7611.                         'service' => NULL,
  7612.                         'options' => NULL,
  7613.                     ],
  7614.                     'directory_namer' => [
  7615.                         'service' => NULL,
  7616.                         'options' => NULL,
  7617.                     ],
  7618.                     'delete_on_remove' => true,
  7619.                     'delete_on_update' => true,
  7620.                     'inject_on_load' => false,
  7621.                     'db_driver' => 'orm',
  7622.                 ],
  7623.                 'brand_variation_logo' => [
  7624.                     'uri_prefix' => '/uploads/images/brand_variation_logo',
  7625.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/brand_variation_logo'),
  7626.                     'namer' => [
  7627.                         'service' => NULL,
  7628.                         'options' => NULL,
  7629.                     ],
  7630.                     'directory_namer' => [
  7631.                         'service' => NULL,
  7632.                         'options' => NULL,
  7633.                     ],
  7634.                     'delete_on_remove' => true,
  7635.                     'delete_on_update' => true,
  7636.                     'inject_on_load' => false,
  7637.                     'db_driver' => 'orm',
  7638.                 ],
  7639.                 'store_logo' => [
  7640.                     'uri_prefix' => '/uploads/images/store_logo',
  7641.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/store_logo'),
  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.                 'store_images' => [
  7656.                     'uri_prefix' => '/uploads/images/store_images',
  7657.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/store_images'),
  7658.                     'namer' => [
  7659.                         'service' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer.store_images',
  7660.                         'options' => [
  7661.                             'property' => 'generateSeoFriendlyFileName',
  7662.                         ],
  7663.                     ],
  7664.                     'directory_namer' => [
  7665.                         'service' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  7666.                         'options' => [
  7667.                             'chars_per_dir' => 5,
  7668.                             'dirs' => 1,
  7669.                         ],
  7670.                     ],
  7671.                     'delete_on_remove' => true,
  7672.                     'delete_on_update' => true,
  7673.                     'inject_on_load' => false,
  7674.                     'db_driver' => 'orm',
  7675.                 ],
  7676.                 'employee_images' => [
  7677.                     'uri_prefix' => '/uploads/images/employee_images',
  7678.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/employee_images'),
  7679.                     'namer' => [
  7680.                         'service' => NULL,
  7681.                         'options' => NULL,
  7682.                     ],
  7683.                     'directory_namer' => [
  7684.                         'service' => NULL,
  7685.                         'options' => NULL,
  7686.                     ],
  7687.                     'delete_on_remove' => true,
  7688.                     'delete_on_update' => true,
  7689.                     'inject_on_load' => false,
  7690.                     'db_driver' => 'orm',
  7691.                 ],
  7692.                 'freelancer_images' => [
  7693.                     'uri_prefix' => '/uploads/images/freelancer_images',
  7694.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/freelancer_images'),
  7695.                     'namer' => [
  7696.                         'service' => NULL,
  7697.                         'options' => NULL,
  7698.                     ],
  7699.                     'directory_namer' => [
  7700.                         'service' => NULL,
  7701.                         'options' => NULL,
  7702.                     ],
  7703.                     'delete_on_remove' => true,
  7704.                     'delete_on_update' => true,
  7705.                     'inject_on_load' => false,
  7706.                     'db_driver' => 'orm',
  7707.                 ],
  7708.                 'freelancer_logo' => [
  7709.                     'uri_prefix' => '/uploads/images/freelancer_logo',
  7710.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/freelancer_logo'),
  7711.                     'namer' => [
  7712.                         'service' => NULL,
  7713.                         'options' => NULL,
  7714.                     ],
  7715.                     'directory_namer' => [
  7716.                         'service' => NULL,
  7717.                         'options' => NULL,
  7718.                     ],
  7719.                     'delete_on_remove' => true,
  7720.                     'delete_on_update' => true,
  7721.                     'inject_on_load' => false,
  7722.                     'db_driver' => 'orm',
  7723.                 ],
  7724.                 'invoice_pdf' => [
  7725.                     'uri_prefix' => '/uploads/invoice/pdf',
  7726.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/invoice/pdf'),
  7727.                     'namer' => [
  7728.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.invoice_pdf',
  7729.                         'options' => [
  7730.                         ],
  7731.                     ],
  7732.                     'directory_namer' => [
  7733.                         'service' => NULL,
  7734.                         'options' => NULL,
  7735.                     ],
  7736.                     'delete_on_remove' => true,
  7737.                     'delete_on_update' => true,
  7738.                     'inject_on_load' => false,
  7739.                     'db_driver' => 'orm',
  7740.                 ],
  7741.                 'hearing_aid_images' => [
  7742.                     'uri_prefix' => '/uploads/images/hearing_aid_images',
  7743.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/hearing_aid_images'),
  7744.                     'namer' => [
  7745.                         'service' => NULL,
  7746.                         'options' => NULL,
  7747.                     ],
  7748.                     'directory_namer' => [
  7749.                         'service' => NULL,
  7750.                         'options' => NULL,
  7751.                     ],
  7752.                     'delete_on_remove' => true,
  7753.                     'delete_on_update' => true,
  7754.                     'inject_on_load' => false,
  7755.                     'db_driver' => 'orm',
  7756.                 ],
  7757.                 'city_banner' => [
  7758.                     'uri_prefix' => '/uploads/images/city_banner',
  7759.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/city_banner'),
  7760.                     'namer' => [
  7761.                         'service' => NULL,
  7762.                         'options' => NULL,
  7763.                     ],
  7764.                     'directory_namer' => [
  7765.                         'service' => NULL,
  7766.                         'options' => NULL,
  7767.                     ],
  7768.                     'delete_on_remove' => true,
  7769.                     'delete_on_update' => true,
  7770.                     'inject_on_load' => false,
  7771.                     'db_driver' => 'orm',
  7772.                 ],
  7773.                 'coregistration_campaign_advertiser_logo' => [
  7774.                     'uri_prefix' => '/uploads/images/coregistration_campaign_advertiser_logo',
  7775.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/coregistration_campaign_advertiser_logo'),
  7776.                     'namer' => [
  7777.                         'service' => NULL,
  7778.                         'options' => NULL,
  7779.                     ],
  7780.                     'directory_namer' => [
  7781.                         'service' => NULL,
  7782.                         'options' => NULL,
  7783.                     ],
  7784.                     'delete_on_remove' => true,
  7785.                     'delete_on_update' => true,
  7786.                     'inject_on_load' => false,
  7787.                     'db_driver' => 'orm',
  7788.                 ],
  7789.                 'storeManagementRequest_kbis' => [
  7790.                     'uri_prefix' => '/uploads/kbis/',
  7791.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/kbis/'),
  7792.                     'namer' => [
  7793.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.storeManagementRequest_kbis',
  7794.                         'options' => [
  7795.                         ],
  7796.                     ],
  7797.                     'directory_namer' => [
  7798.                         'service' => NULL,
  7799.                         'options' => NULL,
  7800.                     ],
  7801.                     'delete_on_remove' => true,
  7802.                     'delete_on_update' => true,
  7803.                     'inject_on_load' => false,
  7804.                     'db_driver' => 'orm',
  7805.                 ],
  7806.                 'highlighted_staff_picture' => [
  7807.                     'uri_prefix' => '/uploads/images/highlighted_staff_picture',
  7808.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/highlighted_staff_picture'),
  7809.                     'namer' => [
  7810.                         'service' => NULL,
  7811.                         'options' => NULL,
  7812.                     ],
  7813.                     'directory_namer' => [
  7814.                         'service' => NULL,
  7815.                         'options' => NULL,
  7816.                     ],
  7817.                     'delete_on_remove' => true,
  7818.                     'delete_on_update' => true,
  7819.                     'inject_on_load' => false,
  7820.                     'db_driver' => 'orm',
  7821.                 ],
  7822.             ],
  7823.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  7824.             'liip_imagine.resolvers' => [
  7825.                 'default' => [
  7826.                     'web_path' => [
  7827.                         'web_root' => (\dirname(__DIR__4).'/public'),
  7828.                         'cache_prefix' => 'media/cache',
  7829.                     ],
  7830.                 ],
  7831.             ],
  7832.             'liip_imagine.loaders' => [
  7833.                 'default' => [
  7834.                     'filesystem' => [
  7835.                         'locator' => 'filesystem',
  7836.                         'data_root' => [
  7837.                             => (\dirname(__DIR__4).'/public'),
  7838.                         ],
  7839.                         'allow_unresolvable_data_roots' => false,
  7840.                         'bundle_resources' => [
  7841.                             'enabled' => false,
  7842.                             'access_control_type' => 'blacklist',
  7843.                             'access_control_list' => [
  7844.                             ],
  7845.                         ],
  7846.                     ],
  7847.                 ],
  7848.             ],
  7849.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  7850.             'liip_imagine.jpegoptim.stripAll' => true,
  7851.             'liip_imagine.jpegoptim.max' => NULL,
  7852.             'liip_imagine.jpegoptim.progressive' => true,
  7853.             'liip_imagine.jpegoptim.tempDir' => NULL,
  7854.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  7855.             'liip_imagine.optipng.level' => 7,
  7856.             'liip_imagine.optipng.stripAll' => true,
  7857.             'liip_imagine.optipng.tempDir' => NULL,
  7858.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  7859.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  7860.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  7861.             'liip_imagine.cwebp.tempDir' => NULL,
  7862.             'liip_imagine.cwebp.q' => 75,
  7863.             'liip_imagine.cwebp.alphaQ' => 100,
  7864.             'liip_imagine.cwebp.m' => 4,
  7865.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  7866.             'liip_imagine.cwebp.alphaMethod' => 1,
  7867.             'liip_imagine.cwebp.exact' => false,
  7868.             'liip_imagine.cwebp.metadata' => [
  7869.                 => 'none',
  7870.             ],
  7871.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  7872.             'liip_imagine.cache.resolver.default' => 'default',
  7873.             'liip_imagine.default_image' => NULL,
  7874.             'liip_imagine.filter_sets' => [
  7875.                 'cache' => [
  7876.                     'format' => 'webp',
  7877.                     'quality' => 100,
  7878.                     'jpeg_quality' => NULL,
  7879.                     'png_compression_level' => NULL,
  7880.                     'png_compression_filter' => NULL,
  7881.                     'animated' => false,
  7882.                     'cache' => NULL,
  7883.                     'data_loader' => NULL,
  7884.                     'default_image' => NULL,
  7885.                     'filters' => [
  7886.                     ],
  7887.                     'post_processors' => [
  7888.                     ],
  7889.                 ],
  7890.                 'lp_emailing_main_img' => [
  7891.                     'format' => 'webp',
  7892.                     'quality' => 100,
  7893.                     'jpeg_quality' => NULL,
  7894.                     'png_compression_level' => NULL,
  7895.                     'png_compression_filter' => NULL,
  7896.                     'animated' => false,
  7897.                     'cache' => NULL,
  7898.                     'data_loader' => NULL,
  7899.                     'default_image' => NULL,
  7900.                     'filters' => [
  7901.                         'thumbnail' => [
  7902.                             'size' => [
  7903.                                 => 800,
  7904.                                 => 1200,
  7905.                             ],
  7906.                             'mode' => 'outbound',
  7907.                             'position' => 'center',
  7908.                         ],
  7909.                     ],
  7910.                     'post_processors' => [
  7911.                     ],
  7912.                 ],
  7913.                 'lp_emailing_senior' => [
  7914.                     'format' => 'webp',
  7915.                     'quality' => 100,
  7916.                     'jpeg_quality' => NULL,
  7917.                     'png_compression_level' => NULL,
  7918.                     'png_compression_filter' => NULL,
  7919.                     'animated' => false,
  7920.                     'cache' => NULL,
  7921.                     'data_loader' => NULL,
  7922.                     'default_image' => NULL,
  7923.                     'filters' => [
  7924.                         'thumbnail' => [
  7925.                             'size' => [
  7926.                                 => 100,
  7927.                                 => 100,
  7928.                             ],
  7929.                             'mode' => 'outbound',
  7930.                         ],
  7931.                     ],
  7932.                     'post_processors' => [
  7933.                     ],
  7934.                 ],
  7935.                 'vich_type_preview' => [
  7936.                     'format' => 'webp',
  7937.                     'quality' => 80,
  7938.                     'jpeg_quality' => NULL,
  7939.                     'png_compression_level' => NULL,
  7940.                     'png_compression_filter' => NULL,
  7941.                     'animated' => false,
  7942.                     'cache' => NULL,
  7943.                     'data_loader' => NULL,
  7944.                     'default_image' => NULL,
  7945.                     'filters' => [
  7946.                         'downscale' => [
  7947.                             'max' => [
  7948.                                 => 200,
  7949.                                 => NULL,
  7950.                             ],
  7951.                         ],
  7952.                     ],
  7953.                     'post_processors' => [
  7954.                     ],
  7955.                 ],
  7956.                 'blog_post_main' => [
  7957.                     'format' => 'webp',
  7958.                     'quality' => 80,
  7959.                     'jpeg_quality' => NULL,
  7960.                     'png_compression_level' => NULL,
  7961.                     'png_compression_filter' => NULL,
  7962.                     'animated' => false,
  7963.                     'cache' => NULL,
  7964.                     'data_loader' => NULL,
  7965.                     'default_image' => NULL,
  7966.                     'filters' => [
  7967.                         'downscale' => [
  7968.                             'max' => [
  7969.                                 => 1706,
  7970.                                 => NULL,
  7971.                             ],
  7972.                         ],
  7973.                     ],
  7974.                     'post_processors' => [
  7975.                     ],
  7976.                 ],
  7977.                 'blog_post_extra_large' => [
  7978.                     'format' => 'webp',
  7979.                     'quality' => 80,
  7980.                     'jpeg_quality' => NULL,
  7981.                     'png_compression_level' => NULL,
  7982.                     'png_compression_filter' => NULL,
  7983.                     'animated' => false,
  7984.                     'cache' => NULL,
  7985.                     'data_loader' => NULL,
  7986.                     'default_image' => NULL,
  7987.                     'filters' => [
  7988.                         'thumbnail' => [
  7989.                             'size' => [
  7990.                                 => 800,
  7991.                                 => 400,
  7992.                             ],
  7993.                             'mode' => 'outbound',
  7994.                         ],
  7995.                     ],
  7996.                     'post_processors' => [
  7997.                     ],
  7998.                 ],
  7999.                 'blog_post_large' => [
  8000.                     'format' => 'webp',
  8001.                     'quality' => 80,
  8002.                     'jpeg_quality' => NULL,
  8003.                     'png_compression_level' => NULL,
  8004.                     'png_compression_filter' => NULL,
  8005.                     'animated' => false,
  8006.                     'cache' => NULL,
  8007.                     'data_loader' => NULL,
  8008.                     'default_image' => NULL,
  8009.                     'filters' => [
  8010.                         'thumbnail' => [
  8011.                             'size' => [
  8012.                                 => 500,
  8013.                                 => 280,
  8014.                             ],
  8015.                             'mode' => 'outbound',
  8016.                         ],
  8017.                     ],
  8018.                     'post_processors' => [
  8019.                     ],
  8020.                 ],
  8021.                 'blog_post_medium' => [
  8022.                     'format' => 'webp',
  8023.                     'quality' => 80,
  8024.                     'jpeg_quality' => NULL,
  8025.                     'png_compression_level' => NULL,
  8026.                     'png_compression_filter' => NULL,
  8027.                     'animated' => false,
  8028.                     'cache' => NULL,
  8029.                     'data_loader' => NULL,
  8030.                     'default_image' => NULL,
  8031.                     'filters' => [
  8032.                         'thumbnail' => [
  8033.                             'size' => [
  8034.                                 => 350,
  8035.                                 => 290,
  8036.                             ],
  8037.                             'mode' => 'outbound',
  8038.                         ],
  8039.                     ],
  8040.                     'post_processors' => [
  8041.                     ],
  8042.                 ],
  8043.                 'blog_post_small' => [
  8044.                     'format' => 'webp',
  8045.                     'quality' => 80,
  8046.                     'jpeg_quality' => NULL,
  8047.                     'png_compression_level' => NULL,
  8048.                     'png_compression_filter' => NULL,
  8049.                     'animated' => false,
  8050.                     'cache' => NULL,
  8051.                     'data_loader' => NULL,
  8052.                     'default_image' => NULL,
  8053.                     'filters' => [
  8054.                         'thumbnail' => [
  8055.                             'size' => [
  8056.                                 => 400,
  8057.                                 => 500,
  8058.                             ],
  8059.                             'mode' => 'outbound',
  8060.                         ],
  8061.                     ],
  8062.                     'post_processors' => [
  8063.                     ],
  8064.                 ],
  8065.                 'brand_logo_large' => [
  8066.                     'format' => 'webp',
  8067.                     'quality' => 80,
  8068.                     'jpeg_quality' => NULL,
  8069.                     'png_compression_level' => NULL,
  8070.                     'png_compression_filter' => NULL,
  8071.                     'animated' => false,
  8072.                     'cache' => NULL,
  8073.                     'data_loader' => NULL,
  8074.                     'default_image' => NULL,
  8075.                     'filters' => [
  8076.                         'downscale' => [
  8077.                             'max' => [
  8078.                                 => 208,
  8079.                                 => NULL,
  8080.                             ],
  8081.                         ],
  8082.                     ],
  8083.                     'post_processors' => [
  8084.                     ],
  8085.                 ],
  8086.                 'brand_logo_medium' => [
  8087.                     'format' => 'webp',
  8088.                     'quality' => 80,
  8089.                     'jpeg_quality' => NULL,
  8090.                     'png_compression_level' => NULL,
  8091.                     'png_compression_filter' => NULL,
  8092.                     'animated' => false,
  8093.                     'cache' => NULL,
  8094.                     'data_loader' => NULL,
  8095.                     'default_image' => NULL,
  8096.                     'filters' => [
  8097.                         'downscale' => [
  8098.                             'max' => [
  8099.                                 => 130,
  8100.                                 => NULL,
  8101.                             ],
  8102.                         ],
  8103.                     ],
  8104.                     'post_processors' => [
  8105.                     ],
  8106.                 ],
  8107.                 'brand_logo_medium_png' => [
  8108.                     'format' => 'png',
  8109.                     'quality' => 80,
  8110.                     'jpeg_quality' => NULL,
  8111.                     'png_compression_level' => NULL,
  8112.                     'png_compression_filter' => NULL,
  8113.                     'animated' => false,
  8114.                     'cache' => NULL,
  8115.                     'data_loader' => NULL,
  8116.                     'default_image' => NULL,
  8117.                     'filters' => [
  8118.                         'downscale' => [
  8119.                             'max' => [
  8120.                                 => 130,
  8121.                                 => NULL,
  8122.                             ],
  8123.                         ],
  8124.                     ],
  8125.                     'post_processors' => [
  8126.                     ],
  8127.                 ],
  8128.                 'brand_logo_medium_webp' => [
  8129.                     'format' => 'webp',
  8130.                     'quality' => 80,
  8131.                     'jpeg_quality' => NULL,
  8132.                     'png_compression_level' => NULL,
  8133.                     'png_compression_filter' => NULL,
  8134.                     'animated' => false,
  8135.                     'cache' => NULL,
  8136.                     'data_loader' => NULL,
  8137.                     'default_image' => NULL,
  8138.                     'filters' => [
  8139.                         'downscale' => [
  8140.                             'max' => [
  8141.                                 => 130,
  8142.                                 => NULL,
  8143.                             ],
  8144.                         ],
  8145.                     ],
  8146.                     'post_processors' => [
  8147.                     ],
  8148.                 ],
  8149.                 'brand_logo_small' => [
  8150.                     'format' => 'webp',
  8151.                     'quality' => 100,
  8152.                     'jpeg_quality' => NULL,
  8153.                     'png_compression_level' => NULL,
  8154.                     'png_compression_filter' => NULL,
  8155.                     'animated' => false,
  8156.                     'cache' => NULL,
  8157.                     'data_loader' => NULL,
  8158.                     'default_image' => NULL,
  8159.                     'filters' => [
  8160.                         'downscale' => [
  8161.                             'max' => [
  8162.                                 => 100,
  8163.                                 => NULL,
  8164.                             ],
  8165.                         ],
  8166.                     ],
  8167.                     'post_processors' => [
  8168.                     ],
  8169.                 ],
  8170.                 'brand_logo_carrousel' => [
  8171.                     'format' => 'webp',
  8172.                     'quality' => 80,
  8173.                     'jpeg_quality' => NULL,
  8174.                     'png_compression_level' => NULL,
  8175.                     'png_compression_filter' => NULL,
  8176.                     'animated' => false,
  8177.                     'cache' => NULL,
  8178.                     'data_loader' => NULL,
  8179.                     'default_image' => NULL,
  8180.                     'filters' => [
  8181.                         'downscale' => [
  8182.                             'max' => [
  8183.                                 => 200,
  8184.                                 => NULL,
  8185.                             ],
  8186.                         ],
  8187.                     ],
  8188.                     'post_processors' => [
  8189.                     ],
  8190.                 ],
  8191.                 'brand_logo_carrousel_png' => [
  8192.                     'format' => 'png',
  8193.                     'quality' => 80,
  8194.                     'jpeg_quality' => NULL,
  8195.                     'png_compression_level' => NULL,
  8196.                     'png_compression_filter' => NULL,
  8197.                     'animated' => false,
  8198.                     'cache' => NULL,
  8199.                     'data_loader' => NULL,
  8200.                     'default_image' => NULL,
  8201.                     'filters' => [
  8202.                         'downscale' => [
  8203.                             'max' => [
  8204.                                 => 200,
  8205.                                 => NULL,
  8206.                             ],
  8207.                         ],
  8208.                     ],
  8209.                     'post_processors' => [
  8210.                     ],
  8211.                 ],
  8212.                 'brand_logo_carrousel_webp' => [
  8213.                     'format' => 'webp',
  8214.                     'quality' => 80,
  8215.                     'jpeg_quality' => NULL,
  8216.                     'png_compression_level' => NULL,
  8217.                     'png_compression_filter' => NULL,
  8218.                     'animated' => false,
  8219.                     'cache' => NULL,
  8220.                     'data_loader' => NULL,
  8221.                     'default_image' => NULL,
  8222.                     'filters' => [
  8223.                         'downscale' => [
  8224.                             'max' => [
  8225.                                 => 200,
  8226.                                 => NULL,
  8227.                             ],
  8228.                         ],
  8229.                     ],
  8230.                     'post_processors' => [
  8231.                     ],
  8232.                 ],
  8233.                 'hearing_maker_logo_large' => [
  8234.                     'format' => 'webp',
  8235.                     'quality' => 80,
  8236.                     'jpeg_quality' => NULL,
  8237.                     'png_compression_level' => NULL,
  8238.                     'png_compression_filter' => NULL,
  8239.                     'animated' => false,
  8240.                     'cache' => NULL,
  8241.                     'data_loader' => NULL,
  8242.                     'default_image' => NULL,
  8243.                     'filters' => [
  8244.                         'downscale' => [
  8245.                             'max' => [
  8246.                                 => 208,
  8247.                                 => NULL,
  8248.                             ],
  8249.                         ],
  8250.                     ],
  8251.                     'post_processors' => [
  8252.                     ],
  8253.                 ],
  8254.                 'hearing_maker_logo_small' => [
  8255.                     'format' => 'webp',
  8256.                     'quality' => 80,
  8257.                     'jpeg_quality' => NULL,
  8258.                     'png_compression_level' => NULL,
  8259.                     'png_compression_filter' => NULL,
  8260.                     'animated' => false,
  8261.                     'cache' => NULL,
  8262.                     'data_loader' => NULL,
  8263.                     'default_image' => NULL,
  8264.                     'filters' => [
  8265.                         'downscale' => [
  8266.                             'max' => [
  8267.                                 => 80,
  8268.                                 => NULL,
  8269.                             ],
  8270.                         ],
  8271.                     ],
  8272.                     'post_processors' => [
  8273.                     ],
  8274.                 ],
  8275.                 'hearing_maker_carrousel' => [
  8276.                     'format' => 'webp',
  8277.                     'quality' => 80,
  8278.                     'jpeg_quality' => NULL,
  8279.                     'png_compression_level' => NULL,
  8280.                     'png_compression_filter' => NULL,
  8281.                     'animated' => false,
  8282.                     'cache' => NULL,
  8283.                     'data_loader' => NULL,
  8284.                     'default_image' => NULL,
  8285.                     'filters' => [
  8286.                         'downscale' => [
  8287.                             'max' => [
  8288.                                 => 150,
  8289.                                 => NULL,
  8290.                             ],
  8291.                         ],
  8292.                     ],
  8293.                     'post_processors' => [
  8294.                     ],
  8295.                 ],
  8296.                 'care_network_carrousel' => [
  8297.                     'format' => 'webp',
  8298.                     'quality' => 80,
  8299.                     'jpeg_quality' => NULL,
  8300.                     'png_compression_level' => NULL,
  8301.                     'png_compression_filter' => NULL,
  8302.                     'animated' => false,
  8303.                     'cache' => NULL,
  8304.                     'data_loader' => NULL,
  8305.                     'default_image' => NULL,
  8306.                     'filters' => [
  8307.                         'downscale' => [
  8308.                             'max' => [
  8309.                                 => 150,
  8310.                                 => NULL,
  8311.                             ],
  8312.                         ],
  8313.                     ],
  8314.                     'post_processors' => [
  8315.                     ],
  8316.                 ],
  8317.                 'author_image_medium' => [
  8318.                     'format' => 'webp',
  8319.                     'quality' => 80,
  8320.                     'jpeg_quality' => NULL,
  8321.                     'png_compression_level' => NULL,
  8322.                     'png_compression_filter' => NULL,
  8323.                     'animated' => false,
  8324.                     'cache' => NULL,
  8325.                     'data_loader' => NULL,
  8326.                     'default_image' => NULL,
  8327.                     'filters' => [
  8328.                         'thumbnail' => [
  8329.                             'size' => [
  8330.                                 => 90,
  8331.                                 => 90,
  8332.                             ],
  8333.                             'mode' => 'outbound',
  8334.                         ],
  8335.                     ],
  8336.                     'post_processors' => [
  8337.                     ],
  8338.                 ],
  8339.                 'author_image_small' => [
  8340.                     'format' => 'webp',
  8341.                     'quality' => 80,
  8342.                     'jpeg_quality' => NULL,
  8343.                     'png_compression_level' => NULL,
  8344.                     'png_compression_filter' => NULL,
  8345.                     'animated' => false,
  8346.                     'cache' => NULL,
  8347.                     'data_loader' => NULL,
  8348.                     'default_image' => NULL,
  8349.                     'filters' => [
  8350.                         'thumbnail' => [
  8351.                             'size' => [
  8352.                                 => 60,
  8353.                                 => 60,
  8354.                             ],
  8355.                             'mode' => 'outbound',
  8356.                         ],
  8357.                     ],
  8358.                     'post_processors' => [
  8359.                     ],
  8360.                 ],
  8361.                 'profile_image' => [
  8362.                     'format' => 'webp',
  8363.                     'quality' => 100,
  8364.                     'jpeg_quality' => NULL,
  8365.                     'png_compression_level' => NULL,
  8366.                     'png_compression_filter' => NULL,
  8367.                     'animated' => false,
  8368.                     'cache' => NULL,
  8369.                     'data_loader' => NULL,
  8370.                     'default_image' => NULL,
  8371.                     'filters' => [
  8372.                         'thumbnail' => [
  8373.                             'size' => [
  8374.                                 => 100,
  8375.                                 => 100,
  8376.                             ],
  8377.                             'mode' => 'outbound',
  8378.                         ],
  8379.                     ],
  8380.                     'post_processors' => [
  8381.                     ],
  8382.                 ],
  8383.                 'store_image_carrousel' => [
  8384.                     'format' => 'webp',
  8385.                     'quality' => 100,
  8386.                     'jpeg_quality' => NULL,
  8387.                     'png_compression_level' => NULL,
  8388.                     'png_compression_filter' => NULL,
  8389.                     'animated' => false,
  8390.                     'cache' => NULL,
  8391.                     'data_loader' => NULL,
  8392.                     'default_image' => NULL,
  8393.                     'filters' => [
  8394.                         'thumbnail' => [
  8395.                             'size' => [
  8396.                                 => 300,
  8397.                                 => 300,
  8398.                             ],
  8399.                             'mode' => 'inset',
  8400.                         ],
  8401.                     ],
  8402.                     'post_processors' => [
  8403.                     ],
  8404.                 ],
  8405.                 'store_highlighted_staff_image' => [
  8406.                     'format' => 'webp',
  8407.                     'quality' => 100,
  8408.                     'jpeg_quality' => NULL,
  8409.                     'png_compression_level' => NULL,
  8410.                     'png_compression_filter' => NULL,
  8411.                     'animated' => false,
  8412.                     'cache' => NULL,
  8413.                     'data_loader' => NULL,
  8414.                     'default_image' => NULL,
  8415.                     'filters' => [
  8416.                         'thumbnail' => [
  8417.                             'size' => [
  8418.                                 => 300,
  8419.                                 => 300,
  8420.                             ],
  8421.                         ],
  8422.                     ],
  8423.                     'post_processors' => [
  8424.                     ],
  8425.                 ],
  8426.                 'hearing_aid_image' => [
  8427.                     'format' => 'webp',
  8428.                     'quality' => 80,
  8429.                     'jpeg_quality' => NULL,
  8430.                     'png_compression_level' => NULL,
  8431.                     'png_compression_filter' => NULL,
  8432.                     'animated' => false,
  8433.                     'cache' => NULL,
  8434.                     'data_loader' => NULL,
  8435.                     'default_image' => NULL,
  8436.                     'filters' => [
  8437.                         'downscale' => [
  8438.                             'max' => [
  8439.                                 => 150,
  8440.                                 => NULL,
  8441.                             ],
  8442.                         ],
  8443.                     ],
  8444.                     'post_processors' => [
  8445.                     ],
  8446.                 ],
  8447.                 'hearing_aid_image_large' => [
  8448.                     'format' => 'webp',
  8449.                     'quality' => 80,
  8450.                     'jpeg_quality' => NULL,
  8451.                     'png_compression_level' => NULL,
  8452.                     'png_compression_filter' => NULL,
  8453.                     'animated' => false,
  8454.                     'cache' => NULL,
  8455.                     'data_loader' => NULL,
  8456.                     'default_image' => NULL,
  8457.                     'filters' => [
  8458.                         'upscale' => [
  8459.                             'min' => [
  8460.                                 => 500,
  8461.                                 => NULL,
  8462.                             ],
  8463.                         ],
  8464.                     ],
  8465.                     'post_processors' => [
  8466.                     ],
  8467.                 ],
  8468.                 'store_image_backoffice_freelancer' => [
  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.                         'thumbnail' => [
  8480.                             'size' => [
  8481.                                 => 160,
  8482.                                 => 80,
  8483.                             ],
  8484.                             'mode' => 'outbound',
  8485.                         ],
  8486.                     ],
  8487.                     'post_processors' => [
  8488.                     ],
  8489.                 ],
  8490.                 'default_webp' => [
  8491.                     'format' => 'webp',
  8492.                     'quality' => 80,
  8493.                     'jpeg_quality' => NULL,
  8494.                     'png_compression_level' => NULL,
  8495.                     'png_compression_filter' => NULL,
  8496.                     'animated' => false,
  8497.                     'cache' => NULL,
  8498.                     'data_loader' => NULL,
  8499.                     'default_image' => NULL,
  8500.                     'filters' => [
  8501.                     ],
  8502.                     'post_processors' => [
  8503.                     ],
  8504.                 ],
  8505.                 'city_banner_webp' => [
  8506.                     'format' => 'webp',
  8507.                     'quality' => 80,
  8508.                     'jpeg_quality' => NULL,
  8509.                     'png_compression_level' => NULL,
  8510.                     'png_compression_filter' => NULL,
  8511.                     'animated' => false,
  8512.                     'cache' => NULL,
  8513.                     'data_loader' => NULL,
  8514.                     'default_image' => NULL,
  8515.                     'filters' => [
  8516.                         'downscale' => [
  8517.                             'max' => [
  8518.                                 => 1900,
  8519.                                 => NULL,
  8520.                             ],
  8521.                         ],
  8522.                     ],
  8523.                     'post_processors' => [
  8524.                     ],
  8525.                 ],
  8526.                 'header_bg_img' => [
  8527.                     'format' => 'webp',
  8528.                     'quality' => 100,
  8529.                     'jpeg_quality' => NULL,
  8530.                     'png_compression_level' => NULL,
  8531.                     'png_compression_filter' => NULL,
  8532.                     'animated' => false,
  8533.                     'cache' => NULL,
  8534.                     'data_loader' => NULL,
  8535.                     'default_image' => NULL,
  8536.                     'filters' => [
  8537.                         'thumbnail' => [
  8538.                             'size' => [
  8539.                                 => 2000,
  8540.                                 => 700,
  8541.                             ],
  8542.                             'mode' => 'outbound',
  8543.                         ],
  8544.                     ],
  8545.                     'post_processors' => [
  8546.                     ],
  8547.                 ],
  8548.                 'product_img' => [
  8549.                     'format' => 'webp',
  8550.                     'quality' => 100,
  8551.                     'jpeg_quality' => NULL,
  8552.                     'png_compression_level' => NULL,
  8553.                     'png_compression_filter' => NULL,
  8554.                     'animated' => false,
  8555.                     'cache' => NULL,
  8556.                     'data_loader' => NULL,
  8557.                     'default_image' => NULL,
  8558.                     'filters' => [
  8559.                         'thumbnail' => [
  8560.                             'size' => [
  8561.                                 => 320,
  8562.                                 => 320,
  8563.                             ],
  8564.                             'mode' => 'outbound',
  8565.                         ],
  8566.                     ],
  8567.                     'post_processors' => [
  8568.                     ],
  8569.                 ],
  8570.                 'lp_left_content' => [
  8571.                     'format' => 'webp',
  8572.                     'quality' => 100,
  8573.                     'jpeg_quality' => NULL,
  8574.                     'png_compression_level' => NULL,
  8575.                     'png_compression_filter' => NULL,
  8576.                     'animated' => false,
  8577.                     'cache' => NULL,
  8578.                     'data_loader' => NULL,
  8579.                     'default_image' => NULL,
  8580.                     'filters' => [
  8581.                         'thumbnail' => [
  8582.                             'size' => [
  8583.                                 => 615,
  8584.                                 => 750,
  8585.                             ],
  8586.                             'mode' => 'outbound',
  8587.                         ],
  8588.                     ],
  8589.                     'post_processors' => [
  8590.                     ],
  8591.                 ],
  8592.                 'bg_img_wave' => [
  8593.                     'format' => 'webp',
  8594.                     'quality' => 100,
  8595.                     'jpeg_quality' => NULL,
  8596.                     'png_compression_level' => NULL,
  8597.                     'png_compression_filter' => NULL,
  8598.                     'animated' => false,
  8599.                     'cache' => NULL,
  8600.                     'data_loader' => NULL,
  8601.                     'default_image' => NULL,
  8602.                     'filters' => [
  8603.                         'thumbnail' => [
  8604.                             'size' => [
  8605.                                 => 2000,
  8606.                                 => 500,
  8607.                             ],
  8608.                             'mode' => 'outbound',
  8609.                         ],
  8610.                     ],
  8611.                     'post_processors' => [
  8612.                     ],
  8613.                 ],
  8614.                 'lp_img_content' => [
  8615.                     'format' => 'webp',
  8616.                     'quality' => 100,
  8617.                     'jpeg_quality' => NULL,
  8618.                     'png_compression_level' => NULL,
  8619.                     'png_compression_filter' => NULL,
  8620.                     'animated' => false,
  8621.                     'cache' => NULL,
  8622.                     'data_loader' => NULL,
  8623.                     'default_image' => NULL,
  8624.                     'filters' => [
  8625.                         'thumbnail' => [
  8626.                             'size' => [
  8627.                                 => 900,
  8628.                                 => 900,
  8629.                             ],
  8630.                             'mode' => 'outbound',
  8631.                         ],
  8632.                     ],
  8633.                     'post_processors' => [
  8634.                     ],
  8635.                 ],
  8636.                 'coregistration_campaign_advertiser_logo' => [
  8637.                     'format' => 'webp',
  8638.                     'quality' => 80,
  8639.                     'jpeg_quality' => NULL,
  8640.                     'png_compression_level' => NULL,
  8641.                     'png_compression_filter' => NULL,
  8642.                     'animated' => false,
  8643.                     'cache' => NULL,
  8644.                     'data_loader' => NULL,
  8645.                     'default_image' => NULL,
  8646.                     'filters' => [
  8647.                         'downscale' => [
  8648.                             'max' => [
  8649.                                 => 100,
  8650.                                 => NULL,
  8651.                             ],
  8652.                         ],
  8653.                     ],
  8654.                     'post_processors' => [
  8655.                     ],
  8656.                 ],
  8657.                 'main_img_campaign_sms' => [
  8658.                     'format' => 'webp',
  8659.                     'quality' => 100,
  8660.                     'jpeg_quality' => NULL,
  8661.                     'png_compression_level' => NULL,
  8662.                     'png_compression_filter' => NULL,
  8663.                     'animated' => false,
  8664.                     'cache' => NULL,
  8665.                     'data_loader' => NULL,
  8666.                     'default_image' => NULL,
  8667.                     'filters' => [
  8668.                         'relative_resize' => [
  8669.                             'widen' => 300,
  8670.                         ],
  8671.                     ],
  8672.                     'post_processors' => [
  8673.                     ],
  8674.                 ],
  8675.             ],
  8676.             'liip_imagine.binary.loader.default' => 'default',
  8677.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  8678.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  8679.             'liip_imagine.webp.generate' => false,
  8680.             'liip_imagine.webp.options' => [
  8681.                 'quality' => 100,
  8682.                 'cache' => NULL,
  8683.                 'data_loader' => NULL,
  8684.                 'post_processors' => [
  8685.                 ],
  8686.             ],
  8687.             'sonata.seo.config' => [
  8688.                 'default' => 'sonata.seo.page.default',
  8689.                 'head' => [
  8690.                 ],
  8691.                 'metas' => [
  8692.                 ],
  8693.                 'separator' => ' - ',
  8694.                 'title' => '',
  8695.                 'title_prefix' => NULL,
  8696.                 'title_suffix' => NULL,
  8697.             ],
  8698.             'nelmio_cors.map' => [
  8699.                 '^/' => [
  8700.                     'skip_same_as_origin' => true,
  8701.                 ],
  8702.             ],
  8703.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8704.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8705.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8706.             'api_platform.metadata_backward_compatibility_layer' => true,
  8707.             'api_platform.enable_entrypoint' => true,
  8708.             'api_platform.enable_docs' => true,
  8709.             'api_platform.title' => 'MCA REST API',
  8710.             'api_platform.description' => '',
  8711.             'api_platform.version' => '1.0.0',
  8712.             'api_platform.show_webby' => true,
  8713.             'api_platform.url_generation_strategy' => 1,
  8714.             'api_platform.exception_to_status' => [
  8715.                 'App\\Exception\\DuplicateProspectException' => 422,
  8716.                 'App\\Exception\\NoStoreFoundException' => 422,
  8717.                 'Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException' => 400,
  8718.             ],
  8719.             'api_platform.formats' => [
  8720.                 'jsonld' => [
  8721.                     => 'application/ld+json',
  8722.                 ],
  8723.                 'json' => [
  8724.                     => 'application/json',
  8725.                 ],
  8726.                 'html' => [
  8727.                     => 'text/html',
  8728.                 ],
  8729.             ],
  8730.             'api_platform.patch_formats' => [
  8731.                 'json' => [
  8732.                     => 'application/merge-patch+json',
  8733.                 ],
  8734.             ],
  8735.             'api_platform.error_formats' => [
  8736.                 'jsonproblem' => [
  8737.                     => 'application/problem+json',
  8738.                 ],
  8739.                 'jsonld' => [
  8740.                     => 'application/ld+json',
  8741.                 ],
  8742.             ],
  8743.             'api_platform.allow_plain_identifiers' => false,
  8744.             'api_platform.eager_loading.enabled' => true,
  8745.             'api_platform.eager_loading.max_joins' => 30,
  8746.             'api_platform.eager_loading.fetch_partial' => false,
  8747.             'api_platform.eager_loading.force_eager' => true,
  8748.             'api_platform.collection.exists_parameter_name' => 'exists',
  8749.             'api_platform.collection.order' => 'ASC',
  8750.             'api_platform.collection.order_parameter_name' => 'order',
  8751.             'api_platform.collection.order_nulls_comparison' => NULL,
  8752.             'api_platform.collection.pagination.enabled' => true,
  8753.             'api_platform.collection.pagination.partial' => false,
  8754.             'api_platform.collection.pagination.client_enabled' => false,
  8755.             'api_platform.collection.pagination.client_items_per_page' => false,
  8756.             'api_platform.collection.pagination.client_partial' => false,
  8757.             'api_platform.collection.pagination.items_per_page' => 30,
  8758.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  8759.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  8760.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  8761.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  8762.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  8763.             'api_platform.collection.pagination' => [
  8764.                 'enabled' => true,
  8765.                 'partial' => false,
  8766.                 'client_enabled' => false,
  8767.                 'client_items_per_page' => false,
  8768.                 'client_partial' => false,
  8769.                 'items_per_page' => 30,
  8770.                 'maximum_items_per_page' => NULL,
  8771.                 'page_parameter_name' => 'page',
  8772.                 'enabled_parameter_name' => 'pagination',
  8773.                 'items_per_page_parameter_name' => 'itemsPerPage',
  8774.                 'partial_parameter_name' => 'partial',
  8775.             ],
  8776.             'api_platform.http_cache.etag' => true,
  8777.             'api_platform.http_cache.max_age' => NULL,
  8778.             'api_platform.http_cache.shared_max_age' => NULL,
  8779.             'api_platform.http_cache.vary' => [
  8780.                 => 'Accept',
  8781.             ],
  8782.             'api_platform.http_cache.public' => NULL,
  8783.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  8784.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  8785.             'api_platform.asset_package' => NULL,
  8786.             'api_platform.defaults' => [
  8787.                 'attributes' => [
  8788.                 ],
  8789.             ],
  8790.             'api_platform.resource_class_directories' => [
  8791.                 => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Entity'),
  8792.                 => (\dirname(__DIR__4).'/src/Entity'),
  8793.             ],
  8794.             'api_platform.oauth.enabled' => false,
  8795.             'api_platform.oauth.clientId' => '',
  8796.             'api_platform.oauth.clientSecret' => '',
  8797.             'api_platform.oauth.type' => 'oauth2',
  8798.             'api_platform.oauth.flow' => 'application',
  8799.             'api_platform.oauth.tokenUrl' => '',
  8800.             'api_platform.oauth.authorizationUrl' => '',
  8801.             'api_platform.oauth.refreshUrl' => '',
  8802.             'api_platform.oauth.scopes' => [
  8803.             ],
  8804.             'api_platform.oauth.pkce' => false,
  8805.             'api_platform.openapi.termsOfService' => NULL,
  8806.             'api_platform.openapi.contact.name' => NULL,
  8807.             'api_platform.openapi.contact.url' => NULL,
  8808.             'api_platform.openapi.contact.email' => NULL,
  8809.             'api_platform.openapi.license.name' => NULL,
  8810.             'api_platform.openapi.license.url' => NULL,
  8811.             'api_platform.swagger.versions' => [
  8812.                 => 3,
  8813.             ],
  8814.             'api_platform.enable_swagger_ui' => true,
  8815.             'api_platform.enable_re_doc' => true,
  8816.             'api_platform.swagger.api_keys' => [
  8817.             ],
  8818.             'api_platform.swagger_ui.extra_configuration' => [
  8819.             ],
  8820.             'api_platform.graphql.enabled' => false,
  8821.             'api_platform.graphql.graphiql.enabled' => false,
  8822.             'api_platform.graphql.graphql_playground.enabled' => false,
  8823.             'api_platform.graphql.collection.pagination' => [
  8824.                 'enabled' => true,
  8825.             ],
  8826.             'api_platform.validator.serialize_payload_fields' => [
  8827.             ],
  8828.             'api_platform.validator.query_parameter_validation' => true,
  8829.             'api_platform.elasticsearch.enabled' => false,
  8830.             'lexik_jwt_authentication.token_ttl' => 3600,
  8831.             'lexik_jwt_authentication.clock_skew' => 0,
  8832.             'lexik_jwt_authentication.user_identity_field' => 'username',
  8833.             'lexik_jwt_authentication.allow_no_expiration' => false,
  8834.             'lexik_jwt_authentication.user_id_claim' => 'username',
  8835.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  8836.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  8837.             'sonata.form.form_type' => 'standard',
  8838.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  8839.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  8840.             'sonata.twig.form_type' => 'standard',
  8841.             'scheb_two_factor.model_manager_name' => NULL,
  8842.             'scheb_two_factor.security_tokens' => [
  8843.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  8844.             ],
  8845.             'scheb_two_factor.ip_whitelist' => [
  8846.                 => '127.0.0.2',
  8847.             ],
  8848.             'scheb_two_factor.email.sender_email' => 'no-reply@mon-centre-auditif.com',
  8849.             'scheb_two_factor.email.sender_name' => NULL,
  8850.             'scheb_two_factor.email.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  8851.             'scheb_two_factor.email.digits' => 6,
  8852.             'scheb_two_factor.trusted_device.enabled' => true,
  8853.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  8854.             'scheb_two_factor.trusted_device.lifetime' => 2592000,
  8855.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  8856.             'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  8857.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  8858.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  8859.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  8860.             'sherlockode_configuration.parameter_class' => 'App\\Entity\\Parameter',
  8861.             'sherlockode_configuration.parameters' => [
  8862.                 'credit_payasyougo_unit_price' => [
  8863.                     'label' => 'Prix d\'un contact pay-as-you-go',
  8864.                     'type' => 'simple',
  8865.                     'options' => [
  8866.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8867.                     ],
  8868.                     'default_value' => NULL,
  8869.                     'translation_domain' => NULL,
  8870.                 ],
  8871.                 'store_indexation_unit_price_monthly' => [
  8872.                     'label' => 'Prix mensuel de l\'indexation d\'un centre',
  8873.                     'type' => 'simple',
  8874.                     'options' => [
  8875.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8876.                     ],
  8877.                     'default_value' => NULL,
  8878.                     'translation_domain' => NULL,
  8879.                 ],
  8880.                 'store_indexation_unit_price_yearly' => [
  8881.                     'label' => 'Prix annuel de l\'indexation d\'un centre',
  8882.                     'type' => 'simple',
  8883.                     'options' => [
  8884.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8885.                     ],
  8886.                     'default_value' => NULL,
  8887.                     'translation_domain' => NULL,
  8888.                 ],
  8889.                 'prescriber_qualified_lead_price' => [
  8890.                     'label' => 'Rémunération d\'un lead qualifié pour un prescripteur',
  8891.                     'type' => 'simple',
  8892.                     'options' => [
  8893.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8894.                     ],
  8895.                     'default_value' => NULL,
  8896.                     'translation_domain' => NULL,
  8897.                 ],
  8898.                 'qualification_plateform_ratio' => [
  8899.                     'label' => 'Pourcentage de qualification Hubspot (sinon Mediaoptin)',
  8900.                     'type' => 'simple',
  8901.                     'options' => [
  8902.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8903.                     ],
  8904.                     'default_value' => NULL,
  8905.                     'translation_domain' => NULL,
  8906.                 ],
  8907.             ],
  8908.             'sherlockode_configuration.translation_domain' => false,
  8909.             'sherlockode_configuration.templates.edit_form' => '@SherlockodeConfiguration/parameters.html.twig',
  8910.             'sherlockode_configuration.templates.import_form' => '@SherlockodeConfiguration/import.html.twig',
  8911.             'sherlockode_configuration.import.redirect_after' => 'sherlockode_configuration.parameters',
  8912.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8913.             'data_collector.templates' => [
  8914.                 'data_collector.request' => [
  8915.                     => 'request',
  8916.                     => '@WebProfiler/Collector/request.html.twig',
  8917.                 ],
  8918.                 'api_platform.data_collector.request' => [
  8919.                     => 'api_platform.data_collector.request',
  8920.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  8921.                 ],
  8922.                 'data_collector.time' => [
  8923.                     => 'time',
  8924.                     => '@WebProfiler/Collector/time.html.twig',
  8925.                 ],
  8926.                 'data_collector.memory' => [
  8927.                     => 'memory',
  8928.                     => '@WebProfiler/Collector/memory.html.twig',
  8929.                 ],
  8930.                 'data_collector.validator' => [
  8931.                     => 'validator',
  8932.                     => '@WebProfiler/Collector/validator.html.twig',
  8933.                 ],
  8934.                 'data_collector.ajax' => [
  8935.                     => 'ajax',
  8936.                     => '@WebProfiler/Collector/ajax.html.twig',
  8937.                 ],
  8938.                 'data_collector.form' => [
  8939.                     => 'form',
  8940.                     => '@WebProfiler/Collector/form.html.twig',
  8941.                 ],
  8942.                 'data_collector.exception' => [
  8943.                     => 'exception',
  8944.                     => '@WebProfiler/Collector/exception.html.twig',
  8945.                 ],
  8946.                 'data_collector.logger' => [
  8947.                     => 'logger',
  8948.                     => '@WebProfiler/Collector/logger.html.twig',
  8949.                 ],
  8950.                 'data_collector.events' => [
  8951.                     => 'events',
  8952.                     => '@WebProfiler/Collector/events.html.twig',
  8953.                 ],
  8954.                 'data_collector.router' => [
  8955.                     => 'router',
  8956.                     => '@WebProfiler/Collector/router.html.twig',
  8957.                 ],
  8958.                 'data_collector.cache' => [
  8959.                     => 'cache',
  8960.                     => '@WebProfiler/Collector/cache.html.twig',
  8961.                 ],
  8962.                 'data_collector.translation' => [
  8963.                     => 'translation',
  8964.                     => '@WebProfiler/Collector/translation.html.twig',
  8965.                 ],
  8966.                 'data_collector.security' => [
  8967.                     => 'security',
  8968.                     => '@Security/Collector/security.html.twig',
  8969.                 ],
  8970.                 'data_collector.twig' => [
  8971.                     => 'twig',
  8972.                     => '@WebProfiler/Collector/twig.html.twig',
  8973.                 ],
  8974.                 'data_collector.http_client' => [
  8975.                     => 'http_client',
  8976.                     => '@WebProfiler/Collector/http_client.html.twig',
  8977.                 ],
  8978.                 'data_collector.doctrine' => [
  8979.                     => 'db',
  8980.                     => '@Doctrine/Collector/db.html.twig',
  8981.                 ],
  8982.                 'data_collector.dump' => [
  8983.                     => 'dump',
  8984.                     => '@Debug/Profiler/dump.html.twig',
  8985.                 ],
  8986.                 'httplug.collector.collector' => [
  8987.                     => 'httplug',
  8988.                     => '@Httplug/webprofiler.html.twig',
  8989.                 ],
  8990.                 'data_collector.messenger' => [
  8991.                     => 'messenger',
  8992.                     => '@WebProfiler/Collector/messenger.html.twig',
  8993.                 ],
  8994.                 'mailer.data_collector' => [
  8995.                     => 'mailer',
  8996.                     => '@WebProfiler/Collector/mailer.html.twig',
  8997.                 ],
  8998.                 'notifier.data_collector' => [
  8999.                     => 'notifier',
  9000.                     => '@WebProfiler/Collector/notifier.html.twig',
  9001.                 ],
  9002.                 'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
  9003.                     => 'geocoder',
  9004.                     => '@BazingaGeocoder/Collector/geocoder.html.twig',
  9005.                 ],
  9006.                 'sonata.block.data_collector' => [
  9007.                     => 'block',
  9008.                     => '@SonataBlock/Profiler/block.html.twig',
  9009.                 ],
  9010.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  9011.                     => 'vich_uploader.mapping_collector',
  9012.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  9013.                 ],
  9014.                 'data_collector.config' => [
  9015.                     => 'config',
  9016.                     => '@WebProfiler/Collector/config.html.twig',
  9017.                 ],
  9018.             ],
  9019.             'console.command.ids' => [
  9020.                 => 'console.command.public_alias.App\\Command\\AppointmentFeedbackCommand',
  9021.                 => 'console.command.public_alias.App\\Command\\AutomationFreelancerCommand',
  9022.                 => 'console.command.public_alias.App\\Command\\ComputePosStartDealingDateCommand',
  9023.                 => 'console.command.public_alias.App\\Command\\DailyReportCommand',
  9024.                 => 'console.command.public_alias.App\\Command\\DailyReportSolusonsCommand',
  9025.                 => 'console.command.public_alias.App\\Command\\GenerateBrandReportCommand',
  9026.                 => 'console.command.public_alias.App\\Command\\HearingAidCsvImportCommand',
  9027.                 => 'console.command.public_alias.App\\Command\\MigratePaymentCommand',
  9028.                 => 'console.command.public_alias.App\\Command\\NotificationCleanCommand',
  9029.                 => 'console.command.public_alias.App\\Command\\ProspectOnStoreFeedbackCommand',
  9030.                 10 => 'console.command.public_alias.App\\Command\\ProspectOnStoreStatusSendCallbackReminderCommand',
  9031.                 11 => 'console.command.public_alias.App\\Command\\ShortUrlCleanCommand',
  9032.                 12 => 'console.command.public_alias.App\\Command\\ShortUrlGenerateCommand',
  9033.                 13 => 'console.command.public_alias.App\\Command\\SmsBroadcastSendCommand',
  9034.                 14 => 'console.command.public_alias.App\\Command\\SponsorshipExpireCommand',
  9035.                 15 => 'console.command.public_alias.App\\Command\\StoreGenerateSlugCommand',
  9036.             ],
  9037.         ];
  9038.     }
  9039.     protected function throw($message)
  9040.     {
  9041.         throw new RuntimeException($message);
  9042.     }
  9043. }