var/cache/dev/ContainerEXp3j3o/App_KernelDevDebugContainer.php line 4608

Open in your IDE?
  1. <?php
  2. namespace ContainerEXp3j3o;
  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/Listener/OrlListener.php';
  442.             include_once \dirname(__DIR__4).'/src/Listener/WhiteLabelListener.php';
  443.             include_once \dirname(__DIR__4).'/src/Mailer/AppMailer.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  451.             include_once \dirname(__DIR__4).'/src/Repository/AdministratorRepository.php';
  452.             include_once \dirname(__DIR__4).'/src/Repository/CityPostRepository.php';
  453.             include_once \dirname(__DIR__4).'/src/Repository/FreelancerAssistantRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/FreelancerRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Repository/AbstractEntityRepository.php';
  456.             include_once \dirname(__DIR__4).'/src/Repository/HearingBrandRepository.php';
  457.             include_once \dirname(__DIR__4).'/src/Repository/HearingMakerRepository.php';
  458.             include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  459.             include_once \dirname(__DIR__4).'/src/Repository/OrderRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/Repository/SponsorshipRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/Service/BusinessModelService.php';
  462.             include_once \dirname(__DIR__4).'/src/Service/SmsServiceInterface.php';
  463.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberValidationServiceInterface.php';
  464.             include_once \dirname(__DIR__4).'/src/Service/CapitoleMobileService.php';
  465.             include_once \dirname(__DIR__4).'/src/Service/CreditService.php';
  466.             include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  467.             include_once \dirname(__DIR__4).'/src/Service/NotifyFreelancerService.php';
  468.             include_once \dirname(__DIR__4).'/src/Service/OrlService.php';
  469.             include_once \dirname(__DIR__4).'/src/Service/PaymentService.php';
  470.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-email/Mailer/AuthCodeMailerInterface.php';
  472.             include_once \dirname(__DIR__4).'/src/Service/SendinblueService.php';
  473.             include_once \dirname(__DIR__4).'/src/Service/SponsorshipService.php';
  474.             include_once \dirname(__DIR__4).'/src/Service/UtmManager.php';
  475.             include_once \dirname(__DIR__4).'/src/Service/WhiteLabelService.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  487.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  511.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  675.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  676.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  677.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  688.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  690.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  692.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  693.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  696.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  697.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  714.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  715.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  716.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  717.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  718.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  719.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  720.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  721.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  726.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  735.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  737.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  739.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  740.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  742.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  761.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  765.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  766.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  767.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  769.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  770.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  772.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  773.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  775.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  776.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  777.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  780.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  783.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  784.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  785.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  789.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  790.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  791.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  793.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  796.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  797.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  799.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  801.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  802.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  803.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  804.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  806.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  808.             include_once \dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Service/StripeService.php';
  809.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  810.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  812.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  814.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  815.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  841.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  845.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  846.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  850.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  851.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  852.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  856.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  858.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  859.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  860.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  864.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  866.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  867.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  868.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  870.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  871.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  872.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  873.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  874.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  875.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  877.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  878.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  879.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  880.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  881.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  882.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  883.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  884.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  885.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  887.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  889.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  891.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  892.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  893.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  895.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  896.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  899.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  901.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  902.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  903.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  905.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  906.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  907.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  908.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  909.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  910.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  914.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  915.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  916.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  918.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  919.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  921.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  922.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  925.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  926.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  928.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  929.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  930.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  932.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  933.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  936.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  938.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  939.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  940.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  941.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  942.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  944.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  947.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  948.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  949.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  950.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  951.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  952.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  956.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  957.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  959.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ConfigurationManagerInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ConfigurationManager.php';
  961.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ParameterManagerInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/ParameterManager.php';
  963.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/FieldTypeManagerInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Manager/FieldTypeManager.php';
  965.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/FieldTypeInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/AbstractField.php';
  967.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/SimpleField.php';
  968.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/DateTimeField.php';
  969.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/ChoiceField.php';
  970.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/CheckboxField.php';
  971.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/EntityField.php';
  972.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/ImageField.php';
  973.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/FieldType/PasswordField.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  984.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1134.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  1135.             include_once \dirname(__DIR__4).'/src/Twig/BusinessModelExtension.php';
  1136.             include_once \dirname(__DIR__4).'/src/Twig/OrderExtension.php';
  1137.             include_once \dirname(__DIR__4).'/src/Twig/OrlExtension.php';
  1138.             include_once \dirname(__DIR__4).'/src/Twig/WhiteLabelExtension.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/ob/highcharts-bundle/Twig/HighchartsExtension.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Twig/ParameterExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1183.             include_once \dirname(__DIR__4).'/src/Service/GenericContentFrontService.php';
  1184.             include_once \dirname(__DIR__4).'/src/Utils/Formatter.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1194.         };
  1195.     }
  1196.     public function compile(): void
  1197.     {
  1198.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1199.     }
  1200.     public function isCompiled(): bool
  1201.     {
  1202.         return true;
  1203.     }
  1204.     public function getRemovedIds(): array
  1205.     {
  1206.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1207.     }
  1208.     protected function load($file$lazyLoad true)
  1209.     {
  1210.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1211.             return $class::do($this$lazyLoad);
  1212.         }
  1213.         if ('.' === $file[-4]) {
  1214.             $class substr($class0, -4);
  1215.         } else {
  1216.             $file .= '.php';
  1217.         }
  1218.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1219.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1220.     }
  1221.     protected function createProxy($class, \Closure $factory)
  1222.     {
  1223.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1224.         return $factory();
  1225.     }
  1226.     /**
  1227.      * Gets the public '.container.private.filesystem' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\Filesystem\Filesystem
  1230.      */
  1231.     protected function get_Container_Private_FilesystemService()
  1232.     {
  1233.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1234.     }
  1235.     /**
  1236.      * Gets the public '.container.private.profiler' shared service.
  1237.      *
  1238.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1239.      */
  1240.     protected function get_Container_Private_ProfilerService()
  1241.     {
  1242.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1243.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1244.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1245.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1246.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1247.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1248.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1249.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1250.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1251.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1252.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1253.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1254.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1255.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1256.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1257.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1258.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1259.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1260.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1261.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1262.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1263.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1264.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1265.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1266.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1267.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1268.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1269.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1270.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1271.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1272.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1273.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1274.         if ($this->has('kernel')) {
  1275.             $g->setKernel($b);
  1276.         }
  1277.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1278.         $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())));
  1279.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1280.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1281.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1282.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1283.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1284.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1285.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1286.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1287.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1288.         $instance->add($d);
  1289.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1290.         $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));
  1291.         $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())));
  1292.         $instance->add($e);
  1293.         $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([])))));
  1294.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1295.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1296.         $instance->add($f);
  1297.         $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()))));
  1298.         $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()))));
  1299.         $instance->add(new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector());
  1300.         $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']));
  1301.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1302.         $instance->add($g);
  1303.         return $instance;
  1304.     }
  1305.     /**
  1306.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1309.      */
  1310.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1311.     {
  1312.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1313.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1314.             return $this->services['.container.private.security.authorization_checker'];
  1315.         }
  1316.         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);
  1317.     }
  1318.     /**
  1319.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1322.      */
  1323.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1324.     {
  1325.         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())));
  1326.     }
  1327.     /**
  1328.      * Gets the public '.container.private.security.token_storage' shared service.
  1329.      *
  1330.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1331.      */
  1332.     protected function get_Container_Private_Security_TokenStorageService()
  1333.     {
  1334.         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, [
  1335.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1336.         ], [
  1337.             'request_stack' => '?',
  1338.         ]));
  1339.     }
  1340.     /**
  1341.      * Gets the public '.container.private.serializer' shared service.
  1342.      *
  1343.      * @return \Symfony\Component\Serializer\Serializer
  1344.      */
  1345.     protected function get_Container_Private_SerializerService()
  1346.     {
  1347.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1348.         if (isset($this->services['.container.private.serializer'])) {
  1349.             return $this->services['.container.private.serializer'];
  1350.         }
  1351.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1352.         if (isset($this->services['.container.private.serializer'])) {
  1353.             return $this->services['.container.private.serializer'];
  1354.         }
  1355.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1356.         if (isset($this->services['.container.private.serializer'])) {
  1357.             return $this->services['.container.private.serializer'];
  1358.         }
  1359.         $d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1360.         if (isset($this->services['.container.private.serializer'])) {
  1361.             return $this->services['.container.private.serializer'];
  1362.         }
  1363.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1364.         if (isset($this->services['.container.private.serializer'])) {
  1365.             return $this->services['.container.private.serializer'];
  1366.         }
  1367.         $f = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1368.         if (isset($this->services['.container.private.serializer'])) {
  1369.             return $this->services['.container.private.serializer'];
  1370.         }
  1371.         $g = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1372.         if (isset($this->services['.container.private.serializer'])) {
  1373.             return $this->services['.container.private.serializer'];
  1374.         }
  1375.         $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1376.         if (isset($this->services['.container.private.serializer'])) {
  1377.             return $this->services['.container.private.serializer'];
  1378.         }
  1379.         $i = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1380.         $j = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1381.         $k = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$i$a)], [=> $j]));
  1382.         $l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($k);
  1383.         $m = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1384.         $n = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1385.         $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));
  1386.         $p = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1387.         $q = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1388.         $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1389.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r);
  1390.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r$p$i$a$sNULL);
  1391.         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 () {
  1392.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1393.         }, 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 () {
  1394.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1395.         }, 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')]);
  1396.     }
  1397.     /**
  1398.      * Gets the public '.container.private.session' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1401.      */
  1402.     protected function get_Container_Private_SessionService()
  1403.     {
  1404.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1405.         if (isset($this->services['.container.private.session'])) {
  1406.             return $this->services['.container.private.session'];
  1407.         }
  1408.         return $this->services['.container.private.session'] = $a->createSession();
  1409.     }
  1410.     /**
  1411.      * Gets the public '.container.private.state_machine.prospectOnStoreQualification' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\Workflow\StateMachine
  1414.      */
  1415.     protected function get_Container_Private_StateMachine_ProspectOnStoreQualificationService()
  1416.     {
  1417.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1418.         if (isset($this->services['.container.private.state_machine.prospectOnStoreQualification'])) {
  1419.             return $this->services['.container.private.state_machine.prospectOnStoreQualification'];
  1420.         }
  1421.         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);
  1422.     }
  1423.     /**
  1424.      * Gets the public '.container.private.state_machine.store' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\Workflow\StateMachine
  1427.      */
  1428.     protected function get_Container_Private_StateMachine_StoreService()
  1429.     {
  1430.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1431.         if (isset($this->services['.container.private.state_machine.store'])) {
  1432.             return $this->services['.container.private.state_machine.store'];
  1433.         }
  1434.         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);
  1435.     }
  1436.     /**
  1437.      * Gets the public '.container.private.state_machine.storeManagementRequest' shared service.
  1438.      *
  1439.      * @return \Symfony\Component\Workflow\StateMachine
  1440.      */
  1441.     protected function get_Container_Private_StateMachine_StoreManagementRequestService()
  1442.     {
  1443.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1444.         if (isset($this->services['.container.private.state_machine.storeManagementRequest'])) {
  1445.             return $this->services['.container.private.state_machine.storeManagementRequest'];
  1446.         }
  1447.         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);
  1448.     }
  1449.     /**
  1450.      * Gets the public '.container.private.twig' shared service.
  1451.      *
  1452.      * @return \Twig\Environment
  1453.      */
  1454.     protected function get_Container_Private_TwigService()
  1455.     {
  1456.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1457.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1458.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1459.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1460.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1461.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1462.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1463.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1464.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1465.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1466.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1467.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1468.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1469.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1470.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
  1471.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
  1472.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1473.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1474.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1475.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1476.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1477.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1478.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1479.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1480.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1481.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1482.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1483.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1484.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1485.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1486.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1487.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1488.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1489.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1490.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1491.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1492.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1493.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1494.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1495.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/WitsPaymentBundle'), 'WitsPayment');
  1496.         $a->addPath((\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Resources/views'), 'WitsPayment');
  1497.         $a->addPath((\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Resources/views'), '!WitsPayment');
  1498.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1499.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1500.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1501.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1502.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  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/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  1505.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  1506.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SchebTwoFactorBundle'), 'SchebTwoFactor');
  1507.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1508.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1509.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SherlockodeConfigurationBundle'), 'SherlockodeConfiguration');
  1510.         $a->addPath((\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/views'), 'SherlockodeConfiguration');
  1511.         $a->addPath((\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle/Resources/views'), '!SherlockodeConfiguration');
  1512.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1513.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  1516.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1517.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1518.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1519.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1520.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1521.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1522.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1523.         $h = ($this->services['router'] ?? $this->getRouterService());
  1524.         $i = new \Symfony\Component\Workflow\Registry();
  1525.         $i->addWorkflow(($this->services['.container.private.state_machine.storeManagementRequest'] ?? $this->get_Container_Private_StateMachine_StoreManagementRequestService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\StoreManagementRequest'));
  1526.         $i->addWorkflow(($this->services['.container.private.state_machine.store'] ?? $this->get_Container_Private_StateMachine_StoreService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Store'));
  1527.         $i->addWorkflow(($this->services['.container.private.state_machine.prospectOnStoreQualification'] ?? $this->get_Container_Private_StateMachine_ProspectOnStoreQualificationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\ProspectOnStoreQualification'));
  1528.         $j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1529.         $k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1530.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1531.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1532.         $m = new \Knp\Menu\Util\MenuManipulator();
  1533.         $n = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1534.         $o = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1535.         $o->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1536.         $p = new \Symfony\Bridge\Twig\AppVariable();
  1537.         $p->setEnvironment('dev');
  1538.         $p->setDebug(true);
  1539.         if ($this->has('.container.private.security.token_storage')) {
  1540.             $p->setTokenStorage($c);
  1541.         }
  1542.         if ($this->has('request_stack')) {
  1543.             $p->setRequestStack($b);
  1544.         }
  1545.         $q = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1546.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1548.         $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)));
  1549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1552.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  1553.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  1561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1562.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1563.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j$k));
  1564.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  1565.         $instance->addExtension(new \App\Twig\AppExtension($e));
  1566.         $instance->addExtension(new \App\Twig\BusinessModelExtension(($this->privates['App\\Service\\BusinessModelService'] ?? $this->getBusinessModelServiceService())));
  1567.         $instance->addExtension(new \App\Twig\OrderExtension(($this->privates['App\\Service\\PaymentService'] ?? $this->getPaymentServiceService())));
  1568.         $instance->addExtension(new \App\Twig\OrlExtension(($this->privates['App\\Service\\OrlService'] ?? $this->getOrlServiceService())));
  1569.         $instance->addExtension(new \App\Twig\WhiteLabelExtension(($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService())));
  1570.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1571.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1572.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j$k));
  1573.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1574.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1575.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1576.         ], [
  1577.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1578.             'webpack_encore.tag_renderer' => '?',
  1579.         ])));
  1580.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1581.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1582.         $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, [
  1583.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1584.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1585.         ], [
  1586.             'list' => '?',
  1587.             'twig' => '?',
  1588.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $m$n), $n$m));
  1589.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1590.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1591.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1592.         $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()))));
  1593.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1594.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1595.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1596.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1597.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1598.         $instance->addExtension($o);
  1599.         $instance->addExtension(new \Ob\HighchartsBundle\Twig\HighchartsExtension());
  1600.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1601.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1602.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1603.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1604.         $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)))));
  1605.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1606.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1607.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1608.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1609.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1610.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1611.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1612.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  1613.         $instance->addExtension(new \Sherlockode\ConfigurationBundle\Twig\ParameterExtension(($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService())));
  1614.         $instance->addGlobal('app'$p);
  1615.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1616.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1617.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1618.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1619.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1620.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1621.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1622.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1623.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1624.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1625.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1626.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1627.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1628.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1629.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1630.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1631.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'true],
  1632.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1633.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1634.         ], [
  1635.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1636.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1637.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1638.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1639.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1640.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1641.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1642.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1643.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1644.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1645.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1646.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1647.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1648.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1649.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1650.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1651.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1652.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1653.         ])));
  1654.         $instance->addGlobal('admin_email''support@mon-centre-auditif.com');
  1655.         $instance->addGlobal('contact_email''contact@mon-centre-auditif.com');
  1656.         $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())));
  1657.         $instance->addGlobal('path_cta_lp''index_acquisition_seo_v3');
  1658.         $instance->addGlobal('utm_source_organic''organic_search');
  1659.         $instance->addGlobal('absolute_path_default''https://mon-centre-auditif.com');
  1660.         $instance->addGlobal('absolute_path_backoffice_freelancer''https://mon-centre-auditif.com');
  1661.         $instance->addGlobal('absolute_path_backoffice_admin''https://mon-centre-auditif.com');
  1662.         $instance->addGlobal('absolute_path_white_label''https://depistage-auditif.fr');
  1663.         $instance->addGlobal('absolute_path_orl''https://annuaire-orl.com');
  1664.         $instance->addGlobal('formatter', new \App\Utils\Formatter());
  1665.         $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']));
  1666.         $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]));
  1667.         $instance->registerUndefinedFilterCallback([=> $q=> 'suggestFilter']);
  1668.         $instance->registerUndefinedFunctionCallback([=> $q=> 'suggestFunction']);
  1669.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1670.         return $instance;
  1671.     }
  1672.     /**
  1673.      * Gets the public '.container.private.validator' shared service.
  1674.      *
  1675.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1676.      */
  1677.     protected function get_Container_Private_ValidatorService()
  1678.     {
  1679.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1680.         if (isset($this->services['.container.private.validator'])) {
  1681.             return $this->services['.container.private.validator'];
  1682.         }
  1683.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1684.     }
  1685.     /**
  1686.      * Gets the public 'Wits\PaymentBundle\Service\StripeService' shared autowired service.
  1687.      *
  1688.      * @return \Wits\PaymentBundle\Service\StripeService
  1689.      */
  1690.     protected function getStripeServiceService()
  1691.     {
  1692.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1693.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1694.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1695.         }
  1696.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1697.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1698.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1699.         }
  1700.         $c = ($this->services['router'] ?? $this->getRouterService());
  1701.         if (isset($this->services['Wits\\PaymentBundle\\Service\\StripeService'])) {
  1702.             return $this->services['Wits\\PaymentBundle\\Service\\StripeService'];
  1703.         }
  1704.         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);
  1705.     }
  1706.     /**
  1707.      * Gets the public 'cache.app' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1710.      */
  1711.     protected function getCache_AppService()
  1712.     {
  1713.         $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))));
  1714.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1715.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1716.     }
  1717.     /**
  1718.      * Gets the public 'cache.system' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1721.      */
  1722.     protected function getCache_SystemService()
  1723.     {
  1724.         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())));
  1725.     }
  1726.     /**
  1727.      * Gets the public 'cache.validator_expression_language' shared service.
  1728.      *
  1729.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1730.      */
  1731.     protected function getCache_ValidatorExpressionLanguageService()
  1732.     {
  1733.         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())));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'craue_formflow_util' shared service.
  1737.      *
  1738.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  1739.      */
  1740.     protected function getCraueFormflowUtilService()
  1741.     {
  1742.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  1743.     }
  1744.     /**
  1745.      * Gets the public 'data_collector.dump' shared service.
  1746.      *
  1747.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1748.      */
  1749.     protected function getDataCollector_DumpService()
  1750.     {
  1751.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1752.         if (isset($this->services['data_collector.dump'])) {
  1753.             return $this->services['data_collector.dump'];
  1754.         }
  1755.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1756.         if (isset($this->services['data_collector.dump'])) {
  1757.             return $this->services['data_collector.dump'];
  1758.         }
  1759.         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);
  1760.     }
  1761.     /**
  1762.      * Gets the public 'doctrine' shared service.
  1763.      *
  1764.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1765.      */
  1766.     protected function getDoctrineService()
  1767.     {
  1768.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1769.     }
  1770.     /**
  1771.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1772.      *
  1773.      * @return \Doctrine\DBAL\Connection
  1774.      */
  1775.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1776.     {
  1777.         $a = new \Doctrine\DBAL\Configuration();
  1778.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1779.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1780.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1782.         $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))));
  1783.         $c->setConnectionName('default');
  1784.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1785.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1786.         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, [
  1787.             'App\\Listener\\HubspotEntityListener' => ['privates''App\\Listener\\HubspotEntityListener''getHubspotEntityListenerService'true],
  1788.             'App\\Listener\\NbPendingLeadListener' => ['privates''App\\Listener\\NbPendingLeadListener''getNbPendingLeadListenerService'true],
  1789.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1790.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1791.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1792.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1793.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1794.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  1795.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1796.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  1797.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1798.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1799.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1800.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1801.             'vich_uploader.listener.clean.blog_author_image' => ['privates''vich_uploader.listener.clean.blog_author_image''getVichUploader_Listener_Clean_BlogAuthorImageService'true],
  1802.             'vich_uploader.listener.clean.blogpost_image' => ['privates''vich_uploader.listener.clean.blogpost_image''getVichUploader_Listener_Clean_BlogpostImageService'true],
  1803.             'vich_uploader.listener.clean.brand_logo' => ['privates''vich_uploader.listener.clean.brand_logo''getVichUploader_Listener_Clean_BrandLogoService'true],
  1804.             'vich_uploader.listener.clean.brand_variation_logo' => ['privates''vich_uploader.listener.clean.brand_variation_logo''getVichUploader_Listener_Clean_BrandVariationLogoService'true],
  1805.             'vich_uploader.listener.clean.city_banner' => ['privates''vich_uploader.listener.clean.city_banner''getVichUploader_Listener_Clean_CityBannerService'true],
  1806.             'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.clean.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Clean_CoregistrationCampaignAdvertiserLogoService'true],
  1807.             'vich_uploader.listener.clean.employee_images' => ['privates''vich_uploader.listener.clean.employee_images''getVichUploader_Listener_Clean_EmployeeImagesService'true],
  1808.             'vich_uploader.listener.clean.freelancer_images' => ['privates''vich_uploader.listener.clean.freelancer_images''getVichUploader_Listener_Clean_FreelancerImagesService'true],
  1809.             'vich_uploader.listener.clean.freelancer_logo' => ['privates''vich_uploader.listener.clean.freelancer_logo''getVichUploader_Listener_Clean_FreelancerLogoService'true],
  1810.             'vich_uploader.listener.clean.hearing_aid_images' => ['privates''vich_uploader.listener.clean.hearing_aid_images''getVichUploader_Listener_Clean_HearingAidImagesService'true],
  1811.             'vich_uploader.listener.clean.highlighted_staff_picture' => ['privates''vich_uploader.listener.clean.highlighted_staff_picture''getVichUploader_Listener_Clean_HighlightedStaffPictureService'true],
  1812.             'vich_uploader.listener.clean.invoice_pdf' => ['privates''vich_uploader.listener.clean.invoice_pdf''getVichUploader_Listener_Clean_InvoicePdfService'true],
  1813.             'vich_uploader.listener.clean.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.clean.storeManagementRequest_kbis''getVichUploader_Listener_Clean_StoreManagementRequestKbisService'true],
  1814.             'vich_uploader.listener.clean.store_images' => ['privates''vich_uploader.listener.clean.store_images''getVichUploader_Listener_Clean_StoreImagesService'true],
  1815.             'vich_uploader.listener.clean.store_logo' => ['privates''vich_uploader.listener.clean.store_logo''getVichUploader_Listener_Clean_StoreLogoService'true],
  1816.             'vich_uploader.listener.remove.blog_author_image' => ['privates''vich_uploader.listener.remove.blog_author_image''getVichUploader_Listener_Remove_BlogAuthorImageService'true],
  1817.             'vich_uploader.listener.remove.blogpost_image' => ['privates''vich_uploader.listener.remove.blogpost_image''getVichUploader_Listener_Remove_BlogpostImageService'true],
  1818.             'vich_uploader.listener.remove.brand_logo' => ['privates''vich_uploader.listener.remove.brand_logo''getVichUploader_Listener_Remove_BrandLogoService'true],
  1819.             'vich_uploader.listener.remove.brand_variation_logo' => ['privates''vich_uploader.listener.remove.brand_variation_logo''getVichUploader_Listener_Remove_BrandVariationLogoService'true],
  1820.             'vich_uploader.listener.remove.city_banner' => ['privates''vich_uploader.listener.remove.city_banner''getVichUploader_Listener_Remove_CityBannerService'true],
  1821.             'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.remove.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Remove_CoregistrationCampaignAdvertiserLogoService'true],
  1822.             'vich_uploader.listener.remove.employee_images' => ['privates''vich_uploader.listener.remove.employee_images''getVichUploader_Listener_Remove_EmployeeImagesService'true],
  1823.             'vich_uploader.listener.remove.freelancer_images' => ['privates''vich_uploader.listener.remove.freelancer_images''getVichUploader_Listener_Remove_FreelancerImagesService'true],
  1824.             'vich_uploader.listener.remove.freelancer_logo' => ['privates''vich_uploader.listener.remove.freelancer_logo''getVichUploader_Listener_Remove_FreelancerLogoService'true],
  1825.             'vich_uploader.listener.remove.hearing_aid_images' => ['privates''vich_uploader.listener.remove.hearing_aid_images''getVichUploader_Listener_Remove_HearingAidImagesService'true],
  1826.             'vich_uploader.listener.remove.highlighted_staff_picture' => ['privates''vich_uploader.listener.remove.highlighted_staff_picture''getVichUploader_Listener_Remove_HighlightedStaffPictureService'true],
  1827.             'vich_uploader.listener.remove.invoice_pdf' => ['privates''vich_uploader.listener.remove.invoice_pdf''getVichUploader_Listener_Remove_InvoicePdfService'true],
  1828.             'vich_uploader.listener.remove.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.remove.storeManagementRequest_kbis''getVichUploader_Listener_Remove_StoreManagementRequestKbisService'true],
  1829.             'vich_uploader.listener.remove.store_images' => ['privates''vich_uploader.listener.remove.store_images''getVichUploader_Listener_Remove_StoreImagesService'true],
  1830.             'vich_uploader.listener.remove.store_logo' => ['privates''vich_uploader.listener.remove.store_logo''getVichUploader_Listener_Remove_StoreLogoService'true],
  1831.             'vich_uploader.listener.upload.blog_author_image' => ['privates''vich_uploader.listener.upload.blog_author_image''getVichUploader_Listener_Upload_BlogAuthorImageService'true],
  1832.             'vich_uploader.listener.upload.blogpost_image' => ['privates''vich_uploader.listener.upload.blogpost_image''getVichUploader_Listener_Upload_BlogpostImageService'true],
  1833.             'vich_uploader.listener.upload.brand_logo' => ['privates''vich_uploader.listener.upload.brand_logo''getVichUploader_Listener_Upload_BrandLogoService'true],
  1834.             'vich_uploader.listener.upload.brand_variation_logo' => ['privates''vich_uploader.listener.upload.brand_variation_logo''getVichUploader_Listener_Upload_BrandVariationLogoService'true],
  1835.             'vich_uploader.listener.upload.city_banner' => ['privates''vich_uploader.listener.upload.city_banner''getVichUploader_Listener_Upload_CityBannerService'true],
  1836.             'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo' => ['privates''vich_uploader.listener.upload.coregistration_campaign_advertiser_logo''getVichUploader_Listener_Upload_CoregistrationCampaignAdvertiserLogoService'true],
  1837.             'vich_uploader.listener.upload.employee_images' => ['privates''vich_uploader.listener.upload.employee_images''getVichUploader_Listener_Upload_EmployeeImagesService'true],
  1838.             'vich_uploader.listener.upload.freelancer_images' => ['privates''vich_uploader.listener.upload.freelancer_images''getVichUploader_Listener_Upload_FreelancerImagesService'true],
  1839.             'vich_uploader.listener.upload.freelancer_logo' => ['privates''vich_uploader.listener.upload.freelancer_logo''getVichUploader_Listener_Upload_FreelancerLogoService'true],
  1840.             'vich_uploader.listener.upload.hearing_aid_images' => ['privates''vich_uploader.listener.upload.hearing_aid_images''getVichUploader_Listener_Upload_HearingAidImagesService'true],
  1841.             'vich_uploader.listener.upload.highlighted_staff_picture' => ['privates''vich_uploader.listener.upload.highlighted_staff_picture''getVichUploader_Listener_Upload_HighlightedStaffPictureService'true],
  1842.             'vich_uploader.listener.upload.invoice_pdf' => ['privates''vich_uploader.listener.upload.invoice_pdf''getVichUploader_Listener_Upload_InvoicePdfService'true],
  1843.             'vich_uploader.listener.upload.storeManagementRequest_kbis' => ['privates''vich_uploader.listener.upload.storeManagementRequest_kbis''getVichUploader_Listener_Upload_StoreManagementRequestKbisService'true],
  1844.             'vich_uploader.listener.upload.store_images' => ['privates''vich_uploader.listener.upload.store_images''getVichUploader_Listener_Upload_StoreImagesService'true],
  1845.             'vich_uploader.listener.upload.store_logo' => ['privates''vich_uploader.listener.upload.store_logo''getVichUploader_Listener_Upload_StoreLogoService'true],
  1846.         ], [
  1847.             'App\\Listener\\HubspotEntityListener' => '?',
  1848.             'App\\Listener\\NbPendingLeadListener' => '?',
  1849.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1850.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1851.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1852.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1853.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1854.             'fos_user.user_listener' => '?',
  1855.             'sonata.doctrine.mapper' => '?',
  1856.             'stof_doctrine_extensions.listener.blameable' => '?',
  1857.             'stof_doctrine_extensions.listener.loggable' => '?',
  1858.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1859.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1860.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1861.             'vich_uploader.listener.clean.blog_author_image' => '?',
  1862.             'vich_uploader.listener.clean.blogpost_image' => '?',
  1863.             'vich_uploader.listener.clean.brand_logo' => '?',
  1864.             'vich_uploader.listener.clean.brand_variation_logo' => '?',
  1865.             'vich_uploader.listener.clean.city_banner' => '?',
  1866.             'vich_uploader.listener.clean.coregistration_campaign_advertiser_logo' => '?',
  1867.             'vich_uploader.listener.clean.employee_images' => '?',
  1868.             'vich_uploader.listener.clean.freelancer_images' => '?',
  1869.             'vich_uploader.listener.clean.freelancer_logo' => '?',
  1870.             'vich_uploader.listener.clean.hearing_aid_images' => '?',
  1871.             'vich_uploader.listener.clean.highlighted_staff_picture' => '?',
  1872.             'vich_uploader.listener.clean.invoice_pdf' => '?',
  1873.             'vich_uploader.listener.clean.storeManagementRequest_kbis' => '?',
  1874.             'vich_uploader.listener.clean.store_images' => '?',
  1875.             'vich_uploader.listener.clean.store_logo' => '?',
  1876.             'vich_uploader.listener.remove.blog_author_image' => '?',
  1877.             'vich_uploader.listener.remove.blogpost_image' => '?',
  1878.             'vich_uploader.listener.remove.brand_logo' => '?',
  1879.             'vich_uploader.listener.remove.brand_variation_logo' => '?',
  1880.             'vich_uploader.listener.remove.city_banner' => '?',
  1881.             'vich_uploader.listener.remove.coregistration_campaign_advertiser_logo' => '?',
  1882.             'vich_uploader.listener.remove.employee_images' => '?',
  1883.             'vich_uploader.listener.remove.freelancer_images' => '?',
  1884.             'vich_uploader.listener.remove.freelancer_logo' => '?',
  1885.             'vich_uploader.listener.remove.hearing_aid_images' => '?',
  1886.             'vich_uploader.listener.remove.highlighted_staff_picture' => '?',
  1887.             'vich_uploader.listener.remove.invoice_pdf' => '?',
  1888.             'vich_uploader.listener.remove.storeManagementRequest_kbis' => '?',
  1889.             'vich_uploader.listener.remove.store_images' => '?',
  1890.             'vich_uploader.listener.remove.store_logo' => '?',
  1891.             'vich_uploader.listener.upload.blog_author_image' => '?',
  1892.             'vich_uploader.listener.upload.blogpost_image' => '?',
  1893.             'vich_uploader.listener.upload.brand_logo' => '?',
  1894.             'vich_uploader.listener.upload.brand_variation_logo' => '?',
  1895.             'vich_uploader.listener.upload.city_banner' => '?',
  1896.             'vich_uploader.listener.upload.coregistration_campaign_advertiser_logo' => '?',
  1897.             'vich_uploader.listener.upload.employee_images' => '?',
  1898.             'vich_uploader.listener.upload.freelancer_images' => '?',
  1899.             'vich_uploader.listener.upload.freelancer_logo' => '?',
  1900.             'vich_uploader.listener.upload.hearing_aid_images' => '?',
  1901.             'vich_uploader.listener.upload.highlighted_staff_picture' => '?',
  1902.             'vich_uploader.listener.upload.invoice_pdf' => '?',
  1903.             'vich_uploader.listener.upload.storeManagementRequest_kbis' => '?',
  1904.             'vich_uploader.listener.upload.store_images' => '?',
  1905.             'vich_uploader.listener.upload.store_logo' => '?',
  1906.         ]), [=> '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']]), []);
  1907.     }
  1908.     /**
  1909.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1910.      *
  1911.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1912.      */
  1913.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1914.     {
  1915.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1916.             'App\\Listener\\CreditCostListener' => ['privates''App\\Listener\\CreditCostListener''getCreditCostListenerService'true],
  1917.             'App\\Listener\\FreelancerAssistantListener' => ['privates''App\\Listener\\FreelancerAssistantListener''getFreelancerAssistantListenerService'true],
  1918.             'App\\Listener\\FreelancerListener' => ['privates''App\\Listener\\FreelancerListener''getFreelancerListenerService'true],
  1919.             'App\\Listener\\OrderListener' => ['privates''App\\Listener\\OrderListener''getOrderListenerService'true],
  1920.             'App\\Listener\\ProspectDuplicateListener' => ['privates''App\\Listener\\ProspectDuplicateListener''getProspectDuplicateListenerService'true],
  1921.             'App\\Listener\\ProspectListener' => ['privates''App\\Listener\\ProspectListener''getProspectListenerService'true],
  1922.             'App\\Listener\\ProspectOnHearingAidListener' => ['privates''App\\Listener\\ProspectOnHearingAidListener''getProspectOnHearingAidListenerService'true],
  1923.             'App\\Listener\\ProspectOnStoreListener' => ['privates''App\\Listener\\ProspectOnStoreListener''getProspectOnStoreListenerService'true],
  1924.             'App\\Listener\\ProspectOnStoreQualificationListener' => ['privates''App\\Listener\\ProspectOnStoreQualificationListener''getProspectOnStoreQualificationListenerService'true],
  1925.             'App\\Listener\\ProspectOnStoreStatusListener' => ['privates''App\\Listener\\ProspectOnStoreStatusListener''getProspectOnStoreStatusListenerService'true],
  1926.             'App\\Listener\\SmsBroadcastListener' => ['privates''App\\Listener\\SmsBroadcastListener''getSmsBroadcastListenerService'true],
  1927.             'App\\Listener\\SponsorshipListener' => ['privates''App\\Listener\\SponsorshipListener''getSponsorshipListener2Service'true],
  1928.             'App\\Listener\\StoreCentralPurchasingRelationListener' => ['privates''App\\Listener\\StoreCentralPurchasingRelationListener''getStoreCentralPurchasingRelationListenerService'true],
  1929.             'App\\Listener\\StoreListener' => ['privates''App\\Listener\\StoreListener''getStoreListenerService'true],
  1930.             'App\\Listener\\StoreManagementRequestListener' => ['privates''App\\Listener\\StoreManagementRequestListener''getStoreManagementRequestListenerService'true],
  1931.         ], [
  1932.             'App\\Listener\\CreditCostListener' => '?',
  1933.             'App\\Listener\\FreelancerAssistantListener' => '?',
  1934.             'App\\Listener\\FreelancerListener' => '?',
  1935.             'App\\Listener\\OrderListener' => '?',
  1936.             'App\\Listener\\ProspectDuplicateListener' => '?',
  1937.             'App\\Listener\\ProspectListener' => '?',
  1938.             'App\\Listener\\ProspectOnHearingAidListener' => '?',
  1939.             'App\\Listener\\ProspectOnStoreListener' => '?',
  1940.             'App\\Listener\\ProspectOnStoreQualificationListener' => '?',
  1941.             'App\\Listener\\ProspectOnStoreStatusListener' => '?',
  1942.             'App\\Listener\\SmsBroadcastListener' => '?',
  1943.             'App\\Listener\\SponsorshipListener' => '?',
  1944.             'App\\Listener\\StoreCentralPurchasingRelationListener' => '?',
  1945.             'App\\Listener\\StoreListener' => '?',
  1946.             'App\\Listener\\StoreManagementRequestListener' => '?',
  1947.         ]));
  1948.         $instance->registerService('App\\Listener\\CreditCostListener''App\\Listener\\CreditCostListener');
  1949.         $instance->registerService('App\\Listener\\FreelancerAssistantListener''App\\Listener\\FreelancerAssistantListener');
  1950.         $instance->registerService('App\\Listener\\FreelancerListener''App\\Listener\\FreelancerListener');
  1951.         $instance->registerService('App\\Listener\\OrderListener''App\\Listener\\OrderListener');
  1952.         $instance->registerService('App\\Listener\\ProspectDuplicateListener''App\\Listener\\ProspectDuplicateListener');
  1953.         $instance->registerService('App\\Listener\\ProspectListener''App\\Listener\\ProspectListener');
  1954.         $instance->registerService('App\\Listener\\ProspectOnHearingAidListener''App\\Listener\\ProspectOnHearingAidListener');
  1955.         $instance->registerService('App\\Listener\\ProspectOnStoreListener''App\\Listener\\ProspectOnStoreListener');
  1956.         $instance->registerService('App\\Listener\\ProspectOnStoreQualificationListener''App\\Listener\\ProspectOnStoreQualificationListener');
  1957.         $instance->registerService('App\\Listener\\ProspectOnStoreStatusListener''App\\Listener\\ProspectOnStoreStatusListener');
  1958.         $instance->registerService('App\\Listener\\SmsBroadcastListener''App\\Listener\\SmsBroadcastListener');
  1959.         $instance->registerService('App\\Listener\\SponsorshipListener''App\\Listener\\SponsorshipListener');
  1960.         $instance->registerService('App\\Listener\\StoreCentralPurchasingRelationListener''App\\Listener\\StoreCentralPurchasingRelationListener');
  1961.         $instance->registerService('App\\Listener\\StoreListener''App\\Listener\\StoreListener');
  1962.         $instance->registerService('App\\Listener\\StoreManagementRequestListener''App\\Listener\\StoreManagementRequestListener');
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1967.      *
  1968.      * @return \Doctrine\ORM\EntityManager
  1969.      */
  1970.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1971.     {
  1972.         if ($lazyLoad) {
  1973.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1974.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1975.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1976.                     $proxy->setProxyInitializer(null);
  1977.                     return true;
  1978.                 });
  1979.             });
  1980.         }
  1981.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1988.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1999.         $a = new \Doctrine\ORM\Configuration();
  2000.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2001.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2002.         $b->addDriver($c'App\\Entity');
  2003.         $b->addDriver($c'Wits\\PaymentBundle\\Entity');
  2004.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  2005.         $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');
  2006.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''WitsPaymentBundle' => 'Wits\\PaymentBundle\\Entity']);
  2007.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2008.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2009.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2010.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2011.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2012.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2013.         ], [
  2014.             'doctrine.ulid_generator' => '?',
  2015.             'doctrine.uuid_generator' => '?',
  2016.         ])));
  2017.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2018.         $a->setProxyNamespace('Proxies');
  2019.         $a->setAutoGenerateProxyClasses(true);
  2020.         $a->setSchemaIgnoreClasses([]);
  2021.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2022.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2023.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2024.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2025.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  2026.         $a->setLazyGhostObjectEnabled(false);
  2027.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2028.             'App\\Repository\\AcquisitionModeRepository' => ['privates''App\\Repository\\AcquisitionModeRepository''getAcquisitionModeRepositoryService'true],
  2029.             'App\\Repository\\AdministratorRepository' => ['privates''App\\Repository\\AdministratorRepository''getAdministratorRepositoryService'false],
  2030.             'App\\Repository\\BlogAuthorRepository' => ['privates''App\\Repository\\BlogAuthorRepository''getBlogAuthorRepositoryService'true],
  2031.             'App\\Repository\\BlogCategoryRepository' => ['privates''App\\Repository\\BlogCategoryRepository''getBlogCategoryRepositoryService'true],
  2032.             'App\\Repository\\BlogPostRepository' => ['privates''App\\Repository\\BlogPostRepository''getBlogPostRepositoryService'true],
  2033.             'App\\Repository\\CareNetworkRepository' => ['privates''App\\Repository\\CareNetworkRepository''getCareNetworkRepositoryService'true],
  2034.             'App\\Repository\\CentralPurchasingRepository' => ['privates''App\\Repository\\CentralPurchasingRepository''getCentralPurchasingRepositoryService'true],
  2035.             'App\\Repository\\CityPostRepository' => ['privates''App\\Repository\\CityPostRepository''getCityPostRepositoryService'false],
  2036.             'App\\Repository\\ClaimRepository' => ['privates''App\\Repository\\ClaimRepository''getClaimRepositoryService'true],
  2037.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  2038.             'App\\Repository\\CoregistrationCampaignRepository' => ['privates''App\\Repository\\CoregistrationCampaignRepository''getCoregistrationCampaignRepositoryService'true],
  2039.             'App\\Repository\\CreditCostRepository' => ['privates''App\\Repository\\CreditCostRepository''getCreditCostRepositoryService'true],
  2040.             'App\\Repository\\CreditPackGenericRepository' => ['privates''App\\Repository\\CreditPackGenericRepository''getCreditPackGenericRepositoryService'true],
  2041.             'App\\Repository\\CreditPackRepository' => ['privates''App\\Repository\\CreditPackRepository''getCreditPackRepositoryService'true],
  2042.             'App\\Repository\\DeviceSaleRepository' => ['privates''App\\Repository\\DeviceSaleRepository''getDeviceSaleRepositoryService'true],
  2043.             'App\\Repository\\EstimatedReachRepository' => ['privates''App\\Repository\\EstimatedReachRepository''getEstimatedReachRepositoryService'true],
  2044.             'App\\Repository\\FinancialParameterRepository' => ['privates''App\\Repository\\FinancialParameterRepository''getFinancialParameterRepositoryService'true],
  2045.             'App\\Repository\\FreelancerAssistantRepository' => ['privates''App\\Repository\\FreelancerAssistantRepository''getFreelancerAssistantRepositoryService'false],
  2046.             'App\\Repository\\FreelancerCommentRepository' => ['privates''App\\Repository\\FreelancerCommentRepository''getFreelancerCommentRepositoryService'true],
  2047.             'App\\Repository\\FreelancerRepository' => ['privates''App\\Repository\\FreelancerRepository''getFreelancerRepositoryService'false],
  2048.             'App\\Repository\\HearingAidRepository' => ['privates''App\\Repository\\HearingAidRepository''getHearingAidRepositoryService'true],
  2049.             'App\\Repository\\HearingBrandRepository' => ['privates''App\\Repository\\HearingBrandRepository''getHearingBrandRepositoryService'false],
  2050.             'App\\Repository\\HearingMakerRepository' => ['privates''App\\Repository\\HearingMakerRepository''getHearingMakerRepositoryService'false],
  2051.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  2052.             'App\\Repository\\LogEntryRepository' => ['privates''App\\Repository\\LogEntryRepository''getLogEntryRepositoryService'true],
  2053.             'App\\Repository\\MediaoptinDeliveryRepository' => ['privates''App\\Repository\\MediaoptinDeliveryRepository''getMediaoptinDeliveryRepositoryService'true],
  2054.             'App\\Repository\\NewsLetterRepository' => ['privates''App\\Repository\\NewsLetterRepository''getNewsLetterRepositoryService'true],
  2055.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2056.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'false],
  2057.             'App\\Repository\\OrlOfficeRepository' => ['privates''App\\Repository\\OrlOfficeRepository''getOrlOfficeRepositoryService'true],
  2058.             'App\\Repository\\OrlProspectOnOrlOfficeRepository' => ['privates''App\\Repository\\OrlProspectOnOrlOfficeRepository''getOrlProspectOnOrlOfficeRepositoryService'true],
  2059.             'App\\Repository\\OrlProspectRepository' => ['privates''App\\Repository\\OrlProspectRepository''getOrlProspectRepositoryService'true],
  2060.             'App\\Repository\\OwnerRepository' => ['privates''App\\Repository\\OwnerRepository''getOwnerRepositoryService'true],
  2061.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'true],
  2062.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  2063.             'App\\Repository\\PhoneValidationRepository' => ['privates''App\\Repository\\PhoneValidationRepository''getPhoneValidationRepositoryService'true],
  2064.             'App\\Repository\\Prescriber\\PrescriberRemunerationRepository' => ['privates''App\\Repository\\Prescriber\\PrescriberRemunerationRepository''getPrescriberRemunerationRepositoryService'true],
  2065.             'App\\Repository\\Prescriber\\PrescriberRepository' => ['privates''App\\Repository\\Prescriber\\PrescriberRepository''getPrescriberRepositoryService'true],
  2066.             'App\\Repository\\ProspectDroppedRepository' => ['privates''App\\Repository\\ProspectDroppedRepository''getProspectDroppedRepositoryService'true],
  2067.             'App\\Repository\\ProspectDuplicateRepository' => ['privates''App\\Repository\\ProspectDuplicateRepository''getProspectDuplicateRepositoryService'true],
  2068.             'App\\Repository\\ProspectFeedbackRepository' => ['privates''App\\Repository\\ProspectFeedbackRepository''getProspectFeedbackRepositoryService'true],
  2069.             'App\\Repository\\ProspectOnHearingAidRepository' => ['privates''App\\Repository\\ProspectOnHearingAidRepository''getProspectOnHearingAidRepositoryService'true],
  2070.             'App\\Repository\\ProspectOnStoreFeedbackRepository' => ['privates''App\\Repository\\ProspectOnStoreFeedbackRepository''getProspectOnStoreFeedbackRepositoryService'true],
  2071.             'App\\Repository\\ProspectOnStoreQualificationRepository' => ['privates''App\\Repository\\ProspectOnStoreQualificationRepository''getProspectOnStoreQualificationRepositoryService'true],
  2072.             'App\\Repository\\ProspectOnStoreRepository' => ['privates''App\\Repository\\ProspectOnStoreRepository''getProspectOnStoreRepositoryService'true],
  2073.             'App\\Repository\\ProspectOnStoreStatusRepository' => ['privates''App\\Repository\\ProspectOnStoreStatusRepository''getProspectOnStoreStatusRepositoryService'true],
  2074.             'App\\Repository\\ProspectQualificationRepository' => ['privates''App\\Repository\\ProspectQualificationRepository''getProspectQualificationRepositoryService'true],
  2075.             'App\\Repository\\ProspectReportingRepository' => ['privates''App\\Repository\\ProspectReportingRepository''getProspectReportingRepositoryService'true],
  2076.             'App\\Repository\\ProspectRepository' => ['privates''App\\Repository\\ProspectRepository''getProspectRepositoryService'true],
  2077.             'App\\Repository\\ShortUrlRepository' => ['privates''App\\Repository\\ShortUrlRepository''getShortUrlRepositoryService'true],
  2078.             'App\\Repository\\SmsBroadcastRepository' => ['privates''App\\Repository\\SmsBroadcastRepository''getSmsBroadcastRepositoryService'true],
  2079.             'App\\Repository\\SmsCreditPackGenericRepository' => ['privates''App\\Repository\\SmsCreditPackGenericRepository''getSmsCreditPackGenericRepositoryService'true],
  2080.             'App\\Repository\\SponsorshipRepository' => ['privates''App\\Repository\\SponsorshipRepository''getSponsorshipRepositoryService'false],
  2081.             'App\\Repository\\Stat\\EventRepository' => ['privates''App\\Repository\\Stat\\EventRepository''getEventRepositoryService'true],
  2082.             'App\\Repository\\Stat\\ReportRepository' => ['privates''App\\Repository\\Stat\\ReportRepository''getReportRepositoryService'true],
  2083.             'App\\Repository\\StoreCentralPurchasingRelationRepository' => ['privates''App\\Repository\\StoreCentralPurchasingRelationRepository''getStoreCentralPurchasingRelationRepositoryService'true],
  2084.             'App\\Repository\\StoreEmployeeRepository' => ['privates''App\\Repository\\StoreEmployeeRepository''getStoreEmployeeRepositoryService'true],
  2085.             'App\\Repository\\StoreFinderDataRepository' => ['privates''App\\Repository\\StoreFinderDataRepository''getStoreFinderDataRepositoryService'true],
  2086.             'App\\Repository\\StoreImageRepository' => ['privates''App\\Repository\\StoreImageRepository''getStoreImageRepositoryService'true],
  2087.             'App\\Repository\\StoreIndexationRepository' => ['privates''App\\Repository\\StoreIndexationRepository''getStoreIndexationRepositoryService'true],
  2088.             'App\\Repository\\StoreManagementRequestRepository' => ['privates''App\\Repository\\StoreManagementRequestRepository''getStoreManagementRequestRepositoryService'true],
  2089.             'App\\Repository\\StorePageRepository' => ['privates''App\\Repository\\StorePageRepository''getStorePageRepositoryService'true],
  2090.             'App\\Repository\\StorePlaceDataRepository' => ['privates''App\\Repository\\StorePlaceDataRepository''getStorePlaceDataRepositoryService'true],
  2091.             'App\\Repository\\StoreRepository' => ['privates''App\\Repository\\StoreRepository''getStoreRepositoryService'true],
  2092.             'App\\Repository\\StoreServiceRepository' => ['privates''App\\Repository\\StoreServiceRepository''getStoreServiceRepositoryService'true],
  2093.             'App\\Repository\\StoreSpecialityRepository' => ['privates''App\\Repository\\StoreSpecialityRepository''getStoreSpecialityRepositoryService'true],
  2094.             'App\\Repository\\ThirdPartyEntityRepository' => ['privates''App\\Repository\\ThirdPartyEntityRepository''getThirdPartyEntityRepositoryService'true],
  2095.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2096.             'App\\Repository\\UserTrackingDetailRepository' => ['privates''App\\Repository\\UserTrackingDetailRepository''getUserTrackingDetailRepositoryService'true],
  2097.             'App\\Repository\\UserTrackingDurationRepository' => ['privates''App\\Repository\\UserTrackingDurationRepository''getUserTrackingDurationRepositoryService'true],
  2098.             'App\\Repository\\UserTrackingRepository' => ['privates''App\\Repository\\UserTrackingRepository''getUserTrackingRepositoryService'true],
  2099.             'Wits\\PaymentBundle\\Repository\\PaymentMethodRepository' => ['privates''Wits\\PaymentBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  2100.             'Wits\\PaymentBundle\\Repository\\PaymentRepository' => ['privates''Wits\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  2101.         ], [
  2102.             'App\\Repository\\AcquisitionModeRepository' => '?',
  2103.             'App\\Repository\\AdministratorRepository' => '?',
  2104.             'App\\Repository\\BlogAuthorRepository' => '?',
  2105.             'App\\Repository\\BlogCategoryRepository' => '?',
  2106.             'App\\Repository\\BlogPostRepository' => '?',
  2107.             'App\\Repository\\CareNetworkRepository' => '?',
  2108.             'App\\Repository\\CentralPurchasingRepository' => '?',
  2109.             'App\\Repository\\CityPostRepository' => '?',
  2110.             'App\\Repository\\ClaimRepository' => '?',
  2111.             'App\\Repository\\ContactRepository' => '?',
  2112.             'App\\Repository\\CoregistrationCampaignRepository' => '?',
  2113.             'App\\Repository\\CreditCostRepository' => '?',
  2114.             'App\\Repository\\CreditPackGenericRepository' => '?',
  2115.             'App\\Repository\\CreditPackRepository' => '?',
  2116.             'App\\Repository\\DeviceSaleRepository' => '?',
  2117.             'App\\Repository\\EstimatedReachRepository' => '?',
  2118.             'App\\Repository\\FinancialParameterRepository' => '?',
  2119.             'App\\Repository\\FreelancerAssistantRepository' => '?',
  2120.             'App\\Repository\\FreelancerCommentRepository' => '?',
  2121.             'App\\Repository\\FreelancerRepository' => '?',
  2122.             'App\\Repository\\HearingAidRepository' => '?',
  2123.             'App\\Repository\\HearingBrandRepository' => '?',
  2124.             'App\\Repository\\HearingMakerRepository' => '?',
  2125.             'App\\Repository\\InvoiceRepository' => '?',
  2126.             'App\\Repository\\LogEntryRepository' => '?',
  2127.             'App\\Repository\\MediaoptinDeliveryRepository' => '?',
  2128.             'App\\Repository\\NewsLetterRepository' => '?',
  2129.             'App\\Repository\\NotificationRepository' => '?',
  2130.             'App\\Repository\\OrderRepository' => '?',
  2131.             'App\\Repository\\OrlOfficeRepository' => '?',
  2132.             'App\\Repository\\OrlProspectOnOrlOfficeRepository' => '?',
  2133.             'App\\Repository\\OrlProspectRepository' => '?',
  2134.             'App\\Repository\\OwnerRepository' => '?',
  2135.             'App\\Repository\\ParameterRepository' => '?',
  2136.             'App\\Repository\\PartnerRepository' => '?',
  2137.             'App\\Repository\\PhoneValidationRepository' => '?',
  2138.             'App\\Repository\\Prescriber\\PrescriberRemunerationRepository' => '?',
  2139.             'App\\Repository\\Prescriber\\PrescriberRepository' => '?',
  2140.             'App\\Repository\\ProspectDroppedRepository' => '?',
  2141.             'App\\Repository\\ProspectDuplicateRepository' => '?',
  2142.             'App\\Repository\\ProspectFeedbackRepository' => '?',
  2143.             'App\\Repository\\ProspectOnHearingAidRepository' => '?',
  2144.             'App\\Repository\\ProspectOnStoreFeedbackRepository' => '?',
  2145.             'App\\Repository\\ProspectOnStoreQualificationRepository' => '?',
  2146.             'App\\Repository\\ProspectOnStoreRepository' => '?',
  2147.             'App\\Repository\\ProspectOnStoreStatusRepository' => '?',
  2148.             'App\\Repository\\ProspectQualificationRepository' => '?',
  2149.             'App\\Repository\\ProspectReportingRepository' => '?',
  2150.             'App\\Repository\\ProspectRepository' => '?',
  2151.             'App\\Repository\\ShortUrlRepository' => '?',
  2152.             'App\\Repository\\SmsBroadcastRepository' => '?',
  2153.             'App\\Repository\\SmsCreditPackGenericRepository' => '?',
  2154.             'App\\Repository\\SponsorshipRepository' => '?',
  2155.             'App\\Repository\\Stat\\EventRepository' => '?',
  2156.             'App\\Repository\\Stat\\ReportRepository' => '?',
  2157.             'App\\Repository\\StoreCentralPurchasingRelationRepository' => '?',
  2158.             'App\\Repository\\StoreEmployeeRepository' => '?',
  2159.             'App\\Repository\\StoreFinderDataRepository' => '?',
  2160.             'App\\Repository\\StoreImageRepository' => '?',
  2161.             'App\\Repository\\StoreIndexationRepository' => '?',
  2162.             'App\\Repository\\StoreManagementRequestRepository' => '?',
  2163.             'App\\Repository\\StorePageRepository' => '?',
  2164.             'App\\Repository\\StorePlaceDataRepository' => '?',
  2165.             'App\\Repository\\StoreRepository' => '?',
  2166.             'App\\Repository\\StoreServiceRepository' => '?',
  2167.             'App\\Repository\\StoreSpecialityRepository' => '?',
  2168.             'App\\Repository\\ThirdPartyEntityRepository' => '?',
  2169.             'App\\Repository\\UserRepository' => '?',
  2170.             'App\\Repository\\UserTrackingDetailRepository' => '?',
  2171.             'App\\Repository\\UserTrackingDurationRepository' => '?',
  2172.             'App\\Repository\\UserTrackingRepository' => '?',
  2173.             'Wits\\PaymentBundle\\Repository\\PaymentMethodRepository' => '?',
  2174.             'Wits\\PaymentBundle\\Repository\\PaymentRepository' => '?',
  2175.         ])));
  2176.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2177.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  2178.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  2179.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  2180.         $a->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  2181.         $a->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  2182.         $a->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  2183.         $a->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  2184.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  2185.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  2186.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  2187.         $a->addCustomNumericFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  2188.         $a->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  2189.         $a->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  2190.         $a->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  2191.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  2192.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  2193.         $a->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  2194.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  2195.         $a->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  2196.         $a->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  2197.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  2198.         $a->addCustomDatetimeFunction('TimestampDiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  2199.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2200.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2201.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the public 'event_dispatcher' shared service.
  2206.      *
  2207.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2208.      */
  2209.     protected function getEventDispatcherService()
  2210.     {
  2211.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2212.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2213.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2214.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2215.         $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())));
  2216.         $instance->addListener('kernel.request', [=> function () {
  2217.             return ($this->privates['App\\EventListener\\CleanFlashMessageListener'] ?? $this->getCleanFlashMessageListenerService());
  2218.         }, => 'onKernelRequest'], 5);
  2219.         $instance->addListener('kernel.request', [=> function () {
  2220.             return ($this->privates['App\\Listener\\OrlListener'] ?? $this->getOrlListenerService());
  2221.         }, => '__invoke'], 0);
  2222.         $instance->addListener('payment_intent.succeeded', [=> function () {
  2223.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2224.         }, => 'onPaymentConfirmed'], 0);
  2225.         $instance->addListener('payment_intent.payment_failed', [=> function () {
  2226.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2227.         }, => 'onPaymentRefused'], 0);
  2228.         $instance->addListener('customer.created', [=> function () {
  2229.             return ($this->privates['App\\Listener\\PaymentEventListener'] ?? $this->load('getPaymentEventListenerService'));
  2230.         }, => 'onCustomerCreated'], 0);
  2231.         $instance->addListener('vich_uploader.post_remove', [=> function () {
  2232.             return ($this->privates['App\\Listener\\VichUploaderListener'] ?? $this->load('getVichUploaderListenerService'));
  2233.         }, => 'onPostRemove'], 0);
  2234.         $instance->addListener('kernel.request', [=> function () {
  2235.             return ($this->privates['App\\Listener\\WhiteLabelListener'] ?? $this->getWhiteLabelListenerService());
  2236.         }, => '__invoke'], 0);
  2237.         $instance->addListener('kernel.controller', [=> function () {
  2238.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2239.         }, => 'onKernelController'], 0);
  2240.         $instance->addListener('kernel.exception', [=> function () {
  2241.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2242.         }, => 'onKernelException'], 0);
  2243.         $instance->addListener('kernel.response', [=> function () {
  2244.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  2245.         }, => 'onKernelResponse'], 0);
  2246.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  2247.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  2248.         }, => 'onPreviousStepInvalid'], 0);
  2249.         $instance->addListener('flow.flow_expired', [=> function () {
  2250.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  2251.         }, => 'onFlowExpired'], 0);
  2252.         $instance->addListener('kernel.request', [=> function () {
  2253.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2254.         }, => 'onKernelRequest'], 0);
  2255.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  2256.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  2257.         }, => 'onBlock'], 0);
  2258.         $instance->addListener('kernel.request', [=> function () {
  2259.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2260.         }, => 'onKernelRequest'], 250);
  2261.         $instance->addListener('kernel.response', [=> function () {
  2262.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2263.         }, => 'onKernelResponse'], 0);
  2264.         $instance->addListener('kernel.response', [=> function () {
  2265.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2266.         }, => 'onResponse'], -10);
  2267.         $instance->addListener('kernel.request', [=> function () {
  2268.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2269.         }, => 'onKernelRequest'], 28);
  2270.         $instance->addListener('kernel.request', [=> function () {
  2271.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2272.         }, => 'onKernelRequest'], 2);
  2273.         $instance->addListener('kernel.view', [=> function () {
  2274.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  2275.         }, => 'onKernelView'], 16);
  2276.         $instance->addListener('kernel.view', [=> function () {
  2277.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  2278.         }, => 'onKernelView'], 8);
  2279.         $instance->addListener('kernel.exception', [=> function () {
  2280.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  2281.         }, => 'onKernelException'], 0);
  2282.         $instance->addListener('kernel.exception', [=> function () {
  2283.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  2284.         }, => 'onKernelException'], -96);
  2285.         $instance->addListener('kernel.view', [=> function () {
  2286.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  2287.         }, => 'onKernelView'], 32);
  2288.         $instance->addListener('kernel.request', [=> function () {
  2289.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2290.         }, => 'onKernelRequest'], 4);
  2291.         $instance->addListener('kernel.request', [=> function () {
  2292.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2293.         }, => 'onKernelRequest'], 0);
  2294.         $instance->addListener('kernel.response', [=> function () {
  2295.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2296.         }, => 'onKernelResponse'], 0);
  2297.         $instance->addListener('kernel.view', [=> function () {
  2298.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->load('getApiPlatform_FosUser_EventListenerService'));
  2299.         }, => 'onKernelView'], 24);
  2300.         $instance->addListener('kernel.response', [=> function () {
  2301.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2302.         }, => 'onKernelResponse'], -1);
  2303.         $instance->addListener('kernel.view', [=> function () {
  2304.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  2305.         }, => 'onKernelView'], 64);
  2306.         $instance->addListener('kernel.request', [=> function () {
  2307.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2308.         }, => 'onKernelRequest'], 16);
  2309.         $instance->addListener('kernel.request', [=> function () {
  2310.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2311.         }, => 'onSecurity'], 3);
  2312.         $instance->addListener('kernel.request', [=> function () {
  2313.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2314.         }, => 'onSecurityPostDenormalize'], 1);
  2315.         $instance->addListener('kernel.view', [=> function () {
  2316.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2317.         }, => 'onSecurityPostValidation'], 63);
  2318.         $instance->addListener('kernel.exception', [=> function () {
  2319.             return ($this->privates['App\\EventListener\\ErrorListener'] ?? ($this->privates['App\\EventListener\\ErrorListener'] = new \App\EventListener\ErrorListener()));
  2320.         }, => 'onKernelException'], -128);
  2321.         $instance->addListener('kernel.request', [=> function () {
  2322.             return ($this->privates['App\\EventListener\\FormThemeExtensionListener'] ?? $this->getFormThemeExtensionListenerService());
  2323.         }, => 'onKernelRequest'], 0);
  2324.         $instance->addListener('kernel.request', [=> function () {
  2325.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  2326.         }, => 'onKernelRequest'], 0);
  2327.         $instance->addListener('kernel.controller', [=> function () {
  2328.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2329.         }, => 'onKernelController'], 0);
  2330.         $instance->addListener('fos_user.registration.success', [=> function () {
  2331.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2332.         }, => 'onRegistrationSuccess'], 0);
  2333.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  2334.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2335.         }, => 'onRegistrationConfirm'], 0);
  2336.         $instance->addListener('payment_intent.succeeded', [=> function () {
  2337.             return ($this->privates['App\\EventListener\\SponsorshipListener'] ?? $this->getSponsorshipListenerService());
  2338.         }, => 'onPaymentConfirmed'], 0);
  2339.         $instance->addListener('kernel.controller', [=> function () {
  2340.             return ($this->privates['App\\EventListener\\UserConfigStepListener'] ?? $this->getUserConfigStepListenerService());
  2341.         }, => 'onKernelController'], 0);
  2342.         $instance->addListener('kernel.response', [=> function () {
  2343.             return ($this->privates['App\\EventListener\\UtmListener'] ?? $this->getUtmListenerService());
  2344.         }, => 'onKernelResponse'], 0);
  2345.         $instance->addListener('kernel.controller', [=> function () {
  2346.             return ($this->privates['App\\EventListener\\UtmListener'] ?? $this->getUtmListenerService());
  2347.         }, => 'onKernelController'], 0);
  2348.         $instance->addListener('kernel.view', [=> function () {
  2349.             return ($this->privates['App\\EventSubscriber\\ProspectApiCreationSubscriber'] ?? $this->load('getProspectApiCreationSubscriberService'));
  2350.         }, => 'preWriteProspect'], 33);
  2351.         $instance->addListener('workflow.prospectOnStoreQualification.completed.validate', [=> function () {
  2352.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2353.         }, => 'onValidate'], 0);
  2354.         $instance->addListener('workflow.prospectOnStoreQualification.completed.reject', [=> function () {
  2355.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2356.         }, => 'onReject'], 0);
  2357.         $instance->addListener('workflow.prospectOnStoreQualification.completed.unreach', [=> function () {
  2358.             return ($this->privates['App\\Listener\\ProspectOnStoreQualificationWorkflowListener'] ?? $this->load('getProspectOnStoreQualificationWorkflowListenerService'));
  2359.         }, => 'onUnreach'], 0);
  2360.         $instance->addListener('workflow.prospectQualification.completed.validate', [=> function () {
  2361.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2362.         }, => 'onValidate'], 0);
  2363.         $instance->addListener('workflow.prospectQualification.completed.reject', [=> function () {
  2364.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2365.         }, => 'onReject'], 0);
  2366.         $instance->addListener('workflow.prospectQualification.completed.unreach', [=> function () {
  2367.             return ($this->privates['App\\Listener\\ProspectQualificationWorflowListener'] ?? $this->load('getProspectQualificationWorflowListenerService'));
  2368.         }, => 'onUnreach'], 0);
  2369.         $instance->addListener('fos_user.registration.success', [=> function () {
  2370.             return ($this->privates['App\\Listener\\RegistrationListener'] ?? ($this->privates['App\\Listener\\RegistrationListener'] = new \App\Listener\RegistrationListener()));
  2371.         }, => 'onRegistrationSuccess'], 0);
  2372.         $instance->addListener('workflow.storeManagementRequest.completed.validate', [=> function () {
  2373.             return ($this->privates['App\\Listener\\StoreManagementRequestWorflowListener'] ?? $this->load('getStoreManagementRequestWorflowListenerService'));
  2374.         }, => 'onValidate'], 0);
  2375.         $instance->addListener('workflow.store.completed.validate', [=> function () {
  2376.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2377.         }, => 'onValidation'], 0);
  2378.         $instance->addListener('workflow.store.completed.reject', [=> function () {
  2379.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2380.         }, => 'onRejectCreation'], 0);
  2381.         $instance->addListener('workflow.store.completed.askForSuppression', [=> function () {
  2382.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2383.         }, => 'onAskForSuppression'], 0);
  2384.         $instance->addListener('workflow.store.completed.validate_suppression', [=> function () {
  2385.             return ($this->privates['App\\Listener\\StoreWorflowListener'] ?? $this->load('getStoreWorflowListenerService'));
  2386.         }, => 'onValidateSuppression'], 0);
  2387.         $instance->addListener('kernel.terminate', [=> function () {
  2388.             return ($this->privates['App\\Listener\\UserTrackingListener'] ?? $this->load('getUserTrackingListenerService'));
  2389.         }, => 'onKernelTerminate'], 0);
  2390.         $instance->addListener('kernel.response', [=> function () {
  2391.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2392.         }, => 'onKernelResponse'], 0);
  2393.         $instance->addListener('kernel.response', [=> function () {
  2394.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2395.         }, => 'onKernelResponse'], -1024);
  2396.         $instance->addListener('kernel.request', [=> function () {
  2397.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2398.         }, => 'setDefaultLocale'], 100);
  2399.         $instance->addListener('kernel.request', [=> function () {
  2400.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2401.         }, => 'onKernelRequest'], 16);
  2402.         $instance->addListener('kernel.finish_request', [=> function () {
  2403.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2404.         }, => 'onKernelFinishRequest'], 0);
  2405.         $instance->addListener('kernel.request', [=> function () {
  2406.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2407.         }, => 'onKernelRequest'], 256);
  2408.         $instance->addListener('kernel.response', [=> function () {
  2409.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2410.         }, => 'onResponse'], -255);
  2411.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2412.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2413.         }, => 'onControllerArguments'], 0);
  2414.         $instance->addListener('kernel.exception', [=> function () {
  2415.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2416.         }, => 'logKernelException'], 0);
  2417.         $instance->addListener('kernel.exception', [=> function () {
  2418.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2419.         }, => 'onKernelException'], -128);
  2420.         $instance->addListener('kernel.response', [=> function () {
  2421.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2422.         }, => 'removeCspHeader'], -128);
  2423.         $instance->addListener('kernel.request', [=> function () {
  2424.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2425.         }, => 'onKernelRequest'], 15);
  2426.         $instance->addListener('kernel.finish_request', [=> function () {
  2427.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2428.         }, => 'onKernelFinishRequest'], -15);
  2429.         $instance->addListener('console.error', [=> function () {
  2430.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2431.         }, => 'onConsoleError'], -128);
  2432.         $instance->addListener('console.terminate', [=> function () {
  2433.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2434.         }, => 'onConsoleTerminate'], -128);
  2435.         $instance->addListener('console.error', [=> function () {
  2436.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2437.         }, => 'onConsoleError'], 0);
  2438.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2439.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2440.         }, => 'onMessage'], -255);
  2441.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2442.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2443.         }, => 'onMessage'], -255);
  2444.         $instance->addListener('kernel.request', [=> function () {
  2445.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2446.         }, => 'configure'], 2048);
  2447.         $instance->addListener('console.command', [=> function () {
  2448.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2449.         }, => 'configure'], 2048);
  2450.         $instance->addListener('kernel.request', [=> function () {
  2451.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2452.         }, => 'onKernelRequest'], 32);
  2453.         $instance->addListener('kernel.finish_request', [=> function () {
  2454.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2455.         }, => 'onKernelFinishRequest'], 0);
  2456.         $instance->addListener('kernel.exception', [=> function () {
  2457.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2458.         }, => 'onKernelException'], -64);
  2459.         $instance->addListener('kernel.response', [=> function () {
  2460.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2461.         }, => 'onKernelResponse'], 0);
  2462.         $instance->addListener('kernel.request', [=> function () {
  2463.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2464.         }, => 'onKernelRequest'], 128);
  2465.         $instance->addListener('kernel.response', [=> function () {
  2466.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2467.         }, => 'onKernelResponse'], -1000);
  2468.         $instance->addListener('kernel.finish_request', [=> function () {
  2469.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2470.         }, => 'onFinishRequest'], 0);
  2471.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2472.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2473.         }, => 'onMessageFailed'], 100);
  2474.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2475.             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()));
  2476.         }, => 'onMessageFailed'], 200);
  2477.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2478.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2479.         }, => 'onWorkerRunning'], 100);
  2480.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2481.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2482.         }, => 'onWorkerStarted'], 0);
  2483.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2484.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2485.         }, => 'onWorkerRunning'], 0);
  2486.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2487.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2488.         }, => 'onWorkerStarted'], 100);
  2489.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2490.             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()));
  2491.         }, => 'onMessageFailed'], 0);
  2492.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2493.             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()));
  2494.         }, => 'onWorkerRunning'], 0);
  2495.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2496.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2497.         }, => 'onNotification'], -255);
  2498.         $instance->addListener('kernel.response', [=> function () {
  2499.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2500.         }, => 'onKernelResponse'], -100);
  2501.         $instance->addListener('kernel.exception', [=> function () {
  2502.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2503.         }, => 'onKernelException'], 0);
  2504.         $instance->addListener('kernel.terminate', [=> function () {
  2505.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2506.         }, => 'onKernelTerminate'], -1024);
  2507.         $instance->addListener('kernel.controller', [=> function () {
  2508.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2509.         }, => 'onKernelController'], 0);
  2510.         $instance->addListener('kernel.response', [=> function () {
  2511.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2512.         }, => 'onKernelResponse'], 0);
  2513.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2514.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2515.         }, => 'onWorkerMessageHandled'], 0);
  2516.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2517.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2518.         }, => 'onWorkerMessageFailed'], 0);
  2519.         $instance->addListener('kernel.response', [=> function () {
  2520.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2521.         }, => 'onKernelResponse'], 0);
  2522.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2523.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2524.         }, => 'onVoterVote'], 0);
  2525.         $instance->addListener('kernel.request', [=> function () {
  2526.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2527.         }, => 'configureLogoutUrlGenerator'], 8);
  2528.         $instance->addListener('kernel.request', [=> function () {
  2529.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2530.         }, => 'onKernelRequest'], 8);
  2531.         $instance->addListener('kernel.finish_request', [=> function () {
  2532.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2533.         }, => 'onKernelFinishRequest'], 0);
  2534.         $instance->addListener('kernel.exception', [=> function () {
  2535.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  2536.         }, => 'onKernelException'], 2);
  2537.         $instance->addListener('kernel.request', [=> function () {
  2538.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  2539.         }, => 'onKernelRequest'], 0);
  2540.         $instance->addListener('security.authentication.success', [=> function () {
  2541.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2542.         }, => 'onLogin'], 9223372036854775807);
  2543.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  2544.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2545.         }, => 'onAccessDenied'], 0);
  2546.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  2547.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2548.         }, => 'onTwoFactorForm'], 0);
  2549.         $instance->addListener('kernel.response', [=> function () {
  2550.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2551.         }, => 'onKernelResponse'], 1);
  2552.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2553.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2554.         }, => 'onMessage'], 0);
  2555.         $instance->addListener('kernel.response', [=> function () {
  2556.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2557.         }, => 'onKernelResponse'], -128);
  2558.         $instance->addListener('console.command', [=> function () {
  2559.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2560.         }, => 'onCommand'], 255);
  2561.         $instance->addListener('console.terminate', [=> function () {
  2562.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2563.         }, => 'onTerminate'], -255);
  2564.         $instance->addListener('console.command', [=> function () {
  2565.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2566.         }, => 'configure'], 1024);
  2567.         $instance->addListener('console.error', [=> function () {
  2568.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2569.         }, => 'onConsoleError'], 0);
  2570.         $instance->addListener('console.terminate', [=> function () {
  2571.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2572.         }, => 'onConsoleTerminate'], 0);
  2573.         $instance->addListener('kernel.request', [=> function () {
  2574.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2575.         }, => 'onEvent'], 1024);
  2576.         $instance->addListener('console.command', [=> function () {
  2577.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2578.         }, => 'onEvent'], 1024);
  2579.         $instance->addListener('kernel.request', [=> function () {
  2580.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2581.         }, => 'onEvent'], 1024);
  2582.         $instance->addListener('console.command', [=> function () {
  2583.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2584.         }, => 'onEvent'], 1024);
  2585.         $instance->addListener('kernel.finish_request', [=> function () {
  2586.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2587.         }, => 'resetAssets'], 0);
  2588.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2589.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2590.         }, => 'onImplicitLogin'], 0);
  2591.         $instance->addListener('security.interactive_login', [=> function () {
  2592.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  2593.         }, => 'onSecurityInteractiveLogin'], 0);
  2594.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2595.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2596.         }, => 'authenticate'], 0);
  2597.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2598.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2599.         }, => 'authenticate'], 0);
  2600.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2601.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  2602.         }, => 'authenticate'], 0);
  2603.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2604.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2605.         }, => 'addSuccessFlash'], 0);
  2606.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2607.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2608.         }, => 'addSuccessFlash'], 0);
  2609.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2610.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2611.         }, => 'addSuccessFlash'], 0);
  2612.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2613.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  2614.         }, => 'addSuccessFlash'], 0);
  2615.         $instance->addListener('fos_user.registration.success', [=> function () {
  2616.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
  2617.         }, => 'onRegistrationSuccess'], 0);
  2618.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2619.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  2620.         }, => 'onResettingResetInitialize'], 0);
  2621.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2622.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  2623.         }, => 'onResettingResetSuccess'], 0);
  2624.         $instance->addListener('kernel.controller', [=> function () {
  2625.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  2626.         }, => 'onKernelController'], 0);
  2627.         $instance->addListener('kernel.request', [=> function () {
  2628.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2629.         }, => 'onKernelRequest'], 0);
  2630.         $instance->addListener('kernel.request', [=> function () {
  2631.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2632.         }, => 'onKernelRequest'], 0);
  2633.         $instance->addListener('knp_pager.before', [=> function () {
  2634.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2635.         }, => 'before'], 0);
  2636.         $instance->addListener('knp_pager.pagination', [=> function () {
  2637.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2638.         }, => 'pagination'], 0);
  2639.         $instance->addListener('knp_pager.before', [=> function () {
  2640.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2641.         }, => 'before'], 1);
  2642.         $instance->addListener('knp_pager.before', [=> function () {
  2643.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2644.         }, => 'before'], 1);
  2645.         $instance->addListener('knp_pager.pagination', [=> function () {
  2646.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2647.         }, => 'pagination'], 1);
  2648.         $instance->addListener('kernel.controller', [=> function () {
  2649.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2650.         }, => 'onKernelController'], 0);
  2651.         $instance->addListener('kernel.controller', [=> function () {
  2652.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2653.         }, => 'onKernelController'], 0);
  2654.         $instance->addListener('kernel.controller', [=> function () {
  2655.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2656.         }, => 'onKernelController'], -128);
  2657.         $instance->addListener('kernel.view', [=> function () {
  2658.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2659.         }, => 'onKernelView'], 0);
  2660.         $instance->addListener('kernel.controller', [=> function () {
  2661.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2662.         }, => 'onKernelController'], 0);
  2663.         $instance->addListener('kernel.response', [=> function () {
  2664.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2665.         }, => 'onKernelResponse'], 0);
  2666.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2667.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2668.         }, => 'onKernelControllerArguments'], 0);
  2669.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2670.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2671.         }, => 'onKernelControllerArguments'], 0);
  2672.         $instance->addListener('security.authentication.success', [=> function () {
  2673.             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()));
  2674.         }, => 'onLogin'], 9223372036854775806);
  2675.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2676.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2677.         }, => 'checkPassport'], 0);
  2678.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2679.             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()));
  2680.         }, => 'onSuccessfulLogin'], -63);
  2681.         $instance->addListener('kernel.response', [=> function () {
  2682.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  2683.         }, => 'onKernelResponse'], 0);
  2684.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2685.             return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  2686.         }, => 'onSuccessfulLogin'], 0);
  2687.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2688.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2689.         }, => 'onLogout'], 0);
  2690.         return $instance;
  2691.     }
  2692.     /**
  2693.      * Gets the public 'http_kernel' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2696.      */
  2697.     protected function getHttpKernelService()
  2698.     {
  2699.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2700.         if (isset($this->services['http_kernel'])) {
  2701.             return $this->services['http_kernel'];
  2702.         }
  2703.         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 () {
  2704.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2705.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2706.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2707.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2708.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  2709.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  2710.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2711.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2712.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2713.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2714.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2715.     }
  2716.     /**
  2717.      * Gets the public 'knp_menu.matcher' shared service.
  2718.      *
  2719.      * @return \Knp\Menu\Matcher\Matcher
  2720.      */
  2721.     protected function getKnpMenu_MatcherService()
  2722.     {
  2723.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2724.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2725.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  2726.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2727.         }, 3));
  2728.     }
  2729.     /**
  2730.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2731.      *
  2732.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2733.      */
  2734.     protected function getLiipImagine_Cache_ManagerService()
  2735.     {
  2736.         $a = ($this->services['router'] ?? $this->getRouterService());
  2737.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2738.             return $this->services['liip_imagine.cache.manager'];
  2739.         }
  2740.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2741.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2742.             return $this->services['liip_imagine.cache.manager'];
  2743.         }
  2744.         $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);
  2745.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2746.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2747.         return $instance;
  2748.     }
  2749.     /**
  2750.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2751.      *
  2752.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2753.      */
  2754.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2755.     {
  2756.         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');
  2757.     }
  2758.     /**
  2759.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2760.      *
  2761.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2762.      */
  2763.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2764.     {
  2765.         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()));
  2766.     }
  2767.     /**
  2768.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2769.      *
  2770.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2771.      */
  2772.     protected function getLiipImagine_Cache_SignerService()
  2773.     {
  2774.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2775.     }
  2776.     /**
  2777.      * Gets the public 'messenger.default_bus' shared service.
  2778.      *
  2779.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2780.      */
  2781.     protected function getMessenger_DefaultBusService()
  2782.     {
  2783.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2784.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2785.             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')));
  2786.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2787.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2788.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2789.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2790.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2791.         }, 7)));
  2792.     }
  2793.     /**
  2794.      * Gets the public 'request_stack' shared service.
  2795.      *
  2796.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2797.      */
  2798.     protected function getRequestStackService()
  2799.     {
  2800.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2801.     }
  2802.     /**
  2803.      * Gets the public 'router' shared service.
  2804.      *
  2805.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2806.      */
  2807.     protected function getRouterService()
  2808.     {
  2809.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2810.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2811.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2812.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2813.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2814.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2815.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2816.         ], [
  2817.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2818.         ]))->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');
  2819.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2820.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2821.         return $instance;
  2822.     }
  2823.     /**
  2824.      * Gets the public 'sonata.block.context_manager.default' shared service.
  2825.      *
  2826.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  2827.      */
  2828.     protected function getSonata_Block_ContextManager_DefaultService()
  2829.     {
  2830.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2831.         if (isset($this->services['sonata.block.context_manager.default'])) {
  2832.             return $this->services['sonata.block.context_manager.default'];
  2833.         }
  2834.         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()));
  2835.     }
  2836.     /**
  2837.      * Gets the public 'sonata.block.manager' shared service.
  2838.      *
  2839.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  2840.      */
  2841.     protected function getSonata_Block_ManagerService()
  2842.     {
  2843.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2844.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  2845.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  2846.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  2847.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  2848.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  2849.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  2850.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  2851.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  2852.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  2853.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  2854.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  2855.         ], [
  2856.             'sonata.admin.block.admin_list' => '?',
  2857.             'sonata.admin.block.admin_preview' => '?',
  2858.             'sonata.admin.block.search_result' => '?',
  2859.             'sonata.admin.block.stats' => '?',
  2860.             'sonata.block.service.container' => '?',
  2861.             'sonata.block.service.empty' => '?',
  2862.             'sonata.block.service.menu' => '?',
  2863.             'sonata.block.service.rss' => '?',
  2864.             'sonata.block.service.template' => '?',
  2865.             'sonata.block.service.text' => '?',
  2866.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2867.         ]), $this->parameters['sonata.block.container.types']);
  2868.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2869.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2870.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2871.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2872.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2873.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2874.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2875.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2876.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2877.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2878.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the public 'sonata.block.renderer.default' shared service.
  2883.      *
  2884.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2885.      */
  2886.     protected function getSonata_Block_Renderer_DefaultService()
  2887.     {
  2888.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2889.         if (isset($this->services['sonata.block.renderer.default'])) {
  2890.             return $this->services['sonata.block.renderer.default'];
  2891.         }
  2892.         $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'], [], []);
  2893.         $b->setDefaultFilter('debug_only');
  2894.         $b->setDefaultRenderer('throw');
  2895.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2896.     }
  2897.     /**
  2898.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  2899.      *
  2900.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  2901.      */
  2902.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  2903.     {
  2904.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  2905.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  2906.         return $instance;
  2907.     }
  2908.     /**
  2909.      * Gets the public 'sonata.seo.page.default' shared service.
  2910.      *
  2911.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2912.      */
  2913.     protected function getSonata_Seo_Page_DefaultService()
  2914.     {
  2915.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2916.         $instance->setTitle('');
  2917.         $instance->setMetas([]);
  2918.         $instance->setHtmlAttributes([]);
  2919.         $instance->setSeparator(' - ');
  2920.         return $instance;
  2921.     }
  2922.     /**
  2923.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  2924.      *
  2925.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  2926.      */
  2927.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  2928.     {
  2929.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  2930.     }
  2931.     /**
  2932.      * Gets the public 'translator' shared service.
  2933.      *
  2934.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2935.      */
  2936.     protected function getTranslatorService()
  2937.     {
  2938.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2939.     }
  2940.     /**
  2941.      * Gets the public 'var_dumper.cloner' shared service.
  2942.      *
  2943.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2944.      */
  2945.     protected function getVarDumper_ClonerService()
  2946.     {
  2947.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2948.         $instance->setMaxItems(2500);
  2949.         $instance->setMinDepth(1);
  2950.         $instance->setMaxString(-1);
  2951.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2952.         return $instance;
  2953.     }
  2954.     /**
  2955.      * Gets the private '.debug.http_client' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2958.      */
  2959.     protected function get_Debug_HttpClientService()
  2960.     {
  2961.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2962.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2963.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2964.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2965.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2966.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2967.         $a->setLogger($b);
  2968.         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))));
  2969.     }
  2970.     /**
  2971.      * Gets the private '.service_locator.IEeEty.' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2974.      */
  2975.     protected function get_ServiceLocator_IEeEty_Service()
  2976.     {
  2977.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2978.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2979.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2980.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2981.         ], [
  2982.             'security.firewall.map.context.api' => '?',
  2983.             'security.firewall.map.context.dev' => '?',
  2984.             'security.firewall.map.context.main' => '?',
  2985.         ]);
  2986.     }
  2987.     /**
  2988.      * Gets the private 'App\EventListener\CleanFlashMessageListener' shared autowired service.
  2989.      *
  2990.      * @return \App\EventListener\CleanFlashMessageListener
  2991.      */
  2992.     protected function getCleanFlashMessageListenerService()
  2993.     {
  2994.         return $this->privates['App\\EventListener\\CleanFlashMessageListener'] = new \App\EventListener\CleanFlashMessageListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'App\EventListener\FormThemeExtensionListener' shared autowired service.
  2998.      *
  2999.      * @return \App\EventListener\FormThemeExtensionListener
  3000.      */
  3001.     protected function getFormThemeExtensionListenerService()
  3002.     {
  3003.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  3004.         if (isset($this->privates['App\\EventListener\\FormThemeExtensionListener'])) {
  3005.             return $this->privates['App\\EventListener\\FormThemeExtensionListener'];
  3006.         }
  3007.         return $this->privates['App\\EventListener\\FormThemeExtensionListener'] = new \App\EventListener\FormThemeExtensionListener($a);
  3008.     }
  3009.     /**
  3010.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  3011.      *
  3012.      * @return \App\EventListener\MaintenanceListener
  3013.      */
  3014.     protected function getMaintenanceListenerService()
  3015.     {
  3016.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3017.         if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
  3018.             return $this->privates['App\\EventListener\\MaintenanceListener'];
  3019.         }
  3020.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getEnv('MAINTENANCE_MODE'), $a);
  3021.     }
  3022.     /**
  3023.      * Gets the private 'App\EventListener\SponsorshipListener' shared autowired service.
  3024.      *
  3025.      * @return \App\EventListener\SponsorshipListener
  3026.      */
  3027.     protected function getSponsorshipListenerService()
  3028.     {
  3029.         $a = ($this->privates['App\\Service\\SponsorshipService'] ?? $this->getSponsorshipServiceService());
  3030.         if (isset($this->privates['App\\EventListener\\SponsorshipListener'])) {
  3031.             return $this->privates['App\\EventListener\\SponsorshipListener'];
  3032.         }
  3033.         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()));
  3034.     }
  3035.     /**
  3036.      * Gets the private 'App\EventListener\UserConfigStepListener' shared autowired service.
  3037.      *
  3038.      * @return \App\EventListener\UserConfigStepListener
  3039.      */
  3040.     protected function getUserConfigStepListenerService()
  3041.     {
  3042.         $a = ($this->services['router'] ?? $this->getRouterService());
  3043.         if (isset($this->privates['App\\EventListener\\UserConfigStepListener'])) {
  3044.             return $this->privates['App\\EventListener\\UserConfigStepListener'];
  3045.         }
  3046.         return $this->privates['App\\EventListener\\UserConfigStepListener'] = new \App\EventListener\UserConfigStepListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3047.     }
  3048.     /**
  3049.      * Gets the private 'App\EventListener\UtmListener' shared autowired service.
  3050.      *
  3051.      * @return \App\EventListener\UtmListener
  3052.      */
  3053.     protected function getUtmListenerService()
  3054.     {
  3055.         return $this->privates['App\\EventListener\\UtmListener'] = new \App\EventListener\UtmListener(($this->privates['App\\Service\\UtmManager'] ?? ($this->privates['App\\Service\\UtmManager'] = new \App\Service\UtmManager())));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'App\Listener\OrlListener' shared autowired service.
  3059.      *
  3060.      * @return \App\Listener\OrlListener
  3061.      */
  3062.     protected function getOrlListenerService()
  3063.     {
  3064.         return $this->privates['App\\Listener\\OrlListener'] = new \App\Listener\OrlListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\OrlService'] ?? $this->getOrlServiceService()));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'App\Listener\WhiteLabelListener' shared autowired service.
  3068.      *
  3069.      * @return \App\Listener\WhiteLabelListener
  3070.      */
  3071.     protected function getWhiteLabelListenerService()
  3072.     {
  3073.         return $this->privates['App\\Listener\\WhiteLabelListener'] = new \App\Listener\WhiteLabelListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\WhiteLabelService'] ?? $this->getWhiteLabelServiceService()));
  3074.     }
  3075.     /**
  3076.      * Gets the private 'App\Mailer\AppMailer' shared autowired service.
  3077.      *
  3078.      * @return \App\Mailer\AppMailer
  3079.      */
  3080.     protected function getAppMailerService()
  3081.     {
  3082.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3083.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3084.             return $this->privates['App\\Mailer\\AppMailer'];
  3085.         }
  3086.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3087.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3088.             return $this->privates['App\\Mailer\\AppMailer'];
  3089.         }
  3090.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3091.         if (isset($this->privates['App\\Mailer\\AppMailer'])) {
  3092.             return $this->privates['App\\Mailer\\AppMailer'];
  3093.         }
  3094.         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'));
  3095.     }
  3096.     /**
  3097.      * Gets the private 'App\Repository\AdministratorRepository' shared autowired service.
  3098.      *
  3099.      * @return \App\Repository\AdministratorRepository
  3100.      */
  3101.     protected function getAdministratorRepositoryService()
  3102.     {
  3103.         return $this->privates['App\\Repository\\AdministratorRepository'] = new \App\Repository\AdministratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'App\Repository\CityPostRepository' shared autowired service.
  3107.      *
  3108.      * @return \App\Repository\CityPostRepository
  3109.      */
  3110.     protected function getCityPostRepositoryService()
  3111.     {
  3112.         return $this->privates['App\\Repository\\CityPostRepository'] = new \App\Repository\CityPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3113.     }
  3114.     /**
  3115.      * Gets the private 'App\Repository\FreelancerAssistantRepository' shared autowired service.
  3116.      *
  3117.      * @return \App\Repository\FreelancerAssistantRepository
  3118.      */
  3119.     protected function getFreelancerAssistantRepositoryService()
  3120.     {
  3121.         return $this->privates['App\\Repository\\FreelancerAssistantRepository'] = new \App\Repository\FreelancerAssistantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3122.     }
  3123.     /**
  3124.      * Gets the private 'App\Repository\FreelancerRepository' shared autowired service.
  3125.      *
  3126.      * @return \App\Repository\FreelancerRepository
  3127.      */
  3128.     protected function getFreelancerRepositoryService()
  3129.     {
  3130.         return $this->privates['App\\Repository\\FreelancerRepository'] = new \App\Repository\FreelancerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3131.     }
  3132.     /**
  3133.      * Gets the private 'App\Repository\HearingBrandRepository' shared autowired service.
  3134.      *
  3135.      * @return \App\Repository\HearingBrandRepository
  3136.      */
  3137.     protected function getHearingBrandRepositoryService()
  3138.     {
  3139.         return $this->privates['App\\Repository\\HearingBrandRepository'] = new \App\Repository\HearingBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3140.     }
  3141.     /**
  3142.      * Gets the private 'App\Repository\HearingMakerRepository' shared autowired service.
  3143.      *
  3144.      * @return \App\Repository\HearingMakerRepository
  3145.      */
  3146.     protected function getHearingMakerRepositoryService()
  3147.     {
  3148.         return $this->privates['App\\Repository\\HearingMakerRepository'] = new \App\Repository\HearingMakerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3149.     }
  3150.     /**
  3151.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  3152.      *
  3153.      * @return \App\Repository\NotificationRepository
  3154.      */
  3155.     protected function getNotificationRepositoryService()
  3156.     {
  3157.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3158.     }
  3159.     /**
  3160.      * Gets the private 'App\Repository\OrderRepository' shared autowired service.
  3161.      *
  3162.      * @return \App\Repository\OrderRepository
  3163.      */
  3164.     protected function getOrderRepositoryService()
  3165.     {
  3166.         return $this->privates['App\\Repository\\OrderRepository'] = new \App\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3167.     }
  3168.     /**
  3169.      * Gets the private 'App\Repository\SponsorshipRepository' shared autowired service.
  3170.      *
  3171.      * @return \App\Repository\SponsorshipRepository
  3172.      */
  3173.     protected function getSponsorshipRepositoryService()
  3174.     {
  3175.         return $this->privates['App\\Repository\\SponsorshipRepository'] = new \App\Repository\SponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3176.     }
  3177.     /**
  3178.      * Gets the private 'App\Service\BusinessModelService' shared autowired service.
  3179.      *
  3180.      * @return \App\Service\BusinessModelService
  3181.      */
  3182.     protected function getBusinessModelServiceService()
  3183.     {
  3184.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3185.         if (isset($this->privates['App\\Service\\BusinessModelService'])) {
  3186.             return $this->privates['App\\Service\\BusinessModelService'];
  3187.         }
  3188.         $b = ($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService());
  3189.         if (isset($this->privates['App\\Service\\BusinessModelService'])) {
  3190.             return $this->privates['App\\Service\\BusinessModelService'];
  3191.         }
  3192.         return $this->privates['App\\Service\\BusinessModelService'] = new \App\Service\BusinessModelService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b);
  3193.     }
  3194.     /**
  3195.      * Gets the private 'App\Service\CapitoleMobileService' shared autowired service.
  3196.      *
  3197.      * @return \App\Service\CapitoleMobileService
  3198.      */
  3199.     protected function getCapitoleMobileServiceService()
  3200.     {
  3201.         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'));
  3202.     }
  3203.     /**
  3204.      * Gets the private 'App\Service\CreditService' shared autowired service.
  3205.      *
  3206.      * @return \App\Service\CreditService
  3207.      */
  3208.     protected function getCreditServiceService()
  3209.     {
  3210.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3211.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3212.             return $this->privates['App\\Service\\CreditService'];
  3213.         }
  3214.         $b = ($this->privates['App\\Service\\NotifyFreelancerService'] ?? $this->getNotifyFreelancerServiceService());
  3215.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3216.             return $this->privates['App\\Service\\CreditService'];
  3217.         }
  3218.         $c = ($this->privates['App\\Mailer\\AppMailer'] ?? $this->getAppMailerService());
  3219.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3220.             return $this->privates['App\\Service\\CreditService'];
  3221.         }
  3222.         $d = ($this->privates['App\\Service\\BusinessModelService'] ?? $this->getBusinessModelServiceService());
  3223.         if (isset($this->privates['App\\Service\\CreditService'])) {
  3224.             return $this->privates['App\\Service\\CreditService'];
  3225.         }
  3226.         return $this->privates['App\\Service\\CreditService'] = new \App\Service\CreditService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c$d);
  3227.     }
  3228.     /**
  3229.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  3230.      *
  3231.      * @return \App\Service\NotificationService
  3232.      */
  3233.     protected function getNotificationServiceService()
  3234.     {
  3235.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3236.         if (isset($this->privates['App\\Service\\NotificationService'])) {
  3237.             return $this->privates['App\\Service\\NotificationService'];
  3238.         }
  3239.         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()));
  3240.     }
  3241.     /**
  3242.      * Gets the private 'App\Service\NotifyFreelancerService' shared autowired service.
  3243.      *
  3244.      * @return \App\Service\NotifyFreelancerService
  3245.      */
  3246.     protected function getNotifyFreelancerServiceService()
  3247.     {
  3248.         $a = ($this->services['router'] ?? $this->getRouterService());
  3249.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3250.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3251.         }
  3252.         $b = ($this->privates['App\\Mailer\\AppMailer'] ?? $this->getAppMailerService());
  3253.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3254.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3255.         }
  3256.         $c = ($this->privates['App\\Service\\SendinblueService'] ?? $this->getSendinblueServiceService());
  3257.         if (isset($this->privates['App\\Service\\NotifyFreelancerService'])) {
  3258.             return $this->privates['App\\Service\\NotifyFreelancerService'];
  3259.         }
  3260.         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()));
  3261.     }
  3262.     /**
  3263.      * Gets the private 'App\Service\OrlService' shared autowired service.
  3264.      *
  3265.      * @return \App\Service\OrlService
  3266.      */
  3267.     protected function getOrlServiceService()
  3268.     {
  3269.         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');
  3270.     }
  3271.     /**
  3272.      * Gets the private 'App\Service\PaymentService' shared autowired service.
  3273.      *
  3274.      * @return \App\Service\PaymentService
  3275.      */
  3276.     protected function getPaymentServiceService()
  3277.     {
  3278.         $a = ($this->privates['App\\Service\\SendinblueService'] ?? $this->getSendinblueServiceService());
  3279.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3280.             return $this->privates['App\\Service\\PaymentService'];
  3281.         }
  3282.         $b = ($this->services['Wits\\PaymentBundle\\Service\\StripeService'] ?? $this->getStripeServiceService());
  3283.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3284.             return $this->privates['App\\Service\\PaymentService'];
  3285.         }
  3286.         $c = ($this->privates['sherlockode_configuration.parameter_manager'] ?? $this->getSherlockodeConfiguration_ParameterManagerService());
  3287.         if (isset($this->privates['App\\Service\\PaymentService'])) {
  3288.             return $this->privates['App\\Service\\PaymentService'];
  3289.         }
  3290.         return $this->privates['App\\Service\\PaymentService'] = new \App\Service\PaymentService($a$b$c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3291.     }
  3292.     /**
  3293.      * Gets the private 'App\Service\SendinblueService' shared autowired service.
  3294.      *
  3295.      * @return \App\Service\SendinblueService
  3296.      */
  3297.     protected function getSendinblueServiceService()
  3298.     {
  3299.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  3300.         if (isset($this->privates['App\\Service\\SendinblueService'])) {
  3301.             return $this->privates['App\\Service\\SendinblueService'];
  3302.         }
  3303.         $b = ($this->services['router'] ?? $this->getRouterService());
  3304.         if (isset($this->privates['App\\Service\\SendinblueService'])) {
  3305.             return $this->privates['App\\Service\\SendinblueService'];
  3306.         }
  3307.         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');
  3308.     }
  3309.     /**
  3310.      * Gets the private 'App\Service\SponsorshipService' shared autowired service.
  3311.      *
  3312.      * @return \App\Service\SponsorshipService
  3313.      */
  3314.     protected function getSponsorshipServiceService()
  3315.     {
  3316.         $a = ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService());
  3317.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3318.             return $this->privates['App\\Service\\SponsorshipService'];
  3319.         }
  3320.         $b = ($this->privates['App\\Service\\CreditService'] ?? $this->getCreditServiceService());
  3321.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3322.             return $this->privates['App\\Service\\SponsorshipService'];
  3323.         }
  3324.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3325.         if (isset($this->privates['App\\Service\\SponsorshipService'])) {
  3326.             return $this->privates['App\\Service\\SponsorshipService'];
  3327.         }
  3328.         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);
  3329.     }
  3330.     /**
  3331.      * Gets the private 'App\Service\WhiteLabelService' shared autowired service.
  3332.      *
  3333.      * @return \App\Service\WhiteLabelService
  3334.      */
  3335.     protected function getWhiteLabelServiceService()
  3336.     {
  3337.         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');
  3338.     }
  3339.     /**
  3340.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  3341.      *
  3342.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  3343.      */
  3344.     protected function getPluginClientFactoryService()
  3345.     {
  3346.         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))));
  3347.     }
  3348.     /**
  3349.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  3350.      *
  3351.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  3352.      */
  3353.     protected function getPluginClientFactoryListenerService()
  3354.     {
  3355.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  3356.     }
  3357.     /**
  3358.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3359.      *
  3360.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3361.      */
  3362.     protected function getResetAssetsEventListenerService()
  3363.     {
  3364.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3365.     }
  3366.     /**
  3367.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  3368.      *
  3369.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  3370.      */
  3371.     protected function getUploaderHelperService()
  3372.     {
  3373.         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()));
  3374.     }
  3375.     /**
  3376.      * Gets the private 'annotations.cache_adapter' shared service.
  3377.      *
  3378.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3379.      */
  3380.     protected function getAnnotations_CacheAdapterService()
  3381.     {
  3382.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3383.     }
  3384.     /**
  3385.      * Gets the private 'annotations.cached_reader' shared service.
  3386.      *
  3387.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3388.      */
  3389.     protected function getAnnotations_CachedReaderService()
  3390.     {
  3391.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3392.     }
  3393.     /**
  3394.      * Gets the private 'annotations.reader' shared service.
  3395.      *
  3396.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3397.      */
  3398.     protected function getAnnotations_ReaderService()
  3399.     {
  3400.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3401.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3402.         $a->registerUniqueLoader('class_exists');
  3403.         $instance->addGlobalIgnoredName('required'$a);
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3410.      */
  3411.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  3412.     {
  3413.         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())));
  3414.     }
  3415.     /**
  3416.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  3417.      *
  3418.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3419.      */
  3420.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  3421.     {
  3422.         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())));
  3423.     }
  3424.     /**
  3425.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3428.      */
  3429.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  3430.     {
  3431.         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())));
  3432.     }
  3433.     /**
  3434.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  3435.      *
  3436.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3437.      */
  3438.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  3439.     {
  3440.         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())));
  3441.     }
  3442.     /**
  3443.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  3444.      *
  3445.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3446.      */
  3447.     protected function getApiPlatform_Cache_RouteNameResolverService()
  3448.     {
  3449.         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())));
  3450.     }
  3451.     /**
  3452.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3455.      */
  3456.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  3457.     {
  3458.         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())));
  3459.     }
  3460.     /**
  3461.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3462.      *
  3463.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3464.      */
  3465.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3466.     {
  3467.         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()));
  3468.     }
  3469.     /**
  3470.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  3471.      *
  3472.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  3473.      */
  3474.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  3475.     {
  3476.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3477.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3478.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3479.         }
  3480.         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())));
  3481.     }
  3482.     /**
  3483.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  3484.      *
  3485.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  3486.      */
  3487.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  3488.     {
  3489.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3490.         if (isset($this->privates['api_platform.hydra.listener.response.add_link_header'])) {
  3491.             return $this->privates['api_platform.hydra.listener.response.add_link_header'];
  3492.         }
  3493.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener($a);
  3494.     }
  3495.     /**
  3496.      * Gets the private 'api_platform.identifier.converter' shared service.
  3497.      *
  3498.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3499.      */
  3500.     protected function getApiPlatform_Identifier_ConverterService()
  3501.     {
  3502.         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 () {
  3503.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  3504.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  3505.         }, 2));
  3506.     }
  3507.     /**
  3508.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3509.      *
  3510.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3511.      */
  3512.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3513.     {
  3514.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3515.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3516.         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);
  3517.     }
  3518.     /**
  3519.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  3520.      *
  3521.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  3522.      */
  3523.     protected function getApiPlatform_IriConverter_LegacyService()
  3524.     {
  3525.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3526.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  3527.             return $this->privates['api_platform.iri_converter.legacy'];
  3528.         }
  3529.         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()));
  3530.     }
  3531.     /**
  3532.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3533.      *
  3534.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3535.      */
  3536.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3537.     {
  3538.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3539.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  3540.         return $instance;
  3541.     }
  3542.     /**
  3543.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  3544.      *
  3545.      * @return \ApiPlatform\JsonLd\ContextBuilder
  3546.      */
  3547.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  3548.     {
  3549.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3550.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3551.             return $this->privates['api_platform.jsonld.context_builder'];
  3552.         }
  3553.         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));
  3554.     }
  3555.     /**
  3556.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3557.      *
  3558.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3559.      */
  3560.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3561.     {
  3562.         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']);
  3563.     }
  3564.     /**
  3565.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  3566.      *
  3567.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  3568.      */
  3569.     protected function getApiPlatform_Listener_Request_DeserializeService()
  3570.     {
  3571.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3572.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  3573.             return $this->privates['api_platform.listener.request.deserialize'];
  3574.         }
  3575.         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()));
  3576.     }
  3577.     /**
  3578.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3579.      *
  3580.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3581.      */
  3582.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3583.     {
  3584.         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()));
  3585.     }
  3586.     /**
  3587.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3588.      *
  3589.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3590.      */
  3591.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3592.     {
  3593.         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);
  3594.     }
  3595.     /**
  3596.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3597.      *
  3598.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3599.      */
  3600.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3601.     {
  3602.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  3603.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3604.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3605.         }
  3606.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3607.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3608.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3609.         }
  3610.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3611.         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 () {
  3612.             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()));
  3613.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3614.             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()));
  3615.             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()));
  3616.             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()));
  3617.             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()));
  3618.             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()));
  3619.             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()));
  3620.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3621.             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()));
  3622.             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()));
  3623.             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()));
  3624.             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()));
  3625.         }, 13)));
  3626.     }
  3627.     /**
  3628.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3629.      *
  3630.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3631.      */
  3632.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3633.     {
  3634.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3635.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3636.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3637.         }
  3638.         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)));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3642.      *
  3643.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3644.      */
  3645.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3646.     {
  3647.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3648.         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']));
  3649.     }
  3650.     /**
  3651.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3652.      *
  3653.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3654.      */
  3655.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3656.     {
  3657.         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)))))));
  3658.     }
  3659.     /**
  3660.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3661.      *
  3662.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3663.      */
  3664.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3665.     {
  3666.         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()))));
  3667.     }
  3668.     /**
  3669.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3670.      *
  3671.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3672.      */
  3673.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3674.     {
  3675.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3676.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3677.             return $this->privates['api_platform.operation_path_resolver.router'];
  3678.         }
  3679.         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()));
  3680.     }
  3681.     /**
  3682.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3683.      *
  3684.      * @return \ApiPlatform\Api\ResourceClassResolver
  3685.      */
  3686.     protected function getApiPlatform_ResourceClassResolverService()
  3687.     {
  3688.         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()));
  3689.     }
  3690.     /**
  3691.      * Gets the private 'api_platform.router' shared service.
  3692.      *
  3693.      * @return \ApiPlatform\Symfony\Routing\Router
  3694.      */
  3695.     protected function getApiPlatform_RouterService()
  3696.     {
  3697.         $a = ($this->services['router'] ?? $this->getRouterService());
  3698.         if (isset($this->privates['api_platform.router'])) {
  3699.             return $this->privates['api_platform.router'];
  3700.         }
  3701.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  3702.     }
  3703.     /**
  3704.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3705.      *
  3706.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3707.      */
  3708.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3709.     {
  3710.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3711.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  3712.             return $this->privates['api_platform.security.listener.request.deny_access'];
  3713.         }
  3714.         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);
  3715.     }
  3716.     /**
  3717.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3718.      *
  3719.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3720.      */
  3721.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3722.     {
  3723.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3724.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3725.             return $this->privates['api_platform.security.resource_access_checker'];
  3726.         }
  3727.         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);
  3728.     }
  3729.     /**
  3730.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3731.      *
  3732.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3733.      */
  3734.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3735.     {
  3736.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3737.         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));
  3738.     }
  3739.     /**
  3740.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3741.      *
  3742.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3743.      */
  3744.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3745.     {
  3746.         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()))])));
  3747.     }
  3748.     /**
  3749.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3750.      *
  3751.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3752.      */
  3753.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3754.     {
  3755.         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())));
  3756.     }
  3757.     /**
  3758.      * Gets the private 'assets.packages' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\Asset\Packages
  3761.      */
  3762.     protected function getAssets_PackagesService()
  3763.     {
  3764.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3765.         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 () {
  3766.             return new \EmptyIterator();
  3767.         }, 0));
  3768.     }
  3769.     /**
  3770.      * Gets the private 'cache.annotations' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3773.      */
  3774.     protected function getCache_AnnotationsService()
  3775.     {
  3776.         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())));
  3777.     }
  3778.     /**
  3779.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3782.      */
  3783.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3784.     {
  3785.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3786.     }
  3787.     /**
  3788.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3791.      */
  3792.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3793.     {
  3794.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3795.     }
  3796.     /**
  3797.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3800.      */
  3801.     protected function getCache_Messenger_RestartWorkersSignalService()
  3802.     {
  3803.         $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))));
  3804.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3805.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3806.     }
  3807.     /**
  3808.      * Gets the private 'cache.property_info' shared service.
  3809.      *
  3810.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3811.      */
  3812.     protected function getCache_PropertyInfoService()
  3813.     {
  3814.         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())));
  3815.     }
  3816.     /**
  3817.      * Gets the private 'cache.security_expression_language' shared service.
  3818.      *
  3819.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3820.      */
  3821.     protected function getCache_SecurityExpressionLanguageService()
  3822.     {
  3823.         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())));
  3824.     }
  3825.     /**
  3826.      * Gets the private 'cache.serializer' shared service.
  3827.      *
  3828.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3829.      */
  3830.     protected function getCache_SerializerService()
  3831.     {
  3832.         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())));
  3833.     }
  3834.     /**
  3835.      * Gets the private 'cache.validator' shared service.
  3836.      *
  3837.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3838.      */
  3839.     protected function getCache_ValidatorService()
  3840.     {
  3841.         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())));
  3842.     }
  3843.     /**
  3844.      * Gets the private 'cache.webpack_encore' shared service.
  3845.      *
  3846.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3847.      */
  3848.     protected function getCache_WebpackEncoreService()
  3849.     {
  3850.         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())));
  3851.     }
  3852.     /**
  3853.      * Gets the private 'config_cache_factory' shared service.
  3854.      *
  3855.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3856.      */
  3857.     protected function getConfigCacheFactoryService()
  3858.     {
  3859.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3860.             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)));
  3861.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3862.         }, 2));
  3863.     }
  3864.     /**
  3865.      * Gets the private 'data_collector.form' shared service.
  3866.      *
  3867.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3868.      */
  3869.     protected function getDataCollector_FormService()
  3870.     {
  3871.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3872.     }
  3873.     /**
  3874.      * Gets the private 'data_collector.request' shared service.
  3875.      *
  3876.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3877.      */
  3878.     protected function getDataCollector_RequestService()
  3879.     {
  3880.         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())));
  3881.     }
  3882.     /**
  3883.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3884.      *
  3885.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3886.      */
  3887.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3888.     {
  3889.         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 () {
  3890.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3891.         }, 1)));
  3892.     }
  3893.     /**
  3894.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3895.      *
  3896.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3897.      */
  3898.     protected function getDebug_ApiPlatform_DataPersisterService()
  3899.     {
  3900.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3901.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  3902.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3903.         }, 2)));
  3904.     }
  3905.     /**
  3906.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3907.      *
  3908.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3909.      */
  3910.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3911.     {
  3912.         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 () {
  3913.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3914.         }, 1)));
  3915.     }
  3916.     /**
  3917.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3918.      *
  3919.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3920.      */
  3921.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3922.     {
  3923.         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 () {
  3924.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3925.         }, 1)));
  3926.     }
  3927.     /**
  3928.      * Gets the private 'debug.controller_resolver' shared service.
  3929.      *
  3930.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3931.      */
  3932.     protected function getDebug_ControllerResolverService()
  3933.     {
  3934.         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))));
  3935.     }
  3936.     /**
  3937.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3938.      *
  3939.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3940.      */
  3941.     protected function getDebug_DebugHandlersListenerService()
  3942.     {
  3943.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3944.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3945.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3946.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3947.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3948.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3949.     }
  3950.     /**
  3951.      * Gets the private 'debug.file_link_formatter' shared service.
  3952.      *
  3953.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3954.      */
  3955.     protected function getDebug_FileLinkFormatterService()
  3956.     {
  3957.         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 () {
  3958.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3959.         });
  3960.     }
  3961.     /**
  3962.      * Gets the private 'debug.log_processor' shared service.
  3963.      *
  3964.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3965.      */
  3966.     protected function getDebug_LogProcessorService()
  3967.     {
  3968.         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())));
  3969.     }
  3970.     /**
  3971.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3972.      *
  3973.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3974.      */
  3975.     protected function getDebug_Security_Access_DecisionManagerService()
  3976.     {
  3977.         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 () {
  3978.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3979.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  3980.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3981.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3982.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ProspectOnStoreVoter'] ?? $this->load('getProspectOnStoreVoterService'));
  3983.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\StoreVoter'] ?? $this->load('getStoreVoterService'));
  3984.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\SwitchToCustomerVoter'] ?? $this->load('getSwitchToCustomerVoterService'));
  3985.         }, 7), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(true)));
  3986.     }
  3987.     /**
  3988.      * Gets the private 'debug.security.firewall' shared service.
  3989.      *
  3990.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3991.      */
  3992.     protected function getDebug_Security_FirewallService()
  3993.     {
  3994.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3995.         if (isset($this->privates['debug.security.firewall'])) {
  3996.             return $this->privates['debug.security.firewall'];
  3997.         }
  3998.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3999.         if (isset($this->privates['debug.security.firewall'])) {
  4000.             return $this->privates['debug.security.firewall'];
  4001.         }
  4002.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  4003.         if (isset($this->privates['debug.security.firewall'])) {
  4004.             return $this->privates['debug.security.firewall'];
  4005.         }
  4006.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  4007.     }
  4008.     /**
  4009.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4010.      *
  4011.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4012.      */
  4013.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4014.     {
  4015.         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')]);
  4016.     }
  4017.     /**
  4018.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4019.      *
  4020.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4021.      */
  4022.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4023.     {
  4024.         $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);
  4025.         $instance->setGlobalBasename('mapping');
  4026.         return $instance;
  4027.     }
  4028.     /**
  4029.      * Gets the private 'exception_listener' shared service.
  4030.      *
  4031.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4032.      */
  4033.     protected function getExceptionListenerService()
  4034.     {
  4035.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4036.     }
  4037.     /**
  4038.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  4039.      *
  4040.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  4041.      */
  4042.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  4043.     {
  4044.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  4045.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  4046.     }
  4047.     /**
  4048.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4049.      *
  4050.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4051.      */
  4052.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4053.     {
  4054.         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())));
  4055.     }
  4056.     /**
  4057.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4058.      *
  4059.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4060.      */
  4061.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4062.     {
  4063.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4064.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4065.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4066.         }
  4067.         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);
  4068.     }
  4069.     /**
  4070.      * Gets the private 'httplug.collector.formatter' shared service.
  4071.      *
  4072.      * @return \Http\HttplugBundle\Collector\Formatter
  4073.      */
  4074.     protected function getHttplug_Collector_FormatterService()
  4075.     {
  4076.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  4077.     }
  4078.     /**
  4079.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  4080.      *
  4081.      * @return \Knp\Menu\Provider\ChainProvider
  4082.      */
  4083.     protected function getKnpMenu_MenuProvider_ChainService()
  4084.     {
  4085.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  4086.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  4087.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  4088.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  4089.         }, 3));
  4090.     }
  4091.     /**
  4092.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4093.      *
  4094.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4095.      */
  4096.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4097.     {
  4098.         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]);
  4099.     }
  4100.     /**
  4101.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  4102.      *
  4103.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  4104.      */
  4105.     protected function getLiipImagine_Filter_ConfigurationService()
  4106.     {
  4107.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  4108.     }
  4109.     /**
  4110.      * Gets the private 'locale_aware_listener' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4113.      */
  4114.     protected function getLocaleAwareListenerService()
  4115.     {
  4116.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4117.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4118.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4119.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  4120.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  4121.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4122.     }
  4123.     /**
  4124.      * Gets the private 'locale_listener' shared service.
  4125.      *
  4126.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4127.      */
  4128.     protected function getLocaleListenerService()
  4129.     {
  4130.         $a = ($this->services['router'] ?? $this->getRouterService());
  4131.         if (isset($this->privates['locale_listener'])) {
  4132.             return $this->privates['locale_listener'];
  4133.         }
  4134.         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, []);
  4135.     }
  4136.     /**
  4137.      * Gets the private 'mailer.transports' shared service.
  4138.      *
  4139.      * @return \Symfony\Component\Mailer\Transport\Transports
  4140.      */
  4141.     protected function getMailer_TransportsService()
  4142.     {
  4143.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4144.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  4145.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  4146.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  4147.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  4148.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4149.     }
  4150.     /**
  4151.      * Gets the private 'mime_types' shared service.
  4152.      *
  4153.      * @return \Symfony\Component\Mime\MimeTypes
  4154.      */
  4155.     protected function getMimeTypesService()
  4156.     {
  4157.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4158.         $instance->setDefault($instance);
  4159.         return $instance;
  4160.     }
  4161.     /**
  4162.      * Gets the private 'monolog.handler.app' shared service.
  4163.      *
  4164.      * @return \Monolog\Handler\StreamHandler
  4165.      */
  4166.     protected function getMonolog_Handler_AppService()
  4167.     {
  4168.         $this->privates['monolog.handler.app'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev_app.log'), 100trueNULLfalse);
  4169.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4170.         return $instance;
  4171.     }
  4172.     /**
  4173.      * Gets the private 'monolog.handler.console' shared service.
  4174.      *
  4175.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4176.      */
  4177.     protected function getMonolog_Handler_ConsoleService()
  4178.     {
  4179.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4180.     }
  4181.     /**
  4182.      * Gets the private 'monolog.handler.main' shared service.
  4183.      *
  4184.      * @return \Monolog\Handler\StreamHandler
  4185.      */
  4186.     protected function getMonolog_Handler_MainService()
  4187.     {
  4188.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4189.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4190.         return $instance;
  4191.     }
  4192.     /**
  4193.      * Gets the private 'monolog.logger' shared service.
  4194.      *
  4195.      * @return \Symfony\Bridge\Monolog\Logger
  4196.      */
  4197.     protected function getMonolog_LoggerService()
  4198.     {
  4199.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4200.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4201.         $instance->useMicrosecondTimestamps(true);
  4202.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4203.         $instance->pushHandler(($this->privates['monolog.handler.app'] ?? $this->getMonolog_Handler_AppService()));
  4204.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4205.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4206.         return $instance;
  4207.     }
  4208.     /**
  4209.      * Gets the private 'monolog.logger.cache' shared service.
  4210.      *
  4211.      * @return \Symfony\Bridge\Monolog\Logger
  4212.      */
  4213.     protected function getMonolog_Logger_CacheService()
  4214.     {
  4215.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4216.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4217.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4218.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4219.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'monolog.logger.request' shared service.
  4224.      *
  4225.      * @return \Symfony\Bridge\Monolog\Logger
  4226.      */
  4227.     protected function getMonolog_Logger_RequestService()
  4228.     {
  4229.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4230.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4231.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4232.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4233.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4238.      *
  4239.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4240.      */
  4241.     protected function getNelmioCors_CorsListenerService()
  4242.     {
  4243.         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'))]));
  4244.     }
  4245.     /**
  4246.      * Gets the private 'parameter_bag' shared service.
  4247.      *
  4248.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4249.      */
  4250.     protected function getParameterBagService()
  4251.     {
  4252.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4253.     }
  4254.     /**
  4255.      * Gets the private 'profiler_listener' shared service.
  4256.      *
  4257.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4258.      */
  4259.     protected function getProfilerListenerService()
  4260.     {
  4261.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4262.         if (isset($this->privates['profiler_listener'])) {
  4263.             return $this->privates['profiler_listener'];
  4264.         }
  4265.         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);
  4266.     }
  4267.     /**
  4268.      * Gets the private 'property_accessor' shared service.
  4269.      *
  4270.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4271.      */
  4272.     protected function getPropertyAccessorService()
  4273.     {
  4274.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4275.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4276.     }
  4277.     /**
  4278.      * Gets the private 'property_info' shared service.
  4279.      *
  4280.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4281.      */
  4282.     protected function getPropertyInfoService()
  4283.     {
  4284.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4285.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4286.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4287.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4288.         }, 3), new RewindableGenerator(function () {
  4289.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4290.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4291.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4292.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4293.         }, 4), new RewindableGenerator(function () {
  4294.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4295.         }, 1), new RewindableGenerator(function () {
  4296.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4297.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4298.         }, 2), new RewindableGenerator(function () {
  4299.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4300.         }, 1));
  4301.     }
  4302.     /**
  4303.      * Gets the private 'router.expression_language_provider' shared service.
  4304.      *
  4305.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4306.      */
  4307.     protected function getRouter_ExpressionLanguageProviderService()
  4308.     {
  4309.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4310.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4311.         ], [
  4312.             'env' => 'Closure',
  4313.         ]));
  4314.     }
  4315.     /**
  4316.      * Gets the private 'router.request_context' shared service.
  4317.      *
  4318.      * @return \Symfony\Component\Routing\RequestContext
  4319.      */
  4320.     protected function getRouter_RequestContextService()
  4321.     {
  4322.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4323.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the private 'router_listener' shared service.
  4328.      *
  4329.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4330.      */
  4331.     protected function getRouterListenerService()
  4332.     {
  4333.         $a = ($this->services['router'] ?? $this->getRouterService());
  4334.         if (isset($this->privates['router_listener'])) {
  4335.             return $this->privates['router_listener'];
  4336.         }
  4337.         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);
  4338.     }
  4339.     /**
  4340.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  4341.      *
  4342.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  4343.      */
  4344.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  4345.     {
  4346.         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()));
  4347.     }
  4348.     /**
  4349.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  4350.      *
  4351.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  4352.      */
  4353.     protected function getSchebTwoFactor_ProviderRegistryService()
  4354.     {
  4355.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  4356.             yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
  4357.         }, 1));
  4358.     }
  4359.     /**
  4360.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  4361.      *
  4362.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  4363.      */
  4364.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  4365.     {
  4366.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  4367.     }
  4368.     /**
  4369.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  4370.      *
  4371.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  4372.      */
  4373.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  4374.     {
  4375.         if ($lazyLoad) {
  4376.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  4377.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4378.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  4379.                     $proxy->setProxyInitializer(null);
  4380.                     return true;
  4381.                 });
  4382.             });
  4383.         }
  4384.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  4385.         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);
  4386.     }
  4387.     /**
  4388.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  4389.      *
  4390.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  4391.      */
  4392.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  4393.     {
  4394.         if ($lazyLoad) {
  4395.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  4396.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4397.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  4398.                     $proxy->setProxyInitializer(null);
  4399.                     return true;
  4400.                 });
  4401.             });
  4402.         }
  4403.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  4406.         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');
  4407.     }
  4408.     /**
  4409.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  4410.      *
  4411.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  4412.      */
  4413.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  4414.     {
  4415.         $a = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  4416.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  4417.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  4418.         }
  4419.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4420.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  4421.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  4422.         }
  4423.         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);
  4424.     }
  4425.     /**
  4426.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  4427.      *
  4428.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  4429.      */
  4430.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  4431.     {
  4432.         $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  4433.         if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  4434.             return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  4435.         }
  4436.         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);
  4437.     }
  4438.     /**
  4439.      * Gets the private 'security.csrf.token_storage' shared service.
  4440.      *
  4441.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4442.      */
  4443.     protected function getSecurity_Csrf_TokenStorageService()
  4444.     {
  4445.         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())));
  4446.     }
  4447.     /**
  4448.      * Gets the private 'security.expression_language' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  4451.      */
  4452.     protected function getSecurity_ExpressionLanguageService()
  4453.     {
  4454.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  4455.         $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())));
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'security.firewall.map' shared service.
  4460.      *
  4461.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4462.      */
  4463.     protected function getSecurity_Firewall_MapService()
  4464.     {
  4465.         $a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
  4466.         if (isset($this->privates['security.firewall.map'])) {
  4467.             return $this->privates['security.firewall.map'];
  4468.         }
  4469.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4470.             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)/')));
  4471.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  4472.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4473.         }, 3));
  4474.     }
  4475.     /**
  4476.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  4477.      *
  4478.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  4479.      */
  4480.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  4481.     {
  4482.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  4483.         if (isset($this->privates['security.firewall_config.two_factor.main'])) {
  4484.             return $this->privates['security.firewall_config.two_factor.main'];
  4485.         }
  4486.         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());
  4487.     }
  4488.     /**
  4489.      * Gets the private 'security.http_utils' shared service.
  4490.      *
  4491.      * @return \Symfony\Component\Security\Http\HttpUtils
  4492.      */
  4493.     protected function getSecurity_HttpUtilsService()
  4494.     {
  4495.         $a = ($this->services['router'] ?? $this->getRouterService());
  4496.         if (isset($this->privates['security.http_utils'])) {
  4497.             return $this->privates['security.http_utils'];
  4498.         }
  4499.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4500.     }
  4501.     /**
  4502.      * Gets the private 'security.logout_url_generator' shared service.
  4503.      *
  4504.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4505.      */
  4506.     protected function getSecurity_LogoutUrlGeneratorService()
  4507.     {
  4508.         $a = ($this->services['router'] ?? $this->getRouterService());
  4509.         if (isset($this->privates['security.logout_url_generator'])) {
  4510.             return $this->privates['security.logout_url_generator'];
  4511.         }
  4512.         $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()));
  4513.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  4514.         return $instance;
  4515.     }
  4516.     /**
  4517.      * Gets the private 'security.role_hierarchy' shared service.
  4518.      *
  4519.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4520.      */
  4521.     protected function getSecurity_RoleHierarchyService()
  4522.     {
  4523.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4524.     }
  4525.     /**
  4526.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4527.      *
  4528.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4529.      */
  4530.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4531.     {
  4532.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4533.     }
  4534.     /**
  4535.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4536.      *
  4537.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4538.      */
  4539.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4540.     {
  4541.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4542.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4543.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4544.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4545.     }
  4546.     /**
  4547.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4548.      *
  4549.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4550.      */
  4551.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4552.     {
  4553.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4554.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4555.             return $this->privates['sensio_framework_extra.security.listener'];
  4556.         }
  4557.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4558.         $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())));
  4559.         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()));
  4560.     }
  4561.     /**
  4562.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4563.      *
  4564.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4565.      */
  4566.     protected function getSensioFrameworkExtra_View_ListenerService()
  4567.     {
  4568.         $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))));
  4569.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4570.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4571.         ], [
  4572.             'twig' => '?',
  4573.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4578.      *
  4579.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4580.      */
  4581.     protected function getSerializer_NameConverter_MetadataAwareService()
  4582.     {
  4583.         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()));
  4584.     }
  4585.     /**
  4586.      * Gets the private 'session.factory' shared service.
  4587.      *
  4588.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4589.      */
  4590.     protected function getSession_FactoryService()
  4591.     {
  4592.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4593.         if (isset($this->privates['session.factory'])) {
  4594.             return $this->privates['session.factory'];
  4595.         }
  4596.         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']);
  4597.     }
  4598.     /**
  4599.      * Gets the private 'session_listener' shared service.
  4600.      *
  4601.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4602.      */
  4603.     protected function getSessionListenerService()
  4604.     {
  4605.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4606.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4607.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4608.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4609.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4610.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4611.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4612.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4613.         ], [
  4614.             'initialized_session' => '?',
  4615.             'logger' => '?',
  4616.             'request_stack' => '?',
  4617.             'session' => '?',
  4618.             'session_collector' => '?',
  4619.             'session_factory' => '?',
  4620.             'session_storage' => '?',
  4621.         ]), true$this->parameters['session.storage.options']);
  4622.     }
  4623.     /**
  4624.      * Gets the private 'sherlockode_configuration.configuration_manager' shared service.
  4625.      *
  4626.      * @return \Sherlockode\ConfigurationBundle\Manager\ConfigurationManager
  4627.      */
  4628.     protected function getSherlockodeConfiguration_ConfigurationManagerService()
  4629.     {
  4630.         return $this->privates['sherlockode_configuration.configuration_manager'] = new \Sherlockode\ConfigurationBundle\Manager\ConfigurationManager($this->parameters['sherlockode_configuration.parameters'], false);
  4631.     }
  4632.     /**
  4633.      * Gets the private 'sherlockode_configuration.field_manager' shared service.
  4634.      *
  4635.      * @return \Sherlockode\ConfigurationBundle\Manager\FieldTypeManager
  4636.      */
  4637.     protected function getSherlockodeConfiguration_FieldManagerService()
  4638.     {
  4639.         $this->privates['sherlockode_configuration.field_manager'] = $instance = new \Sherlockode\ConfigurationBundle\Manager\FieldTypeManager();
  4640.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4641.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\SimpleField());
  4642.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\DateTimeField());
  4643.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\ChoiceField());
  4644.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\CheckboxField());
  4645.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\EntityField($a));
  4646.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\ImageField());
  4647.         $instance->addFieldType(new \Sherlockode\ConfigurationBundle\FieldType\PasswordField($a'App\\Entity\\Parameter'));
  4648.         return $instance;
  4649.     }
  4650.     /**
  4651.      * Gets the private 'sherlockode_configuration.parameter_manager' shared service.
  4652.      *
  4653.      * @return \Sherlockode\ConfigurationBundle\Manager\ParameterManager
  4654.      */
  4655.     protected function getSherlockodeConfiguration_ParameterManagerService()
  4656.     {
  4657.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4658.         if (isset($this->privates['sherlockode_configuration.parameter_manager'])) {
  4659.             return $this->privates['sherlockode_configuration.parameter_manager'];
  4660.         }
  4661.         $b = ($this->privates['sherlockode_configuration.field_manager'] ?? $this->getSherlockodeConfiguration_FieldManagerService());
  4662.         if (isset($this->privates['sherlockode_configuration.parameter_manager'])) {
  4663.             return $this->privates['sherlockode_configuration.parameter_manager'];
  4664.         }
  4665.         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);
  4666.     }
  4667.     /**
  4668.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  4669.      *
  4670.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  4671.      */
  4672.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  4673.     {
  4674.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  4675.     }
  4676.     /**
  4677.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  4678.      *
  4679.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4680.      */
  4681.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  4682.     {
  4683.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4684.     }
  4685.     /**
  4686.      * Gets the private 'sonata.admin.pool' shared service.
  4687.      *
  4688.      * @return \Sonata\AdminBundle\Admin\Pool
  4689.      */
  4690.     protected function getSonata_Admin_PoolService()
  4691.     {
  4692.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4693.             'admin.StoreManagementRequest' => [false'admin.StoreManagementRequest''getAdmin_StoreManagementRequestService'true],
  4694.             'admin.acquisitionMode' => [false'admin.acquisitionMode''getAdmin_AcquisitionModeService'true],
  4695.             'admin.blogAuthor' => [false'admin.blogAuthor''getAdmin_BlogAuthorService'true],
  4696.             'admin.blogCategory' => [false'admin.blogCategory''getAdmin_BlogCategoryService'true],
  4697.             'admin.blogPost' => [false'admin.blogPost''getAdmin_BlogPostService'true],
  4698.             'admin.careNetwork' => [false'admin.careNetwork''getAdmin_CareNetworkService'true],
  4699.             'admin.centralPurchasing' => [false'admin.centralPurchasing''getAdmin_CentralPurchasingService'true],
  4700.             'admin.cityPost' => [false'admin.cityPost''getAdmin_CityPostService'true],
  4701.             'admin.claimAdmin' => [false'admin.claimAdmin''getAdmin_ClaimAdminService'true],
  4702.             'admin.coregistrationCampaign' => [false'admin.coregistrationCampaign''getAdmin_CoregistrationCampaignService'true],
  4703.             'admin.creditCost' => [false'admin.creditCost''getAdmin_CreditCostService'true],
  4704.             'admin.creditPackGeneric' => [false'admin.creditPackGeneric''getAdmin_CreditPackGenericService'true],
  4705.             'admin.deviceSale' => [false'admin.deviceSale''getAdmin_DeviceSaleService'true],
  4706.             'admin.financialParameterAdmin' => [false'admin.financialParameterAdmin''getAdmin_FinancialParameterAdminService'true],
  4707.             'admin.financialStatisticAdmin' => [false'admin.financialStatisticAdmin''getAdmin_FinancialStatisticAdminService'true],
  4708.             'admin.freelancer' => [false'admin.freelancer''getAdmin_FreelancerService'true],
  4709.             'admin.freelancerComment' => [false'admin.freelancerComment''getAdmin_FreelancerCommentService'true],
  4710.             'admin.freelancerLeadDashboard' => [false'admin.freelancerLeadDashboard''getAdmin_FreelancerLeadDashboardService'true],
  4711.             'admin.freelancerLeadDashboardPilotage' => [false'admin.freelancerLeadDashboardPilotage''getAdmin_FreelancerLeadDashboardPilotageService'true],
  4712.             'admin.hearingAid' => [false'admin.hearingAid''getAdmin_HearingAidService'true],
  4713.             'admin.hearingBrand' => [false'admin.hearingBrand''getAdmin_HearingBrandService'true],
  4714.             'admin.hearingMaker' => [false'admin.hearingMaker''getAdmin_HearingMakerService'true],
  4715.             'admin.invoice' => [false'admin.invoice''getAdmin_InvoiceService'true],
  4716.             'admin.lead' => [false'admin.lead''getAdmin_LeadService'true],
  4717.             'admin.logEntry' => [false'admin.logEntry''getAdmin_LogEntryService'true],
  4718.             'admin.navigationStatisticAdmin' => [false'admin.navigationStatisticAdmin''getAdmin_NavigationStatisticAdminService'true],
  4719.             'admin.notification' => [false'admin.notification''getAdmin_NotificationService'true],
  4720.             'admin.order' => [false'admin.order''getAdmin_OrderService'true],
  4721.             'admin.partner' => [false'admin.partner''getAdmin_PartnerService'true],
  4722.             'admin.payment' => [false'admin.payment''getAdmin_PaymentService'true],
  4723.             'admin.paymentMethod' => [false'admin.paymentMethod''getAdmin_PaymentMethodService'true],
  4724.             'admin.phoneValidation' => [false'admin.phoneValidation''getAdmin_PhoneValidationService'true],
  4725.             'admin.prescriber' => [false'admin.prescriber''getAdmin_PrescriberService'true],
  4726.             'admin.productionStatisticAdmin' => [false'admin.productionStatisticAdmin''getAdmin_ProductionStatisticAdminService'true],
  4727.             'admin.prospect' => [false'admin.prospect''getAdmin_ProspectService'true],
  4728.             'admin.prospectDulicate' => [false'admin.prospectDulicate''getAdmin_ProspectDulicateService'true],
  4729.             'admin.prospectOnHearingAid' => [false'admin.prospectOnHearingAid''getAdmin_ProspectOnHearingAidService'true],
  4730.             'admin.prospectOnStore' => [false'admin.prospectOnStore''getAdmin_ProspectOnStoreService'true],
  4731.             'admin.prospectOnStoreFeedback' => [false'admin.prospectOnStoreFeedback''getAdmin_ProspectOnStoreFeedbackService'true],
  4732.             'admin.prospectOnStoreQualification' => [false'admin.prospectOnStoreQualification''getAdmin_ProspectOnStoreQualificationService'true],
  4733.             'admin.prospectOnStoreStatus' => [false'admin.prospectOnStoreStatus''getAdmin_ProspectOnStoreStatusService'true],
  4734.             'admin.prospectQualification' => [false'admin.prospectQualification''getAdmin_ProspectQualificationService'true],
  4735.             'admin.qualificationStatisticAdmin' => [false'admin.qualificationStatisticAdmin''getAdmin_QualificationStatisticAdminService'true],
  4736.             'admin.shortUrl' => [false'admin.shortUrl''getAdmin_ShortUrlService'true],
  4737.             'admin.smsBroadcast' => [false'admin.smsBroadcast''getAdmin_SmsBroadcastService'true],
  4738.             'admin.sponsorship' => [false'admin.sponsorship''getAdmin_SponsorshipService'true],
  4739.             'admin.stat.report' => [false'admin.stat.report''getAdmin_Stat_ReportService'true],
  4740.             'admin.store' => [false'admin.store''getAdmin_StoreService'true],
  4741.             'admin.storeFinderData' => [false'admin.storeFinderData''getAdmin_StoreFinderDataService'true],
  4742.             'admin.storeIndexation' => [false'admin.storeIndexation''getAdmin_StoreIndexationService'true],
  4743.             'admin.storePage' => [false'admin.storePage''getAdmin_StorePageService'true],
  4744.             'admin.thirdPartyEntity' => [false'admin.thirdPartyEntity''getAdmin_ThirdPartyEntityService'true],
  4745.             'admin.user' => [false'admin.user''getAdmin_UserService'true],
  4746.             'admin.userTracking' => [false'admin.userTracking''getAdmin_UserTrackingService'true],
  4747.             'admin.userTrackingDetail' => [false'admin.userTrackingDetail''getAdmin_UserTrackingDetailService'true],
  4748.             'admin.userTrackingDuration' => [false'admin.userTrackingDuration''getAdmin_UserTrackingDurationService'true],
  4749.         ], [
  4750.             'admin.StoreManagementRequest' => '?',
  4751.             'admin.acquisitionMode' => '?',
  4752.             'admin.blogAuthor' => '?',
  4753.             'admin.blogCategory' => '?',
  4754.             'admin.blogPost' => '?',
  4755.             'admin.careNetwork' => '?',
  4756.             'admin.centralPurchasing' => '?',
  4757.             'admin.cityPost' => '?',
  4758.             'admin.claimAdmin' => '?',
  4759.             'admin.coregistrationCampaign' => '?',
  4760.             'admin.creditCost' => '?',
  4761.             'admin.creditPackGeneric' => '?',
  4762.             'admin.deviceSale' => '?',
  4763.             'admin.financialParameterAdmin' => '?',
  4764.             'admin.financialStatisticAdmin' => '?',
  4765.             'admin.freelancer' => '?',
  4766.             'admin.freelancerComment' => '?',
  4767.             'admin.freelancerLeadDashboard' => '?',
  4768.             'admin.freelancerLeadDashboardPilotage' => '?',
  4769.             'admin.hearingAid' => '?',
  4770.             'admin.hearingBrand' => '?',
  4771.             'admin.hearingMaker' => '?',
  4772.             'admin.invoice' => '?',
  4773.             'admin.lead' => '?',
  4774.             'admin.logEntry' => '?',
  4775.             'admin.navigationStatisticAdmin' => '?',
  4776.             'admin.notification' => '?',
  4777.             'admin.order' => '?',
  4778.             'admin.partner' => '?',
  4779.             'admin.payment' => '?',
  4780.             'admin.paymentMethod' => '?',
  4781.             'admin.phoneValidation' => '?',
  4782.             'admin.prescriber' => '?',
  4783.             'admin.productionStatisticAdmin' => '?',
  4784.             'admin.prospect' => '?',
  4785.             'admin.prospectDulicate' => '?',
  4786.             'admin.prospectOnHearingAid' => '?',
  4787.             'admin.prospectOnStore' => '?',
  4788.             'admin.prospectOnStoreFeedback' => '?',
  4789.             'admin.prospectOnStoreQualification' => '?',
  4790.             'admin.prospectOnStoreStatus' => '?',
  4791.             'admin.prospectQualification' => '?',
  4792.             'admin.qualificationStatisticAdmin' => '?',
  4793.             'admin.shortUrl' => '?',
  4794.             'admin.smsBroadcast' => '?',
  4795.             'admin.sponsorship' => '?',
  4796.             'admin.stat.report' => '?',
  4797.             'admin.store' => '?',
  4798.             'admin.storeFinderData' => '?',
  4799.             'admin.storeIndexation' => '?',
  4800.             'admin.storePage' => '?',
  4801.             'admin.thirdPartyEntity' => '?',
  4802.             'admin.user' => '?',
  4803.             'admin.userTracking' => '?',
  4804.             'admin.userTrackingDetail' => '?',
  4805.             'admin.userTrackingDuration' => '?',
  4806.         ]), [=> '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']]);
  4807.     }
  4808.     /**
  4809.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  4810.      *
  4811.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  4812.      */
  4813.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  4814.     {
  4815.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  4816.     }
  4817.     /**
  4818.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  4819.      *
  4820.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  4821.      */
  4822.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  4823.     {
  4824.         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())));
  4825.     }
  4826.     /**
  4827.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  4828.      *
  4829.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  4830.      */
  4831.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  4832.     {
  4833.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4834.         if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  4835.             return $this->privates['sonata.admin.twig.group_runtime'];
  4836.         }
  4837.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  4838.     }
  4839.     /**
  4840.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  4841.      *
  4842.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  4843.      */
  4844.     protected function getSonata_Admin_Twig_IconRuntimeService()
  4845.     {
  4846.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  4847.     }
  4848.     /**
  4849.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  4850.      *
  4851.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  4852.      */
  4853.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  4854.     {
  4855.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4856.     }
  4857.     /**
  4858.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  4859.      *
  4860.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  4861.      */
  4862.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  4863.     {
  4864.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4865.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  4866.             return $this->privates['sonata.admin.twig.security_runtime'];
  4867.         }
  4868.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  4869.     }
  4870.     /**
  4871.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  4872.      *
  4873.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  4874.      */
  4875.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  4876.     {
  4877.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4878.         if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  4879.             return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  4880.         }
  4881.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  4882.     }
  4883.     /**
  4884.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  4885.      *
  4886.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  4887.      */
  4888.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  4889.     {
  4890.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4891.         if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  4892.             return $this->privates['sonata.admin.twig.template_registry_runtime'];
  4893.         }
  4894.         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);
  4895.     }
  4896.     /**
  4897.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  4898.      *
  4899.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  4900.      */
  4901.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  4902.     {
  4903.         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']);
  4904.     }
  4905.     /**
  4906.      * Gets the private 'sonata.block.templating.helper' shared service.
  4907.      *
  4908.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  4909.      */
  4910.     protected function getSonata_Block_Templating_HelperService()
  4911.     {
  4912.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  4913.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4914.             return $this->privates['sonata.block.templating.helper'];
  4915.         }
  4916.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  4917.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4918.             return $this->privates['sonata.block.templating.helper'];
  4919.         }
  4920.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4921.         if (isset($this->privates['sonata.block.templating.helper'])) {
  4922.             return $this->privates['sonata.block.templating.helper'];
  4923.         }
  4924.         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))));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'state_machine.prospectOnStoreQualification.metadata_store' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4930.      */
  4931.     protected function getStateMachine_ProspectOnStoreQualification_MetadataStoreService()
  4932.     {
  4933.         return $this->privates['state_machine.prospectOnStoreQualification.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4934.     }
  4935.     /**
  4936.      * Gets the private 'state_machine.store.metadata_store' shared service.
  4937.      *
  4938.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4939.      */
  4940.     protected function getStateMachine_Store_MetadataStoreService()
  4941.     {
  4942.         return $this->privates['state_machine.store.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4943.     }
  4944.     /**
  4945.      * Gets the private 'state_machine.storeManagementRequest.metadata_store' shared service.
  4946.      *
  4947.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4948.      */
  4949.     protected function getStateMachine_StoreManagementRequest_MetadataStoreService()
  4950.     {
  4951.         return $this->privates['state_machine.storeManagementRequest.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4952.     }
  4953.     /**
  4954.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4955.      *
  4956.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4957.      */
  4958.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4959.     {
  4960.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4961.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4962.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4963.         }
  4964.         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);
  4965.     }
  4966.     /**
  4967.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4968.      *
  4969.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4970.      */
  4971.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4972.     {
  4973.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4974.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4975.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4976.         }
  4977.         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);
  4978.     }
  4979.     /**
  4980.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4981.      *
  4982.      * @return \Gedmo\Blameable\BlameableListener
  4983.      */
  4984.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4985.     {
  4986.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4987.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4988.         return $instance;
  4989.     }
  4990.     /**
  4991.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4992.      *
  4993.      * @return \Gedmo\Loggable\LoggableListener
  4994.      */
  4995.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4996.     {
  4997.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4998.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4999.         return $instance;
  5000.     }
  5001.     /**
  5002.      * Gets the private 'translator.default' shared service.
  5003.      *
  5004.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5005.      */
  5006.     protected function getTranslator_DefaultService()
  5007.     {
  5008.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5009.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5010.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5011.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5012.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5013.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5014.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5015.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5016.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5017.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5018.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5019.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5020.         ], [
  5021.             'translation.loader.csv' => '?',
  5022.             'translation.loader.dat' => '?',
  5023.             'translation.loader.ini' => '?',
  5024.             'translation.loader.json' => '?',
  5025.             'translation.loader.mo' => '?',
  5026.             'translation.loader.php' => '?',
  5027.             'translation.loader.po' => '?',
  5028.             'translation.loader.qt' => '?',
  5029.             'translation.loader.res' => '?',
  5030.             'translation.loader.xliff' => '?',
  5031.             'translation.loader.yml' => '?',
  5032.         ]), 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']]], []);
  5033.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5034.         $instance->setFallbackLocales([=> 'fr'=> 'fr']);
  5035.         return $instance;
  5036.     }
  5037.     /**
  5038.      * Gets the private 'twig.form.engine' shared service.
  5039.      *
  5040.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  5041.      */
  5042.     protected function getTwig_Form_EngineService()
  5043.     {
  5044.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5045.         if (isset($this->privates['twig.form.engine'])) {
  5046.             return $this->privates['twig.form.engine'];
  5047.         }
  5048.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  5049.     }
  5050.     /**
  5051.      * Gets the private 'twig.form.renderer' shared service.
  5052.      *
  5053.      * @return \Symfony\Component\Form\FormRenderer
  5054.      */
  5055.     protected function getTwig_Form_RendererService()
  5056.     {
  5057.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  5058.         if (isset($this->privates['twig.form.renderer'])) {
  5059.             return $this->privates['twig.form.renderer'];
  5060.         }
  5061.         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()));
  5062.     }
  5063.     /**
  5064.      * Gets the private 'validator.builder' shared service.
  5065.      *
  5066.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5067.      */
  5068.     protected function getValidator_BuilderService()
  5069.     {
  5070.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5071.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5072.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  5073.         if ($this->has('translator')) {
  5074.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5075.         }
  5076.         $instance->setTranslationDomain('validators');
  5077.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  5078.         $instance->enableAnnotationMapping(true);
  5079.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5080.         $instance->addMethodMapping('loadValidatorMetadata');
  5081.         $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()))]);
  5082.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5083.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5084.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  5085.         return $instance;
  5086.     }
  5087.     /**
  5088.      * Gets the private 'validator.validator_factory' shared service.
  5089.      *
  5090.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  5091.      */
  5092.     protected function getValidator_ValidatorFactoryService()
  5093.     {
  5094.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5095.             'App\\Validator\\RequiredFieldsGroupValidator' => ['privates''App\\Validator\\RequiredFieldsGroupValidator''getRequiredFieldsGroupValidatorService'true],
  5096.             'App\\Validator\\ValidPhoneNumberValidator' => ['privates''App\\Validator\\ValidPhoneNumberValidator''getValidPhoneNumberValidatorService'true],
  5097.             'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates''Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator''getAddressValidatorService'true],
  5098.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  5099.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5100.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5101.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5102.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5103.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5104.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5105.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5106.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  5107.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5108.         ], [
  5109.             'App\\Validator\\RequiredFieldsGroupValidator' => '?',
  5110.             'App\\Validator\\ValidPhoneNumberValidator' => '?',
  5111.             'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
  5112.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  5113.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5114.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5115.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5116.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5117.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5118.             'doctrine.orm.validator.unique' => '?',
  5119.             'security.validator.user_password' => '?',
  5120.             'sonata.form.validator.inline' => '?',
  5121.             'validator.expression' => '?',
  5122.         ]));
  5123.     }
  5124.     /**
  5125.      * Gets the private 'var_dumper.html_dumper' shared service.
  5126.      *
  5127.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5128.      */
  5129.     protected function getVarDumper_HtmlDumperService()
  5130.     {
  5131.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5132.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5133.         return $instance;
  5134.     }
  5135.     /**
  5136.      * Gets the private 'var_dumper.server_connection' shared service.
  5137.      *
  5138.      * @return \Symfony\Component\VarDumper\Server\Connection
  5139.      */
  5140.     protected function getVarDumper_ServerConnectionService()
  5141.     {
  5142.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5143.         if (isset($this->privates['var_dumper.server_connection'])) {
  5144.             return $this->privates['var_dumper.server_connection'];
  5145.         }
  5146.         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()]);
  5147.     }
  5148.     /**
  5149.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  5150.      *
  5151.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  5152.      */
  5153.     protected function getVichUploader_MetadataReaderService()
  5154.     {
  5155.         $a = new \Metadata\Driver\FileLocator([]);
  5156.         $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);
  5157.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  5158.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  5159.     }
  5160.     /**
  5161.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  5162.      *
  5163.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  5164.      */
  5165.     protected function getVichUploader_PropertyMappingFactoryService()
  5166.     {
  5167.         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');
  5168.     }
  5169.     /**
  5170.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  5171.      *
  5172.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  5173.      */
  5174.     protected function getVichUploader_Storage_FileSystemService()
  5175.     {
  5176.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  5177.     }
  5178.     /**
  5179.      * Gets the private 'web_profiler.csp.handler' shared service.
  5180.      *
  5181.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5182.      */
  5183.     protected function getWebProfiler_Csp_HandlerService()
  5184.     {
  5185.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5186.     }
  5187.     /**
  5188.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5189.      *
  5190.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5191.      */
  5192.     protected function getWebProfiler_DebugToolbarService()
  5193.     {
  5194.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5195.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5196.             return $this->privates['web_profiler.debug_toolbar'];
  5197.         }
  5198.         $b = ($this->services['router'] ?? $this->getRouterService());
  5199.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5200.             return $this->privates['web_profiler.debug_toolbar'];
  5201.         }
  5202.         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()));
  5203.     }
  5204.     /**
  5205.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5206.      *
  5207.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5208.      */
  5209.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5210.     {
  5211.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5212.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  5213.         ], [
  5214.             '_default' => '?',
  5215.         ]), '_default');
  5216.     }
  5217.     /**
  5218.      * Gets the public 'cache_clearer' alias.
  5219.      *
  5220.      * @return object The ".container.private.cache_clearer" service.
  5221.      */
  5222.     protected function getCacheClearerService()
  5223.     {
  5224.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5225.         return $this->get('.container.private.cache_clearer');
  5226.     }
  5227.     /**
  5228.      * Gets the public 'filesystem' alias.
  5229.      *
  5230.      * @return object The ".container.private.filesystem" service.
  5231.      */
  5232.     protected function getFilesystemService()
  5233.     {
  5234.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5235.         return $this->get('.container.private.filesystem');
  5236.     }
  5237.     /**
  5238.      * Gets the public 'state_machine.storeManagementRequest' alias.
  5239.      *
  5240.      * @return object The ".container.private.state_machine.storeManagementRequest" service.
  5241.      */
  5242.     protected function getStateMachine_StoreManagementRequestService()
  5243.     {
  5244.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.storeManagementRequest" service directly from the container is deprecated, use dependency injection instead.');
  5245.         return $this->get('.container.private.state_machine.storeManagementRequest');
  5246.     }
  5247.     /**
  5248.      * Gets the public 'state_machine.store' alias.
  5249.      *
  5250.      * @return object The ".container.private.state_machine.store" service.
  5251.      */
  5252.     protected function getStateMachine_StoreService()
  5253.     {
  5254.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.store" service directly from the container is deprecated, use dependency injection instead.');
  5255.         return $this->get('.container.private.state_machine.store');
  5256.     }
  5257.     /**
  5258.      * Gets the public 'state_machine.prospectOnStoreQualification' alias.
  5259.      *
  5260.      * @return object The ".container.private.state_machine.prospectOnStoreQualification" service.
  5261.      */
  5262.     protected function getStateMachine_ProspectOnStoreQualificationService()
  5263.     {
  5264.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.prospectOnStoreQualification" service directly from the container is deprecated, use dependency injection instead.');
  5265.         return $this->get('.container.private.state_machine.prospectOnStoreQualification');
  5266.     }
  5267.     /**
  5268.      * Gets the public 'serializer' alias.
  5269.      *
  5270.      * @return object The ".container.private.serializer" service.
  5271.      */
  5272.     protected function getSerializerService()
  5273.     {
  5274.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5275.         return $this->get('.container.private.serializer');
  5276.     }
  5277.     /**
  5278.      * Gets the public 'security.csrf.token_manager' alias.
  5279.      *
  5280.      * @return object The ".container.private.security.csrf.token_manager" service.
  5281.      */
  5282.     protected function getSecurity_Csrf_TokenManagerService()
  5283.     {
  5284.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5285.         return $this->get('.container.private.security.csrf.token_manager');
  5286.     }
  5287.     /**
  5288.      * Gets the public 'form.factory' alias.
  5289.      *
  5290.      * @return object The ".container.private.form.factory" service.
  5291.      */
  5292.     protected function getForm_FactoryService()
  5293.     {
  5294.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5295.         return $this->get('.container.private.form.factory');
  5296.     }
  5297.     /**
  5298.      * Gets the public 'form.type.file' alias.
  5299.      *
  5300.      * @return object The ".container.private.form.type.file" service.
  5301.      */
  5302.     protected function getForm_Type_FileService()
  5303.     {
  5304.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5305.         return $this->get('.container.private.form.type.file');
  5306.     }
  5307.     /**
  5308.      * Gets the public 'profiler' alias.
  5309.      *
  5310.      * @return object The ".container.private.profiler" service.
  5311.      */
  5312.     protected function getProfilerService()
  5313.     {
  5314.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5315.         return $this->get('.container.private.profiler');
  5316.     }
  5317.     /**
  5318.      * Gets the public 'security.authorization_checker' alias.
  5319.      *
  5320.      * @return object The ".container.private.security.authorization_checker" service.
  5321.      */
  5322.     protected function getSecurity_AuthorizationCheckerService()
  5323.     {
  5324.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5325.         return $this->get('.container.private.security.authorization_checker');
  5326.     }
  5327.     /**
  5328.      * Gets the public 'security.token_storage' alias.
  5329.      *
  5330.      * @return object The ".container.private.security.token_storage" service.
  5331.      */
  5332.     protected function getSecurity_TokenStorageService()
  5333.     {
  5334.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5335.         return $this->get('.container.private.security.token_storage');
  5336.     }
  5337.     /**
  5338.      * Gets the public 'twig' alias.
  5339.      *
  5340.      * @return object The ".container.private.twig" service.
  5341.      */
  5342.     protected function getTwigService()
  5343.     {
  5344.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5345.         return $this->get('.container.private.twig');
  5346.     }
  5347.     /**
  5348.      * Gets the public 'security.password_encoder' alias.
  5349.      *
  5350.      * @return object The ".container.private.security.password_encoder" service.
  5351.      */
  5352.     protected function getSecurity_PasswordEncoderService()
  5353.     {
  5354.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5355.         return $this->get('.container.private.security.password_encoder');
  5356.     }
  5357.     /**
  5358.      * Gets the public 'session' alias.
  5359.      *
  5360.      * @return object The ".container.private.session" service.
  5361.      */
  5362.     protected function getSessionService()
  5363.     {
  5364.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5365.         return $this->get('.container.private.session');
  5366.     }
  5367.     /**
  5368.      * Gets the public 'validator' alias.
  5369.      *
  5370.      * @return object The ".container.private.validator" service.
  5371.      */
  5372.     protected function getValidatorService()
  5373.     {
  5374.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5375.         return $this->get('.container.private.validator');
  5376.     }
  5377.     /**
  5378.      * @return array|bool|float|int|string|\UnitEnum|null
  5379.      */
  5380.     public function getParameter(string $name)
  5381.     {
  5382.         if (isset($this->buildParameters[$name])) {
  5383.             return $this->buildParameters[$name];
  5384.         }
  5385.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5386.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5387.         }
  5388.         if (isset($this->loadedDynamicParameters[$name])) {
  5389.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5390.         }
  5391.         return $this->parameters[$name];
  5392.     }
  5393.     public function hasParameter(string $name): bool
  5394.     {
  5395.         if (isset($this->buildParameters[$name])) {
  5396.             return true;
  5397.         }
  5398.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5399.     }
  5400.     public function setParameter(string $name$value): void
  5401.     {
  5402.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5403.     }
  5404.     public function getParameterBag(): ParameterBagInterface
  5405.     {
  5406.         if (null === $this->parameterBag) {
  5407.             $parameters $this->parameters;
  5408.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5409.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5410.             }
  5411.             foreach ($this->buildParameters as $name => $value) {
  5412.                 $parameters[$name] = $value;
  5413.             }
  5414.             $this->parameterBag = new FrozenParameterBag($parameters);
  5415.         }
  5416.         return $this->parameterBag;
  5417.     }
  5418.     private $loadedDynamicParameters = [
  5419.         'kernel.runtime_environment' => false,
  5420.         'kernel.build_dir' => false,
  5421.         'kernel.cache_dir' => false,
  5422.         'stripe_public_key' => false,
  5423.         'stripe_secret_key' => false,
  5424.         'stripe_webhook_key' => false,
  5425.         'application.dev_email' => false,
  5426.         'application.dev_sms' => false,
  5427.         'mediaoptin.qualification_campaign_id_credit' => false,
  5428.         'mediaoptin.qualification_campaign_id_perf' => false,
  5429.         'sendinblue_api_key_v3' => false,
  5430.         'sendinblue_welcome_template_id' => false,
  5431.         'sendinblue_welcome_whitelabel_template_id' => false,
  5432.         'sendinblue_welcome_freelancer_template_id' => false,
  5433.         'sendinblue_welcome_freelancer_whitelabel_template_id' => false,
  5434.         'sendinblue_new_lead_template_id' => false,
  5435.         'sendinblue_feedback_template_id' => false,
  5436.         'sendinblue_feedback_whitelabel_template_id' => false,
  5437.         'sendinblue_callback_reminder_template_id' => false,
  5438.         'sendinblue_new_status_template_id' => false,
  5439.         'sendinblue_new_status_from_feedback_template_id' => false,
  5440.         'sendinblue_sponsorship_template_id' => false,
  5441.         'sendinblue_smsBroadcast_template_id' => false,
  5442.         'sendinblue_contact_list_id' => false,
  5443.         'sendinblue_new_user_template_id' => false,
  5444.         'sendinblue_new_relation_central_purchasing_template_id' => false,
  5445.         'sendinblue_password_request_template_id' => false,
  5446.         'sendinblue_sepa_device_sale_new_template_id' => false,
  5447.         'sendinblue_sepa_payasyougo_new_template_id' => false,
  5448.         'sendinblue_sepa_store_indexation_new_template_id' => false,
  5449.         'sendinblue_payment_methode_expiration_template_id' => false,
  5450.         'capitolemobile_api_login' => false,
  5451.         'capitolemobile_api_password' => false,
  5452.         'zerobounce_api_key' => false,
  5453.         'phonevalidation.enabled' => false,
  5454.         'smssender.enabled' => false,
  5455.         'appmailer.enabled' => false,
  5456.         'mediaoptin.enabled' => false,
  5457.         'hlrvalidation.enabled' => false,
  5458.         'kernel.secret' => false,
  5459.         'debug.container.dump' => false,
  5460.         'serializer.mapping.cache.file' => false,
  5461.         'validator.mapping.cache.file' => false,
  5462.         'profiler.storage.dsn' => false,
  5463.         'doctrine.orm.proxy_dir' => false,
  5464.         'nelmio_cors.defaults' => false,
  5465.         'lexik_jwt_authentication.pass_phrase' => false,
  5466.     ];
  5467.     private $dynamicParameters = [];
  5468.     private function getDynamicParameter(string $name)
  5469.     {
  5470.         switch ($name) {
  5471.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5472.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5473.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5474.             case 'stripe_public_key'$value $this->getEnv('STRIPE_PUBLIC_KEY'); break;
  5475.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_PRIVATE_KEY'); break;
  5476.             case 'stripe_webhook_key'$value $this->getEnv('STRIPE_WEBHOOK_KEY'); break;
  5477.             case 'application.dev_email'$value $this->getEnv('DEV_EMAIL'); break;
  5478.             case 'application.dev_sms'$value $this->getEnv('DEV_SMS'); break;
  5479.             case 'mediaoptin.qualification_campaign_id_credit'$value $this->getEnv('MEDIAOPTIN_QUALIFICATION_CAMPAIGN_ID_CREDIT'); break;
  5480.             case 'mediaoptin.qualification_campaign_id_perf'$value $this->getEnv('MEDIAOPTIN_QUALIFICATION_CAMPAIGN_ID_PERF'); break;
  5481.             case 'sendinblue_api_key_v3'$value $this->getEnv('SENDINBLUE_API_KEY'); break;
  5482.             case 'sendinblue_welcome_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_TEMPLATE_ID'); break;
  5483.             case 'sendinblue_welcome_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_WHITELABEL_TEMPLATE_ID'); break;
  5484.             case 'sendinblue_welcome_freelancer_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_TEMPLATE_ID'); break;
  5485.             case 'sendinblue_welcome_freelancer_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_WELCOME_FREELANCER_WHITELABEL_TEMPLATE_ID'); break;
  5486.             case 'sendinblue_new_lead_template_id'$value $this->getEnv('SENDINBLUE_NEW_LEAD_TEMPLATE_ID'); break;
  5487.             case 'sendinblue_feedback_template_id'$value $this->getEnv('SENDINBLUE_FEEDBACK_TEMPLATE_ID'); break;
  5488.             case 'sendinblue_feedback_whitelabel_template_id'$value $this->getEnv('SENDINBLUE_FEEDBACK_WHITELABEL_TEMPLATE_ID'); break;
  5489.             case 'sendinblue_callback_reminder_template_id'$value $this->getEnv('SENDINBLUE_CALLBACK_REMINDER_TEMPLATE_ID'); break;
  5490.             case 'sendinblue_new_status_template_id'$value $this->getEnv('SENDINBLUE_NEW_STATUS_TEMPLATE_ID'); break;
  5491.             case 'sendinblue_new_status_from_feedback_template_id'$value $this->getEnv('SENDINBLUE_NEW_STATUS_FEEDBACK_TEMPLATE_ID'); break;
  5492.             case 'sendinblue_sponsorship_template_id'$value $this->getEnv('SENDINBLUE_SPONSORSHIP_TEMPLATE_ID'); break;
  5493.             case 'sendinblue_smsBroadcast_template_id'$value $this->getEnv('SENDINBLUE_SMSBROADCAST_TEMPLATE_ID'); break;
  5494.             case 'sendinblue_contact_list_id'$value $this->getEnv('SENDINBLUE_CONTACT_LIST'); break;
  5495.             case 'sendinblue_new_user_template_id'$value $this->getEnv('SENDINBLUE_NEW_USER_TEMPLATE_ID'); break;
  5496.             case 'sendinblue_new_relation_central_purchasing_template_id'$value $this->getEnv('SENDINBLUE_NEW_RELATION_CENTRAL_PURCHASING_TEMPLATE_ID'); break;
  5497.             case 'sendinblue_password_request_template_id'$value $this->getEnv('SENDINBLUE_PASSWORD_REQUEST_TEMPLATE_ID'); break;
  5498.             case 'sendinblue_sepa_device_sale_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_DEVICE_SALE_TEMPLATE_ID'); break;
  5499.             case 'sendinblue_sepa_payasyougo_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_PAYASYOUGO_TEMPLATE_ID'); break;
  5500.             case 'sendinblue_sepa_store_indexation_new_template_id'$value $this->getEnv('SENDINBLUE_SEPA_STORE_INDEXATION_TEMPLATE_ID'); break;
  5501.             case 'sendinblue_payment_methode_expiration_template_id'$value $this->getEnv('SENDINBLUE_PAYMENT_METHOD_EXPIRATION_TEMPLATE_ID'); break;
  5502.             case 'capitolemobile_api_login'$value $this->getEnv('CAPITOLE_SMS_LOGIN'); break;
  5503.             case 'capitolemobile_api_password'$value $this->getEnv('CAPITOLE_SMS_PWD'); break;
  5504.             case 'zerobounce_api_key'$value $this->getEnv('ZEROBOUNCE_API_KEY'); break;
  5505.             case 'phonevalidation.enabled'$value $this->getEnv('resolve:PHONE_VALIDATION_ENABLED'); break;
  5506.             case 'smssender.enabled'$value $this->getEnv('resolve:SMS_SENDER_ENABLED'); break;
  5507.             case 'appmailer.enabled'$value $this->getEnv('resolve:APPMAILER_ENABLED'); break;
  5508.             case 'mediaoptin.enabled'$value $this->getEnv('resolve:MEDIAOPTIN_ENABLED'); break;
  5509.             case 'hlrvalidation.enabled'$value $this->getEnv('HLR_PHONENUMBER_VALIDATION_ENABLED'); break;
  5510.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5511.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5512.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5513.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5514.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5515.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5516.             case 'nelmio_cors.defaults'$value = [
  5517.                 'allow_origin' => [
  5518.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5519.                 ],
  5520.                 'allow_credentials' => false,
  5521.                 'allow_headers' => [
  5522.                     => 'content-type',
  5523.                     => 'authorization',
  5524.                 ],
  5525.                 'expose_headers' => [
  5526.                     => 'Link',
  5527.                 ],
  5528.                 'allow_methods' => [
  5529.                     => 'GET',
  5530.                     => 'OPTIONS',
  5531.                     => 'POST',
  5532.                     => 'PUT',
  5533.                     => 'PATCH',
  5534.                     => 'DELETE',
  5535.                 ],
  5536.                 'max_age' => 3600,
  5537.                 'hosts' => [
  5538.                 ],
  5539.                 'origin_regex' => true,
  5540.                 'forced_allow_origin_value' => NULL,
  5541.                 'skip_same_as_origin' => true,
  5542.             ]; break;
  5543.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  5544.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5545.         }
  5546.         $this->loadedDynamicParameters[$name] = true;
  5547.         return $this->dynamicParameters[$name] = $value;
  5548.     }
  5549.     protected function getDefaultParameters(): array
  5550.     {
  5551.         return [
  5552.             'kernel.project_dir' => \dirname(__DIR__4),
  5553.             'kernel.environment' => 'dev',
  5554.             'kernel.debug' => true,
  5555.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5556.             'kernel.bundles' => [
  5557.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5558.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5559.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5560.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5561.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5562.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5563.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5564.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5565.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5566.                 'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
  5567.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  5568.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5569.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  5570.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5571.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  5572.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  5573.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  5574.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  5575.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  5576.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  5577.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  5578.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  5579.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5580.                 'ObHighchartsBundle' => 'Ob\\HighchartsBundle\\ObHighchartsBundle',
  5581.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  5582.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  5583.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  5584.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  5585.                 'WitsPaymentBundle' => 'Wits\\PaymentBundle\\WitsPaymentBundle',
  5586.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  5587.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  5588.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  5589.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  5590.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5591.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  5592.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  5593.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  5594.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5595.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  5596.                 'SherlockodeConfigurationBundle' => 'Sherlockode\\ConfigurationBundle\\SherlockodeConfigurationBundle',
  5597.             ],
  5598.             'kernel.bundles_metadata' => [
  5599.                 'FrameworkBundle' => [
  5600.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5601.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5602.                 ],
  5603.                 'DoctrineBundle' => [
  5604.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5605.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5606.                 ],
  5607.                 'DoctrineMigrationsBundle' => [
  5608.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5609.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5610.                 ],
  5611.                 'SecurityBundle' => [
  5612.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5613.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5614.                 ],
  5615.                 'TwigBundle' => [
  5616.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5617.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5618.                 ],
  5619.                 'WebProfilerBundle' => [
  5620.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5621.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5622.                 ],
  5623.                 'MonologBundle' => [
  5624.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5625.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5626.                 ],
  5627.                 'DebugBundle' => [
  5628.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5629.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5630.                 ],
  5631.                 'MakerBundle' => [
  5632.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5633.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5634.                 ],
  5635.                 'BazingaGeocoderBundle' => [
  5636.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/geocoder-bundle'),
  5637.                     'namespace' => 'Bazinga\\GeocoderBundle',
  5638.                 ],
  5639.                 'HttplugBundle' => [
  5640.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  5641.                     'namespace' => 'Http\\HttplugBundle',
  5642.                 ],
  5643.                 'WebpackEncoreBundle' => [
  5644.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5645.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5646.                 ],
  5647.                 'FOSUserBundle' => [
  5648.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  5649.                     'namespace' => 'FOS\\UserBundle',
  5650.                 ],
  5651.                 'DoctrineFixturesBundle' => [
  5652.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5653.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5654.                 ],
  5655.                 'SonataBlockBundle' => [
  5656.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  5657.                     'namespace' => 'Sonata\\BlockBundle',
  5658.                 ],
  5659.                 'KnpMenuBundle' => [
  5660.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  5661.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  5662.                 ],
  5663.                 'SonataAdminBundle' => [
  5664.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  5665.                     'namespace' => 'Sonata\\AdminBundle',
  5666.                 ],
  5667.                 'SonataExporterBundle' => [
  5668.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  5669.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  5670.                 ],
  5671.                 'SonataDoctrineBundle' => [
  5672.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  5673.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  5674.                 ],
  5675.                 'SonataDoctrineORMAdminBundle' => [
  5676.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  5677.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  5678.                 ],
  5679.                 'StofDoctrineExtensionsBundle' => [
  5680.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  5681.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  5682.                 ],
  5683.                 'CraueFormFlowBundle' => [
  5684.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  5685.                     'namespace' => 'Craue\\FormFlowBundle',
  5686.                 ],
  5687.                 'FOSJsRoutingBundle' => [
  5688.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5689.                     'namespace' => 'FOS\\JsRoutingBundle',
  5690.                 ],
  5691.                 'ObHighchartsBundle' => [
  5692.                     'path' => (\dirname(__DIR__4).'/vendor/ob/highcharts-bundle'),
  5693.                     'namespace' => 'Ob\\HighchartsBundle',
  5694.                 ],
  5695.                 'KnpPaginatorBundle' => [
  5696.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  5697.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  5698.                 ],
  5699.                 'VichUploaderBundle' => [
  5700.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  5701.                     'namespace' => 'Vich\\UploaderBundle',
  5702.                 ],
  5703.                 'LiipImagineBundle' => [
  5704.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  5705.                     'namespace' => 'Liip\\ImagineBundle',
  5706.                 ],
  5707.                 'SonataSeoBundle' => [
  5708.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  5709.                     'namespace' => 'Sonata\\SeoBundle',
  5710.                 ],
  5711.                 'WitsPaymentBundle' => [
  5712.                     'path' => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src'),
  5713.                     'namespace' => 'Wits\\PaymentBundle',
  5714.                 ],
  5715.                 'NelmioCorsBundle' => [
  5716.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  5717.                     'namespace' => 'Nelmio\\CorsBundle',
  5718.                 ],
  5719.                 'ApiPlatformBundle' => [
  5720.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  5721.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  5722.                 ],
  5723.                 'LexikJWTAuthenticationBundle' => [
  5724.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  5725.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  5726.                 ],
  5727.                 'FOSCKEditorBundle' => [
  5728.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  5729.                     'namespace' => 'FOS\\CKEditorBundle',
  5730.                 ],
  5731.                 'TwigExtraBundle' => [
  5732.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5733.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5734.                 ],
  5735.                 'SonataFormBundle' => [
  5736.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  5737.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  5738.                 ],
  5739.                 'SonataTwigBundle' => [
  5740.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  5741.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  5742.                 ],
  5743.                 'SymfonyCastsResetPasswordBundle' => [
  5744.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  5745.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  5746.                 ],
  5747.                 'SensioFrameworkExtraBundle' => [
  5748.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5749.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5750.                 ],
  5751.                 'SchebTwoFactorBundle' => [
  5752.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  5753.                     'namespace' => 'Scheb\\TwoFactorBundle',
  5754.                 ],
  5755.                 'SherlockodeConfigurationBundle' => [
  5756.                     'path' => (\dirname(__DIR__4).'/vendor/sherlockode/configuration-bundle'),
  5757.                     'namespace' => 'Sherlockode\\ConfigurationBundle',
  5758.                 ],
  5759.             ],
  5760.             'kernel.charset' => 'UTF-8',
  5761.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5762.             'env(DATABASE_URL)' => '',
  5763.             'payment' => [
  5764.                 'currency' => 'EUR',
  5765.                 'decimal' => true,
  5766.             ],
  5767.             'locale' => 'fr',
  5768.             'application.email' => 'no-reply@mon-centre-auditif.com',
  5769.             'application.admin_email' => 'contact@mon-centre-auditif.com',
  5770.             'application.help_email' => 'support@mon-centre-auditif.com',
  5771.             'application.orl_sender_email' => 'no-reply@annuaire-orl.com',
  5772.             'application.orl_admin_email' => 'contact@annuaire-orl.com',
  5773.             'application.admin_email_group' => [
  5774.                 'default' => [
  5775.                     => 'contact@mon-centre-auditif.com',
  5776.                 ],
  5777.                 'order' => [
  5778.                     => 'sales@mon-centre-auditif.com',
  5779.                     => 'thomas@mon-centre-auditif.com',
  5780.                     => 'cedric@mon-centre-auditif.com',
  5781.                 ],
  5782.                 'sold_out' => [
  5783.                     => 'contact@mon-centre-auditif.com',
  5784.                     => 'thomas@mon-centre-auditif.com',
  5785.                 ],
  5786.                 'support' => [
  5787.                     => 'support@mon-centre-auditif.com',
  5788.                 ],
  5789.             ],
  5790.             'mediaoptin.default_campaign_id' => 157,
  5791.             'mediaoptin.callback_request_campaign_id' => 178,
  5792.             'mediaoptin.default_hearingAid_campaign_id' => 157,
  5793.             'app.path.blog_author_image' => '/uploads/images/blog/author',
  5794.             'app.path.blog_post_image' => '/uploads/images/blog/post',
  5795.             'app.path.brand_logo' => '/uploads/images/brand_logo',
  5796.             'app.path.brand_variation_logo' => '/uploads/images/brand_variation_logo',
  5797.             'app.path.store_logo' => '/uploads/images/store_logo',
  5798.             'app.path.store_images' => '/uploads/images/store_images',
  5799.             'app.path.employee_images' => '/uploads/images/employee_images',
  5800.             'app.path.freelancer_images' => '/uploads/images/freelancer_images',
  5801.             'app.path.freelancer_logo' => '/uploads/images/freelancer_logo',
  5802.             'app.path.invoice_pdf' => '/uploads/invoice/pdf',
  5803.             'app.path.hearing_aid_images' => '/uploads/images/hearing_aid_images',
  5804.             'app.path.city_banner' => '/uploads/images/city_banner',
  5805.             'app.path.coregistration_campaign_advertiser_logo' => '/uploads/images/coregistration_campaign_advertiser_logo',
  5806.             'app.path.storeManagementRequest_kbis' => '/uploads/kbis/',
  5807.             'app.path.highlighted_staff_picture' => '/uploads/images/highlighted_staff_picture',
  5808.             'app.absolute_path.default' => 'https://mon-centre-auditif.com',
  5809.             'app.absolute_path.backoffice_freelancer' => 'https://mon-centre-auditif.com',
  5810.             'app.absolute_path.backoffice_admin' => 'https://mon-centre-auditif.com',
  5811.             'app.absolute_path.white_label' => 'https://depistage-auditif.fr',
  5812.             'app.absolute_path.orl' => 'https://annuaire-orl.com',
  5813.             'location' => [
  5814.                 'regions' => [
  5815.                     'auvergne-rhone-alpes' => [
  5816.                         'name' => 'Auvergne-Rhône-Alpes',
  5817.                         'departments' => [
  5818.                             '01' => [
  5819.                                 'name' => 'Ain',
  5820.                                 'slug' => 'ain',
  5821.                             ],
  5822.                             '03' => [
  5823.                                 'name' => 'Allier',
  5824.                                 'slug' => 'allier',
  5825.                             ],
  5826.                             '07' => [
  5827.                                 'name' => 'Ardèche',
  5828.                                 'slug' => 'ardeche',
  5829.                             ],
  5830.                             15 => [
  5831.                                 'name' => 'Cantal',
  5832.                                 'slug' => 'cantal',
  5833.                             ],
  5834.                             26 => [
  5835.                                 'name' => 'Drôme',
  5836.                                 'slug' => 'drome',
  5837.                             ],
  5838.                             38 => [
  5839.                                 'name' => 'Isère',
  5840.                                 'slug' => 'isere',
  5841.                             ],
  5842.                             42 => [
  5843.                                 'name' => 'Loire',
  5844.                                 'slug' => 'loire',
  5845.                             ],
  5846.                             43 => [
  5847.                                 'name' => 'Haute-Loire',
  5848.                                 'slug' => 'haute-loire',
  5849.                             ],
  5850.                             63 => [
  5851.                                 'name' => 'Puy-de-Dôme',
  5852.                                 'slug' => 'puy-de-dome',
  5853.                             ],
  5854.                             69 => [
  5855.                                 'name' => 'Rhône',
  5856.                                 'slug' => 'rhone',
  5857.                             ],
  5858.                             73 => [
  5859.                                 'name' => 'Savoie',
  5860.                                 'slug' => 'savoie',
  5861.                             ],
  5862.                             74 => [
  5863.                                 'name' => 'Haute-Savoie',
  5864.                                 'slug' => 'haute-savoie',
  5865.                             ],
  5866.                         ],
  5867.                     ],
  5868.                     'bourgogne-franche-comte' => [
  5869.                         'name' => 'Bourgogne-Franche-Comté',
  5870.                         'departments' => [
  5871.                             21 => [
  5872.                                 'name' => 'Côte-d\'Or',
  5873.                                 'slug' => 'cote-d-or',
  5874.                             ],
  5875.                             25 => [
  5876.                                 'name' => 'Doubs',
  5877.                                 'slug' => 'doubs',
  5878.                             ],
  5879.                             39 => [
  5880.                                 'name' => 'Jura',
  5881.                                 'slug' => 'jura',
  5882.                             ],
  5883.                             58 => [
  5884.                                 'name' => 'Nièvre',
  5885.                                 'slug' => 'nievre',
  5886.                             ],
  5887.                             70 => [
  5888.                                 'name' => 'Haute-Saône',
  5889.                                 'slug' => 'haute-saone',
  5890.                             ],
  5891.                             71 => [
  5892.                                 'name' => 'Saône-et-Loire',
  5893.                                 'slug' => 'saone-et-loire',
  5894.                             ],
  5895.                             89 => [
  5896.                                 'name' => 'Yonne',
  5897.                                 'slug' => 'yonne',
  5898.                             ],
  5899.                             90 => [
  5900.                                 'name' => 'Territoire de Belfort',
  5901.                                 'slug' => 'territoire-de-belfort',
  5902.                             ],
  5903.                         ],
  5904.                     ],
  5905.                     'bretagne' => [
  5906.                         'name' => 'Bretagne',
  5907.                         'departments' => [
  5908.                             22 => [
  5909.                                 'name' => 'Côtes-d\'Armor',
  5910.                                 'slug' => 'cotes-d-armor',
  5911.                             ],
  5912.                             29 => [
  5913.                                 'name' => 'Finistère',
  5914.                                 'slug' => 'finistere',
  5915.                             ],
  5916.                             35 => [
  5917.                                 'name' => 'Ille-et-Vilaine',
  5918.                                 'slug' => 'ille-et-vilaine',
  5919.                             ],
  5920.                             56 => [
  5921.                                 'name' => 'Morbihan',
  5922.                                 'slug' => 'morbihan',
  5923.                             ],
  5924.                         ],
  5925.                     ],
  5926.                     'centre-val-de-loire' => [
  5927.                         'name' => 'Centre-Val de Loire',
  5928.                         'departments' => [
  5929.                             18 => [
  5930.                                 'name' => 'Cher',
  5931.                                 'slug' => 'cher',
  5932.                             ],
  5933.                             28 => [
  5934.                                 'name' => 'Eure-et-Loir',
  5935.                                 'slug' => 'eure-et-loir',
  5936.                             ],
  5937.                             36 => [
  5938.                                 'name' => 'Indre',
  5939.                                 'slug' => 'indre',
  5940.                             ],
  5941.                             37 => [
  5942.                                 'name' => 'Indre-et-Loire',
  5943.                                 'slug' => 'indre-et-loire',
  5944.                             ],
  5945.                             41 => [
  5946.                                 'name' => 'Loir-et-Cher',
  5947.                                 'slug' => 'loir-et-cher',
  5948.                             ],
  5949.                             45 => [
  5950.                                 'name' => 'Loiret',
  5951.                                 'slug' => 'loiret',
  5952.                             ],
  5953.                         ],
  5954.                     ],
  5955.                     'corse' => [
  5956.                         'name' => 'Corse',
  5957.                         'departments' => [
  5958.                             '2A' => [
  5959.                                 'name' => 'Corse-du-Sud',
  5960.                                 'slug' => 'corse-du-sud',
  5961.                             ],
  5962.                             '2B' => [
  5963.                                 'name' => 'Haute-Corse',
  5964.                                 'slug' => 'haute-corse',
  5965.                             ],
  5966.                         ],
  5967.                     ],
  5968.                     'grand-est' => [
  5969.                         'name' => 'Grand Est',
  5970.                         'departments' => [
  5971.                             '08' => [
  5972.                                 'name' => 'Ardennes',
  5973.                                 'slug' => 'ardennes',
  5974.                             ],
  5975.                             10 => [
  5976.                                 'name' => 'Aube',
  5977.                                 'slug' => 'aube',
  5978.                             ],
  5979.                             51 => [
  5980.                                 'name' => 'Marne',
  5981.                                 'slug' => 'marne',
  5982.                             ],
  5983.                             52 => [
  5984.                                 'name' => 'Haute-Marne',
  5985.                                 'slug' => 'haute-marne',
  5986.                             ],
  5987.                             54 => [
  5988.                                 'name' => 'Meurthe-et-Moselle',
  5989.                                 'slug' => 'meurthe-et-moselle',
  5990.                             ],
  5991.                             55 => [
  5992.                                 'name' => 'Meuse',
  5993.                                 'slug' => 'meuse',
  5994.                             ],
  5995.                             57 => [
  5996.                                 'name' => 'Moselle',
  5997.                                 'slug' => 'moselle',
  5998.                             ],
  5999.                             67 => [
  6000.                                 'name' => 'Bas-Rhin',
  6001.                                 'slug' => 'bas-rhin',
  6002.                             ],
  6003.                             68 => [
  6004.                                 'name' => 'Haut-Rhin',
  6005.                                 'slug' => 'haut-rhin',
  6006.                             ],
  6007.                             88 => [
  6008.                                 'name' => 'Vosges',
  6009.                                 'slug' => 'vosges',
  6010.                             ],
  6011.                         ],
  6012.                     ],
  6013.                     'hauts-de-france' => [
  6014.                         'name' => 'Hauts-de-France',
  6015.                         'departments' => [
  6016.                             '02' => [
  6017.                                 'name' => 'Aisne',
  6018.                                 'slug' => 'aisne',
  6019.                             ],
  6020.                             59 => [
  6021.                                 'name' => 'Nord',
  6022.                                 'slug' => 'nord',
  6023.                             ],
  6024.                             60 => [
  6025.                                 'name' => 'Oise',
  6026.                                 'slug' => 'oise',
  6027.                             ],
  6028.                             62 => [
  6029.                                 'name' => 'Pas-de-Calais',
  6030.                                 'slug' => 'pas-de-calais',
  6031.                             ],
  6032.                             80 => [
  6033.                                 'name' => 'Somme',
  6034.                                 'slug' => 'somme',
  6035.                             ],
  6036.                         ],
  6037.                     ],
  6038.                     'ile-de-france' => [
  6039.                         'name' => 'Île-de-France',
  6040.                         'departments' => [
  6041.                             75 => [
  6042.                                 'name' => 'Paris',
  6043.                                 'slug' => 'paris',
  6044.                             ],
  6045.                             77 => [
  6046.                                 'name' => 'Seine-et-Marne',
  6047.                                 'slug' => 'seine-et-marne',
  6048.                             ],
  6049.                             78 => [
  6050.                                 'name' => 'Yvelines',
  6051.                                 'slug' => 'yvelines',
  6052.                             ],
  6053.                             91 => [
  6054.                                 'name' => 'Essonne',
  6055.                                 'slug' => 'essonne',
  6056.                             ],
  6057.                             92 => [
  6058.                                 'name' => 'Hauts-de-Seine',
  6059.                                 'slug' => 'hauts-de-seine',
  6060.                             ],
  6061.                             93 => [
  6062.                                 'name' => 'Seine-Saint-Denis',
  6063.                                 'slug' => 'seine-saint-denis',
  6064.                             ],
  6065.                             94 => [
  6066.                                 'name' => 'Val-de-Marne',
  6067.                                 'slug' => 'val-de-marne',
  6068.                             ],
  6069.                             95 => [
  6070.                                 'name' => 'Val-d\'Oise',
  6071.                                 'slug' => 'val-d-oise',
  6072.                             ],
  6073.                         ],
  6074.                     ],
  6075.                     'normandie' => [
  6076.                         'name' => 'Normandie',
  6077.                         'departments' => [
  6078.                             14 => [
  6079.                                 'name' => 'Calvados',
  6080.                                 'slug' => 'calvados',
  6081.                             ],
  6082.                             27 => [
  6083.                                 'name' => 'Eure',
  6084.                                 'slug' => 'eure',
  6085.                             ],
  6086.                             50 => [
  6087.                                 'name' => 'Manche',
  6088.                                 'slug' => 'manche',
  6089.                             ],
  6090.                             61 => [
  6091.                                 'name' => 'Orne',
  6092.                                 'slug' => 'orne',
  6093.                             ],
  6094.                             76 => [
  6095.                                 'name' => 'Seine-Maritime',
  6096.                                 'slug' => 'seine-maritime',
  6097.                             ],
  6098.                         ],
  6099.                     ],
  6100.                     'nouvelle-aquitaine' => [
  6101.                         'name' => 'Nouvelle-Aquitaine',
  6102.                         'departments' => [
  6103.                             16 => [
  6104.                                 'name' => 'Charente',
  6105.                                 'slug' => 'charente',
  6106.                             ],
  6107.                             17 => [
  6108.                                 'name' => 'Charente-Maritime',
  6109.                                 'slug' => 'charente-maritime',
  6110.                             ],
  6111.                             19 => [
  6112.                                 'name' => 'Corrèze',
  6113.                                 'slug' => 'correze',
  6114.                             ],
  6115.                             23 => [
  6116.                                 'name' => 'Creuse',
  6117.                                 'slug' => 'creuse',
  6118.                             ],
  6119.                             24 => [
  6120.                                 'name' => 'Dordogne',
  6121.                                 'slug' => 'dordogne',
  6122.                             ],
  6123.                             33 => [
  6124.                                 'name' => 'Gironde',
  6125.                                 'slug' => 'gironde',
  6126.                             ],
  6127.                             40 => [
  6128.                                 'name' => 'Landes',
  6129.                                 'slug' => 'landes',
  6130.                             ],
  6131.                             47 => [
  6132.                                 'name' => 'Lot-et-Garonne',
  6133.                                 'slug' => 'lot-et-garonne',
  6134.                             ],
  6135.                             64 => [
  6136.                                 'name' => 'Pyrénées-Atlantiques',
  6137.                                 'slug' => 'pyrenees-atlantiques',
  6138.                             ],
  6139.                             79 => [
  6140.                                 'name' => 'Deux-Sèvres',
  6141.                                 'slug' => 'deux-sevres',
  6142.                             ],
  6143.                             86 => [
  6144.                                 'name' => 'Vienne',
  6145.                                 'slug' => 'vienne',
  6146.                             ],
  6147.                             87 => [
  6148.                                 'name' => 'Haute-Vienne',
  6149.                                 'slug' => 'haute-vienne',
  6150.                             ],
  6151.                         ],
  6152.                     ],
  6153.                     'occitanie' => [
  6154.                         'name' => 'Occitanie',
  6155.                         'departments' => [
  6156.                             '09' => [
  6157.                                 'name' => 'Ariège',
  6158.                                 'slug' => 'ariege',
  6159.                             ],
  6160.                             11 => [
  6161.                                 'name' => 'Aude',
  6162.                                 'slug' => 'aude',
  6163.                             ],
  6164.                             12 => [
  6165.                                 'name' => 'Aveyron',
  6166.                                 'slug' => 'aveyron',
  6167.                             ],
  6168.                             30 => [
  6169.                                 'name' => 'Gard',
  6170.                                 'slug' => 'gard',
  6171.                             ],
  6172.                             31 => [
  6173.                                 'name' => 'Haute-Garonne',
  6174.                                 'slug' => 'haute-garonne',
  6175.                             ],
  6176.                             32 => [
  6177.                                 'name' => 'Gers',
  6178.                                 'slug' => 'gers',
  6179.                             ],
  6180.                             34 => [
  6181.                                 'name' => 'Hérault',
  6182.                                 'slug' => 'herault',
  6183.                             ],
  6184.                             46 => [
  6185.                                 'name' => 'Lot',
  6186.                                 'slug' => 'lot',
  6187.                             ],
  6188.                             48 => [
  6189.                                 'name' => 'Lozère',
  6190.                                 'slug' => 'lozere',
  6191.                             ],
  6192.                             65 => [
  6193.                                 'name' => 'Hautes-Pyrénées',
  6194.                                 'slug' => 'hautes-pyrenees',
  6195.                             ],
  6196.                             66 => [
  6197.                                 'name' => 'Pyrénées-Orientales',
  6198.                                 'slug' => 'pyrenees-orientales',
  6199.                             ],
  6200.                             81 => [
  6201.                                 'name' => 'Tarn',
  6202.                                 'slug' => 'tarn',
  6203.                             ],
  6204.                             82 => [
  6205.                                 'name' => 'Tarn-et-Garonne',
  6206.                                 'slug' => 'tarn-et-garonne',
  6207.                             ],
  6208.                         ],
  6209.                     ],
  6210.                     'pays-de-la-loire' => [
  6211.                         'name' => 'Pays de la Loire',
  6212.                         'departments' => [
  6213.                             44 => [
  6214.                                 'name' => 'Loire-Atlantique',
  6215.                                 'slug' => 'loire-atlantique',
  6216.                             ],
  6217.                             49 => [
  6218.                                 'name' => 'Maine-et-Loire',
  6219.                                 'slug' => 'maine-et-loire',
  6220.                             ],
  6221.                             53 => [
  6222.                                 'name' => 'Mayenne',
  6223.                                 'slug' => 'mayenne',
  6224.                             ],
  6225.                             72 => [
  6226.                                 'name' => 'Sarthe',
  6227.                                 'slug' => 'sarthe',
  6228.                             ],
  6229.                             85 => [
  6230.                                 'name' => 'Vendée',
  6231.                                 'slug' => 'vendee',
  6232.                             ],
  6233.                         ],
  6234.                     ],
  6235.                     'provence-alpes-cote-d-azur' => [
  6236.                         'name' => 'Provence-Alpes-Côte d\'Azur',
  6237.                         'departments' => [
  6238.                             '04' => [
  6239.                                 'name' => 'Alpes-de-Haute-Provence',
  6240.                                 'slug' => 'alpes-de-haute-provence',
  6241.                             ],
  6242.                             '05' => [
  6243.                                 'name' => 'Hautes-Alpes',
  6244.                                 'slug' => 'hautes-alpes',
  6245.                             ],
  6246.                             '06' => [
  6247.                                 'name' => 'Alpes-Maritimes',
  6248.                                 'slug' => 'alpes-maritimes',
  6249.                             ],
  6250.                             13 => [
  6251.                                 'name' => 'Bouches-du-Rhône',
  6252.                                 'slug' => 'bouches-du-rhone',
  6253.                             ],
  6254.                             83 => [
  6255.                                 'name' => 'Var',
  6256.                                 'slug' => 'var',
  6257.                             ],
  6258.                             84 => [
  6259.                                 'name' => 'Vaucluse',
  6260.                                 'slug' => 'vaucluse',
  6261.                             ],
  6262.                         ],
  6263.                     ],
  6264.                 ],
  6265.             ],
  6266.             'departments_list' => [
  6267.                 '01' => 'Ain',
  6268.                 '02' => 'Aisne',
  6269.                 '03' => 'Allier',
  6270.                 '04' => 'Alpes-de-Haute-Provence',
  6271.                 '05' => 'Hautes-Alpes',
  6272.                 '06' => 'Alpes-Maritimes',
  6273.                 '07' => 'Ardèche',
  6274.                 '08' => 'Ardennes',
  6275.                 '09' => 'Ariège',
  6276.                 10 => 'Aube',
  6277.                 11 => 'Aude',
  6278.                 12 => 'Aveyron',
  6279.                 13 => 'Bouches-du-Rhône',
  6280.                 14 => 'Calvados',
  6281.                 15 => 'Cantal',
  6282.                 16 => 'Charente',
  6283.                 17 => 'Charente-Maritime',
  6284.                 18 => 'Cher',
  6285.                 19 => 'Corrèze',
  6286.                 21 => 'Côte-d\'Or',
  6287.                 22 => 'Côtes-d\'Armor',
  6288.                 23 => 'Creuse',
  6289.                 24 => 'Dordogne',
  6290.                 25 => 'Doubs',
  6291.                 26 => 'Drôme',
  6292.                 27 => 'Eure',
  6293.                 28 => 'Eure-et-Loir',
  6294.                 29 => 'Finistère',
  6295.                 '2A' => 'Corse-du-Sud',
  6296.                 '2B' => 'Haute-Corse',
  6297.                 30 => 'Gard',
  6298.                 31 => 'Haute-Garonne',
  6299.                 32 => 'Gers',
  6300.                 33 => 'Gironde',
  6301.                 34 => 'Hérault',
  6302.                 35 => 'Ille-et-Vilaine',
  6303.                 36 => 'Indre',
  6304.                 37 => 'Indre-et-Loire',
  6305.                 38 => 'Isère',
  6306.                 39 => 'Jura',
  6307.                 40 => 'Landes',
  6308.                 41 => 'Loir-et-Cher',
  6309.                 42 => 'Loire',
  6310.                 43 => 'Haute-Loire',
  6311.                 44 => 'Loire-Atlantique',
  6312.                 45 => 'Loiret',
  6313.                 46 => 'Lot',
  6314.                 47 => 'Lot-et-Garonne',
  6315.                 48 => 'Lozère',
  6316.                 49 => 'Maine-et-Loire',
  6317.                 50 => 'Manche',
  6318.                 51 => 'Marne',
  6319.                 52 => 'Haute-Marne',
  6320.                 53 => 'Mayenne',
  6321.                 54 => 'Meurthe-et-Moselle',
  6322.                 55 => 'Meuse',
  6323.                 56 => 'Morbihan',
  6324.                 57 => 'Moselle',
  6325.                 58 => 'Nièvre',
  6326.                 59 => 'Nord',
  6327.                 60 => 'Oise',
  6328.                 61 => 'Orne',
  6329.                 62 => 'Pas-de-Calais',
  6330.                 63 => 'Puy-de-Dôme',
  6331.                 64 => 'Pyrénées-Atlantiques',
  6332.                 65 => 'Hautes-Pyrénées',
  6333.                 66 => 'Pyrénées-Orientales',
  6334.                 67 => 'Bas-Rhin',
  6335.                 68 => 'Haut-Rhin',
  6336.                 69 => 'Rhône',
  6337.                 70 => 'Haute-Saône',
  6338.                 71 => 'Saône-et-Loire',
  6339.                 72 => 'Sarthe',
  6340.                 73 => 'Savoie',
  6341.                 74 => 'Haute-Savoie',
  6342.                 75 => 'Paris',
  6343.                 76 => 'Seine-Maritime',
  6344.                 77 => 'Seine-et-Marne',
  6345.                 78 => 'Yvelines',
  6346.                 79 => 'Deux-Sèvres',
  6347.                 80 => 'Somme',
  6348.                 81 => 'Tarn',
  6349.                 82 => 'Tarn-et-Garonne',
  6350.                 83 => 'Var',
  6351.                 84 => 'Vaucluse',
  6352.                 85 => 'Vendée',
  6353.                 86 => 'Vienne',
  6354.                 87 => 'Haute-Vienne',
  6355.                 88 => 'Vosges',
  6356.                 89 => 'Yonne',
  6357.                 90 => 'Territoire de Belfort',
  6358.                 91 => 'Essonne',
  6359.                 92 => 'Hauts-de-Seine',
  6360.                 93 => 'Seine-Saint-Denis',
  6361.                 94 => 'Val-de-Marne',
  6362.                 95 => 'Val-d\'Oise',
  6363.                 96 => 'Mayotte',
  6364.                 97 => 'Guadeloupe',
  6365.                 98 => 'Martinique',
  6366.                 99 => 'Guyane',
  6367.             ],
  6368.             'event_dispatcher.event_aliases' => [
  6369.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6370.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6371.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6372.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6373.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6374.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6375.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6376.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6377.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6378.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6379.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6380.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6381.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6382.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6383.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6384.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6385.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6386.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6387.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6388.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6389.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6390.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6391.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6392.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6393.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6394.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6395.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6396.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6397.             ],
  6398.             'fragment.renderer.hinclude.global_template' => NULL,
  6399.             'fragment.path' => '/_fragment',
  6400.             'kernel.http_method_override' => true,
  6401.             'kernel.trusted_hosts' => [
  6402.             ],
  6403.             'kernel.default_locale' => 'fr',
  6404.             'kernel.enabled_locales' => [
  6405.             ],
  6406.             'kernel.error_controller' => 'error_controller',
  6407.             'debug.file_link_format' => NULL,
  6408.             'asset.request_context.base_path' => NULL,
  6409.             'asset.request_context.secure' => NULL,
  6410.             'translator.logging' => false,
  6411.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6412.             'debug.error_handler.throw_at' => -1,
  6413.             'router.request_context.host' => 'localhost',
  6414.             'router.request_context.scheme' => 'http',
  6415.             'router.request_context.base_url' => '',
  6416.             'router.resource' => 'kernel::loadRoutes',
  6417.             'request_listener.http_port' => 80,
  6418.             'request_listener.https_port' => 443,
  6419.             'session.metadata.storage_key' => '_sf2_meta',
  6420.             'session.storage.options' => [
  6421.                 'cache_limiter' => '0',
  6422.                 'cookie_secure' => 'auto',
  6423.                 'cookie_httponly' => true,
  6424.                 'cookie_samesite' => 'lax',
  6425.                 'gc_probability' => 1,
  6426.             ],
  6427.             'session.save_path' => NULL,
  6428.             'session.metadata.update_threshold' => 0,
  6429.             'form.type_extension.csrf.enabled' => true,
  6430.             'form.type_extension.csrf.field_name' => '_token',
  6431.             'validator.translation_domain' => 'validators',
  6432.             'profiler_listener.only_exceptions' => false,
  6433.             'profiler_listener.only_main_requests' => false,
  6434.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6435.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6436.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6437.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6438.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6439.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6440.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6441.             'doctrine.entity_managers' => [
  6442.                 'default' => 'doctrine.orm.default_entity_manager',
  6443.             ],
  6444.             'doctrine.default_entity_manager' => 'default',
  6445.             'doctrine.dbal.connection_factory.types' => [
  6446.             ],
  6447.             'doctrine.connections' => [
  6448.                 'default' => 'doctrine.dbal.default_connection',
  6449.             ],
  6450.             'doctrine.default_connection' => 'default',
  6451.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6452.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6453.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6454.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6455.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6456.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6457.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6458.             'doctrine.orm.cache.memcache_port' => 11211,
  6459.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6460.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6461.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6462.             'doctrine.orm.cache.memcached_port' => 11211,
  6463.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6464.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6465.             'doctrine.orm.cache.redis_host' => 'localhost',
  6466.             'doctrine.orm.cache.redis_port' => 6379,
  6467.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6468.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6469.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6470.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6471.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6472.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6473.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6474.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6475.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6476.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6477.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6478.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6479.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6480.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6481.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6482.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6483.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6484.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6485.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6486.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6487.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6488.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6489.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6490.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6491.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6492.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6493.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6494.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6495.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6496.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6497.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6498.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6499.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6500.             'doctrine.migrations.preferred_em' => NULL,
  6501.             'doctrine.migrations.preferred_connection' => NULL,
  6502.             'security.role_hierarchy.roles' => [
  6503.                 'ROLE_SUPER_ADMIN' => [
  6504.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6505.                     => 'ROLE_ADMIN',
  6506.                 ],
  6507.                 'ROLE_USER' => [
  6508.                 ],
  6509.                 'ROLE_ADMIN' => [
  6510.                     => 'ROLE_USER',
  6511.                     => 'ROLE_ADMIN_PROSPECT_ALL',
  6512.                     => 'ROLE_ADMIN_STORE_ALL',
  6513.                 ],
  6514.                 'ROLE_CUSTOMER' => [
  6515.                     => 'ROLE_USER',
  6516.                 ],
  6517.                 'ROLE_FREELANCER' => [
  6518.                     => 'ROLE_CUSTOMER',
  6519.                 ],
  6520.                 'ROLE_BUSINESS_INTRODUCER' => [
  6521.                     => 'ROLE_CUSTOMER',
  6522.                 ],
  6523.                 'ROLE_CENTRAL_PURCHASING' => [
  6524.                     => 'ROLE_CUSTOMER',
  6525.                 ],
  6526.                 'ROLE_FREELANCER_ASSISTANT' => [
  6527.                     => 'ROLE_CUSTOMER',
  6528.                 ],
  6529.                 'ROLE_API' => [
  6530.                     => 'ROLE_USER',
  6531.                 ],
  6532.                 'ROLE_COMMERCIAL' => [
  6533.                     => 'ROLE_CUSTOMER',
  6534.                     => 'ROLE_ADMIN_PROSPECT_ALL',
  6535.                 ],
  6536.                 'ROLE_EDITOR' => [
  6537.                     => 'ROLE_ADMIN_BLOGPOST_LIST',
  6538.                     => 'ROLE_ADMIN_BLOGPOST_EDIT',
  6539.                     => 'ROLE_ADMIN_CITYPOST_LIST',
  6540.                     => 'ROLE_ADMIN_CITYPOST_EDIT',
  6541.                     => 'ROLE_ADMIN_HEARINGBRAND_LIST',
  6542.                     => 'ROLE_ADMIN_HEARINGBRAND_EDIT',
  6543.                 ],
  6544.                 'ROLE_PRESCRIBER' => [
  6545.                     => 'ROLE_CUSTOMER',
  6546.                 ],
  6547.             ],
  6548.             'security.access.denied_url' => NULL,
  6549.             'security.authentication.manager.erase_credentials' => true,
  6550.             'security.authentication.session_strategy.strategy' => 'migrate',
  6551.             'security.access.always_authenticate_before_granting' => false,
  6552.             'security.authentication.hide_user_not_found' => true,
  6553.             'security.firewalls' => [
  6554.                 => 'dev',
  6555.                 => 'api',
  6556.                 => 'main',
  6557.             ],
  6558.             'security.api._indexed_authenticators' => [
  6559.             ],
  6560.             'security.main._indexed_authenticators' => [
  6561.             ],
  6562.             'twig.form.resources' => [
  6563.                 => '@SherlockodeConfiguration/form.html.twig',
  6564.                 => '@VichUploader/Form/fields.html.twig',
  6565.                 => 'form_div_layout.html.twig',
  6566.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  6567.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  6568.                 => '@SonataForm/Form/datepicker.html.twig',
  6569.             ],
  6570.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6571.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6572.             'web_profiler.debug_toolbar.mode' => 2,
  6573.             'monolog.use_microseconds' => true,
  6574.             'monolog.swift_mailer.handlers' => [
  6575.             ],
  6576.             'monolog.handlers_to_channels' => [
  6577.                 'monolog.handler.console' => [
  6578.                     'type' => 'exclusive',
  6579.                     'elements' => [
  6580.                         => 'event',
  6581.                         => 'doctrine',
  6582.                         => 'console',
  6583.                     ],
  6584.                 ],
  6585.                 'monolog.handler.app' => [
  6586.                     'type' => 'inclusive',
  6587.                     'elements' => [
  6588.                         => 'app',
  6589.                     ],
  6590.                 ],
  6591.                 'monolog.handler.main' => NULL,
  6592.             ],
  6593.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6594.             'fos_user.backend_type_orm' => true,
  6595.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  6596.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  6597.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  6598.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  6599.             'fos_user.registration.confirmation.from_email' => [
  6600.                 'contact@mon-centre-auditif.com' => 'Mon Centre Auditif - No Reply',
  6601.             ],
  6602.             'fos_user.resetting.email.from_email' => [
  6603.                 'contact@mon-centre-auditif.com' => 'Mon Centre Auditif - No Reply',
  6604.             ],
  6605.             'fos_user.storage' => 'orm',
  6606.             'fos_user.firewall_name' => 'main',
  6607.             'fos_user.model_manager_name' => NULL,
  6608.             'fos_user.model.user.class' => 'App\\Entity\\User',
  6609.             'fos_user.profile.form.type' => 'fos_user_profile',
  6610.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  6611.             'fos_user.profile.form.validation_groups' => [
  6612.                 => 'Profile',
  6613.                 => 'Default',
  6614.             ],
  6615.             'fos_user.registration.confirmation.enabled' => true,
  6616.             'fos_user.registration.form.type' => 'App\\Form\\Type\\RegistrationType',
  6617.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  6618.             'fos_user.registration.form.validation_groups' => [
  6619.                 => 'Registration',
  6620.                 => 'Default',
  6621.             ],
  6622.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  6623.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  6624.             'fos_user.change_password.form.validation_groups' => [
  6625.                 => 'ChangePassword',
  6626.                 => 'Default',
  6627.             ],
  6628.             'fos_user.resetting.retry_ttl' => 7200,
  6629.             'fos_user.resetting.token_ttl' => 86400,
  6630.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  6631.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  6632.             'fos_user.resetting.form.validation_groups' => [
  6633.                 => 'ResetPassword',
  6634.                 => 'Default',
  6635.             ],
  6636.             'sonata.block.container.types' => [
  6637.                 => 'sonata.block.service.container',
  6638.                 => 'sonata.page.block.container',
  6639.                 => 'sonata.dashboard.block.container',
  6640.                 => 'cmf.block.container',
  6641.                 => 'cmf.block.slideshow',
  6642.             ],
  6643.             'sonata_block.blocks' => [
  6644.                 'sonata.block.service.container' => [
  6645.                     'contexts' => [
  6646.                     ],
  6647.                     'templates' => [
  6648.                     ],
  6649.                     'cache' => 'sonata.cache.noop',
  6650.                     'settings' => [
  6651.                     ],
  6652.                 ],
  6653.                 'sonata.block.service.empty' => [
  6654.                     'contexts' => [
  6655.                     ],
  6656.                     'templates' => [
  6657.                     ],
  6658.                     'cache' => 'sonata.cache.noop',
  6659.                     'settings' => [
  6660.                     ],
  6661.                 ],
  6662.                 'sonata.block.service.text' => [
  6663.                     'contexts' => [
  6664.                     ],
  6665.                     'templates' => [
  6666.                     ],
  6667.                     'cache' => 'sonata.cache.noop',
  6668.                     'settings' => [
  6669.                     ],
  6670.                 ],
  6671.                 'sonata.block.service.rss' => [
  6672.                     'contexts' => [
  6673.                     ],
  6674.                     'templates' => [
  6675.                     ],
  6676.                     'cache' => 'sonata.cache.noop',
  6677.                     'settings' => [
  6678.                     ],
  6679.                 ],
  6680.                 'sonata.block.service.template' => [
  6681.                     'contexts' => [
  6682.                     ],
  6683.                     'templates' => [
  6684.                     ],
  6685.                     'cache' => 'sonata.cache.noop',
  6686.                     'settings' => [
  6687.                     ],
  6688.                 ],
  6689.                 'sonata.block.service.menu' => [
  6690.                     'contexts' => [
  6691.                     ],
  6692.                     'templates' => [
  6693.                     ],
  6694.                     'cache' => 'sonata.cache.noop',
  6695.                     'settings' => [
  6696.                     ],
  6697.                 ],
  6698.                 'sonata.admin.block.admin_list' => [
  6699.                     'contexts' => [
  6700.                     ],
  6701.                     'templates' => [
  6702.                     ],
  6703.                     'cache' => 'sonata.cache.noop',
  6704.                     'settings' => [
  6705.                     ],
  6706.                 ],
  6707.                 'sonata.admin.block.search_result' => [
  6708.                     'contexts' => [
  6709.                     ],
  6710.                     'templates' => [
  6711.                     ],
  6712.                     'cache' => 'sonata.cache.noop',
  6713.                     'settings' => [
  6714.                     ],
  6715.                 ],
  6716.                 'sonata.admin.block.stats' => [
  6717.                     'contexts' => [
  6718.                     ],
  6719.                     'templates' => [
  6720.                     ],
  6721.                     'cache' => 'sonata.cache.noop',
  6722.                     'settings' => [
  6723.                     ],
  6724.                 ],
  6725.                 'sonata.admin.block.admin_preview' => [
  6726.                     'contexts' => [
  6727.                     ],
  6728.                     'templates' => [
  6729.                     ],
  6730.                     'cache' => 'sonata.cache.noop',
  6731.                     'settings' => [
  6732.                     ],
  6733.                 ],
  6734.                 'sonata.seo.block.breadcrumb.homepage' => [
  6735.                     'contexts' => [
  6736.                     ],
  6737.                     'templates' => [
  6738.                     ],
  6739.                     'cache' => 'sonata.cache.noop',
  6740.                     'settings' => [
  6741.                     ],
  6742.                 ],
  6743.             ],
  6744.             'sonata_block.blocks_by_class' => [
  6745.             ],
  6746.             'sonata_blocks.block_types' => [
  6747.                 => 'sonata.block.service.container',
  6748.                 => 'sonata.block.service.empty',
  6749.                 => 'sonata.block.service.text',
  6750.                 => 'sonata.block.service.rss',
  6751.                 => 'sonata.block.service.template',
  6752.                 => 'sonata.block.service.menu',
  6753.                 => 'sonata.admin.block.admin_list',
  6754.                 => 'sonata.admin.block.search_result',
  6755.                 => 'sonata.admin.block.stats',
  6756.                 => 'sonata.admin.block.admin_preview',
  6757.                 10 => 'sonata.seo.block.breadcrumb.homepage',
  6758.             ],
  6759.             'sonata_block.cache_blocks' => [
  6760.                 'by_class' => [
  6761.                 ],
  6762.                 'by_type' => [
  6763.                     'sonata.block.service.container' => 'sonata.cache.noop',
  6764.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  6765.                     'sonata.block.service.text' => 'sonata.cache.noop',
  6766.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  6767.                     'sonata.block.service.template' => 'sonata.cache.noop',
  6768.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  6769.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  6770.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  6771.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  6772.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  6773.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  6774.                 ],
  6775.             ],
  6776.             'sonata_blocks.default_contexts' => [
  6777.             ],
  6778.             'knp_menu.renderer.list.options' => [
  6779.             ],
  6780.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  6781.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  6782.             'knp_menu.renderer.twig.options' => [
  6783.             ],
  6784.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  6785.             'knp_menu.default_renderer' => 'twig',
  6786.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  6787.                 'choice' => 'select',
  6788.                 'boolean' => 'select',
  6789.                 'textarea' => 'textarea',
  6790.                 'html' => 'textarea',
  6791.                 'email' => 'email',
  6792.                 'string' => 'text',
  6793.                 'integer' => 'number',
  6794.                 'float' => 'number',
  6795.                 'currency' => 'number',
  6796.                 'percent' => 'number',
  6797.                 'url' => 'url',
  6798.             ],
  6799.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  6800.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  6801.             'sonata.admin.configuration.templates' => [
  6802.                 'layout' => 'admin/standard_layout.html.twig',
  6803.                 'dashboard' => 'admin/dashboard/dashboard.html.twig',
  6804.                 'user_block' => 'admin/user_block.html.twig',
  6805.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  6806.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  6807.                 'search' => '@SonataAdmin/Core/search.html.twig',
  6808.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  6809.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  6810.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  6811.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  6812.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  6813.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  6814.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  6815.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  6816.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  6817.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  6818.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  6819.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  6820.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  6821.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  6822.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  6823.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  6824.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  6825.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  6826.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  6827.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  6828.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  6829.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  6830.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  6831.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  6832.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  6833.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  6834.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  6835.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  6836.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  6837.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  6838.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  6839.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  6840.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  6841.                 'form_theme' => [
  6842.                 ],
  6843.                 'filter_theme' => [
  6844.                 ],
  6845.             ],
  6846.             'sonata.admin.configuration.default_admin_services' => [
  6847.                 'model_manager' => NULL,
  6848.                 'data_source' => NULL,
  6849.                 'field_description_factory' => NULL,
  6850.                 'form_contractor' => NULL,
  6851.                 'show_builder' => NULL,
  6852.                 'list_builder' => NULL,
  6853.                 'datagrid_builder' => NULL,
  6854.                 'translator' => NULL,
  6855.                 'configuration_pool' => NULL,
  6856.                 'route_generator' => NULL,
  6857.                 'security_handler' => NULL,
  6858.                 'menu_factory' => NULL,
  6859.                 'route_builder' => NULL,
  6860.                 'label_translator_strategy' => NULL,
  6861.                 'pager_type' => NULL,
  6862.             ],
  6863.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  6864.             'sonata.admin.configuration.dashboard_groups' => [
  6865.                 'Home' => [
  6866.                     'on_top' => true,
  6867.                     'label' => 'Accueil',
  6868.                     'label_catalogue' => NULL,
  6869.                     'icon' => '<i class="fa fa-home"></i>',
  6870.                     'items' => [
  6871.                         => [
  6872.                             'route' => 'sonata_admin_dashboard',
  6873.                             'label' => 'Accueil',
  6874.                             'roles' => [
  6875.                             ],
  6876.                             'route_params' => [
  6877.                             ],
  6878.                             'route_absolute' => false,
  6879.                         ],
  6880.                     ],
  6881.                     'keep_open' => false,
  6882.                     'item_adds' => [
  6883.                     ],
  6884.                     'roles' => [
  6885.                     ],
  6886.                 ],
  6887.                 'Lead' => [
  6888.                     'label' => 'Lead',
  6889.                     'keep_open' => true,
  6890.                     'items' => [
  6891.                         => [
  6892.                             'admin' => 'admin.prospect',
  6893.                             'roles' => [
  6894.                             ],
  6895.                             'route_params' => [
  6896.                             ],
  6897.                             'route_absolute' => false,
  6898.                         ],
  6899.                         => [
  6900.                             'admin' => 'admin.prospectOnStore',
  6901.                             'roles' => [
  6902.                             ],
  6903.                             'route_params' => [
  6904.                             ],
  6905.                             'route_absolute' => false,
  6906.                         ],
  6907.                         => [
  6908.                             'admin' => 'admin.prospectOnStoreStatus',
  6909.                             'roles' => [
  6910.                             ],
  6911.                             'route_params' => [
  6912.                             ],
  6913.                             'route_absolute' => false,
  6914.                         ],
  6915.                         => [
  6916.                             'admin' => 'admin.phoneValidation',
  6917.                             'roles' => [
  6918.                             ],
  6919.                             'route_params' => [
  6920.                             ],
  6921.                             'route_absolute' => false,
  6922.                         ],
  6923.                         => [
  6924.                             'admin' => 'admin.prospectDulicate',
  6925.                             'roles' => [
  6926.                             ],
  6927.                             'route_params' => [
  6928.                             ],
  6929.                             'route_absolute' => false,
  6930.                         ],
  6931.                         => [
  6932.                             'admin' => 'admin.acquisitionMode',
  6933.                             'roles' => [
  6934.                             ],
  6935.                             'route_params' => [
  6936.                             ],
  6937.                             'route_absolute' => false,
  6938.                         ],
  6939.                         => [
  6940.                             'admin' => 'admin.prospectOnStoreFeedback',
  6941.                             'roles' => [
  6942.                             ],
  6943.                             'route_params' => [
  6944.                             ],
  6945.                             'route_absolute' => false,
  6946.                         ],
  6947.                     ],
  6948.                     'roles' => [
  6949.                         => 'ROLE_SUPER_ADMIN',
  6950.                     ],
  6951.                     'on_top' => false,
  6952.                     'item_adds' => [
  6953.                     ],
  6954.                 ],
  6955.                 'Backoffice' => [
  6956.                     'label' => 'Backoffice',
  6957.                     'keep_open' => false,
  6958.                     'items' => [
  6959.                         => [
  6960.                             'route' => 'admin_app_store_list',
  6961.                             'label' => 'Centre auditif',
  6962.                             'roles' => [
  6963.                             ],
  6964.                             'route_params' => [
  6965.                             ],
  6966.                             'route_absolute' => false,
  6967.                         ],
  6968.                         => [
  6969.                             'admin' => 'admin.StoreManagementRequest',
  6970.                             'roles' => [
  6971.                             ],
  6972.                             'route_params' => [
  6973.                             ],
  6974.                             'route_absolute' => false,
  6975.                         ],
  6976.                         => [
  6977.                             'admin' => 'admin.freelancer',
  6978.                             'roles' => [
  6979.                             ],
  6980.                             'route_params' => [
  6981.                             ],
  6982.                             'route_absolute' => false,
  6983.                         ],
  6984.                         => [
  6985.                             'admin' => 'admin.partner',
  6986.                             'roles' => [
  6987.                             ],
  6988.                             'route_params' => [
  6989.                             ],
  6990.                             'route_absolute' => false,
  6991.                         ],
  6992.                         => [
  6993.                             'admin' => 'admin.centralPurchasing',
  6994.                             'roles' => [
  6995.                             ],
  6996.                             'route_params' => [
  6997.                             ],
  6998.                             'route_absolute' => false,
  6999.                         ],
  7000.                         => [
  7001.                             'admin' => 'admin.user',
  7002.                             'roles' => [
  7003.                             ],
  7004.                             'route_params' => [
  7005.                             ],
  7006.                             'route_absolute' => false,
  7007.                         ],
  7008.                         => [
  7009.                             'admin' => 'admin.shortUrl',
  7010.                             'roles' => [
  7011.                             ],
  7012.                             'route_params' => [
  7013.                             ],
  7014.                             'route_absolute' => false,
  7015.                         ],
  7016.                         => [
  7017.                             'admin' => 'admin.notification',
  7018.                             'roles' => [
  7019.                             ],
  7020.                             'route_params' => [
  7021.                             ],
  7022.                             'route_absolute' => false,
  7023.                         ],
  7024.                         => [
  7025.                             'admin' => 'admin.sponsorship',
  7026.                             'roles' => [
  7027.                             ],
  7028.                             'route_params' => [
  7029.                             ],
  7030.                             'route_absolute' => false,
  7031.                         ],
  7032.                         => [
  7033.                             'admin' => 'admin.smsBroadcast',
  7034.                             'roles' => [
  7035.                             ],
  7036.                             'route_params' => [
  7037.                             ],
  7038.                             'route_absolute' => false,
  7039.                         ],
  7040.                         10 => [
  7041.                             'admin' => 'admin.claimAdmin',
  7042.                             'roles' => [
  7043.                             ],
  7044.                             'route_params' => [
  7045.                             ],
  7046.                             'route_absolute' => false,
  7047.                         ],
  7048.                         11 => [
  7049.                             'admin' => 'admin.thirdPartyEntity',
  7050.                             'roles' => [
  7051.                             ],
  7052.                             'route_params' => [
  7053.                             ],
  7054.                             'route_absolute' => false,
  7055.                         ],
  7056.                         12 => [
  7057.                             'admin' => 'admin.thirdPartyEntity',
  7058.                             'roles' => [
  7059.                             ],
  7060.                             'route_params' => [
  7061.                             ],
  7062.                             'route_absolute' => false,
  7063.                         ],
  7064.                         13 => [
  7065.                             'admin' => 'admin.coregistrationCampaign',
  7066.                             'roles' => [
  7067.                             ],
  7068.                             'route_params' => [
  7069.                             ],
  7070.                             'route_absolute' => false,
  7071.                         ],
  7072.                         14 => [
  7073.                             'admin' => 'admin.prescriber',
  7074.                             'roles' => [
  7075.                             ],
  7076.                             'route_params' => [
  7077.                             ],
  7078.                             'route_absolute' => false,
  7079.                         ],
  7080.                     ],
  7081.                     'roles' => [
  7082.                         => 'ROLE_SUPER_ADMIN',
  7083.                         => 'ROLE_COMMERCIAL',
  7084.                     ],
  7085.                     'on_top' => false,
  7086.                     'item_adds' => [
  7087.                     ],
  7088.                 ],
  7089.                 'Qualification' => [
  7090.                     'label' => 'Qualification',
  7091.                     'items' => [
  7092.                         => [
  7093.                             'admin' => 'admin.prospectQualification',
  7094.                             'roles' => [
  7095.                             ],
  7096.                             'route_params' => [
  7097.                             ],
  7098.                             'route_absolute' => false,
  7099.                         ],
  7100.                         => [
  7101.                             'admin' => 'admin.prospectOnStoreQualification',
  7102.                             'roles' => [
  7103.                             ],
  7104.                             'route_params' => [
  7105.                             ],
  7106.                             'route_absolute' => false,
  7107.                         ],
  7108.                         => [
  7109.                             'admin' => 'admin.qualificationStatisticAdmin',
  7110.                             'roles' => [
  7111.                             ],
  7112.                             'route_params' => [
  7113.                             ],
  7114.                             'route_absolute' => false,
  7115.                         ],
  7116.                     ],
  7117.                     'on_top' => false,
  7118.                     'keep_open' => false,
  7119.                     'item_adds' => [
  7120.                     ],
  7121.                     'roles' => [
  7122.                     ],
  7123.                 ],
  7124.                 'Content' => [
  7125.                     'label' => 'Contenu',
  7126.                     'keep_open' => false,
  7127.                     'items' => [
  7128.                         => [
  7129.                             'admin' => 'admin.hearingBrand',
  7130.                             'roles' => [
  7131.                             ],
  7132.                             'route_params' => [
  7133.                             ],
  7134.                             'route_absolute' => false,
  7135.                         ],
  7136.                         => [
  7137.                             'admin' => 'admin.careNetwork',
  7138.                             'roles' => [
  7139.                             ],
  7140.                             'route_params' => [
  7141.                             ],
  7142.                             'route_absolute' => false,
  7143.                         ],
  7144.                         => [
  7145.                             'admin' => 'admin.hearingAid',
  7146.                             'roles' => [
  7147.                             ],
  7148.                             'route_params' => [
  7149.                             ],
  7150.                             'route_absolute' => false,
  7151.                         ],
  7152.                         => [
  7153.                             'admin' => 'admin.blogPost',
  7154.                             'roles' => [
  7155.                             ],
  7156.                             'route_params' => [
  7157.                             ],
  7158.                             'route_absolute' => false,
  7159.                         ],
  7160.                         => [
  7161.                             'admin' => 'admin.blogCategory',
  7162.                             'roles' => [
  7163.                             ],
  7164.                             'route_params' => [
  7165.                             ],
  7166.                             'route_absolute' => false,
  7167.                         ],
  7168.                         => [
  7169.                             'admin' => 'admin.blogAuthor',
  7170.                             'roles' => [
  7171.                             ],
  7172.                             'route_params' => [
  7173.                             ],
  7174.                             'route_absolute' => false,
  7175.                         ],
  7176.                         => [
  7177.                             'admin' => 'admin.cityPost',
  7178.                             'roles' => [
  7179.                             ],
  7180.                             'route_params' => [
  7181.                             ],
  7182.                             'route_absolute' => false,
  7183.                         ],
  7184.                     ],
  7185.                     'roles' => [
  7186.                         => 'ROLE_SUPER_ADMIN',
  7187.                         => 'ROLE_EDITOR',
  7188.                     ],
  7189.                     'on_top' => false,
  7190.                     'item_adds' => [
  7191.                     ],
  7192.                 ],
  7193.                 'appareil_auditif' => [
  7194.                     'label' => 'Appareil auditif',
  7195.                     'keep_open' => false,
  7196.                     'items' => [
  7197.                         => [
  7198.                             'admin' => 'admin.hearingMaker',
  7199.                             'roles' => [
  7200.                             ],
  7201.                             'route_params' => [
  7202.                             ],
  7203.                             'route_absolute' => false,
  7204.                         ],
  7205.                         => [
  7206.                             'admin' => 'admin.hearingAid',
  7207.                             'roles' => [
  7208.                             ],
  7209.                             'route_params' => [
  7210.                             ],
  7211.                             'route_absolute' => false,
  7212.                         ],
  7213.                         => [
  7214.                             'admin' => 'admin.prospectOnHearingAid',
  7215.                             'roles' => [
  7216.                             ],
  7217.                             'route_params' => [
  7218.                             ],
  7219.                             'route_absolute' => false,
  7220.                         ],
  7221.                     ],
  7222.                     'roles' => [
  7223.                         => 'ROLE_SUPER_ADMIN',
  7224.                     ],
  7225.                     'on_top' => false,
  7226.                     'item_adds' => [
  7227.                     ],
  7228.                 ],
  7229.                 'Pilotage Indépendants' => [
  7230.                     'label' => 'Pilotage Indépendants',
  7231.                     'icon' => '<i class="fa fa-dashboard"></i>',
  7232.                     'keep_open' => false,
  7233.                     'items' => [
  7234.                         => [
  7235.                             'admin' => 'admin.freelancerLeadDashboard',
  7236.                             'roles' => [
  7237.                             ],
  7238.                             'route_params' => [
  7239.                             ],
  7240.                             'route_absolute' => false,
  7241.                         ],
  7242.                         => [
  7243.                             'admin' => 'admin.freelancerLeadDashboardPilotage',
  7244.                             'roles' => [
  7245.                             ],
  7246.                             'route_params' => [
  7247.                             ],
  7248.                             'route_absolute' => false,
  7249.                         ],
  7250.                     ],
  7251.                     'roles' => [
  7252.                         => 'ROLE_ADMIN',
  7253.                     ],
  7254.                     'on_top' => false,
  7255.                     'item_adds' => [
  7256.                     ],
  7257.                 ],
  7258.                 'Stat' => [
  7259.                     'label' => 'Statistiques',
  7260.                     'keep_open' => false,
  7261.                     'items' => [
  7262.                         => [
  7263.                             'admin' => 'admin.navigationStatisticAdmin',
  7264.                             'roles' => [
  7265.                             ],
  7266.                             'route_params' => [
  7267.                             ],
  7268.                             'route_absolute' => false,
  7269.                         ],
  7270.                         => [
  7271.                             'admin' => 'admin.productionStatisticAdmin',
  7272.                             'roles' => [
  7273.                             ],
  7274.                             'route_params' => [
  7275.                             ],
  7276.                             'route_absolute' => false,
  7277.                         ],
  7278.                         => [
  7279.                             'admin' => 'admin.financialStatisticAdmin',
  7280.                             'roles' => [
  7281.                             ],
  7282.                             'route_params' => [
  7283.                             ],
  7284.                             'route_absolute' => false,
  7285.                         ],
  7286.                         => [
  7287.                             'admin' => 'admin.financialParameterAdmin',
  7288.                             'roles' => [
  7289.                             ],
  7290.                             'route_params' => [
  7291.                             ],
  7292.                             'route_absolute' => false,
  7293.                         ],
  7294.                         => [
  7295.                             'admin' => 'admin.logEntry',
  7296.                             'roles' => [
  7297.                             ],
  7298.                             'route_params' => [
  7299.                             ],
  7300.                             'route_absolute' => false,
  7301.                         ],
  7302.                     ],
  7303.                     'roles' => [
  7304.                         => 'ROLE_SUPER_ADMIN',
  7305.                     ],
  7306.                     'on_top' => false,
  7307.                     'item_adds' => [
  7308.                     ],
  7309.                 ],
  7310.                 'Premium' => [
  7311.                     'label' => 'Premium',
  7312.                     'keep_open' => true,
  7313.                     'items' => [
  7314.                         => [
  7315.                             'admin' => 'admin.creditPackGeneric',
  7316.                             'roles' => [
  7317.                             ],
  7318.                             'route_params' => [
  7319.                             ],
  7320.                             'route_absolute' => false,
  7321.                         ],
  7322.                         => [
  7323.                             'admin' => 'admin.order',
  7324.                             'roles' => [
  7325.                             ],
  7326.                             'route_params' => [
  7327.                             ],
  7328.                             'route_absolute' => false,
  7329.                         ],
  7330.                         => [
  7331.                             'admin' => 'admin.creditCost',
  7332.                             'roles' => [
  7333.                             ],
  7334.                             'route_params' => [
  7335.                             ],
  7336.                             'route_absolute' => false,
  7337.                         ],
  7338.                         => [
  7339.                             'admin' => 'admin.deviceSale',
  7340.                             'roles' => [
  7341.                             ],
  7342.                             'route_params' => [
  7343.                             ],
  7344.                             'route_absolute' => false,
  7345.                         ],
  7346.                         => [
  7347.                             'admin' => 'admin.storeIndexation',
  7348.                             'roles' => [
  7349.                             ],
  7350.                             'route_params' => [
  7351.                             ],
  7352.                             'route_absolute' => false,
  7353.                         ],
  7354.                         => [
  7355.                             'admin' => 'admin.invoice',
  7356.                             'roles' => [
  7357.                             ],
  7358.                             'route_params' => [
  7359.                             ],
  7360.                             'route_absolute' => false,
  7361.                         ],
  7362.                     ],
  7363.                     'roles' => [
  7364.                         => 'ROLE_SUPER_ADMIN',
  7365.                     ],
  7366.                     'on_top' => false,
  7367.                     'item_adds' => [
  7368.                     ],
  7369.                 ],
  7370.                 'Configuration' => [
  7371.                     'label' => 'Configuration',
  7372.                     'items' => [
  7373.                         => [
  7374.                             'route' => 'sherlockode_configuration.parameters',
  7375.                             'label' => 'Paramètres',
  7376.                             'roles' => [
  7377.                             ],
  7378.                             'route_params' => [
  7379.                             ],
  7380.                             'route_absolute' => false,
  7381.                         ],
  7382.                     ],
  7383.                     'on_top' => false,
  7384.                     'keep_open' => false,
  7385.                     'item_adds' => [
  7386.                     ],
  7387.                     'roles' => [
  7388.                     ],
  7389.                 ],
  7390.             ],
  7391.             'sonata.admin.configuration.dashboard_blocks' => [
  7392.                 => [
  7393.                     'type' => 'sonata.admin.block.admin_list',
  7394.                     'position' => 'left',
  7395.                     'roles' => [
  7396.                     ],
  7397.                     'settings' => [
  7398.                     ],
  7399.                     'class' => 'col-md-4',
  7400.                 ],
  7401.             ],
  7402.             'sonata.admin.configuration.sort_admins' => false,
  7403.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  7404.             'sonata.admin.configuration.default_group' => 'default',
  7405.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  7406.             'sonata.admin.configuration.default_translation_domain' => NULL,
  7407.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  7408.             'sonata.admin.configuration.breadcrumbs' => [
  7409.                 'child_admin_route' => 'show',
  7410.             ],
  7411.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  7412.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  7413.             'sonata.admin.configuration.security.information' => [
  7414.                 'EDIT' => [
  7415.                     => 'EDIT',
  7416.                 ],
  7417.                 'LIST' => [
  7418.                     => 'LIST',
  7419.                 ],
  7420.                 'CREATE' => [
  7421.                     => 'CREATE',
  7422.                 ],
  7423.                 'VIEW' => [
  7424.                     => 'VIEW',
  7425.                 ],
  7426.                 'DELETE' => [
  7427.                     => 'DELETE',
  7428.                 ],
  7429.                 'EXPORT' => [
  7430.                     => 'EXPORT',
  7431.                 ],
  7432.                 'ALL' => [
  7433.                     => 'ALL',
  7434.                 ],
  7435.             ],
  7436.             'sonata.admin.configuration.security.admin_permissions' => [
  7437.                 => 'CREATE',
  7438.                 => 'LIST',
  7439.                 => 'DELETE',
  7440.                 => 'UNDELETE',
  7441.                 => 'EXPORT',
  7442.                 => 'OPERATOR',
  7443.                 => 'MASTER',
  7444.             ],
  7445.             'sonata.admin.configuration.security.object_permissions' => [
  7446.                 => 'VIEW',
  7447.                 => 'EDIT',
  7448.                 => 'HISTORY',
  7449.                 => 'DELETE',
  7450.                 => 'UNDELETE',
  7451.                 => 'OPERATOR',
  7452.                 => 'MASTER',
  7453.                 => 'OWNER',
  7454.             ],
  7455.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  7456.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  7457.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  7458.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  7459.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  7460.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  7461.             'sonata.admin.extension.map' => [
  7462.             ],
  7463.             'sonata.admin.configuration.filters.persist' => false,
  7464.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  7465.             'sonata.admin.configuration.show.mosaic.button' => false,
  7466.             'sonata.exporter.writer.csv.filename' => 'php://output',
  7467.             'sonata.exporter.writer.csv.delimiter' => ',',
  7468.             'sonata.exporter.writer.csv.enclosure' => '"',
  7469.             'sonata.exporter.writer.csv.escape' => '\\',
  7470.             'sonata.exporter.writer.csv.show_headers' => true,
  7471.             'sonata.exporter.writer.csv.with_bom' => false,
  7472.             'sonata.exporter.writer.json.filename' => 'php://output',
  7473.             'sonata.exporter.writer.xls.filename' => 'php://output',
  7474.             'sonata.exporter.writer.xls.show_headers' => true,
  7475.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  7476.             'sonata.exporter.writer.xlsx.show_headers' => true,
  7477.             'sonata.exporter.writer.xlsx.show_filters' => true,
  7478.             'sonata.exporter.writer.xml.filename' => 'php://output',
  7479.             'sonata.exporter.writer.xml.show_headers' => true,
  7480.             'sonata.exporter.writer.xml.main_element' => 'datas',
  7481.             'sonata.exporter.writer.xml.child_element' => 'data',
  7482.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  7483.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  7484.             'sonata_doctrine_orm_admin.templates' => [
  7485.                 'types' => [
  7486.                     'list' => [
  7487.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  7488.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  7489.                         'date' => 'admin/crud/list_date.html.twig',
  7490.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  7491.                         'datetime' => 'admin/crud/list_datetime.html.twig',
  7492.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  7493.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  7494.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  7495.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  7496.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  7497.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  7498.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  7499.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  7500.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  7501.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  7502.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  7503.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  7504.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  7505.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  7506.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  7507.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  7508.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  7509.                     ],
  7510.                     'show' => [
  7511.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  7512.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  7513.                         'date' => 'admin/crud/show_date.html.twig',
  7514.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  7515.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  7516.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  7517.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  7518.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  7519.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7520.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7521.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  7522.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  7523.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  7524.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  7525.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  7526.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  7527.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  7528.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  7529.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  7530.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  7531.                     ],
  7532.                 ],
  7533.             ],
  7534.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7535.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7536.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  7537.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7538.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7539.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7540.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  7541.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7542.             'stof_doctrine_extensions.translation_fallback' => false,
  7543.             'stof_doctrine_extensions.persist_default_translation' => false,
  7544.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7545.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7546.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7547.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7548.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7549.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7550.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  7551.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  7552.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  7553.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  7554.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  7555.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  7556.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  7557.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  7558.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7559.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7560.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7561.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7562.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7563.             'fos_js_routing.request_context_base_url' => NULL,
  7564.             'fos_js_routing.cache_control' => [
  7565.                 'enabled' => false,
  7566.             ],
  7567.             'ob_highcharts.twig_extension.class' => 'Ob\\HighchartsBundle\\Twig\\HighchartsExtension',
  7568.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7569.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7570.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7571.             'knp_paginator.page_range' => 2,
  7572.             'knp_paginator.page_limit' => NULL,
  7573.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  7574.             'vich_uploader.mappings' => [
  7575.                 'blogpost_image' => [
  7576.                     'uri_prefix' => '/uploads/images/blog/post',
  7577.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/blog/post'),
  7578.                     'namer' => [
  7579.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blogpost_image',
  7580.                         'options' => [
  7581.                         ],
  7582.                     ],
  7583.                     'directory_namer' => [
  7584.                         'service' => NULL,
  7585.                         'options' => NULL,
  7586.                     ],
  7587.                     'delete_on_remove' => true,
  7588.                     'delete_on_update' => true,
  7589.                     'inject_on_load' => false,
  7590.                     'db_driver' => 'orm',
  7591.                 ],
  7592.                 'blog_author_image' => [
  7593.                     'uri_prefix' => '/uploads/images/blog/author',
  7594.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/blog/author'),
  7595.                     'namer' => [
  7596.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.blog_author_image',
  7597.                         'options' => [
  7598.                         ],
  7599.                     ],
  7600.                     'directory_namer' => [
  7601.                         'service' => NULL,
  7602.                         'options' => NULL,
  7603.                     ],
  7604.                     'delete_on_remove' => true,
  7605.                     'delete_on_update' => true,
  7606.                     'inject_on_load' => false,
  7607.                     'db_driver' => 'orm',
  7608.                 ],
  7609.                 'brand_logo' => [
  7610.                     'uri_prefix' => '/uploads/images/brand_logo',
  7611.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/brand_logo'),
  7612.                     'namer' => [
  7613.                         'service' => NULL,
  7614.                         'options' => NULL,
  7615.                     ],
  7616.                     'directory_namer' => [
  7617.                         'service' => NULL,
  7618.                         'options' => NULL,
  7619.                     ],
  7620.                     'delete_on_remove' => true,
  7621.                     'delete_on_update' => true,
  7622.                     'inject_on_load' => false,
  7623.                     'db_driver' => 'orm',
  7624.                 ],
  7625.                 'brand_variation_logo' => [
  7626.                     'uri_prefix' => '/uploads/images/brand_variation_logo',
  7627.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/brand_variation_logo'),
  7628.                     'namer' => [
  7629.                         'service' => NULL,
  7630.                         'options' => NULL,
  7631.                     ],
  7632.                     'directory_namer' => [
  7633.                         'service' => NULL,
  7634.                         'options' => NULL,
  7635.                     ],
  7636.                     'delete_on_remove' => true,
  7637.                     'delete_on_update' => true,
  7638.                     'inject_on_load' => false,
  7639.                     'db_driver' => 'orm',
  7640.                 ],
  7641.                 'store_logo' => [
  7642.                     'uri_prefix' => '/uploads/images/store_logo',
  7643.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/store_logo'),
  7644.                     'namer' => [
  7645.                         'service' => NULL,
  7646.                         'options' => NULL,
  7647.                     ],
  7648.                     'directory_namer' => [
  7649.                         'service' => NULL,
  7650.                         'options' => NULL,
  7651.                     ],
  7652.                     'delete_on_remove' => true,
  7653.                     'delete_on_update' => true,
  7654.                     'inject_on_load' => false,
  7655.                     'db_driver' => 'orm',
  7656.                 ],
  7657.                 'store_images' => [
  7658.                     'uri_prefix' => '/uploads/images/store_images',
  7659.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/store_images'),
  7660.                     'namer' => [
  7661.                         'service' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer.store_images',
  7662.                         'options' => [
  7663.                             'property' => 'generateSeoFriendlyFileName',
  7664.                         ],
  7665.                     ],
  7666.                     'directory_namer' => [
  7667.                         'service' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  7668.                         'options' => [
  7669.                             'chars_per_dir' => 5,
  7670.                             'dirs' => 1,
  7671.                         ],
  7672.                     ],
  7673.                     'delete_on_remove' => true,
  7674.                     'delete_on_update' => true,
  7675.                     'inject_on_load' => false,
  7676.                     'db_driver' => 'orm',
  7677.                 ],
  7678.                 'employee_images' => [
  7679.                     'uri_prefix' => '/uploads/images/employee_images',
  7680.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/employee_images'),
  7681.                     'namer' => [
  7682.                         'service' => NULL,
  7683.                         'options' => NULL,
  7684.                     ],
  7685.                     'directory_namer' => [
  7686.                         'service' => NULL,
  7687.                         'options' => NULL,
  7688.                     ],
  7689.                     'delete_on_remove' => true,
  7690.                     'delete_on_update' => true,
  7691.                     'inject_on_load' => false,
  7692.                     'db_driver' => 'orm',
  7693.                 ],
  7694.                 'freelancer_images' => [
  7695.                     'uri_prefix' => '/uploads/images/freelancer_images',
  7696.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/freelancer_images'),
  7697.                     'namer' => [
  7698.                         'service' => NULL,
  7699.                         'options' => NULL,
  7700.                     ],
  7701.                     'directory_namer' => [
  7702.                         'service' => NULL,
  7703.                         'options' => NULL,
  7704.                     ],
  7705.                     'delete_on_remove' => true,
  7706.                     'delete_on_update' => true,
  7707.                     'inject_on_load' => false,
  7708.                     'db_driver' => 'orm',
  7709.                 ],
  7710.                 'freelancer_logo' => [
  7711.                     'uri_prefix' => '/uploads/images/freelancer_logo',
  7712.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/freelancer_logo'),
  7713.                     'namer' => [
  7714.                         'service' => NULL,
  7715.                         'options' => NULL,
  7716.                     ],
  7717.                     'directory_namer' => [
  7718.                         'service' => NULL,
  7719.                         'options' => NULL,
  7720.                     ],
  7721.                     'delete_on_remove' => true,
  7722.                     'delete_on_update' => true,
  7723.                     'inject_on_load' => false,
  7724.                     'db_driver' => 'orm',
  7725.                 ],
  7726.                 'invoice_pdf' => [
  7727.                     'uri_prefix' => '/uploads/invoice/pdf',
  7728.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/invoice/pdf'),
  7729.                     'namer' => [
  7730.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.invoice_pdf',
  7731.                         'options' => [
  7732.                         ],
  7733.                     ],
  7734.                     'directory_namer' => [
  7735.                         'service' => NULL,
  7736.                         'options' => NULL,
  7737.                     ],
  7738.                     'delete_on_remove' => true,
  7739.                     'delete_on_update' => true,
  7740.                     'inject_on_load' => false,
  7741.                     'db_driver' => 'orm',
  7742.                 ],
  7743.                 'hearing_aid_images' => [
  7744.                     'uri_prefix' => '/uploads/images/hearing_aid_images',
  7745.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/hearing_aid_images'),
  7746.                     'namer' => [
  7747.                         'service' => NULL,
  7748.                         'options' => NULL,
  7749.                     ],
  7750.                     'directory_namer' => [
  7751.                         'service' => NULL,
  7752.                         'options' => NULL,
  7753.                     ],
  7754.                     'delete_on_remove' => true,
  7755.                     'delete_on_update' => true,
  7756.                     'inject_on_load' => false,
  7757.                     'db_driver' => 'orm',
  7758.                 ],
  7759.                 'city_banner' => [
  7760.                     'uri_prefix' => '/uploads/images/city_banner',
  7761.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/city_banner'),
  7762.                     'namer' => [
  7763.                         'service' => NULL,
  7764.                         'options' => NULL,
  7765.                     ],
  7766.                     'directory_namer' => [
  7767.                         'service' => NULL,
  7768.                         'options' => NULL,
  7769.                     ],
  7770.                     'delete_on_remove' => true,
  7771.                     'delete_on_update' => true,
  7772.                     'inject_on_load' => false,
  7773.                     'db_driver' => 'orm',
  7774.                 ],
  7775.                 'coregistration_campaign_advertiser_logo' => [
  7776.                     'uri_prefix' => '/uploads/images/coregistration_campaign_advertiser_logo',
  7777.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/coregistration_campaign_advertiser_logo'),
  7778.                     'namer' => [
  7779.                         'service' => NULL,
  7780.                         'options' => NULL,
  7781.                     ],
  7782.                     'directory_namer' => [
  7783.                         'service' => NULL,
  7784.                         'options' => NULL,
  7785.                     ],
  7786.                     'delete_on_remove' => true,
  7787.                     'delete_on_update' => true,
  7788.                     'inject_on_load' => false,
  7789.                     'db_driver' => 'orm',
  7790.                 ],
  7791.                 'storeManagementRequest_kbis' => [
  7792.                     'uri_prefix' => '/uploads/kbis/',
  7793.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/kbis/'),
  7794.                     'namer' => [
  7795.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.storeManagementRequest_kbis',
  7796.                         'options' => [
  7797.                         ],
  7798.                     ],
  7799.                     'directory_namer' => [
  7800.                         'service' => NULL,
  7801.                         'options' => NULL,
  7802.                     ],
  7803.                     'delete_on_remove' => true,
  7804.                     'delete_on_update' => true,
  7805.                     'inject_on_load' => false,
  7806.                     'db_driver' => 'orm',
  7807.                 ],
  7808.                 'highlighted_staff_picture' => [
  7809.                     'uri_prefix' => '/uploads/images/highlighted_staff_picture',
  7810.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/highlighted_staff_picture'),
  7811.                     'namer' => [
  7812.                         'service' => NULL,
  7813.                         'options' => NULL,
  7814.                     ],
  7815.                     'directory_namer' => [
  7816.                         'service' => NULL,
  7817.                         'options' => NULL,
  7818.                     ],
  7819.                     'delete_on_remove' => true,
  7820.                     'delete_on_update' => true,
  7821.                     'inject_on_load' => false,
  7822.                     'db_driver' => 'orm',
  7823.                 ],
  7824.             ],
  7825.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  7826.             'liip_imagine.resolvers' => [
  7827.                 'default' => [
  7828.                     'web_path' => [
  7829.                         'web_root' => (\dirname(__DIR__4).'/public'),
  7830.                         'cache_prefix' => 'media/cache',
  7831.                     ],
  7832.                 ],
  7833.             ],
  7834.             'liip_imagine.loaders' => [
  7835.                 'default' => [
  7836.                     'filesystem' => [
  7837.                         'locator' => 'filesystem',
  7838.                         'data_root' => [
  7839.                             => (\dirname(__DIR__4).'/public'),
  7840.                         ],
  7841.                         'allow_unresolvable_data_roots' => false,
  7842.                         'bundle_resources' => [
  7843.                             'enabled' => false,
  7844.                             'access_control_type' => 'blacklist',
  7845.                             'access_control_list' => [
  7846.                             ],
  7847.                         ],
  7848.                     ],
  7849.                 ],
  7850.             ],
  7851.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  7852.             'liip_imagine.jpegoptim.stripAll' => true,
  7853.             'liip_imagine.jpegoptim.max' => NULL,
  7854.             'liip_imagine.jpegoptim.progressive' => true,
  7855.             'liip_imagine.jpegoptim.tempDir' => NULL,
  7856.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  7857.             'liip_imagine.optipng.level' => 7,
  7858.             'liip_imagine.optipng.stripAll' => true,
  7859.             'liip_imagine.optipng.tempDir' => NULL,
  7860.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  7861.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  7862.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  7863.             'liip_imagine.cwebp.tempDir' => NULL,
  7864.             'liip_imagine.cwebp.q' => 75,
  7865.             'liip_imagine.cwebp.alphaQ' => 100,
  7866.             'liip_imagine.cwebp.m' => 4,
  7867.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  7868.             'liip_imagine.cwebp.alphaMethod' => 1,
  7869.             'liip_imagine.cwebp.exact' => false,
  7870.             'liip_imagine.cwebp.metadata' => [
  7871.                 => 'none',
  7872.             ],
  7873.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  7874.             'liip_imagine.cache.resolver.default' => 'default',
  7875.             'liip_imagine.default_image' => NULL,
  7876.             'liip_imagine.filter_sets' => [
  7877.                 'cache' => [
  7878.                     'format' => 'webp',
  7879.                     'quality' => 100,
  7880.                     'jpeg_quality' => NULL,
  7881.                     'png_compression_level' => NULL,
  7882.                     'png_compression_filter' => NULL,
  7883.                     'animated' => false,
  7884.                     'cache' => NULL,
  7885.                     'data_loader' => NULL,
  7886.                     'default_image' => NULL,
  7887.                     'filters' => [
  7888.                     ],
  7889.                     'post_processors' => [
  7890.                     ],
  7891.                 ],
  7892.                 'lp_emailing_main_img' => [
  7893.                     'format' => 'webp',
  7894.                     'quality' => 100,
  7895.                     'jpeg_quality' => NULL,
  7896.                     'png_compression_level' => NULL,
  7897.                     'png_compression_filter' => NULL,
  7898.                     'animated' => false,
  7899.                     'cache' => NULL,
  7900.                     'data_loader' => NULL,
  7901.                     'default_image' => NULL,
  7902.                     'filters' => [
  7903.                         'thumbnail' => [
  7904.                             'size' => [
  7905.                                 => 800,
  7906.                                 => 1200,
  7907.                             ],
  7908.                             'mode' => 'outbound',
  7909.                             'position' => 'center',
  7910.                         ],
  7911.                     ],
  7912.                     'post_processors' => [
  7913.                     ],
  7914.                 ],
  7915.                 'lp_emailing_senior' => [
  7916.                     'format' => 'webp',
  7917.                     'quality' => 100,
  7918.                     'jpeg_quality' => NULL,
  7919.                     'png_compression_level' => NULL,
  7920.                     'png_compression_filter' => NULL,
  7921.                     'animated' => false,
  7922.                     'cache' => NULL,
  7923.                     'data_loader' => NULL,
  7924.                     'default_image' => NULL,
  7925.                     'filters' => [
  7926.                         'thumbnail' => [
  7927.                             'size' => [
  7928.                                 => 100,
  7929.                                 => 100,
  7930.                             ],
  7931.                             'mode' => 'outbound',
  7932.                         ],
  7933.                     ],
  7934.                     'post_processors' => [
  7935.                     ],
  7936.                 ],
  7937.                 'vich_type_preview' => [
  7938.                     'format' => 'webp',
  7939.                     'quality' => 80,
  7940.                     'jpeg_quality' => NULL,
  7941.                     'png_compression_level' => NULL,
  7942.                     'png_compression_filter' => NULL,
  7943.                     'animated' => false,
  7944.                     'cache' => NULL,
  7945.                     'data_loader' => NULL,
  7946.                     'default_image' => NULL,
  7947.                     'filters' => [
  7948.                         'downscale' => [
  7949.                             'max' => [
  7950.                                 => 200,
  7951.                                 => NULL,
  7952.                             ],
  7953.                         ],
  7954.                     ],
  7955.                     'post_processors' => [
  7956.                     ],
  7957.                 ],
  7958.                 'blog_post_main' => [
  7959.                     'format' => 'webp',
  7960.                     'quality' => 80,
  7961.                     'jpeg_quality' => NULL,
  7962.                     'png_compression_level' => NULL,
  7963.                     'png_compression_filter' => NULL,
  7964.                     'animated' => false,
  7965.                     'cache' => NULL,
  7966.                     'data_loader' => NULL,
  7967.                     'default_image' => NULL,
  7968.                     'filters' => [
  7969.                         'downscale' => [
  7970.                             'max' => [
  7971.                                 => 1706,
  7972.                                 => NULL,
  7973.                             ],
  7974.                         ],
  7975.                     ],
  7976.                     'post_processors' => [
  7977.                     ],
  7978.                 ],
  7979.                 'blog_post_extra_large' => [
  7980.                     'format' => 'webp',
  7981.                     'quality' => 80,
  7982.                     'jpeg_quality' => NULL,
  7983.                     'png_compression_level' => NULL,
  7984.                     'png_compression_filter' => NULL,
  7985.                     'animated' => false,
  7986.                     'cache' => NULL,
  7987.                     'data_loader' => NULL,
  7988.                     'default_image' => NULL,
  7989.                     'filters' => [
  7990.                         'thumbnail' => [
  7991.                             'size' => [
  7992.                                 => 800,
  7993.                                 => 400,
  7994.                             ],
  7995.                             'mode' => 'outbound',
  7996.                         ],
  7997.                     ],
  7998.                     'post_processors' => [
  7999.                     ],
  8000.                 ],
  8001.                 'blog_post_large' => [
  8002.                     'format' => 'webp',
  8003.                     'quality' => 80,
  8004.                     'jpeg_quality' => NULL,
  8005.                     'png_compression_level' => NULL,
  8006.                     'png_compression_filter' => NULL,
  8007.                     'animated' => false,
  8008.                     'cache' => NULL,
  8009.                     'data_loader' => NULL,
  8010.                     'default_image' => NULL,
  8011.                     'filters' => [
  8012.                         'thumbnail' => [
  8013.                             'size' => [
  8014.                                 => 500,
  8015.                                 => 280,
  8016.                             ],
  8017.                             'mode' => 'outbound',
  8018.                         ],
  8019.                     ],
  8020.                     'post_processors' => [
  8021.                     ],
  8022.                 ],
  8023.                 'blog_post_medium' => [
  8024.                     'format' => 'webp',
  8025.                     'quality' => 80,
  8026.                     'jpeg_quality' => NULL,
  8027.                     'png_compression_level' => NULL,
  8028.                     'png_compression_filter' => NULL,
  8029.                     'animated' => false,
  8030.                     'cache' => NULL,
  8031.                     'data_loader' => NULL,
  8032.                     'default_image' => NULL,
  8033.                     'filters' => [
  8034.                         'thumbnail' => [
  8035.                             'size' => [
  8036.                                 => 350,
  8037.                                 => 290,
  8038.                             ],
  8039.                             'mode' => 'outbound',
  8040.                         ],
  8041.                     ],
  8042.                     'post_processors' => [
  8043.                     ],
  8044.                 ],
  8045.                 'blog_post_small' => [
  8046.                     'format' => 'webp',
  8047.                     'quality' => 80,
  8048.                     'jpeg_quality' => NULL,
  8049.                     'png_compression_level' => NULL,
  8050.                     'png_compression_filter' => NULL,
  8051.                     'animated' => false,
  8052.                     'cache' => NULL,
  8053.                     'data_loader' => NULL,
  8054.                     'default_image' => NULL,
  8055.                     'filters' => [
  8056.                         'thumbnail' => [
  8057.                             'size' => [
  8058.                                 => 400,
  8059.                                 => 500,
  8060.                             ],
  8061.                             'mode' => 'outbound',
  8062.                         ],
  8063.                     ],
  8064.                     'post_processors' => [
  8065.                     ],
  8066.                 ],
  8067.                 'brand_logo_large' => [
  8068.                     'format' => 'webp',
  8069.                     'quality' => 80,
  8070.                     'jpeg_quality' => NULL,
  8071.                     'png_compression_level' => NULL,
  8072.                     'png_compression_filter' => NULL,
  8073.                     'animated' => false,
  8074.                     'cache' => NULL,
  8075.                     'data_loader' => NULL,
  8076.                     'default_image' => NULL,
  8077.                     'filters' => [
  8078.                         'downscale' => [
  8079.                             'max' => [
  8080.                                 => 208,
  8081.                                 => NULL,
  8082.                             ],
  8083.                         ],
  8084.                     ],
  8085.                     'post_processors' => [
  8086.                     ],
  8087.                 ],
  8088.                 'brand_logo_medium' => [
  8089.                     'format' => 'webp',
  8090.                     'quality' => 80,
  8091.                     'jpeg_quality' => NULL,
  8092.                     'png_compression_level' => NULL,
  8093.                     'png_compression_filter' => NULL,
  8094.                     'animated' => false,
  8095.                     'cache' => NULL,
  8096.                     'data_loader' => NULL,
  8097.                     'default_image' => NULL,
  8098.                     'filters' => [
  8099.                         'downscale' => [
  8100.                             'max' => [
  8101.                                 => 130,
  8102.                                 => NULL,
  8103.                             ],
  8104.                         ],
  8105.                     ],
  8106.                     'post_processors' => [
  8107.                     ],
  8108.                 ],
  8109.                 'brand_logo_medium_png' => [
  8110.                     'format' => 'png',
  8111.                     'quality' => 80,
  8112.                     'jpeg_quality' => NULL,
  8113.                     'png_compression_level' => NULL,
  8114.                     'png_compression_filter' => NULL,
  8115.                     'animated' => false,
  8116.                     'cache' => NULL,
  8117.                     'data_loader' => NULL,
  8118.                     'default_image' => NULL,
  8119.                     'filters' => [
  8120.                         'downscale' => [
  8121.                             'max' => [
  8122.                                 => 130,
  8123.                                 => NULL,
  8124.                             ],
  8125.                         ],
  8126.                     ],
  8127.                     'post_processors' => [
  8128.                     ],
  8129.                 ],
  8130.                 'brand_logo_medium_webp' => [
  8131.                     'format' => 'webp',
  8132.                     'quality' => 80,
  8133.                     'jpeg_quality' => NULL,
  8134.                     'png_compression_level' => NULL,
  8135.                     'png_compression_filter' => NULL,
  8136.                     'animated' => false,
  8137.                     'cache' => NULL,
  8138.                     'data_loader' => NULL,
  8139.                     'default_image' => NULL,
  8140.                     'filters' => [
  8141.                         'downscale' => [
  8142.                             'max' => [
  8143.                                 => 130,
  8144.                                 => NULL,
  8145.                             ],
  8146.                         ],
  8147.                     ],
  8148.                     'post_processors' => [
  8149.                     ],
  8150.                 ],
  8151.                 'brand_logo_small' => [
  8152.                     'format' => 'webp',
  8153.                     'quality' => 100,
  8154.                     'jpeg_quality' => NULL,
  8155.                     'png_compression_level' => NULL,
  8156.                     'png_compression_filter' => NULL,
  8157.                     'animated' => false,
  8158.                     'cache' => NULL,
  8159.                     'data_loader' => NULL,
  8160.                     'default_image' => NULL,
  8161.                     'filters' => [
  8162.                         'downscale' => [
  8163.                             'max' => [
  8164.                                 => 100,
  8165.                                 => NULL,
  8166.                             ],
  8167.                         ],
  8168.                     ],
  8169.                     'post_processors' => [
  8170.                     ],
  8171.                 ],
  8172.                 'brand_logo_carrousel' => [
  8173.                     'format' => 'webp',
  8174.                     'quality' => 80,
  8175.                     'jpeg_quality' => NULL,
  8176.                     'png_compression_level' => NULL,
  8177.                     'png_compression_filter' => NULL,
  8178.                     'animated' => false,
  8179.                     'cache' => NULL,
  8180.                     'data_loader' => NULL,
  8181.                     'default_image' => NULL,
  8182.                     'filters' => [
  8183.                         'downscale' => [
  8184.                             'max' => [
  8185.                                 => 200,
  8186.                                 => NULL,
  8187.                             ],
  8188.                         ],
  8189.                     ],
  8190.                     'post_processors' => [
  8191.                     ],
  8192.                 ],
  8193.                 'brand_logo_carrousel_png' => [
  8194.                     'format' => 'png',
  8195.                     'quality' => 80,
  8196.                     'jpeg_quality' => NULL,
  8197.                     'png_compression_level' => NULL,
  8198.                     'png_compression_filter' => NULL,
  8199.                     'animated' => false,
  8200.                     'cache' => NULL,
  8201.                     'data_loader' => NULL,
  8202.                     'default_image' => NULL,
  8203.                     'filters' => [
  8204.                         'downscale' => [
  8205.                             'max' => [
  8206.                                 => 200,
  8207.                                 => NULL,
  8208.                             ],
  8209.                         ],
  8210.                     ],
  8211.                     'post_processors' => [
  8212.                     ],
  8213.                 ],
  8214.                 'brand_logo_carrousel_webp' => [
  8215.                     'format' => 'webp',
  8216.                     'quality' => 80,
  8217.                     'jpeg_quality' => NULL,
  8218.                     'png_compression_level' => NULL,
  8219.                     'png_compression_filter' => NULL,
  8220.                     'animated' => false,
  8221.                     'cache' => NULL,
  8222.                     'data_loader' => NULL,
  8223.                     'default_image' => NULL,
  8224.                     'filters' => [
  8225.                         'downscale' => [
  8226.                             'max' => [
  8227.                                 => 200,
  8228.                                 => NULL,
  8229.                             ],
  8230.                         ],
  8231.                     ],
  8232.                     'post_processors' => [
  8233.                     ],
  8234.                 ],
  8235.                 'hearing_maker_logo_large' => [
  8236.                     'format' => 'webp',
  8237.                     'quality' => 80,
  8238.                     'jpeg_quality' => NULL,
  8239.                     'png_compression_level' => NULL,
  8240.                     'png_compression_filter' => NULL,
  8241.                     'animated' => false,
  8242.                     'cache' => NULL,
  8243.                     'data_loader' => NULL,
  8244.                     'default_image' => NULL,
  8245.                     'filters' => [
  8246.                         'downscale' => [
  8247.                             'max' => [
  8248.                                 => 208,
  8249.                                 => NULL,
  8250.                             ],
  8251.                         ],
  8252.                     ],
  8253.                     'post_processors' => [
  8254.                     ],
  8255.                 ],
  8256.                 'hearing_maker_logo_small' => [
  8257.                     'format' => 'webp',
  8258.                     'quality' => 80,
  8259.                     'jpeg_quality' => NULL,
  8260.                     'png_compression_level' => NULL,
  8261.                     'png_compression_filter' => NULL,
  8262.                     'animated' => false,
  8263.                     'cache' => NULL,
  8264.                     'data_loader' => NULL,
  8265.                     'default_image' => NULL,
  8266.                     'filters' => [
  8267.                         'downscale' => [
  8268.                             'max' => [
  8269.                                 => 80,
  8270.                                 => NULL,
  8271.                             ],
  8272.                         ],
  8273.                     ],
  8274.                     'post_processors' => [
  8275.                     ],
  8276.                 ],
  8277.                 'hearing_maker_carrousel' => [
  8278.                     'format' => 'webp',
  8279.                     'quality' => 80,
  8280.                     'jpeg_quality' => NULL,
  8281.                     'png_compression_level' => NULL,
  8282.                     'png_compression_filter' => NULL,
  8283.                     'animated' => false,
  8284.                     'cache' => NULL,
  8285.                     'data_loader' => NULL,
  8286.                     'default_image' => NULL,
  8287.                     'filters' => [
  8288.                         'downscale' => [
  8289.                             'max' => [
  8290.                                 => 150,
  8291.                                 => NULL,
  8292.                             ],
  8293.                         ],
  8294.                     ],
  8295.                     'post_processors' => [
  8296.                     ],
  8297.                 ],
  8298.                 'care_network_carrousel' => [
  8299.                     'format' => 'webp',
  8300.                     'quality' => 80,
  8301.                     'jpeg_quality' => NULL,
  8302.                     'png_compression_level' => NULL,
  8303.                     'png_compression_filter' => NULL,
  8304.                     'animated' => false,
  8305.                     'cache' => NULL,
  8306.                     'data_loader' => NULL,
  8307.                     'default_image' => NULL,
  8308.                     'filters' => [
  8309.                         'downscale' => [
  8310.                             'max' => [
  8311.                                 => 150,
  8312.                                 => NULL,
  8313.                             ],
  8314.                         ],
  8315.                     ],
  8316.                     'post_processors' => [
  8317.                     ],
  8318.                 ],
  8319.                 'author_image_medium' => [
  8320.                     'format' => 'webp',
  8321.                     'quality' => 80,
  8322.                     'jpeg_quality' => NULL,
  8323.                     'png_compression_level' => NULL,
  8324.                     'png_compression_filter' => NULL,
  8325.                     'animated' => false,
  8326.                     'cache' => NULL,
  8327.                     'data_loader' => NULL,
  8328.                     'default_image' => NULL,
  8329.                     'filters' => [
  8330.                         'thumbnail' => [
  8331.                             'size' => [
  8332.                                 => 90,
  8333.                                 => 90,
  8334.                             ],
  8335.                             'mode' => 'outbound',
  8336.                         ],
  8337.                     ],
  8338.                     'post_processors' => [
  8339.                     ],
  8340.                 ],
  8341.                 'author_image_small' => [
  8342.                     'format' => 'webp',
  8343.                     'quality' => 80,
  8344.                     'jpeg_quality' => NULL,
  8345.                     'png_compression_level' => NULL,
  8346.                     'png_compression_filter' => NULL,
  8347.                     'animated' => false,
  8348.                     'cache' => NULL,
  8349.                     'data_loader' => NULL,
  8350.                     'default_image' => NULL,
  8351.                     'filters' => [
  8352.                         'thumbnail' => [
  8353.                             'size' => [
  8354.                                 => 60,
  8355.                                 => 60,
  8356.                             ],
  8357.                             'mode' => 'outbound',
  8358.                         ],
  8359.                     ],
  8360.                     'post_processors' => [
  8361.                     ],
  8362.                 ],
  8363.                 'profile_image' => [
  8364.                     'format' => 'webp',
  8365.                     'quality' => 100,
  8366.                     'jpeg_quality' => NULL,
  8367.                     'png_compression_level' => NULL,
  8368.                     'png_compression_filter' => NULL,
  8369.                     'animated' => false,
  8370.                     'cache' => NULL,
  8371.                     'data_loader' => NULL,
  8372.                     'default_image' => NULL,
  8373.                     'filters' => [
  8374.                         'thumbnail' => [
  8375.                             'size' => [
  8376.                                 => 100,
  8377.                                 => 100,
  8378.                             ],
  8379.                             'mode' => 'outbound',
  8380.                         ],
  8381.                     ],
  8382.                     'post_processors' => [
  8383.                     ],
  8384.                 ],
  8385.                 'store_image_carrousel' => [
  8386.                     'format' => 'webp',
  8387.                     'quality' => 100,
  8388.                     'jpeg_quality' => NULL,
  8389.                     'png_compression_level' => NULL,
  8390.                     'png_compression_filter' => NULL,
  8391.                     'animated' => false,
  8392.                     'cache' => NULL,
  8393.                     'data_loader' => NULL,
  8394.                     'default_image' => NULL,
  8395.                     'filters' => [
  8396.                         'thumbnail' => [
  8397.                             'size' => [
  8398.                                 => 300,
  8399.                                 => 300,
  8400.                             ],
  8401.                             'mode' => 'inset',
  8402.                         ],
  8403.                     ],
  8404.                     'post_processors' => [
  8405.                     ],
  8406.                 ],
  8407.                 'store_highlighted_staff_image' => [
  8408.                     'format' => 'webp',
  8409.                     'quality' => 100,
  8410.                     'jpeg_quality' => NULL,
  8411.                     'png_compression_level' => NULL,
  8412.                     'png_compression_filter' => NULL,
  8413.                     'animated' => false,
  8414.                     'cache' => NULL,
  8415.                     'data_loader' => NULL,
  8416.                     'default_image' => NULL,
  8417.                     'filters' => [
  8418.                         'thumbnail' => [
  8419.                             'size' => [
  8420.                                 => 300,
  8421.                                 => 300,
  8422.                             ],
  8423.                         ],
  8424.                     ],
  8425.                     'post_processors' => [
  8426.                     ],
  8427.                 ],
  8428.                 'hearing_aid_image' => [
  8429.                     'format' => 'webp',
  8430.                     'quality' => 80,
  8431.                     'jpeg_quality' => NULL,
  8432.                     'png_compression_level' => NULL,
  8433.                     'png_compression_filter' => NULL,
  8434.                     'animated' => false,
  8435.                     'cache' => NULL,
  8436.                     'data_loader' => NULL,
  8437.                     'default_image' => NULL,
  8438.                     'filters' => [
  8439.                         'downscale' => [
  8440.                             'max' => [
  8441.                                 => 150,
  8442.                                 => NULL,
  8443.                             ],
  8444.                         ],
  8445.                     ],
  8446.                     'post_processors' => [
  8447.                     ],
  8448.                 ],
  8449.                 'hearing_aid_image_large' => [
  8450.                     'format' => 'webp',
  8451.                     'quality' => 80,
  8452.                     'jpeg_quality' => NULL,
  8453.                     'png_compression_level' => NULL,
  8454.                     'png_compression_filter' => NULL,
  8455.                     'animated' => false,
  8456.                     'cache' => NULL,
  8457.                     'data_loader' => NULL,
  8458.                     'default_image' => NULL,
  8459.                     'filters' => [
  8460.                         'upscale' => [
  8461.                             'min' => [
  8462.                                 => 500,
  8463.                                 => NULL,
  8464.                             ],
  8465.                         ],
  8466.                     ],
  8467.                     'post_processors' => [
  8468.                     ],
  8469.                 ],
  8470.                 'store_image_backoffice_freelancer' => [
  8471.                     'format' => 'webp',
  8472.                     'quality' => 80,
  8473.                     'jpeg_quality' => NULL,
  8474.                     'png_compression_level' => NULL,
  8475.                     'png_compression_filter' => NULL,
  8476.                     'animated' => false,
  8477.                     'cache' => NULL,
  8478.                     'data_loader' => NULL,
  8479.                     'default_image' => NULL,
  8480.                     'filters' => [
  8481.                         'thumbnail' => [
  8482.                             'size' => [
  8483.                                 => 160,
  8484.                                 => 80,
  8485.                             ],
  8486.                             'mode' => 'outbound',
  8487.                         ],
  8488.                     ],
  8489.                     'post_processors' => [
  8490.                     ],
  8491.                 ],
  8492.                 'default_webp' => [
  8493.                     'format' => 'webp',
  8494.                     'quality' => 80,
  8495.                     'jpeg_quality' => NULL,
  8496.                     'png_compression_level' => NULL,
  8497.                     'png_compression_filter' => NULL,
  8498.                     'animated' => false,
  8499.                     'cache' => NULL,
  8500.                     'data_loader' => NULL,
  8501.                     'default_image' => NULL,
  8502.                     'filters' => [
  8503.                     ],
  8504.                     'post_processors' => [
  8505.                     ],
  8506.                 ],
  8507.                 'city_banner_webp' => [
  8508.                     'format' => 'webp',
  8509.                     'quality' => 80,
  8510.                     'jpeg_quality' => NULL,
  8511.                     'png_compression_level' => NULL,
  8512.                     'png_compression_filter' => NULL,
  8513.                     'animated' => false,
  8514.                     'cache' => NULL,
  8515.                     'data_loader' => NULL,
  8516.                     'default_image' => NULL,
  8517.                     'filters' => [
  8518.                         'downscale' => [
  8519.                             'max' => [
  8520.                                 => 1900,
  8521.                                 => NULL,
  8522.                             ],
  8523.                         ],
  8524.                     ],
  8525.                     'post_processors' => [
  8526.                     ],
  8527.                 ],
  8528.                 'header_bg_img' => [
  8529.                     'format' => 'webp',
  8530.                     'quality' => 100,
  8531.                     'jpeg_quality' => NULL,
  8532.                     'png_compression_level' => NULL,
  8533.                     'png_compression_filter' => NULL,
  8534.                     'animated' => false,
  8535.                     'cache' => NULL,
  8536.                     'data_loader' => NULL,
  8537.                     'default_image' => NULL,
  8538.                     'filters' => [
  8539.                         'thumbnail' => [
  8540.                             'size' => [
  8541.                                 => 2000,
  8542.                                 => 700,
  8543.                             ],
  8544.                             'mode' => 'outbound',
  8545.                         ],
  8546.                     ],
  8547.                     'post_processors' => [
  8548.                     ],
  8549.                 ],
  8550.                 'product_img' => [
  8551.                     'format' => 'webp',
  8552.                     'quality' => 100,
  8553.                     'jpeg_quality' => NULL,
  8554.                     'png_compression_level' => NULL,
  8555.                     'png_compression_filter' => NULL,
  8556.                     'animated' => false,
  8557.                     'cache' => NULL,
  8558.                     'data_loader' => NULL,
  8559.                     'default_image' => NULL,
  8560.                     'filters' => [
  8561.                         'thumbnail' => [
  8562.                             'size' => [
  8563.                                 => 320,
  8564.                                 => 320,
  8565.                             ],
  8566.                             'mode' => 'outbound',
  8567.                         ],
  8568.                     ],
  8569.                     'post_processors' => [
  8570.                     ],
  8571.                 ],
  8572.                 'lp_left_content' => [
  8573.                     'format' => 'webp',
  8574.                     'quality' => 100,
  8575.                     'jpeg_quality' => NULL,
  8576.                     'png_compression_level' => NULL,
  8577.                     'png_compression_filter' => NULL,
  8578.                     'animated' => false,
  8579.                     'cache' => NULL,
  8580.                     'data_loader' => NULL,
  8581.                     'default_image' => NULL,
  8582.                     'filters' => [
  8583.                         'thumbnail' => [
  8584.                             'size' => [
  8585.                                 => 615,
  8586.                                 => 750,
  8587.                             ],
  8588.                             'mode' => 'outbound',
  8589.                         ],
  8590.                     ],
  8591.                     'post_processors' => [
  8592.                     ],
  8593.                 ],
  8594.                 'bg_img_wave' => [
  8595.                     'format' => 'webp',
  8596.                     'quality' => 100,
  8597.                     'jpeg_quality' => NULL,
  8598.                     'png_compression_level' => NULL,
  8599.                     'png_compression_filter' => NULL,
  8600.                     'animated' => false,
  8601.                     'cache' => NULL,
  8602.                     'data_loader' => NULL,
  8603.                     'default_image' => NULL,
  8604.                     'filters' => [
  8605.                         'thumbnail' => [
  8606.                             'size' => [
  8607.                                 => 2000,
  8608.                                 => 500,
  8609.                             ],
  8610.                             'mode' => 'outbound',
  8611.                         ],
  8612.                     ],
  8613.                     'post_processors' => [
  8614.                     ],
  8615.                 ],
  8616.                 'lp_img_content' => [
  8617.                     'format' => 'webp',
  8618.                     'quality' => 100,
  8619.                     'jpeg_quality' => NULL,
  8620.                     'png_compression_level' => NULL,
  8621.                     'png_compression_filter' => NULL,
  8622.                     'animated' => false,
  8623.                     'cache' => NULL,
  8624.                     'data_loader' => NULL,
  8625.                     'default_image' => NULL,
  8626.                     'filters' => [
  8627.                         'thumbnail' => [
  8628.                             'size' => [
  8629.                                 => 900,
  8630.                                 => 900,
  8631.                             ],
  8632.                             'mode' => 'outbound',
  8633.                         ],
  8634.                     ],
  8635.                     'post_processors' => [
  8636.                     ],
  8637.                 ],
  8638.                 'coregistration_campaign_advertiser_logo' => [
  8639.                     'format' => 'webp',
  8640.                     'quality' => 80,
  8641.                     'jpeg_quality' => NULL,
  8642.                     'png_compression_level' => NULL,
  8643.                     'png_compression_filter' => NULL,
  8644.                     'animated' => false,
  8645.                     'cache' => NULL,
  8646.                     'data_loader' => NULL,
  8647.                     'default_image' => NULL,
  8648.                     'filters' => [
  8649.                         'downscale' => [
  8650.                             'max' => [
  8651.                                 => 100,
  8652.                                 => NULL,
  8653.                             ],
  8654.                         ],
  8655.                     ],
  8656.                     'post_processors' => [
  8657.                     ],
  8658.                 ],
  8659.                 'main_img_campaign_sms' => [
  8660.                     'format' => 'webp',
  8661.                     'quality' => 100,
  8662.                     'jpeg_quality' => NULL,
  8663.                     'png_compression_level' => NULL,
  8664.                     'png_compression_filter' => NULL,
  8665.                     'animated' => false,
  8666.                     'cache' => NULL,
  8667.                     'data_loader' => NULL,
  8668.                     'default_image' => NULL,
  8669.                     'filters' => [
  8670.                         'relative_resize' => [
  8671.                             'widen' => 300,
  8672.                         ],
  8673.                     ],
  8674.                     'post_processors' => [
  8675.                     ],
  8676.                 ],
  8677.             ],
  8678.             'liip_imagine.binary.loader.default' => 'default',
  8679.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  8680.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  8681.             'liip_imagine.webp.generate' => false,
  8682.             'liip_imagine.webp.options' => [
  8683.                 'quality' => 100,
  8684.                 'cache' => NULL,
  8685.                 'data_loader' => NULL,
  8686.                 'post_processors' => [
  8687.                 ],
  8688.             ],
  8689.             'sonata.seo.config' => [
  8690.                 'default' => 'sonata.seo.page.default',
  8691.                 'head' => [
  8692.                 ],
  8693.                 'metas' => [
  8694.                 ],
  8695.                 'separator' => ' - ',
  8696.                 'title' => '',
  8697.                 'title_prefix' => NULL,
  8698.                 'title_suffix' => NULL,
  8699.             ],
  8700.             'nelmio_cors.map' => [
  8701.                 '^/' => [
  8702.                     'skip_same_as_origin' => true,
  8703.                 ],
  8704.             ],
  8705.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8706.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8707.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8708.             'api_platform.metadata_backward_compatibility_layer' => true,
  8709.             'api_platform.enable_entrypoint' => true,
  8710.             'api_platform.enable_docs' => true,
  8711.             'api_platform.title' => 'MCA REST API',
  8712.             'api_platform.description' => '',
  8713.             'api_platform.version' => '1.0.0',
  8714.             'api_platform.show_webby' => true,
  8715.             'api_platform.url_generation_strategy' => 1,
  8716.             'api_platform.exception_to_status' => [
  8717.                 'App\\Exception\\DuplicateProspectException' => 422,
  8718.                 'App\\Exception\\NoStoreFoundException' => 422,
  8719.                 'Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException' => 400,
  8720.             ],
  8721.             'api_platform.formats' => [
  8722.                 'jsonld' => [
  8723.                     => 'application/ld+json',
  8724.                 ],
  8725.                 'json' => [
  8726.                     => 'application/json',
  8727.                 ],
  8728.                 'html' => [
  8729.                     => 'text/html',
  8730.                 ],
  8731.             ],
  8732.             'api_platform.patch_formats' => [
  8733.                 'json' => [
  8734.                     => 'application/merge-patch+json',
  8735.                 ],
  8736.             ],
  8737.             'api_platform.error_formats' => [
  8738.                 'jsonproblem' => [
  8739.                     => 'application/problem+json',
  8740.                 ],
  8741.                 'jsonld' => [
  8742.                     => 'application/ld+json',
  8743.                 ],
  8744.             ],
  8745.             'api_platform.allow_plain_identifiers' => false,
  8746.             'api_platform.eager_loading.enabled' => true,
  8747.             'api_platform.eager_loading.max_joins' => 30,
  8748.             'api_platform.eager_loading.fetch_partial' => false,
  8749.             'api_platform.eager_loading.force_eager' => true,
  8750.             'api_platform.collection.exists_parameter_name' => 'exists',
  8751.             'api_platform.collection.order' => 'ASC',
  8752.             'api_platform.collection.order_parameter_name' => 'order',
  8753.             'api_platform.collection.order_nulls_comparison' => NULL,
  8754.             'api_platform.collection.pagination.enabled' => true,
  8755.             'api_platform.collection.pagination.partial' => false,
  8756.             'api_platform.collection.pagination.client_enabled' => false,
  8757.             'api_platform.collection.pagination.client_items_per_page' => false,
  8758.             'api_platform.collection.pagination.client_partial' => false,
  8759.             'api_platform.collection.pagination.items_per_page' => 30,
  8760.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  8761.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  8762.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  8763.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  8764.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  8765.             'api_platform.collection.pagination' => [
  8766.                 'enabled' => true,
  8767.                 'partial' => false,
  8768.                 'client_enabled' => false,
  8769.                 'client_items_per_page' => false,
  8770.                 'client_partial' => false,
  8771.                 'items_per_page' => 30,
  8772.                 'maximum_items_per_page' => NULL,
  8773.                 'page_parameter_name' => 'page',
  8774.                 'enabled_parameter_name' => 'pagination',
  8775.                 'items_per_page_parameter_name' => 'itemsPerPage',
  8776.                 'partial_parameter_name' => 'partial',
  8777.             ],
  8778.             'api_platform.http_cache.etag' => true,
  8779.             'api_platform.http_cache.max_age' => NULL,
  8780.             'api_platform.http_cache.shared_max_age' => NULL,
  8781.             'api_platform.http_cache.vary' => [
  8782.                 => 'Accept',
  8783.             ],
  8784.             'api_platform.http_cache.public' => NULL,
  8785.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  8786.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  8787.             'api_platform.asset_package' => NULL,
  8788.             'api_platform.defaults' => [
  8789.                 'attributes' => [
  8790.                 ],
  8791.             ],
  8792.             'api_platform.resource_class_directories' => [
  8793.                 => (\dirname(__DIR__4).'/lib/WitsPaymentBundle/src/Entity'),
  8794.                 => (\dirname(__DIR__4).'/src/Entity'),
  8795.             ],
  8796.             'api_platform.oauth.enabled' => false,
  8797.             'api_platform.oauth.clientId' => '',
  8798.             'api_platform.oauth.clientSecret' => '',
  8799.             'api_platform.oauth.type' => 'oauth2',
  8800.             'api_platform.oauth.flow' => 'application',
  8801.             'api_platform.oauth.tokenUrl' => '',
  8802.             'api_platform.oauth.authorizationUrl' => '',
  8803.             'api_platform.oauth.refreshUrl' => '',
  8804.             'api_platform.oauth.scopes' => [
  8805.             ],
  8806.             'api_platform.oauth.pkce' => false,
  8807.             'api_platform.openapi.termsOfService' => NULL,
  8808.             'api_platform.openapi.contact.name' => NULL,
  8809.             'api_platform.openapi.contact.url' => NULL,
  8810.             'api_platform.openapi.contact.email' => NULL,
  8811.             'api_platform.openapi.license.name' => NULL,
  8812.             'api_platform.openapi.license.url' => NULL,
  8813.             'api_platform.swagger.versions' => [
  8814.                 => 3,
  8815.             ],
  8816.             'api_platform.enable_swagger_ui' => true,
  8817.             'api_platform.enable_re_doc' => true,
  8818.             'api_platform.swagger.api_keys' => [
  8819.             ],
  8820.             'api_platform.swagger_ui.extra_configuration' => [
  8821.             ],
  8822.             'api_platform.graphql.enabled' => false,
  8823.             'api_platform.graphql.graphiql.enabled' => false,
  8824.             'api_platform.graphql.graphql_playground.enabled' => false,
  8825.             'api_platform.graphql.collection.pagination' => [
  8826.                 'enabled' => true,
  8827.             ],
  8828.             'api_platform.validator.serialize_payload_fields' => [
  8829.             ],
  8830.             'api_platform.validator.query_parameter_validation' => true,
  8831.             'api_platform.elasticsearch.enabled' => false,
  8832.             'lexik_jwt_authentication.token_ttl' => 3600,
  8833.             'lexik_jwt_authentication.clock_skew' => 0,
  8834.             'lexik_jwt_authentication.user_identity_field' => 'username',
  8835.             'lexik_jwt_authentication.allow_no_expiration' => false,
  8836.             'lexik_jwt_authentication.user_id_claim' => 'username',
  8837.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  8838.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  8839.             'sonata.form.form_type' => 'standard',
  8840.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  8841.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  8842.             'sonata.twig.form_type' => 'standard',
  8843.             'scheb_two_factor.model_manager_name' => NULL,
  8844.             'scheb_two_factor.security_tokens' => [
  8845.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  8846.             ],
  8847.             'scheb_two_factor.ip_whitelist' => [
  8848.                 => '127.0.0.2',
  8849.             ],
  8850.             'scheb_two_factor.email.sender_email' => 'no-reply@mon-centre-auditif.com',
  8851.             'scheb_two_factor.email.sender_name' => NULL,
  8852.             'scheb_two_factor.email.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  8853.             'scheb_two_factor.email.digits' => 6,
  8854.             'scheb_two_factor.trusted_device.enabled' => true,
  8855.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  8856.             'scheb_two_factor.trusted_device.lifetime' => 2592000,
  8857.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  8858.             'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  8859.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  8860.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  8861.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  8862.             'sherlockode_configuration.parameter_class' => 'App\\Entity\\Parameter',
  8863.             'sherlockode_configuration.parameters' => [
  8864.                 'credit_payasyougo_unit_price' => [
  8865.                     'label' => 'Prix d\'un contact pay-as-you-go',
  8866.                     'type' => 'simple',
  8867.                     'options' => [
  8868.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8869.                     ],
  8870.                     'default_value' => NULL,
  8871.                     'translation_domain' => NULL,
  8872.                 ],
  8873.                 'store_indexation_unit_price_monthly' => [
  8874.                     'label' => 'Prix mensuel de l\'indexation d\'un centre',
  8875.                     'type' => 'simple',
  8876.                     'options' => [
  8877.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8878.                     ],
  8879.                     'default_value' => NULL,
  8880.                     'translation_domain' => NULL,
  8881.                 ],
  8882.                 'store_indexation_unit_price_yearly' => [
  8883.                     'label' => 'Prix annuel de l\'indexation d\'un centre',
  8884.                     'type' => 'simple',
  8885.                     'options' => [
  8886.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8887.                     ],
  8888.                     'default_value' => NULL,
  8889.                     'translation_domain' => NULL,
  8890.                 ],
  8891.                 'prescriber_qualified_lead_price' => [
  8892.                     'label' => 'Rémunération d\'un lead qualifié pour un prescripteur',
  8893.                     'type' => 'simple',
  8894.                     'options' => [
  8895.                         'subtype' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType',
  8896.                     ],
  8897.                     'default_value' => NULL,
  8898.                     'translation_domain' => NULL,
  8899.                 ],
  8900.             ],
  8901.             'sherlockode_configuration.translation_domain' => false,
  8902.             'sherlockode_configuration.templates.edit_form' => '@SherlockodeConfiguration/parameters.html.twig',
  8903.             'sherlockode_configuration.templates.import_form' => '@SherlockodeConfiguration/import.html.twig',
  8904.             'sherlockode_configuration.import.redirect_after' => 'sherlockode_configuration.parameters',
  8905.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8906.             'data_collector.templates' => [
  8907.                 'data_collector.request' => [
  8908.                     => 'request',
  8909.                     => '@WebProfiler/Collector/request.html.twig',
  8910.                 ],
  8911.                 'api_platform.data_collector.request' => [
  8912.                     => 'api_platform.data_collector.request',
  8913.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  8914.                 ],
  8915.                 'data_collector.time' => [
  8916.                     => 'time',
  8917.                     => '@WebProfiler/Collector/time.html.twig',
  8918.                 ],
  8919.                 'data_collector.memory' => [
  8920.                     => 'memory',
  8921.                     => '@WebProfiler/Collector/memory.html.twig',
  8922.                 ],
  8923.                 'data_collector.validator' => [
  8924.                     => 'validator',
  8925.                     => '@WebProfiler/Collector/validator.html.twig',
  8926.                 ],
  8927.                 'data_collector.ajax' => [
  8928.                     => 'ajax',
  8929.                     => '@WebProfiler/Collector/ajax.html.twig',
  8930.                 ],
  8931.                 'data_collector.form' => [
  8932.                     => 'form',
  8933.                     => '@WebProfiler/Collector/form.html.twig',
  8934.                 ],
  8935.                 'data_collector.exception' => [
  8936.                     => 'exception',
  8937.                     => '@WebProfiler/Collector/exception.html.twig',
  8938.                 ],
  8939.                 'data_collector.logger' => [
  8940.                     => 'logger',
  8941.                     => '@WebProfiler/Collector/logger.html.twig',
  8942.                 ],
  8943.                 'data_collector.events' => [
  8944.                     => 'events',
  8945.                     => '@WebProfiler/Collector/events.html.twig',
  8946.                 ],
  8947.                 'data_collector.router' => [
  8948.                     => 'router',
  8949.                     => '@WebProfiler/Collector/router.html.twig',
  8950.                 ],
  8951.                 'data_collector.cache' => [
  8952.                     => 'cache',
  8953.                     => '@WebProfiler/Collector/cache.html.twig',
  8954.                 ],
  8955.                 'data_collector.translation' => [
  8956.                     => 'translation',
  8957.                     => '@WebProfiler/Collector/translation.html.twig',
  8958.                 ],
  8959.                 'data_collector.security' => [
  8960.                     => 'security',
  8961.                     => '@Security/Collector/security.html.twig',
  8962.                 ],
  8963.                 'data_collector.twig' => [
  8964.                     => 'twig',
  8965.                     => '@WebProfiler/Collector/twig.html.twig',
  8966.                 ],
  8967.                 'data_collector.http_client' => [
  8968.                     => 'http_client',
  8969.                     => '@WebProfiler/Collector/http_client.html.twig',
  8970.                 ],
  8971.                 'data_collector.doctrine' => [
  8972.                     => 'db',
  8973.                     => '@Doctrine/Collector/db.html.twig',
  8974.                 ],
  8975.                 'data_collector.dump' => [
  8976.                     => 'dump',
  8977.                     => '@Debug/Profiler/dump.html.twig',
  8978.                 ],
  8979.                 'httplug.collector.collector' => [
  8980.                     => 'httplug',
  8981.                     => '@Httplug/webprofiler.html.twig',
  8982.                 ],
  8983.                 'data_collector.messenger' => [
  8984.                     => 'messenger',
  8985.                     => '@WebProfiler/Collector/messenger.html.twig',
  8986.                 ],
  8987.                 'mailer.data_collector' => [
  8988.                     => 'mailer',
  8989.                     => '@WebProfiler/Collector/mailer.html.twig',
  8990.                 ],
  8991.                 'notifier.data_collector' => [
  8992.                     => 'notifier',
  8993.                     => '@WebProfiler/Collector/notifier.html.twig',
  8994.                 ],
  8995.                 'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
  8996.                     => 'geocoder',
  8997.                     => '@BazingaGeocoder/Collector/geocoder.html.twig',
  8998.                 ],
  8999.                 'sonata.block.data_collector' => [
  9000.                     => 'block',
  9001.                     => '@SonataBlock/Profiler/block.html.twig',
  9002.                 ],
  9003.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  9004.                     => 'vich_uploader.mapping_collector',
  9005.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  9006.                 ],
  9007.                 'data_collector.config' => [
  9008.                     => 'config',
  9009.                     => '@WebProfiler/Collector/config.html.twig',
  9010.                 ],
  9011.             ],
  9012.             'console.command.ids' => [
  9013.                 => 'console.command.public_alias.App\\Command\\AppointmentFeedbackCommand',
  9014.                 => 'console.command.public_alias.App\\Command\\AutomationFreelancerCommand',
  9015.                 => 'console.command.public_alias.App\\Command\\ComputePosStartDealingDateCommand',
  9016.                 => 'console.command.public_alias.App\\Command\\DailyReportCommand',
  9017.                 => 'console.command.public_alias.App\\Command\\DailyReportSolusonsCommand',
  9018.                 => 'console.command.public_alias.App\\Command\\GenerateBrandReportCommand',
  9019.                 => 'console.command.public_alias.App\\Command\\HearingAidCsvImportCommand',
  9020.                 => 'console.command.public_alias.App\\Command\\MigratePaymentCommand',
  9021.                 => 'console.command.public_alias.App\\Command\\NotificationCleanCommand',
  9022.                 => 'console.command.public_alias.App\\Command\\ProspectOnStoreFeedbackCommand',
  9023.                 10 => 'console.command.public_alias.App\\Command\\ProspectOnStoreStatusSendCallbackReminderCommand',
  9024.                 11 => 'console.command.public_alias.App\\Command\\ShortUrlCleanCommand',
  9025.                 12 => 'console.command.public_alias.App\\Command\\ShortUrlGenerateCommand',
  9026.                 13 => 'console.command.public_alias.App\\Command\\SmsBroadcastSendCommand',
  9027.                 14 => 'console.command.public_alias.App\\Command\\SponsorshipExpireCommand',
  9028.                 15 => 'console.command.public_alias.App\\Command\\StoreGenerateSlugCommand',
  9029.             ],
  9030.         ];
  9031.     }
  9032.     protected function throw($message)
  9033.     {
  9034.         throw new RuntimeException($message);
  9035.     }
  9036. }